Package com.stardog.stark.io.binary
Interface BinaryRDFConstants
-
- All Known Implementing Classes:
BinaryRDFParser
,BinaryRDFWriter
public interface BinaryRDFConstants
Constants for Binary RDF
- Since:
- 1.0
- Version:
- 6.1.2
- Author:
- Jeen Broekstra, Michael Grove
-
-
Field Summary
Fields Modifier and Type Field Description static int
BNODE_VALUE
static int
COMMENT
static int
DATATYPE_LITERAL_VALUE
static int
EMBEDDED_QUAD
Embedded triple in a named graphstatic int
EMBEDDED_TRIPLE
Embedded triple in the default graphstatic int
END_OF_DATA
static int
FORMAT_VERSION
The version number of the current format.static int
LANG_LITERAL_VALUE
static byte[]
MAGIC_NUMBER
Magic number for Binary RDF files.static int
NAMESPACE_DECL
static int
NULL_VALUE
static int
PLAIN_LITERAL_VALUE
static int
QUAD
static int
TRIPLE
Statement in the default graphstatic int
URI_VALUE
static int
VALUE_DECL
static int
VALUE_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
-
-