Attean::QuadModel(3pm) | User Contributed Perl Documentation | Attean::QuadModel(3pm) |
Attean::QuadModel - RDF model backed by a quad-store
This document describes Attean::QuadModel version 0.033
use v5.14; use Attean; my $model = Attean::QuadModel->new( store => $store );
The Attean::QuadModel class represents a model that is backed by a single Attean::API::QuadStore object. It conforms to the Attean::API::Model role.
The Attean::QuadModel constructor requires one named argument:
The returned iterator conforms to both Attean::API::Iterator and Attean::API::QuadIterator.
Please report any bugs or feature requests to through the GitHub web interface at <https://github.com/kasei/attean/issues>.
Gregory Todd Williams "<gwilliams@cpan.org>"
Copyright (c) 2014--2022 Gregory Todd Williams. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
2022-10-06 | perl v5.34.0 |