Package org.nsdl.mptstore.rdf

Classes representing RDF nodes and triples.

See:
          Description

Interface Summary
Node Common interface for all RDF subjects, predicates, and objects.
ObjectNode Marker interface indicating the node can play the part of an object in an RDF triple.
PredicateNode Marker interface indicating the node can play the part of a predicate in an RDF triple.
SubjectNode Marker interface indicating the node can play the part of a subject in an RDF triple.
 

Class Summary
Literal An RDF literal.
Triple An RDF triple, also known as a statement.
URIReference An RDF URI reference.
 

Package org.nsdl.mptstore.rdf Description

Classes representing RDF nodes and triples. The interface hierarchy and class names are inspired by JRDF.