Interface TriXConstants
public interface TriXConstants
Interface defining a number of constants for the TriX document format.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe tag for BNode values.static final StringThe tag that starts a new context/graph.static final StringThe attribute for datatypes of typed literal.static final StringThe attribute for language tags of plain literal.static final StringThe TriX namespace.static final StringThe tag for plain literal values.static final StringThe root tag.static final StringThe tag that starts a new triple.static final StringThe tag for typed literal values.static final StringThe tag for URI values.
-
Field Details
-
NAMESPACE
-
ROOT_TAG
-
CONTEXT_TAG
-
TRIPLE_TAG
-
URI_TAG
-
BNODE_TAG
-
PLAIN_LITERAL_TAG
-
TYPED_LITERAL_TAG
-
LANGUAGE_ATT
-
DATATYPE_ATT
-