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