1AtteanX::Store::SimpleTUrsieprleCSotnotrrei(b3u)ted PerlAtDtoecaunmXe:n:tSattoiroen::SimpleTripleStore(3)
2
3
4
6 AtteanX::Store::SimpleTripleStore - SimpleTripleStore, unindexed,
7 in-memory RDF store
8
10 This document describes AtteanX::Store::SimpleTripleStore version 0.033
11
13 use AtteanX::Store::SimpleTripleStore;
14
16 AtteanX::Store::SimpleTripleStore provides an in-memory triple-store.
17
19 Beyond the methods documented below, this class inherits methods from
20 the Attean::API::QuadStore class.
21
22 "new ( triples => \@triples )"
23 Returns a new memory-backed storage object.
24
25 "get_triples ( $subject, $predicate, $object )"
26 Returns a stream object of all statements matching the specified
27 subject, predicate and objects. Any of the arguments may be undef
28 to match any value.
29
30 add_triple( $t )
31 remove_triple( $t )
32
34 Please report any bugs or feature requests to through the GitHub web
35 interface at <https://github.com/kasei/perlrdf2/issues>.
36
38 Gregory Todd Williams "<gwilliams@cpan.org>"
39
41 Copyright (c) 2014--2022 Gregory Todd Williams. This program is free
42 software; you can redistribute it and/or modify it under the same terms
43 as Perl itself.
44
45
46
47perl v5.38.0 2023-07-2A0tteanX::Store::SimpleTripleStore(3)