1AtteanX::Store::Simple(U3s)er Contributed Perl DocumentatAitotneanX::Store::Simple(3)
2
3
4

NAME

6       AtteanX::Store::Simple - Simple, unindexed, in-memory RDF store
7

VERSION

9       This document describes AtteanX::Store::Simple version 0.025
10

SYNOPSIS

12        use AtteanX::Store::Simple;
13

DESCRIPTION

15       AtteanX::Store::Simple provides an in-memory quad-store.
16

METHODS

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

BUGS

30       Please report any bugs or feature requests to through the GitHub web
31       interface at <https://github.com/kasei/perlrdf2/issues>.
32

AUTHOR

34       Gregory Todd Williams  "<gwilliams@cpan.org>"
35
37       Copyright (c) 2014--2019 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.30.0                      2019-10-31         AtteanX::Store::Simple(3)
Impressum