(incubating) | The Free and Open Productivity Suite

Developer's Guide

API

SDK

Tips 'n' Tricks

Miscellaneous

Content for OpenOffice.org version 3.3.

:: 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 OpenOffice is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by the Apache Incubator. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF.

Copyright & License
Apache and the Apache feather logos are trademarks of The Apache Software Foundation. OpenOffice.org and the seagull logo are registered trademarks of The Apache Software Foundation. Other names appearing on the site may be trademarks of their respective owners.