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::SimpleTripleStore - SimpleTripleStore, 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::SimpleTripleStore provides an in-memory triple-store.

Methods

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

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

       "get_triples ( $subject, $predicate, $object )"
           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.

       add_triple( $t )
       remove_triple( $t )

Name

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

Synopsis

        use AtteanX::Store::SimpleTripleStore;

Version

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

See Also