1 18 19 package com.hp.hpl.jena.vocabulary; 22 23 24 import com.hp.hpl.jena.rdf.model.*; 27 28 53 public class DAML_OIL 54 implements DAMLVocabulary 55 { 56 59 60 private static DAML_OIL s_instance = new DAML_OIL(); 61 62 63 private static Model s_model = ModelFactory.createDefaultModel(); 64 65 66 67 68 public static final Resource NAMESPACE_DAML = s_model.createResource( NAMESPACE_DAML_2001_03_URI ); 69 70 72 public static final Resource collection = s_model.createResource( NAMESPACE_DAML_2001_03_URI+"collection" ); 73 74 75 public static final Resource List = s_model.createResource( NAMESPACE_DAML_2001_03_URI + "List" ); 76 77 78 public static final Resource UniqueProperty = s_model.createResource( NAMESPACE_DAML_2001_03_URI + "UniqueProperty" ); 79 80 81 public static final Resource TransitiveProperty = s_model.createResource( NAMESPACE_DAML_2001_03_URI + "TransitiveProperty" ); 82 83 84 public static final Resource UnambiguousProperty = s_model.createResource( NAMESPACE_DAML_2001_03_URI + "UnambiguousProperty" ); 85 86 87 public static final Resource Restriction = s_model.createResource( NAMESPACE_DAML_2001_03_URI + "Restriction" ); 88 89 90 public static final Resource Ontology = s_model.createResource( NAMESPACE_DAML_2001_03_URI + "Ontology" ); 91 92 93 public static final Resource nil = s_model.createResource( NAMESPACE_DAML_2001_03_URI + "nil" ); 94 95 96 public static final Resource Thing = s_model.createResource( NAMESPACE_DAML_2001_03_URI + "Thing" ); 97 98 99 public static final Resource Nothing = s_model.createResource( NAMESPACE_DAML_2001_03_URI + "Nothing" ); 100 101 102 public static final Resource Literal = s_model.createResource( NAMESPACE_DAML_2001_03_URI + "Literal" ); 103 104 105 public static final Resource Class = s_model.createResource( NAMESPACE_DAML_2001_03_URI + "Class" ); 106 107 108 public static final Resource Datatype = s_model.createResource( NAMESPACE_DAML_2001_03_URI + "Datatype" ); 109 110 111 public static final Resource DatatypeProperty = s_model.createResource( NAMESPACE_DAML_2001_03_URI + "DatatypeProperty" ); 112 113 114 public static final Resource ObjectProperty = s_model.createResource( NAMESPACE_DAML_2001_03_URI + "ObjectProperty" ); 115 116 117 public static final Resource Property = s_model.createResource( NAMESPACE_DAML_2001_03_URI + "Property" ); 118 119 120 121 122 123 public static Property versionInfo = null; 124 125 126 public static Property imports = null; 127 128 129 public static Property disjointWith = null; 130 131 132 public static Property disjointUnionOf = null; 133 134 135 public static Property sameClassAs = null; 136 137 138 public static Property samePropertyAs = null; 139 140 141 public static Property oneOf = null; 142 143 144 public static Property intersectionOf = null; 145 146 147 public static Property unionOf = null; 148 149 150 public static Property complementOf = null; 151 152 153 public static Property equivalentTo = null; 154 155 156 public static Property onProperty = null; 157 158 159 public static Property toClass = null; 160 161 162 public static Property hasValue = null; 163 164 165 public static Property hasClass = null; 166 167 168 public static Property hasClassQ = null; 169 170 171 public static Property cardinality = null; 172 173 174 public static Property minCardinality = null; 175 176 177 public static Property maxCardinality = null; 178 179 180 public static Property cardinalityQ = null; 181 182 183 public static Property minCardinalityQ = null; 184 185 186 public static Property maxCardinalityQ = null; 187 188 189 public static Property inverseOf = null; 190 191 192 public static Property first = null; 193 194 195 public static Property rest = null; 196 197 198 public static Property item = null; 199 200 201 public static Property subPropertyOf = null; 202 203 204 public static Property type = null; 205 206 207 public static Property value = null; 208 209 210 public static Property subClassOf = null; 211 212 213 public static Property domain = null; 214 215 216 public static Property range = null; 217 218 219 public static Property label = null; 220 221 222 public static Property comment = null; 223 224 225 public static Property seeAlso = null; 226 227 228 public static Property isDefinedBy = null; 229 230 231 public static Property sameIndividualAs = null; 232 233 234 public static Property differentIndividualFrom = null; 235 236 237 240 static { 241 versionInfo = s_model.createProperty( NAMESPACE_DAML_2001_03_URI, "versionInfo" ); 243 imports = s_model.createProperty( NAMESPACE_DAML_2001_03_URI, "imports" ); 244 disjointWith = s_model.createProperty( NAMESPACE_DAML_2001_03_URI, "disjointWith" ); 245 disjointUnionOf = s_model.createProperty( NAMESPACE_DAML_2001_03_URI, "disjointUnionOf" ); 246 sameClassAs = s_model.createProperty( NAMESPACE_DAML_2001_03_URI, "sameClassAs" ); 247 samePropertyAs = s_model.createProperty( NAMESPACE_DAML_2001_03_URI, "samePropertyAs" ); 248 equivalentTo = s_model.createProperty( NAMESPACE_DAML_2001_03_URI, "equivalentTo" ); 249 oneOf = s_model.createProperty( NAMESPACE_DAML_2001_03_URI, "oneOf" ); 250 intersectionOf = s_model.createProperty( NAMESPACE_DAML_2001_03_URI, "intersectionOf" ); 251 unionOf = s_model.createProperty( NAMESPACE_DAML_2001_03_URI, "unionOf" ); 252 complementOf = s_model.createProperty( NAMESPACE_DAML_2001_03_URI, "complementOf" ); 253 onProperty = s_model.createProperty( NAMESPACE_DAML_2001_03_URI, "onProperty" ); 254 toClass = s_model.createProperty( NAMESPACE_DAML_2001_03_URI, "toClass" ); 255 hasValue = s_model.createProperty( NAMESPACE_DAML_2001_03_URI, "hasValue" ); 256 hasClass = s_model.createProperty( NAMESPACE_DAML_2001_03_URI, "hasClass" ); 257 hasClassQ = s_model.createProperty( NAMESPACE_DAML_2001_03_URI, "hasClassQ" ); 258 cardinality = s_model.createProperty( NAMESPACE_DAML_2001_03_URI, "cardinality" ); 259 cardinalityQ = s_model.createProperty( NAMESPACE_DAML_2001_03_URI, "cardinalityQ" ); 260 minCardinality = s_model.createProperty( NAMESPACE_DAML_2001_03_URI, "minCardinality" ); 261 minCardinalityQ = s_model.createProperty( NAMESPACE_DAML_2001_03_URI, "minCardinalityQ" ); 262 maxCardinality = s_model.createProperty( NAMESPACE_DAML_2001_03_URI, "maxCardinality" ); 263 maxCardinalityQ = s_model.createProperty( NAMESPACE_DAML_2001_03_URI, "maxCardinalityQ" ); 264 inverseOf = s_model.createProperty( NAMESPACE_DAML_2001_03_URI, "inverseOf" ); 265 first = s_model.createProperty( NAMESPACE_DAML_2001_03_URI, "first" ); 266 rest = s_model.createProperty( NAMESPACE_DAML_2001_03_URI, "rest" ); 267 item = s_model.createProperty( NAMESPACE_DAML_2001_03_URI, "item" ); 268 subPropertyOf = s_model.createProperty( NAMESPACE_DAML_2001_03_URI, "subPropertyOf" ); 269 type = s_model.createProperty( NAMESPACE_DAML_2001_03_URI, "type" ); 270 value = s_model.createProperty( NAMESPACE_DAML_2001_03_URI, "value" ); 271 subClassOf = s_model.createProperty( NAMESPACE_DAML_2001_03_URI, "subClassOf" ); 272 domain = s_model.createProperty( NAMESPACE_DAML_2001_03_URI, "domain" ); 273 range = s_model.createProperty( NAMESPACE_DAML_2001_03_URI, "range" ); 274 label = s_model.createProperty( NAMESPACE_DAML_2001_03_URI, "label" ); 275 comment = s_model.createProperty( NAMESPACE_DAML_2001_03_URI, "comment" ); 276 seeAlso = s_model.createProperty( NAMESPACE_DAML_2001_03_URI, "seeAlso" ); 277 isDefinedBy = s_model.createProperty( NAMESPACE_DAML_2001_03_URI, "isDefinedBy" ); 278 279 sameIndividualAs = s_model.createProperty( NAMESPACE_DAML_2001_03_URI, "sameIndividualAs" ); 280 differentIndividualFrom = s_model.createProperty( NAMESPACE_DAML_2001_03_URI, "differentIndividualFrom" ); 281 } 282 283 284 287 288 291 294 private DAML_OIL() { 295 } 296 297 298 301 308 public String getNamespace() { 309 return NAMESPACE_DAML_2001_03_URI; 310 } 311 312 313 318 public static DAMLVocabulary getInstance() { 319 return s_instance; 320 } 321 322 323 325 326 327 public Resource NAMESPACE_DAML() { return NAMESPACE_DAML; } 328 329 330 public Resource List() { return List; } 331 332 333 public Resource UniqueProperty() { return UniqueProperty; } 334 335 336 public Resource TransitiveProperty() { return TransitiveProperty; } 337 338 339 public Resource UnambiguousProperty() { return UnambiguousProperty; } 340 341 342 public Resource Restriction() { return Restriction; } 343 344 345 public Resource Ontology() { return Ontology; } 346 347 348 public Resource nil() { return nil; } 349 350 351 public Resource Thing() { return Thing; } 352 353 354 public Resource Nothing() { return Nothing; } 355 356 357 public Resource Literal() { return Literal; } 358 359 360 public Resource Class() { return Class; } 361 362 363 public Resource Datatype() { return Datatype; } 364 365 366 public Resource DatatypeProperty() { return DatatypeProperty; } 367 368 369 public Resource ObjectProperty() { return ObjectProperty; } 370 371 372 373 374 375 public Property versionInfo() { return versionInfo; } 376 377 378 public Property imports() { return imports; } 379 380 381 public Property disjointWith() { return disjointWith; } 382 383 384 public Property disjointUnionOf() { return disjointUnionOf; } 385 386 387 public Property sameClassAs() { return sameClassAs; } 388 389 390 public Property samePropertyAs() { return samePropertyAs; } 391 392 393 public Property oneOf() { return oneOf; } 394 395 396 public Property intersectionOf() { return intersectionOf; } 397 398 399 public Property unionOf() { return unionOf; } 400 401 402 public Property complementOf() { return complementOf; } 403 404 405 public Property equivalentTo() { return equivalentTo; } 406 407 408 public Property onProperty() { return onProperty; } 409 410 411 public Property toClass() { return toClass; } 412 413 414 public Property hasValue() { return hasValue; } 415 416 417 public Property hasClass() { return hasClass; } 418 419 420 public Property hasClassQ() { return hasClassQ; } 421 422 423 public Property cardinality() { return cardinality; } 424 425 426 public Property minCardinality() { return minCardinality; } 427 428 429 public Property maxCardinality() { return maxCardinality; } 430 431 432 public Property cardinalityQ() { return cardinalityQ; } 433 434 435 public Property minCardinalityQ() { return minCardinalityQ; } 436 437 438 public Property maxCardinalityQ() { return maxCardinalityQ; } 439 440 441 public Property inverseOf() { return inverseOf; } 442 443 444 public Property first() { return first; } 445 446 447 public Property rest() { return rest; } 448 449 450 public Property item() { return item; } 451 452 453 public Property subPropertyOf() { return subPropertyOf; } 454 455 456 public Property type() { return type; } 457 458 459 public Property value() { return value; } 460 461 462 public Property subClassOf() { return subClassOf; } 463 464 465 public Property domain() { return domain; } 466 467 468 public Property range() { return range; } 469 470 471 public Property label() { return label; } 472 473 474 public Property comment() { return comment; } 475 476 477 public Property seeAlso() { return seeAlso; } 478 479 480 public Property isDefinedBy() { return isDefinedBy; } 481 482 483 public Property sameIndividualAs() { return sameIndividualAs; } 484 485 486 public Property differentIndividualFrom() { return differentIndividualFrom; } 487 488 489 public Resource Property() { return Property; } 490 491 492 493 } 494 495 496 497 526 527 | Popular Tags |