Provides a set of URI constants representing common RDF vocabularies.
The purpose of the Names API package is to provide URIs for common vocabularies
used in constructing RDF graphs.
What the rdf
Package Contains
- {@link com.ibm.team.jfs.app.rdf.names.RDF} -- The RDF namespace itself..
- {@link com.ibm.team.jfs.app.rdf.names.RDFS} -- The RDF Schema namespace.
- {@link com.ibm.team.jfs.app.rdf.names.XML} -- The XML namespace
(used primarily for
xml:lang
).
- {@link com.ibm.team.jfs.app.rdf.names.XSD} -- The XML Schema namespace
(used to construct data types).
- {@link com.ibm.team.jfs.app.rdf.names.OWL} -- The OWL (Ontology Web
Language) namespace.
- {@link com.ibm.team.jfs.app.rdf.names.DC} -- The Dublin Core metadata namespace.
@since 0.1