# module owl keywords and numbers oneOf = "http://www.w3.org/2002/07/owl#oneOf" TransitiveProperty = "http://www.w3.org/2002/07/owl#TransitiveProperty" AnnotationProperty = "http://www.w3.org/2002/07/owl#AnnotationProperty" DatatypeProperty = "http://www.w3.org/2002/07/owl#DatatypeProperty" FunctionalProperty = "http://www.w3.org/2002/07/owl#FunctionalProperty" InverseFunctionalProperty = "http://www.w3.org/2002/07/owl#InverseFunctionalProperty" equivalentProperty = "http://www.w3.org/2002/07/owl#equivalentProperty" ObjectProperty = "http://www.w3.org/2002/07/owl#ObjectProperty" SymmetricProperty = "http://www.w3.org/2002/07/owl#SymmetricProperty" intersectionOf = "http://www.w3.org/2002/07/owl#intersectionOf" rdftype = "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" subClassOf = "http://www.w3.org/2000/01/rdf-schema#subClassOf" owlClass = "http://www.w3.org/2002/07/owl#Class" rdfsClass = "http://www.w3.org/2000/01/rdf-schema#Class" DataType = "http://www.w3.org/2000/01/rdf-schema#DataType" domain = "http://www.w3.org/2000/01/rdf-schema#domain" range = "http://www.w3.org/2000/01/rdf-schema#range" subPropertyOf = "http://www.w3.org/2000/01/rdf-schema#subPropertyOf" inverseOf = "http://www.w3.org/2002/07/owl#inverseOf" unionOf = "http://www.w3.org/2002/07/owl#unionOf" complementOf = "http://www.w3.org/2002/07/owl#complementOf" disjointWith = "http://www.w3.org/2002/07/owl#disjointWith" sameAs = "http://www.w3.org/2002/07/owl#sameAs" sameIndividualAs = "http://www.w3.org/2002/07/owl#sameIndividualAs" differentFrom = "http://www.w3.org/2002/07/owl#differentFrom" AllDifferent = "http://www.w3.org/2002/07/owl#AllDifferent" distinctMembers = "http://www.w3.org/2002/07/owl#distinctMembers" Restriction = "http://www.w3.org/2002/07/owl#Restriction" onProperty = "http://www.w3.org/2002/07/owl#onProperty" cardinality = "http://www.w3.org/2002/07/owl#cardinality" minCardinality = "http://www.w3.org/2002/07/owl#minCardinality" maxCardinality = "http://www.w3.org/2002/07/owl#maxCardinality" someValuesFrom = "http://www.w3.org/2002/07/owl#someValuesFrom" allValuesFrom = "http://www.w3.org/2002/07/owl#allValuesFrom" hasValue = "http://www.w3.org/2002/07/owl#hasValue" equivalentClass = "http://www.w3.org/2002/07/owl#equivalentClass" Nothing = "http://www.w3.org/2002/07/owl#Nothing" Ontology = "http://www.w3.org/2002/07/owl#Ontology" Thing = "http://www.w3.org/2002/07/owl#Thing" backwardCompatibleWith = "http://www.w3.org/2002/07/owl#backwardCompatibleWith" imports = "http://www.w3.org/2002/07/owl#imports" label = "http://www.w3.org/2000/01/rdf-schema#label" comment = "http://www.w3.org/2000/01/rdf-schema#comment" seeAlso = "http://www.w3.org/2000/01/rdf-schema#seeAlso" isDefinedBy = "http://www.w3.org/2000/01/rdf-schema#isDefinedBysubClassOf" superClassOf = "http://internal" OntologyProperty = "http://www.w3.org/2002/07/owl#OntologyProperty" priorVersion = "http://www.w3.org/2002/07/owl#priorVersion" incompatibleWith = "http://www.w3.org/2002/07/owl#incompatibleWith" versionInfo = "http://www.w3.org/2002/07/owl#versionInfo" Property = "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property" AllDifferentS = 1 AnnotationPropertyS = 2 owlClassS = 3 DatatypePropertyS = 4 FunctionalPropertyS = 5 InverseFunctionalPropertyS = 6 NothingS = 7 OntologyS = 8 RestrictionS = 9 SymmetricPropertyS = 10 ThingS = 11 TransitivePropertyS = 12 allValuesFromS = 13 backwardCompatibleWithS = 14 cardinalityS = 15 complementOfS = 16 differentFromS = 17 disjointWithS = 18 distinctMembersS = 19 equivalentClassS = 20 equivalentPropertyS = 21 importsS = 22 intersectionOfS = 23 inverseOfS = 24 maxCardinalityS = 25 oneOfS = 26 sameAsS = 27 someValuesFromS = 28 unionOfS = 29 domainS = 30 rangeS = 31 rdfsClassS = 32 rdftypeS = 33 ObjectPropertyS = 34 subClassOfS = 35 DataTypeS = 36 subPropertyOfS = 37 onPropertyS = 38 minCardinalityS = 39 hasValueS = 40 superClassOfS = 41 labelS = 42 commentS = 43 seeAlsoS = 44 isDefinedByS = 45 OntologyPropertyS = 46 priorVersionS = 47 incompatibleWithS = 48 versionInfoS = 49 PropertyS = 50 sameIndividualAs = 51 keyList = [\ "",AllDifferent,\ AnnotationProperty,\ owlClass,\ DatatypeProperty,\ FunctionalProperty,\ InverseFunctionalProperty,\ Nothing,\ Ontology,\ Restriction,\ SymmetricProperty,\ Thing,\ TransitiveProperty,\ allValuesFrom,\ backwardCompatibleWith,\ cardinality,\ complementOf,\ differentFrom,\ disjointWith,\ distinctMembers,\ equivalentClass,\ equivalentProperty,\ imports,\ intersectionOf,\ inverseOf,\ maxCardinality,\ oneOf,\ sameAs,\ someValuesFrom,\ unionOf,\ domain,\ range,\ rdfsClass,\ rdftype,\ ObjectProperty,\ subClassOf,\ DataType,\ subPropertyOf,\ onProperty,\ minCardinality,\ hasValue,\ superClassOf,\ label,\ comment,\ seeAlso,\ isDefinedBy,\ OntologyProperty,\ priorVersion,\ incompatibleWith,\ versionInfo,\ Property, sameIndividualAs]