LibreOffice
LibreOffice 7.4 SDK API Reference
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 #ifndef __com_sun_star_rdf_URIs_idl__
21 #define __com_sun_star_rdf_URIs_idl__
22 
23 
24 
25 module com { module sun { module star { module rdf {
26 
27 
38 constants URIs
39 {
41  const short XSD_NCNAME = 1;
43  const short XSD_STRING = 2;
45  const short XSD_NORMALIZEDSTRING = 3;
47  const short XSD_BOOLEAN = 4;
49  const short XSD_DECIMAL = 5;
51  const short XSD_FLOAT = 6;
53  const short XSD_DOUBLE = 7;
55  const short XSD_INTEGER = 8;
57  const short XSD_NONNEGATIVEINTEGER = 9;
59  const short XSD_POSITIVEINTEGER = 10;
61  const short XSD_NONPOSITIVEINTEGER = 11;
63  const short XSD_NEGATIVEINTEGER = 12;
65  const short XSD_LONG = 13;
67  const short XSD_INT = 14;
69  const short XSD_SHORT = 15;
71  const short XSD_BYTE = 16;
73  const short XSD_UNSIGNEDLONG = 17;
75  const short XSD_UNSIGNEDINT = 18;
77  const short XSD_UNSIGNEDSHORT = 19;
79  const short XSD_UNSIGNEDBYTE = 20;
81  const short XSD_HEXBINARY = 21;
83  const short XSD_BASE64BINARY = 22;
85  const short XSD_DATETIME = 23;
87  const short XSD_TIME = 24;
89  const short XSD_DATE = 25;
91  const short XSD_GYEARMONTH = 26;
93  const short XSD_GYEAR = 27;
95  const short XSD_GMONTHDAY = 28;
97  const short XSD_GDAY = 29;
99  const short XSD_GMONTH = 30;
101  const short XSD_ANYURI = 31;
103  const short XSD_TOKEN = 32;
105  const short XSD_LANGUAGE = 33;
107  const short XSD_NMTOKEN = 34;
109  const short XSD_NAME = 35;
111  const short XSD_DURATION = 36;
113  const short XSD_QNAME = 37;
115  const short XSD_NOTATION = 38;
117  const short XSD_NMTOKENS = 39;
119  const short XSD_ID = 40;
121  const short XSD_IDREF = 41;
123  const short XSD_IDREFS = 42;
125  const short XSD_ENTITY = 43;
127  const short XSD_ENTITIES = 44;
128 
130  const short RDF_TYPE = 1000;
132  const short RDF_SUBJECT = 1001;
134  const short RDF_PREDICATE = 1002;
136  const short RDF_OBJECT = 1003;
138  const short RDF_PROPERTY = 1004;
140  const short RDF_STATEMENT = 1005;
142  const short RDF_VALUE = 1006;
144  const short RDF_FIRST = 1007;
146  const short RDF_REST = 1008;
148  const short RDF_NIL = 1009;
150  const short RDF_XMLLITERAL = 1010;
152  const short RDF_ALT = 1011;
154  const short RDF_BAG = 1012;
156  const short RDF_LIST = 1013;
158  const short RDF_SEQ = 1014;
160  const short RDF_1 = 1015;
161  /* hmm... that's a lot of potential constants:
162  _n where n is a decimal integer greater than zero with no leading zeros.
163  */
164 
166  const short RDFS_COMMENT = 1100;
168  const short RDFS_LABEL = 1101;
170  const short RDFS_DOMAIN = 1102;
172  const short RDFS_RANGE = 1103;
174  const short RDFS_SUBCLASSOF = 1104;
176  const short RDFS_LITERAL = 1105;
178  const short RDFS_MEMBER = 1106;
180  const short RDFS_SUBPROPERTYOF = 1107;
182  const short RDFS_ISDEFINEDBY = 1108;
184  const short RDFS_SEEALSO = 1109;
186  const short RDFS_RESOURCE = 1110;
188  const short RDFS_CLASS = 1111;
190  const short RDFS_DATATYPE = 1112;
192  const short RDFS_CONTAINER = 1113;
195 
197  const short OWL_CLASS = 1200;
199  const short OWL_OBJECTPROPERTY = 1201;
201  const short OWL_DATATYPEPROPERTY = 1202;
203  const short OWL_FUNCTIONALPROPERTY = 1203;
205  const short OWL_THING = 1204;
207  const short OWL_NOTHING = 1205;
209  const short OWL_INDIVIDUAL = 1206;
211  const short OWL_EQUIVALENTCLASS = 1207;
213  const short OWL_EQUIVALENTPROPERTY = 1208;
215  const short OWL_SAMEAS = 1209;
217  const short OWL_DIFFERENTFROM = 1210;
219  const short OWL_ALLDIFFERENT = 1211;
221  const short OWL_DISTINCTMEMBERS = 1212;
223  const short OWL_INVERSEOF = 1213;
225  const short OWL_TRANSITIVEPROPERTY = 1214;
227  const short OWL_SYMMETRICPROPERTY = 1215;
229  const short OWL_INVERSEFUNCTIONALPROPERTY = 1216;
231  const short OWL_RESTRICTION = 1217;
233  const short OWL_ONPROPERTY = 1218;
235  const short OWL_ALLVALUESFROM = 1219;
237  const short OWL_SOMEVALUESFROM = 1220;
239  const short OWL_MINCARDINALITY = 1221;
241  const short OWL_MAXCARDINALITY = 1222;
243  const short OWL_CARDINALITY = 1223;
245  const short OWL_ONTOLOGY = 1224;
247  const short OWL_IMPORTS = 1225;
249  const short OWL_VERSIONINFO = 1226;
251  const short OWL_PRIORVERSION = 1227;
253  const short OWL_BACKWARDCOMPATIBLEWITH = 1228;
255  const short OWL_INCOMPATIBLEWITH = 1229;
257  const short OWL_DEPRECATEDCLASS = 1230;
259  const short OWL_DEPRECATEDPROPERTY = 1231;
261  const short OWL_ANNOTATIONPROPERTY = 1232;
263  const short OWL_ONTOLOGYPROPERTY = 1233;
265  const short OWL_ONEOF = 1234;
267  const short OWL_DATARANGE = 1235;
269  const short OWL_DISJOINTWITH = 1236;
271  const short OWL_UNIONOF = 1237;
273  const short OWL_COMPLEMENTOF = 1238;
275  const short OWL_INTERSECTIONOF = 1239;
277  const short OWL_HASVALUE = 1240;
278 
280  const short PKG_HASPART = 2000;
281 /* REMOVED
283  const short PKG_IDREF = 2001;
285  const short PKG_PATH = 2002;
286 */
288  const short PKG_MIMETYPE = 2003;
290  const short PKG_PACKAGE = 2004;
292  const short PKG_ELEMENT = 2005;
294  const short PKG_FILE = 2006;
296  const short PKG_METADATAFILE = 2007;
298  const short PKG_DOCUMENT = 2008;
299 
301  const short ODF_PREFIX = 2100;
303  const short ODF_SUFFIX = 2101;
305  const short ODF_ELEMENT = 2102;
307  const short ODF_CONTENTFILE = 2103;
309  const short ODF_STYLESFILE = 2104;
310 /* REMOVED
312  const short ODF_METADATAFILE = 2105;
313 */
314 
315  // urn:oasis:names:tc:opendocument:xmlns:text:1.0meta-field
316 // const short TEXT_META_FIELD = 3000;
317 
325  const short LO_EXT_SHADING = 2106;
326 };
327 
328 
329 }; }; }; };
330 
331 #endif
332 
333 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
const short XSD_BYTE
http://www.w3.org/2001/XMLSchema-datatypes#byte
Definition: URIs.idl:71
const short RDF_TYPE
http://www.w3.org/1999/02/22-rdf-syntax-ns#type
Definition: URIs.idl:130
const short RDFS_DOMAIN
http://www.w3.org/2000/01/rdf-schema#domain
Definition: URIs.idl:170
const short XSD_GYEARMONTH
http://www.w3.org/2001/XMLSchema-datatypes#gYearMonth
Definition: URIs.idl:91
const short XSD_LONG
http://www.w3.org/2001/XMLSchema-datatypes#long
Definition: URIs.idl:65
const short PKG_DOCUMENT
http://docs.oasis-open.org/ns/office/1.2/meta/pkg#Document
Definition: URIs.idl:298
const short RDFS_SUBCLASSOF
http://www.w3.org/2000/01/rdf-schema#subClassOf
Definition: URIs.idl:174
const short OWL_INDIVIDUAL
http://www.w3.org/2002/07/owl#Individual
Definition: URIs.idl:209
const short OWL_INVERSEOF
http://www.w3.org/2002/07/owl#inverseOf
Definition: URIs.idl:223
const short OWL_DISJOINTWITH
http://www.w3.org/2002/07/owl#disjointWith
Definition: URIs.idl:269
const short OWL_MAXCARDINALITY
http://www.w3.org/2002/07/owl#maxCardinality
Definition: URIs.idl:241
const short PKG_METADATAFILE
http://docs.oasis-open.org/ns/office/1.2/meta/pkg#MetadataFile
Definition: URIs.idl:296
const short XSD_DOUBLE
http://www.w3.org/2001/XMLSchema-datatypes#double
Definition: URIs.idl:53
const short XSD_IDREF
http://www.w3.org/2001/XMLSchema-datatypes#IDREF
Definition: URIs.idl:121
const short XSD_NEGATIVEINTEGER
http://www.w3.org/2001/XMLSchema-datatypes#negativeInteger
Definition: URIs.idl:63
const short XSD_QNAME
http://www.w3.org/2001/XMLSchema-datatypes#QName
Definition: URIs.idl:113
const short RDFS_MEMBER
http://www.w3.org/2000/01/rdf-schema#member
Definition: URIs.idl:178
const short OWL_ALLDIFFERENT
http://www.w3.org/2002/07/owl#AllDifferent
Definition: URIs.idl:219
const short XSD_NOTATION
http://www.w3.org/2001/XMLSchema-datatypes#NOTATION
Definition: URIs.idl:115
const short XSD_UNSIGNEDBYTE
http://www.w3.org/2001/XMLSchema-datatypes#unsignedByte
Definition: URIs.idl:79
const short ODF_ELEMENT
http://docs.oasis-open.org/ns/office/1.2/meta/odf#Element
Definition: URIs.idl:305
const short RDFS_CONTAINER
http://www.w3.org/2000/01/rdf-schema#Container
Definition: URIs.idl:192
const short RDF_VALUE
http://www.w3.org/1999/02/22-rdf-syntax-ns#value
Definition: URIs.idl:142
const short OWL_CARDINALITY
http://www.w3.org/2002/07/owl#cardinality
Definition: URIs.idl:243
const short RDF_PREDICATE
http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate
Definition: URIs.idl:134
const short XSD_UNSIGNEDLONG
http://www.w3.org/2001/XMLSchema-datatypes#unsignedLong
Definition: URIs.idl:73
const short RDFS_SEEALSO
http://www.w3.org/2000/01/rdf-schema#seeAlso
Definition: URIs.idl:184
const short XSD_NONPOSITIVEINTEGER
http://www.w3.org/2001/XMLSchema-datatypes#nonPositiveInteger
Definition: URIs.idl:61
const short ODF_SUFFIX
http://docs.oasis-open.org/ns/office/1.2/meta/odf#suffix
Definition: URIs.idl:303
const short OWL_SAMEAS
http://www.w3.org/2002/07/owl#sameAs
Definition: URIs.idl:215
const short RDF_XMLLITERAL
http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral
Definition: URIs.idl:150
const short XSD_STRING
http://www.w3.org/2001/XMLSchema-datatypes#string
Definition: URIs.idl:43
const short PKG_ELEMENT
http://docs.oasis-open.org/ns/office/1.2/meta/pkg#Element
Definition: URIs.idl:292
const short XSD_GDAY
http://www.w3.org/2001/XMLSchema-datatypes#gDay
Definition: URIs.idl:97
const short XSD_ID
http://www.w3.org/2001/XMLSchema-datatypes#ID
Definition: URIs.idl:119
const short XSD_FLOAT
http://www.w3.org/2001/XMLSchema-datatypes#float
Definition: URIs.idl:51
const short OWL_MINCARDINALITY
http://www.w3.org/2002/07/owl#minCardinality
Definition: URIs.idl:239
const short OWL_FUNCTIONALPROPERTY
http://www.w3.org/2002/07/owl#FunctionalProperty
Definition: URIs.idl:203
const short RDF_PROPERTY
http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Definition: URIs.idl:138
const short OWL_DIFFERENTFROM
http://www.w3.org/2002/07/owl#differentFrom
Definition: URIs.idl:217
const short RDF_ALT
http://www.w3.org/1999/02/22-rdf-syntax-ns#Alt
Definition: URIs.idl:152
const short RDFS_SUBPROPERTYOF
http://www.w3.org/2000/01/rdf-schema#subPropertyOf
Definition: URIs.idl:180
const short ODF_CONTENTFILE
http://docs.oasis-open.org/ns/office/1.2/meta/odf#ContentFile
Definition: URIs.idl:307
const short XSD_ENTITY
http://www.w3.org/2001/XMLSchema-datatypes#ENTITY
Definition: URIs.idl:125
const short XSD_NMTOKENS
http://www.w3.org/2001/XMLSchema-datatypes#NMTOKENS
Definition: URIs.idl:117
const short OWL_ONTOLOGY
http://www.w3.org/2002/07/owl#Ontology
Definition: URIs.idl:245
const short OWL_TRANSITIVEPROPERTY
http://www.w3.org/2002/07/owl#TransitiveProperty
Definition: URIs.idl:225
const short RDF_OBJECT
http://www.w3.org/1999/02/22-rdf-syntax-ns#object
Definition: URIs.idl:136
const short PKG_FILE
http://docs.oasis-open.org/ns/office/1.2/meta/pkg#File
Definition: URIs.idl:294
const short XSD_NONNEGATIVEINTEGER
http://www.w3.org/2001/XMLSchema-datatypes#nonNegativeInteger
Definition: URIs.idl:57
const short PKG_PACKAGE
http://docs.oasis-open.org/ns/office/1.2/meta/pkg#Package
Definition: URIs.idl:290
const short OWL_DEPRECATEDPROPERTY
http://www.w3.org/2002/07/owl#DeprecatedProperty
Definition: URIs.idl:259
const short ODF_PREFIX
http://docs.oasis-open.org/ns/office/1.2/meta/odf#prefix
Definition: URIs.idl:301
const short XSD_BOOLEAN
http://www.w3.org/2001/XMLSchema-datatypes#boolean
Definition: URIs.idl:47
const short RDFS_LABEL
http://www.w3.org/2000/01/rdf-schema#label
Definition: URIs.idl:168
const short OWL_COMPLEMENTOF
http://www.w3.org/2002/07/owl#complementOf
Definition: URIs.idl:273
const short OWL_DISTINCTMEMBERS
http://www.w3.org/2002/07/owl#distinctMembers
Definition: URIs.idl:221
const short PKG_HASPART
http://docs.oasis-open.org/ns/office/1.2/meta/pkg#hasPart
Definition: URIs.idl:280
const short XSD_GYEAR
http://www.w3.org/2001/XMLSchema-datatypes#gYear
Definition: URIs.idl:93
const short OWL_THING
http://www.w3.org/2002/07/owl#Thing
Definition: URIs.idl:205
const short PKG_MIMETYPE
http://docs.oasis-open.org/ns/office/1.2/meta/pkg#mimeType
Definition: URIs.idl:288
const short XSD_HEXBINARY
http://www.w3.org/2001/XMLSchema-datatypes#hexBinary
Definition: URIs.idl:81
const short RDFS_LITERAL
http://www.w3.org/2000/01/rdf-schema#Literal
Definition: URIs.idl:176
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:325
const short RDF_SEQ
http://www.w3.org/1999/02/22-rdf-syntax-ns#Seq
Definition: URIs.idl:158
const short XSD_UNSIGNEDSHORT
http://www.w3.org/2001/XMLSchema-datatypes#unsignedShort
Definition: URIs.idl:77
const short OWL_CLASS
http://www.w3.org/2002/07/owl#Class
Definition: URIs.idl:197
const short OWL_DATARANGE
http://www.w3.org/2002/07/owl#dataRange
Definition: URIs.idl:267
const short OWL_VERSIONINFO
http://www.w3.org/2002/07/owl#versionInfo
Definition: URIs.idl:249
const short OWL_UNIONOF
http://www.w3.org/2002/07/owl#unionOf
Definition: URIs.idl:271
const short OWL_BACKWARDCOMPATIBLEWITH
http://www.w3.org/2002/07/owl#backwardCompatibleWith
Definition: URIs.idl:253
const short XSD_ANYURI
http://www.w3.org/2001/XMLSchema-datatypes#anyURI
Definition: URIs.idl:101
const short XSD_INT
http://www.w3.org/2001/XMLSchema-datatypes#int
Definition: URIs.idl:67
const short RDFS_COMMENT
http://www.w3.org/2000/01/rdf-schema#comment
Definition: URIs.idl:166
const short RDF_1
http://www.w3.org/1999/02/22-rdf-syntax-ns#_1
Definition: URIs.idl:160
const short OWL_ONTOLOGYPROPERTY
http://www.w3.org/2002/07/owl#OntologyProperty
Definition: URIs.idl:263
const short XSD_UNSIGNEDINT
http://www.w3.org/2001/XMLSchema-datatypes#unsignedInt
Definition: URIs.idl:75
const short XSD_ENTITIES
http://www.w3.org/2001/XMLSchema-datatypes#ENTITIES
Definition: URIs.idl:127
const short OWL_ANNOTATIONPROPERTY
http://www.w3.org/2002/07/owl#AnnotationProperty
Definition: URIs.idl:261
const short OWL_ONEOF
http://www.w3.org/2002/07/owl#oneOf
Definition: URIs.idl:265
const short OWL_DEPRECATEDCLASS
http://www.w3.org/2002/07/owl#DeprecatedClass
Definition: URIs.idl:257
const short OWL_OBJECTPROPERTY
http://www.w3.org/2002/07/owl#ObjectProperty
Definition: URIs.idl:199
const short XSD_TOKEN
http://www.w3.org/2001/XMLSchema-datatypes#token
Definition: URIs.idl:103
const short XSD_SHORT
http://www.w3.org/2001/XMLSchema-datatypes#short
Definition: URIs.idl:69
const short OWL_ALLVALUESFROM
http://www.w3.org/2002/07/owl#allValuesFrom
Definition: URIs.idl:235
const short RDF_BAG
http://www.w3.org/1999/02/22-rdf-syntax-ns#Bag
Definition: URIs.idl:154
const short RDF_REST
http://www.w3.org/1999/02/22-rdf-syntax-ns#rest
Definition: URIs.idl:146
const short XSD_LANGUAGE
http://www.w3.org/2001/XMLSchema-datatypes#language
Definition: URIs.idl:105
const short XSD_NMTOKEN
http://www.w3.org/2001/XMLSchema-datatypes#NMTOKEN
Definition: URIs.idl:107
const short OWL_DATATYPEPROPERTY
http://www.w3.org/2002/07/owl#DatatypeProperty
Definition: URIs.idl:201
const short RDFS_RANGE
http://www.w3.org/2000/01/rdf-schema#range
Definition: URIs.idl:172
const short ODF_STYLESFILE
http://docs.oasis-open.org/ns/office/1.2/meta/odf#StylesFile
Definition: URIs.idl:309
const short RDFS_ISDEFINEDBY
http://www.w3.org/2000/01/rdf-schema#isDefinedBy
Definition: URIs.idl:182
const short RDFS_CONTAINERMEMBERSHIPPROPERTY
http://www.w3.org/2000/01/rdf-schema#ContainerMembershipProperty
Definition: URIs.idl:194
const short OWL_ONPROPERTY
http://www.w3.org/2002/07/owl#onProperty
Definition: URIs.idl:233
const short RDF_FIRST
http://www.w3.org/1999/02/22-rdf-syntax-ns#first
Definition: URIs.idl:144
const short XSD_POSITIVEINTEGER
http://www.w3.org/2001/XMLSchema-datatypes#positiveInteger
Definition: URIs.idl:59
const short XSD_GMONTH
http://www.w3.org/2001/XMLSchema-datatypes#gMonth
Definition: URIs.idl:99
const short RDF_NIL
http://www.w3.org/1999/02/22-rdf-syntax-ns#nil
Definition: URIs.idl:148
const short RDFS_RESOURCE
http://www.w3.org/2000/01/rdf-schema#Resource
Definition: URIs.idl:186
const short OWL_NOTHING
http://www.w3.org/2002/07/owl#Nothing
Definition: URIs.idl:207
const short OWL_INCOMPATIBLEWITH
http://www.w3.org/2002/07/owl#incompatibleWith
Definition: URIs.idl:255
const short XSD_NORMALIZEDSTRING
http://www.w3.org/2001/XMLSchema-datatypes#normalizedString
Definition: URIs.idl:45
const short RDFS_DATATYPE
http://www.w3.org/2000/01/rdf-schema#Datatype
Definition: URIs.idl:190
const short OWL_EQUIVALENTPROPERTY
http://www.w3.org/2002/07/owl#equivalentProperty
Definition: URIs.idl:213
const short XSD_TIME
http://www.w3.org/2001/XMLSchema-datatypes#time
Definition: URIs.idl:87
const short OWL_INVERSEFUNCTIONALPROPERTY
http://www.w3.org/2002/07/owl#InverseFunctionalProperty
Definition: URIs.idl:229
const short OWL_INTERSECTIONOF
http://www.w3.org/2002/07/owl#intersectionOf
Definition: URIs.idl:275
const short OWL_SYMMETRICPROPERTY
http://www.w3.org/2002/07/owl#SymmetricProperty
Definition: URIs.idl:227
const short XSD_NCNAME
http://www.w3.org/2001/XMLSchema-datatypes#NCName
Definition: URIs.idl:41
const short XSD_DATETIME
http://www.w3.org/2001/XMLSchema-datatypes#dateTime
Definition: URIs.idl:85
const short XSD_INTEGER
http://www.w3.org/2001/XMLSchema-datatypes#integer
Definition: URIs.idl:55
const short RDF_STATEMENT
http://www.w3.org/1999/02/22-rdf-syntax-ns#Statement
Definition: URIs.idl:140
const short OWL_IMPORTS
http://www.w3.org/2002/07/owl#imports
Definition: URIs.idl:247
const short XSD_BASE64BINARY
http://www.w3.org/2001/XMLSchema-datatypes#base64Binary
Definition: URIs.idl:83
const short RDFS_CLASS
http://www.w3.org/2000/01/rdf-schema#Class
Definition: URIs.idl:188
const short RDF_SUBJECT
http://www.w3.org/1999/02/22-rdf-syntax-ns#subject
Definition: URIs.idl:132
const short XSD_GMONTHDAY
http://www.w3.org/2001/XMLSchema-datatypes#gMonthDay
Definition: URIs.idl:95
const short XSD_DURATION
http://www.w3.org/2001/XMLSchema-datatypes#duration
Definition: URIs.idl:111
const short XSD_DATE
http://www.w3.org/2001/XMLSchema-datatypes#date
Definition: URIs.idl:89
const short XSD_DECIMAL
http://www.w3.org/2001/XMLSchema-datatypes#decimal
Definition: URIs.idl:49
const short XSD_NAME
http://www.w3.org/2001/XMLSchema-datatypes#Name
Definition: URIs.idl:109
const short RDF_LIST
http://www.w3.org/1999/02/22-rdf-syntax-ns#List
Definition: URIs.idl:156
const short OWL_RESTRICTION
http://www.w3.org/2002/07/owl#Restriction
Definition: URIs.idl:231
const short OWL_SOMEVALUESFROM
http://www.w3.org/2002/07/owl#someValuesFrom
Definition: URIs.idl:237
const short OWL_EQUIVALENTCLASS
http://www.w3.org/2002/07/owl#equivalentClass
Definition: URIs.idl:211
const short OWL_PRIORVERSION
http://www.w3.org/2002/07/owl#priorVersion
Definition: URIs.idl:251
const short XSD_IDREFS
http://www.w3.org/2001/XMLSchema-datatypes#IDREFS
Definition: URIs.idl:123
const short OWL_HASVALUE
http://www.w3.org/2002/07/owl#hasValue
Definition: URIs.idl:277
Definition: Ambiguous.idl:22