Class | Description |
---|---|
RDFSerializer |
The RDFSerializer is used to serialise an object to RDF.
|
SysOutRDFSerializer |
Debugging class that outputs triples to the System.out stream.
|
Annotation Type | Description |
---|---|
Predicate |
An annotation for members of classes that can be serialized as relationships
in an RDF graph by the
RDFSerializer , this annotation should provide
the URI of the predicate to use for the field. |
RDFCollection |
This annotation will force a collection object to be output as an
RDF collection (or sequence) rather than as individual triples when using
the
RDFSerializer to serialise objects. |
RDFType |
An annotation that can be used to specify a URI for the type of
an object as it is serialised to an RDF graph.
|
RelationList |
An annotation that marks a member of a class that must be an instance of
Collection
|
TripleList |
An annotation that marks a member of a class that is a Collection
|