Provides a set of classes to construct
RDF Schema instances and serialize to a a
{@link com.ibm.team.jfs.app.rdf.IGraph graph}. The provided classes allow a client to
construct a schema consisting of RDF Schema Classes and Properties. The
{@link com.ibm.team.jfs.app.rdf.schema.RdfsSchema schema} class can then serialize
and return the schema contents as a {@link com.ibm.team.jfs.app.rdf.IGraph graph}
instance for storage or reasoning.
What the rdf
Package Contains
- Schema Elements:
- {@link com.ibm.team.jfs.app.rdf.schema.RdfsResource} -- A simple class
representing the RDF Schema notion of a resource.
- {@link com.ibm.team.jfs.app.rdf.schema.RdfsClass} -- A simple class
representing the RDF Schema notion of a Class.
- {@link com.ibm.team.jfs.app.rdf.schema.RdfsProperty} -- A simple class
representing the RDF Schema notion of a property.
- {@link com.ibm.team.jfs.app.rdf.schema.RdfsSchema} -- A simple class
representing the RDF Schema notion of a schema.
Example
TBD
@since 0.1