Provides RDF parsing and serialization facilities for BrightstarDB

Classes

  ClassDescription
Public classNQuadsWriter
A triple sink that writes the received triples out in NQuads format
Public classNTriplesParser
A parser for RDF NTriples syntax
Public classNTriplesWriter
A triple sink that writes the received triples out in NTriples format
Public classPlainLiteral
Represents an RDF plain literal consisting of a string value and a language tag
Public classRdfDatatypes
A collection of datatype URI constants useful for RDF parsing and serialization
Public classRdfParserException
Class of exception thrown by the NetworkedPlanet RDF parsers

Interfaces

  InterfaceDescription
Public interfaceITripleSink
The interface implemented by any class that receives a sequence of RDF statements from a triple generator such as an RDF parser or a data model serializer.