Package de.hedenus.rdfschema

The package contains an implementation of RDF Schema and RDF data binding framework.

See:
          Description

Interface Summary
Alt rdfs:Alt.
Bag rdfs:Bag.
Class rdfs:Class.
Container rdfs:Container.
List rdf:List.
Literal rdfs:Literal.
Resource This interface represents rdfs:Resource.
Rule A rule used by the inference engine.
Seq rdfs:Seq.
 

Class Summary
AltImpl Implementation of rdf:Alt.
BagImpl Implementation of rdf:Bag.
ContainerImpl Implementation of rdfs:Container.
InferenceEngine An inference engine.
ListImpl Implementation of rdf:List.
LiteralImpl Implementation of a rdfs:Literal.
Mapping Key - value mapping.
RDFDatabinding Main interface for RDF databinding.
RDFSchemaConstants RDF Schema constants.
ResourceImpl Base implementation of a RDF bound Java object.
SeqImpl Implementation of rdf:Seq.
 

Package de.hedenus.rdfschema Description

The package contains an implementation of RDF Schema and RDF data binding framework.