LibreOffice
LibreOffice 24.2 SDK API Reference
|
Constants to specify RDF file formats. More...
Variables | |
const short | RDF_XML = 0 |
RDF/XML | |
const short | N3 = 1 |
N3 (Notation-3) | |
const short | NTRIPLES = 2 |
N-Triples | |
const short | TRIG = 3 |
TriG | |
const short | TRIX = 4 |
TriX | |
const short | TURTLE = 5 |
Turtle | |
Constants to specify RDF file formats.
These constants are mainly for use with XRepository::importGraph() and XRepository::exportGraph().
Note that these are integers because UNO IDL does not permit string
constants.
const short N3 = 1 |
const short NTRIPLES = 2 |
const short RDF_XML = 0 |
const short TRIG = 3 |
const short TRIX = 4 |
const short TURTLE = 5 |