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