Awesome
rdfHelpers
A set of helper classes for implementing the rdfInterface.
Installation
- Obtain the Composer
- Run
composer require sweetrdf/rdf-helpers
Content
rdfHelpers\DefaultGraph
an implementation ofrdfInterface\DefaultGraph
.rdfHelpers\GenericQuadIterator
and implementation ofrdfInterface\QuadIterator
for arrays,rdfInterface\Quad
objects and all objects implementing theIterator
interface.rdfHelpers\NtriplesUtil
set of helpers for n-triples serialization.rdfHelpers\RdfNamespace
an implementation ofrdfInterface\RdfNamespace
.