LibreOffice
LibreOffice 25.2 SDK API Reference
 
Loading...
Searching...
No Matches
URIs.idl
Go to the documentation of this file.
1/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2/*
3 * This file is part of the LibreOffice project.
4 *
5 * This Source Code Form is subject to the terms of the Mozilla Public
6 * License, v. 2.0. If a copy of the MPL was not distributed with this
7 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
8 *
9 * This file incorporates work covered by the following license notice:
10 *
11 * Licensed to the Apache Software Foundation (ASF) under one or more
12 * contributor license agreements. See the NOTICE file distributed
13 * with this work for additional information regarding copyright
14 * ownership. The ASF licenses this file to you under the Apache
15 * License, Version 2.0 (the "License"); you may not use this file
16 * except in compliance with the License. You may obtain a copy of
17 * the License at http://www.apache.org/licenses/LICENSE-2.0 .
18 */
19
20
21
22module com { module sun { module star { module rdf {
23
24
35constants URIs
36{
38 const short XSD_NCNAME = 1;
40 const short XSD_STRING = 2;
42 const short XSD_NORMALIZEDSTRING = 3;
44 const short XSD_BOOLEAN = 4;
46 const short XSD_DECIMAL = 5;
48 const short XSD_FLOAT = 6;
50 const short XSD_DOUBLE = 7;
52 const short XSD_INTEGER = 8;
54 const short XSD_NONNEGATIVEINTEGER = 9;
56 const short XSD_POSITIVEINTEGER = 10;
58 const short XSD_NONPOSITIVEINTEGER = 11;
60 const short XSD_NEGATIVEINTEGER = 12;
62 const short XSD_LONG = 13;
64 const short XSD_INT = 14;
66 const short XSD_SHORT = 15;
68 const short XSD_BYTE = 16;
70 const short XSD_UNSIGNEDLONG = 17;
72 const short XSD_UNSIGNEDINT = 18;
74 const short XSD_UNSIGNEDSHORT = 19;
76 const short XSD_UNSIGNEDBYTE = 20;
78 const short XSD_HEXBINARY = 21;
80 const short XSD_BASE64BINARY = 22;
82 const short XSD_DATETIME = 23;
84 const short XSD_TIME = 24;
86 const short XSD_DATE = 25;
88 const short XSD_GYEARMONTH = 26;
90 const short XSD_GYEAR = 27;
92 const short XSD_GMONTHDAY = 28;
94 const short XSD_GDAY = 29;
96 const short XSD_GMONTH = 30;
98 const short XSD_ANYURI = 31;
100 const short XSD_TOKEN = 32;
102 const short XSD_LANGUAGE = 33;
104 const short XSD_NMTOKEN = 34;
106 const short XSD_NAME = 35;
108 const short XSD_DURATION = 36;
110 const short XSD_QNAME = 37;
112 const short XSD_NOTATION = 38;
114 const short XSD_NMTOKENS = 39;
116 const short XSD_ID = 40;
118 const short XSD_IDREF = 41;
120 const short XSD_IDREFS = 42;
122 const short XSD_ENTITY = 43;
124 const short XSD_ENTITIES = 44;
125
127 const short RDF_TYPE = 1000;
129 const short RDF_SUBJECT = 1001;
131 const short RDF_PREDICATE = 1002;
133 const short RDF_OBJECT = 1003;
135 const short RDF_PROPERTY = 1004;
137 const short RDF_STATEMENT = 1005;
139 const short RDF_VALUE = 1006;
141 const short RDF_FIRST = 1007;
143 const short RDF_REST = 1008;
145 const short RDF_NIL = 1009;
147 const short RDF_XMLLITERAL = 1010;
149 const short RDF_ALT = 1011;
151 const short RDF_BAG = 1012;
153 const short RDF_LIST = 1013;
155 const short RDF_SEQ = 1014;
157 const short RDF_1 = 1015;
158 /* hmm... that's a lot of potential constants:
159 _n where n is a decimal integer greater than zero with no leading zeros.
160 */
161
163 const short RDFS_COMMENT = 1100;
165 const short RDFS_LABEL = 1101;
167 const short RDFS_DOMAIN = 1102;
169 const short RDFS_RANGE = 1103;
171 const short RDFS_SUBCLASSOF = 1104;
173 const short RDFS_LITERAL = 1105;
175 const short RDFS_MEMBER = 1106;
177 const short RDFS_SUBPROPERTYOF = 1107;
179 const short RDFS_ISDEFINEDBY = 1108;
181 const short RDFS_SEEALSO = 1109;
183 const short RDFS_RESOURCE = 1110;
185 const short RDFS_CLASS = 1111;
187 const short RDFS_DATATYPE = 1112;
189 const short RDFS_CONTAINER = 1113;
192
194 const short OWL_CLASS = 1200;
196 const short OWL_OBJECTPROPERTY = 1201;
198 const short OWL_DATATYPEPROPERTY = 1202;
200 const short OWL_FUNCTIONALPROPERTY = 1203;
202 const short OWL_THING = 1204;
204 const short OWL_NOTHING = 1205;
206 const short OWL_INDIVIDUAL = 1206;
208 const short OWL_EQUIVALENTCLASS = 1207;
210 const short OWL_EQUIVALENTPROPERTY = 1208;
212 const short OWL_SAMEAS = 1209;
214 const short OWL_DIFFERENTFROM = 1210;
216 const short OWL_ALLDIFFERENT = 1211;
218 const short OWL_DISTINCTMEMBERS = 1212;
220 const short OWL_INVERSEOF = 1213;
222 const short OWL_TRANSITIVEPROPERTY = 1214;
224 const short OWL_SYMMETRICPROPERTY = 1215;
228 const short OWL_RESTRICTION = 1217;
230 const short OWL_ONPROPERTY = 1218;
232 const short OWL_ALLVALUESFROM = 1219;
234 const short OWL_SOMEVALUESFROM = 1220;
236 const short OWL_MINCARDINALITY = 1221;
238 const short OWL_MAXCARDINALITY = 1222;
240 const short OWL_CARDINALITY = 1223;
242 const short OWL_ONTOLOGY = 1224;
244 const short OWL_IMPORTS = 1225;
246 const short OWL_VERSIONINFO = 1226;
248 const short OWL_PRIORVERSION = 1227;
250 const short OWL_BACKWARDCOMPATIBLEWITH = 1228;
252 const short OWL_INCOMPATIBLEWITH = 1229;
254 const short OWL_DEPRECATEDCLASS = 1230;
256 const short OWL_DEPRECATEDPROPERTY = 1231;
258 const short OWL_ANNOTATIONPROPERTY = 1232;
260 const short OWL_ONTOLOGYPROPERTY = 1233;
262 const short OWL_ONEOF = 1234;
264 const short OWL_DATARANGE = 1235;
266 const short OWL_DISJOINTWITH = 1236;
268 const short OWL_UNIONOF = 1237;
270 const short OWL_COMPLEMENTOF = 1238;
272 const short OWL_INTERSECTIONOF = 1239;
274 const short OWL_HASVALUE = 1240;
275
277 const short PKG_HASPART = 2000;
278/* REMOVED
280 const short PKG_IDREF = 2001;
282 const short PKG_PATH = 2002;
283*/
285 const short PKG_MIMETYPE = 2003;
287 const short PKG_PACKAGE = 2004;
289 const short PKG_ELEMENT = 2005;
291 const short PKG_FILE = 2006;
293 const short PKG_METADATAFILE = 2007;
295 const short PKG_DOCUMENT = 2008;
296
298 const short ODF_PREFIX = 2100;
300 const short ODF_SUFFIX = 2101;
302 const short ODF_ELEMENT = 2102;
304 const short ODF_CONTENTFILE = 2103;
306 const short ODF_STYLESFILE = 2104;
307/* REMOVED
309 const short ODF_METADATAFILE = 2105;
310*/
311
312 // urn:oasis:names:tc:opendocument:xmlns:text:1.0meta-field
313// const short TEXT_META_FIELD = 3000;
314
322 const short LO_EXT_SHADING = 2106;
323};
324
325
326}; }; }; };
327
328/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
Constants to specify some well-known URIs.
Definition URIs.idl:36
const short XSD_BYTE
http://www.w3.org/2001/XMLSchema-datatypes#byte
Definition URIs.idl:68
const short RDF_TYPE
http://www.w3.org/1999/02/22-rdf-syntax-ns#type
Definition URIs.idl:127
const short RDFS_DOMAIN
http://www.w3.org/2000/01/rdf-schema#domain
Definition URIs.idl:167
const short XSD_GYEARMONTH
http://www.w3.org/2001/XMLSchema-datatypes#gYearMonth
Definition URIs.idl:88
const short XSD_LONG
http://www.w3.org/2001/XMLSchema-datatypes#long
Definition URIs.idl:62
const short PKG_DOCUMENT
http://docs.oasis-open.org/ns/office/1.2/meta/pkg#Document
Definition URIs.idl:295
const short RDFS_SUBCLASSOF
http://www.w3.org/2000/01/rdf-schema#subClassOf
Definition URIs.idl:171
const short OWL_INDIVIDUAL
http://www.w3.org/2002/07/owl#Individual
Definition URIs.idl:206
const short OWL_INVERSEOF
http://www.w3.org/2002/07/owl#inverseOf
Definition URIs.idl:220
const short OWL_DISJOINTWITH
http://www.w3.org/2002/07/owl#disjointWith
Definition URIs.idl:266
const short OWL_MAXCARDINALITY
http://www.w3.org/2002/07/owl#maxCardinality
Definition URIs.idl:238
const short PKG_METADATAFILE
http://docs.oasis-open.org/ns/office/1.2/meta/pkg#MetadataFile
Definition URIs.idl:293
const short XSD_DOUBLE
http://www.w3.org/2001/XMLSchema-datatypes#double
Definition URIs.idl:50
const short XSD_IDREF
http://www.w3.org/2001/XMLSchema-datatypes#IDREF
Definition URIs.idl:118
const short XSD_NEGATIVEINTEGER
http://www.w3.org/2001/XMLSchema-datatypes#negativeInteger
Definition URIs.idl:60
const short XSD_QNAME
http://www.w3.org/2001/XMLSchema-datatypes#QName
Definition URIs.idl:110
const short RDFS_MEMBER
http://www.w3.org/2000/01/rdf-schema#member
Definition URIs.idl:175
const short OWL_ALLDIFFERENT
http://www.w3.org/2002/07/owl#AllDifferent
Definition URIs.idl:216
const short XSD_NOTATION
http://www.w3.org/2001/XMLSchema-datatypes#NOTATION
Definition URIs.idl:112
const short XSD_UNSIGNEDBYTE
http://www.w3.org/2001/XMLSchema-datatypes#unsignedByte
Definition URIs.idl:76
const short ODF_ELEMENT
http://docs.oasis-open.org/ns/office/1.2/meta/odf#Element
Definition URIs.idl:302
const short RDFS_CONTAINER
http://www.w3.org/2000/01/rdf-schema#Container
Definition URIs.idl:189
const short RDF_VALUE
http://www.w3.org/1999/02/22-rdf-syntax-ns#value
Definition URIs.idl:139
const short OWL_CARDINALITY
http://www.w3.org/2002/07/owl#cardinality
Definition URIs.idl:240
const short RDF_PREDICATE
http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate
Definition URIs.idl:131
const short XSD_UNSIGNEDLONG
http://www.w3.org/2001/XMLSchema-datatypes#unsignedLong
Definition URIs.idl:70
const short RDFS_SEEALSO
http://www.w3.org/2000/01/rdf-schema#seeAlso
Definition URIs.idl:181
const short XSD_NONPOSITIVEINTEGER
http://www.w3.org/2001/XMLSchema-datatypes#nonPositiveInteger
Definition URIs.idl:58
const short ODF_SUFFIX
http://docs.oasis-open.org/ns/office/1.2/meta/odf#suffix
Definition URIs.idl:300
const short OWL_SAMEAS
http://www.w3.org/2002/07/owl#sameAs
Definition URIs.idl:212
const short RDF_XMLLITERAL
http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral
Definition URIs.idl:147
const short XSD_STRING
http://www.w3.org/2001/XMLSchema-datatypes#string
Definition URIs.idl:40
const short PKG_ELEMENT
http://docs.oasis-open.org/ns/office/1.2/meta/pkg#Element
Definition URIs.idl:289
const short XSD_GDAY
http://www.w3.org/2001/XMLSchema-datatypes#gDay
Definition URIs.idl:94
const short XSD_ID
http://www.w3.org/2001/XMLSchema-datatypes#ID
Definition URIs.idl:116
const short XSD_FLOAT
http://www.w3.org/2001/XMLSchema-datatypes#float
Definition URIs.idl:48
const short OWL_MINCARDINALITY
http://www.w3.org/2002/07/owl#minCardinality
Definition URIs.idl:236
const short OWL_FUNCTIONALPROPERTY
http://www.w3.org/2002/07/owl#FunctionalProperty
Definition URIs.idl:200
const short RDF_PROPERTY
http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Definition URIs.idl:135
const short OWL_DIFFERENTFROM
http://www.w3.org/2002/07/owl#differentFrom
Definition URIs.idl:214
const short RDF_ALT
http://www.w3.org/1999/02/22-rdf-syntax-ns#Alt
Definition URIs.idl:149
const short RDFS_SUBPROPERTYOF
http://www.w3.org/2000/01/rdf-schema#subPropertyOf
Definition URIs.idl:177
const short ODF_CONTENTFILE
http://docs.oasis-open.org/ns/office/1.2/meta/odf#ContentFile
Definition URIs.idl:304
const short XSD_ENTITY
http://www.w3.org/2001/XMLSchema-datatypes#ENTITY
Definition URIs.idl:122
const short XSD_NMTOKENS
http://www.w3.org/2001/XMLSchema-datatypes#NMTOKENS
Definition URIs.idl:114
const short OWL_ONTOLOGY
http://www.w3.org/2002/07/owl#Ontology
Definition URIs.idl:242
const short OWL_TRANSITIVEPROPERTY
http://www.w3.org/2002/07/owl#TransitiveProperty
Definition URIs.idl:222
const short RDF_OBJECT
http://www.w3.org/1999/02/22-rdf-syntax-ns#object
Definition URIs.idl:133
const short PKG_FILE
http://docs.oasis-open.org/ns/office/1.2/meta/pkg#File
Definition URIs.idl:291
const short XSD_NONNEGATIVEINTEGER
http://www.w3.org/2001/XMLSchema-datatypes#nonNegativeInteger
Definition URIs.idl:54
const short PKG_PACKAGE
http://docs.oasis-open.org/ns/office/1.2/meta/pkg#Package
Definition URIs.idl:287
const short OWL_DEPRECATEDPROPERTY
http://www.w3.org/2002/07/owl#DeprecatedProperty
Definition URIs.idl:256
const short ODF_PREFIX
http://docs.oasis-open.org/ns/office/1.2/meta/odf#prefix
Definition URIs.idl:298
const short XSD_BOOLEAN
http://www.w3.org/2001/XMLSchema-datatypes#boolean
Definition URIs.idl:44
const short RDFS_LABEL
http://www.w3.org/2000/01/rdf-schema#label
Definition URIs.idl:165
const short OWL_COMPLEMENTOF
http://www.w3.org/2002/07/owl#complementOf
Definition URIs.idl:270
const short OWL_DISTINCTMEMBERS
http://www.w3.org/2002/07/owl#distinctMembers
Definition URIs.idl:218
const short PKG_HASPART
http://docs.oasis-open.org/ns/office/1.2/meta/pkg#hasPart
Definition URIs.idl:277
const short XSD_GYEAR
http://www.w3.org/2001/XMLSchema-datatypes#gYear
Definition URIs.idl:90
const short OWL_THING
http://www.w3.org/2002/07/owl#Thing
Definition URIs.idl:202
const short PKG_MIMETYPE
http://docs.oasis-open.org/ns/office/1.2/meta/pkg#mimeType
Definition URIs.idl:285
const short XSD_HEXBINARY
http://www.w3.org/2001/XMLSchema-datatypes#hexBinary
Definition URIs.idl:78
const short RDFS_LITERAL
http://www.w3.org/2000/01/rdf-schema#Literal
Definition URIs.idl:173
const short LO_EXT_SHADING
custom shading color of an annotated text range or metadata field (replacement of the default field s...
Definition URIs.idl:322
const short RDF_SEQ
http://www.w3.org/1999/02/22-rdf-syntax-ns#Seq
Definition URIs.idl:155
const short XSD_UNSIGNEDSHORT
http://www.w3.org/2001/XMLSchema-datatypes#unsignedShort
Definition URIs.idl:74
const short OWL_CLASS
http://www.w3.org/2002/07/owl#Class
Definition URIs.idl:194
const short OWL_DATARANGE
http://www.w3.org/2002/07/owl#dataRange
Definition URIs.idl:264
const short OWL_VERSIONINFO
http://www.w3.org/2002/07/owl#versionInfo
Definition URIs.idl:246
const short OWL_UNIONOF
http://www.w3.org/2002/07/owl#unionOf
Definition URIs.idl:268
const short OWL_BACKWARDCOMPATIBLEWITH
http://www.w3.org/2002/07/owl#backwardCompatibleWith
Definition URIs.idl:250
const short XSD_ANYURI
http://www.w3.org/2001/XMLSchema-datatypes#anyURI
Definition URIs.idl:98
const short XSD_INT
http://www.w3.org/2001/XMLSchema-datatypes#int
Definition URIs.idl:64
const short RDFS_COMMENT
http://www.w3.org/2000/01/rdf-schema#comment
Definition URIs.idl:163
const short RDF_1
http://www.w3.org/1999/02/22-rdf-syntax-ns#_1
Definition URIs.idl:157
const short OWL_ONTOLOGYPROPERTY
http://www.w3.org/2002/07/owl#OntologyProperty
Definition URIs.idl:260
const short XSD_UNSIGNEDINT
http://www.w3.org/2001/XMLSchema-datatypes#unsignedInt
Definition URIs.idl:72
const short XSD_ENTITIES
http://www.w3.org/2001/XMLSchema-datatypes#ENTITIES
Definition URIs.idl:124
const short OWL_ANNOTATIONPROPERTY
http://www.w3.org/2002/07/owl#AnnotationProperty
Definition URIs.idl:258
const short OWL_ONEOF
http://www.w3.org/2002/07/owl#oneOf
Definition URIs.idl:262
const short OWL_DEPRECATEDCLASS
http://www.w3.org/2002/07/owl#DeprecatedClass
Definition URIs.idl:254
const short OWL_OBJECTPROPERTY
http://www.w3.org/2002/07/owl#ObjectProperty
Definition URIs.idl:196
const short XSD_TOKEN
http://www.w3.org/2001/XMLSchema-datatypes#token
Definition URIs.idl:100
const short XSD_SHORT
http://www.w3.org/2001/XMLSchema-datatypes#short
Definition URIs.idl:66
const short OWL_ALLVALUESFROM
http://www.w3.org/2002/07/owl#allValuesFrom
Definition URIs.idl:232
const short RDF_BAG
http://www.w3.org/1999/02/22-rdf-syntax-ns#Bag
Definition URIs.idl:151
const short RDF_REST
http://www.w3.org/1999/02/22-rdf-syntax-ns#rest
Definition URIs.idl:143
const short XSD_LANGUAGE
http://www.w3.org/2001/XMLSchema-datatypes#language
Definition URIs.idl:102
const short XSD_NMTOKEN
http://www.w3.org/2001/XMLSchema-datatypes#NMTOKEN
Definition URIs.idl:104
const short OWL_DATATYPEPROPERTY
http://www.w3.org/2002/07/owl#DatatypeProperty
Definition URIs.idl:198
const short RDFS_RANGE
http://www.w3.org/2000/01/rdf-schema#range
Definition URIs.idl:169
const short ODF_STYLESFILE
http://docs.oasis-open.org/ns/office/1.2/meta/odf#StylesFile
Definition URIs.idl:306
const short RDFS_ISDEFINEDBY
http://www.w3.org/2000/01/rdf-schema#isDefinedBy
Definition URIs.idl:179
const short RDFS_CONTAINERMEMBERSHIPPROPERTY
http://www.w3.org/2000/01/rdf-schema#ContainerMembershipProperty
Definition URIs.idl:191
const short OWL_ONPROPERTY
http://www.w3.org/2002/07/owl#onProperty
Definition URIs.idl:230
const short RDF_FIRST
http://www.w3.org/1999/02/22-rdf-syntax-ns#first
Definition URIs.idl:141
const short XSD_POSITIVEINTEGER
http://www.w3.org/2001/XMLSchema-datatypes#positiveInteger
Definition URIs.idl:56
const short XSD_GMONTH
http://www.w3.org/2001/XMLSchema-datatypes#gMonth
Definition URIs.idl:96
const short RDF_NIL
http://www.w3.org/1999/02/22-rdf-syntax-ns#nil
Definition URIs.idl:145
const short RDFS_RESOURCE
http://www.w3.org/2000/01/rdf-schema#Resource
Definition URIs.idl:183
const short OWL_NOTHING
http://www.w3.org/2002/07/owl#Nothing
Definition URIs.idl:204
const short OWL_INCOMPATIBLEWITH
http://www.w3.org/2002/07/owl#incompatibleWith
Definition URIs.idl:252
const short XSD_NORMALIZEDSTRING
http://www.w3.org/2001/XMLSchema-datatypes#normalizedString
Definition URIs.idl:42
const short RDFS_DATATYPE
http://www.w3.org/2000/01/rdf-schema#Datatype
Definition URIs.idl:187
const short OWL_EQUIVALENTPROPERTY
http://www.w3.org/2002/07/owl#equivalentProperty
Definition URIs.idl:210
const short XSD_TIME
http://www.w3.org/2001/XMLSchema-datatypes#time
Definition URIs.idl:84
const short OWL_INVERSEFUNCTIONALPROPERTY
http://www.w3.org/2002/07/owl#InverseFunctionalProperty
Definition URIs.idl:226
const short OWL_INTERSECTIONOF
http://www.w3.org/2002/07/owl#intersectionOf
Definition URIs.idl:272
const short OWL_SYMMETRICPROPERTY
http://www.w3.org/2002/07/owl#SymmetricProperty
Definition URIs.idl:224
const short XSD_NCNAME
http://www.w3.org/2001/XMLSchema-datatypes#NCName
Definition URIs.idl:38
const short XSD_DATETIME
http://www.w3.org/2001/XMLSchema-datatypes#dateTime
Definition URIs.idl:82
const short XSD_INTEGER
http://www.w3.org/2001/XMLSchema-datatypes#integer
Definition URIs.idl:52
const short RDF_STATEMENT
http://www.w3.org/1999/02/22-rdf-syntax-ns#Statement
Definition URIs.idl:137
const short OWL_IMPORTS
http://www.w3.org/2002/07/owl#imports
Definition URIs.idl:244
const short XSD_BASE64BINARY
http://www.w3.org/2001/XMLSchema-datatypes#base64Binary
Definition URIs.idl:80
const short RDFS_CLASS
http://www.w3.org/2000/01/rdf-schema#Class
Definition URIs.idl:185
const short RDF_SUBJECT
http://www.w3.org/1999/02/22-rdf-syntax-ns#subject
Definition URIs.idl:129
const short XSD_GMONTHDAY
http://www.w3.org/2001/XMLSchema-datatypes#gMonthDay
Definition URIs.idl:92
const short XSD_DURATION
http://www.w3.org/2001/XMLSchema-datatypes#duration
Definition URIs.idl:108
const short XSD_DATE
http://www.w3.org/2001/XMLSchema-datatypes#date
Definition URIs.idl:86
const short XSD_DECIMAL
http://www.w3.org/2001/XMLSchema-datatypes#decimal
Definition URIs.idl:46
const short XSD_NAME
http://www.w3.org/2001/XMLSchema-datatypes#Name
Definition URIs.idl:106
const short RDF_LIST
http://www.w3.org/1999/02/22-rdf-syntax-ns#List
Definition URIs.idl:153
const short OWL_RESTRICTION
http://www.w3.org/2002/07/owl#Restriction
Definition URIs.idl:228
const short OWL_SOMEVALUESFROM
http://www.w3.org/2002/07/owl#someValuesFrom
Definition URIs.idl:234
const short OWL_EQUIVALENTCLASS
http://www.w3.org/2002/07/owl#equivalentClass
Definition URIs.idl:208
const short OWL_PRIORVERSION
http://www.w3.org/2002/07/owl#priorVersion
Definition URIs.idl:248
const short XSD_IDREFS
http://www.w3.org/2001/XMLSchema-datatypes#IDREFS
Definition URIs.idl:120
const short OWL_HASVALUE
http://www.w3.org/2002/07/owl#hasValue
Definition URIs.idl:274
Definition Ambiguous.idl:20