Language

The Free and Open Productivity Suite
Released: Apache OpenOffice 4.1.15

API

SDK

Tips ‘n’ Tricks

Miscellaneous


:: com :: sun :: star :: rdf ::

unpublished constants group FileFormat
Usage Restrictions
not published
Description
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.

Since
OOo 3.0
See also
XRepository::importGraph, XRepository::exportGraph

Constants
RDF_XML RDF/XML 
N3 N3 (Notation-3) 
NTRIPLES N-Triples 
TRIG TriG 
TRIX TriX 
TURTLE Turtle 
Constants' Details
RDF_XML
const short RDF_XML = 0;
Description
RDF/XML
N3
const short N3 = 1;
Description
N3 (Notation-3)
NTRIPLES
const short NTRIPLES = 2;
Description
N-Triples
TRIG
const short TRIG = 3;
Description
TriG
TRIX
const short TRIX = 4;
Description
TriX
TURTLE
const short TURTLE = 5;
Description
Turtle
Top of Page

Apache Software Foundation

Copyright & License | Privacy | Contact Us | Donate | Thanks

Apache, OpenOffice, OpenOffice.org and the seagull logo are registered trademarks of The Apache Software Foundation. The Apache feather logo is a trademark of The Apache Software Foundation. Other names appearing on the site may be trademarks of their respective owners.