logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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

Author

       Gregory Todd Williams  "<gwilliams@cpan.org>"

Bugs

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

Description

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

Methods

       Beyond the methods documented below, this class inherits methods from the Attean::API::QuadStore class.

       "new ( quads => \@quads )"
           Returns a new memory-backed storage object.

       "get_quads ( $subject, $predicate, $object, $graph )"
           Returns  a stream object of all statements matching the specified subject, predicate and objects. Any
           of the arguments may be undef to match any value.

Name

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

Synopsis

        use AtteanX::Store::Simple;

Version

       This document describes AtteanX::Store::Simple version 0.035

See Also