1AtteanX::Store::Simple(U3s)er Contributed Perl DocumentatAitotneanX::Store::Simple(3)
2
3
4
6 AtteanX::Store::Simple - Simple, unindexed, in-memory RDF store
7
9 This document describes AtteanX::Store::Simple version 0.020
10
12 use AtteanX::Store::Simple;
13
15 AtteanX::Store::Simple provides an in-memory quad-store.
16
18 Beyond the methods documented below, this class inherits methods from
19 the Attean::API::QuadStore class.
20
21 "new ( quads => \@quads )"
22 Returns a new memory-backed storage object.
23
24 "get_quads ( $subject, $predicate, $object, $graph )"
25 Returns a stream object of all statements matching the specified
26 subject, predicate and objects. Any of the arguments may be undef
27 to match any value.
28
30 Please report any bugs or feature requests to through the GitHub web
31 interface at <https://github.com/kasei/perlrdf2/issues>.
32
34 Gregory Todd Williams "<gwilliams@cpan.org>"
35
37 Copyright (c) 2014--2018 Gregory Todd Williams. This program is free
38 software; you can redistribute it and/or modify it under the same terms
39 as Perl itself.
40
41
42
43perl v5.28.1 2019-01-09 AtteanX::Store::Simple(3)