Class | Description |
---|---|
HDTParser |
RDF parser for HDT v1.0 files.
|
HDTParserFactory |
An
RDFParserFactory for HDT parsers. |
VByte |
Variable byte encoding for numbers.
|
+---------------------+ | Global | | Header | | Dictionary (Shared) | | Dictionary (S) | | Dictionary (P) | | Dictionary (O) | | Triples | +---------------------+
$HDT
, followed by a byte indicating the type of the part, the format, and
optionally one or more key=value;
properties.
Then a NULL
byte, followed by the 16-bit CRC ($HDT
and NULL
included)
+------+------+--------+------+------------+------+-------+ | $HDT | type | format | NULL | key=value; | NULL | CRC16 | +------+------+--------+------+------------+------+-------+The
format
varies slightly: depending on the section, it can either be a string or a URI.Copyright © 2015-2020 Eclipse Foundation. All Rights Reserved.