sweetrdf/rdf-helpers

Set of low level helpers for implementing rdfInterface

2.0.0 2024-02-13 12:03 UTC

README

A set of helper classes for implementing the rdfInterface.

Installation

  • Obtain the Composer
  • Run composer require sweetrdf/rdf-helpers

Content

  • rdfHelpers\DefaultGraph an implementation of rdfInterface\DefaultGraph.
  • rdfHelpers\GenericQuadIterator and implementation of rdfInterface\QuadIterator for arrays, rdfInterface\Quad objects and all objects implementing the Iterator interface.
  • rdfHelpers\NtriplesUtil set of helpers for n-triples serialization.
  • rdfHelpers\RdfNamespace an implementation of rdfInterface\RdfNamespace.