Class HDTGlobal

java.lang.Object
org.eclipse.rdf4j.rio.hdt.HDTPart
org.eclipse.rdf4j.rio.hdt.HDTGlobal

class HDTGlobal extends HDTPart
HDT Global Part.

This part starts with $HDT, followed by a byte indicating the type of the part, the NULL-terminated URI string for the format, and optionally one or more key=value; properties.

These properties may include a base URI, and the name of the software that produced the HDT file.

Then a NULL byte, followed by the 16-bit CRC ($HDT and NULL included)

Structure:

 +------+------+--------+------+------------+------+-------+
 | $HDT | type | format | NULL | key=value; | NULL | CRC16 |
 +------+------+--------+------+------------+------+-------+