Class VANN
java.lang.Object
org.eclipse.rdf4j.model.vocabulary.VANN
Constants for a vocabulary for annotating vocabulary descriptions (VANN).
-
Field Summary
Modifier and TypeFieldDescriptionstatic final IRI
A reference to a resource that describes changes between this version of a vocabulary and the previous.static final IRI
A reference to a resource that provides an example of how this resource can be used.static final String
The VANN namespace: http://purl.org/vocab/vann/static final Namespace
An immutableNamespace
constant that represents the VANN namespace.static final IRI
The preferred namespace prefix to ue when using terms from this vocabulary in an XML document.static final IRI
The preferred namespace URI to use when using terms from this vocabulary in an XML document.static final String
Recommended prefix for the VANN namespace: "vann"static final IRI
A group of related terms in a vocabulary.static final IRI
A reference to a resource that provides information on how this resource is to be used. -
Constructor Summary
-
Method Summary
-
Field Details
-
NAMESPACE
The VANN namespace: http://purl.org/vocab/vann/- See Also:
-
PREFIX
Recommended prefix for the VANN namespace: "vann"- See Also:
-
NS
An immutableNamespace
constant that represents the VANN namespace. -
CHANGES
A reference to a resource that describes changes between this version of a vocabulary and the previous. -
EXAMPLE
A reference to a resource that provides an example of how this resource can be used. -
PREFERRED_NAMESPACE_PREFIX
The preferred namespace prefix to ue when using terms from this vocabulary in an XML document. -
PREFERRED_NAMESPACE_URI
The preferred namespace URI to use when using terms from this vocabulary in an XML document. -
TERM_GROUP
A group of related terms in a vocabulary. -
USAGE_NOTE
A reference to a resource that provides information on how this resource is to be used.
-
-
Constructor Details
-
VANN
public VANN()
-