Provides RDF parsing and serialization facilities for BrightstarDB
Classes
Class | Description | |
---|---|---|
![]() | NQuadsWriter |
A triple sink that writes the received triples out in NQuads format
|
![]() | NTriplesParser |
A parser for RDF NTriples syntax
|
![]() | NTriplesWriter |
A triple sink that writes the received triples out in NTriples format
|
![]() | PlainLiteral |
Represents an RDF plain literal consisting of a string value and a language tag
|
![]() | RdfDatatypes |
A collection of datatype URI constants useful for RDF parsing and serialization
|
![]() | RdfParserException |
Class of exception thrown by the NetworkedPlanet RDF parsers
|
Interfaces
Interface | Description | |
---|---|---|
![]() | ITripleSink |
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.
|