Package com.stardog.stark.io.binary
Interface BinaryRDFConstants
-
- All Known Implementing Classes:
BinaryRDFParser,BinaryRDFWriter
public interface BinaryRDFConstantsConstants for Binary RDF
- Since:
- 1.0
- Version:
- 6.1.2
- Author:
- Jeen Broekstra, Michael Grove
-
-
Field Summary
Fields Modifier and Type Field Description static intBNODE_VALUEstatic intCOMMENTstatic intDATATYPE_LITERAL_VALUEstatic intEMBEDDED_QUADEmbedded triple in a named graphstatic intEMBEDDED_TRIPLEEmbedded triple in the default graphstatic intEND_OF_DATAstatic intFORMAT_VERSIONThe version number of the current format.static intLANG_LITERAL_VALUEstatic byte[]MAGIC_NUMBERMagic number for Binary RDF files.static intNAMESPACE_DECLstatic intNULL_VALUEstatic intPLAIN_LITERAL_VALUEstatic intQUADstatic intTRIPLEStatement in the default graphstatic intURI_VALUEstatic intVALUE_DECLstatic intVALUE_REF
-
-
-
Field Detail
-
MAGIC_NUMBER
static final byte[] MAGIC_NUMBER
Magic number for Binary RDF files.
-
FORMAT_VERSION
static final int FORMAT_VERSION
The version number of the current format.- See Also:
- Constant Field Values
-
NAMESPACE_DECL
static final int NAMESPACE_DECL
- See Also:
- Constant Field Values
-
QUAD
static final int QUAD
- See Also:
- Constant Field Values
-
COMMENT
static final int COMMENT
- See Also:
- Constant Field Values
-
VALUE_DECL
static final int VALUE_DECL
- See Also:
- Constant Field Values
-
TRIPLE
static final int TRIPLE
Statement in the default graph- See Also:
- Constant Field Values
-
END_OF_DATA
static final int END_OF_DATA
- See Also:
- Constant Field Values
-
NULL_VALUE
static final int NULL_VALUE
- See Also:
- Constant Field Values
-
URI_VALUE
static final int URI_VALUE
- See Also:
- Constant Field Values
-
BNODE_VALUE
static final int BNODE_VALUE
- See Also:
- Constant Field Values
-
PLAIN_LITERAL_VALUE
static final int PLAIN_LITERAL_VALUE
- See Also:
- Constant Field Values
-
LANG_LITERAL_VALUE
static final int LANG_LITERAL_VALUE
- See Also:
- Constant Field Values
-
DATATYPE_LITERAL_VALUE
static final int DATATYPE_LITERAL_VALUE
- See Also:
- Constant Field Values
-
VALUE_REF
static final int VALUE_REF
- See Also:
- Constant Field Values
-
EMBEDDED_TRIPLE
static final int EMBEDDED_TRIPLE
Embedded triple in the default graph- See Also:
- Constant Field Values
-
EMBEDDED_QUAD
static final int EMBEDDED_QUAD
Embedded triple in a named graph- See Also:
- Constant Field Values
-
-