Package org.eclipse.rdf4j.rio.trix
Interface TriXConstants
public interface TriXConstants
Interface defining a number of constants for the TriX document format.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
The tag for BNode values.static final String
The tag that starts a new context/graph.static final String
The attribute for datatypes of typed literal.static final String
The attribute for language tags of plain literal.static final String
The TriX namespace.static final String
The tag for plain literal values.static final String
The root tag.static final String
The tag that starts a new triple.static final String
The tag for typed literal values.static final String
The tag for URI values.
-
Field Details
-
NAMESPACE
The TriX namespace.- See Also:
-
ROOT_TAG
The root tag.- See Also:
-
CONTEXT_TAG
The tag that starts a new context/graph.- See Also:
-
TRIPLE_TAG
The tag that starts a new triple.- See Also:
-
URI_TAG
The tag for URI values.- See Also:
-
BNODE_TAG
The tag for BNode values.- See Also:
-
PLAIN_LITERAL_TAG
The tag for plain literal values.- See Also:
-
TYPED_LITERAL_TAG
The tag for typed literal values.- See Also:
-
LANGUAGE_ATT
The attribute for language tags of plain literal.- See Also:
-
DATATYPE_ATT
The attribute for datatypes of typed literal.- See Also:
-