OWLAxiomType
enum OWLAxiomType {}Represents the type of axioms which can belong to ontologies.
- 
                  
                  Represents OWLDeclarationAxiom. DeclarationObjective-C OWLAxiomTypeDeclaration = (uint64_t)1 << 0Swift static var declaration: OWLAxiomType { get }
- 
                  
                  Represents OWLDatatypeDefinitionAxiom. DeclarationObjective-C OWLAxiomTypeDatatypeDefinition = (uint64_t)1 << 1Swift static var datatypeDefinition: OWLAxiomType { get }
- 
                  
                  Represents OWLEquivalentClassesAxiom. DeclarationObjective-C OWLAxiomTypeEquivalentClasses = (uint64_t)1 << 2Swift static var equivalentClasses: OWLAxiomType { get }
- 
                  
                  Represents OWLSubClassOfAxiom. DeclarationObjective-C OWLAxiomTypeSubClassOf = (uint64_t)1 << 3Swift static var subClassOf: OWLAxiomType { get }
- 
                  
                  Represents OWLDisjointClassesAxiom. DeclarationObjective-C OWLAxiomTypeDisjointClasses = (uint64_t)1 << 4Swift static var disjointClasses: OWLAxiomType { get }
- 
                  
                  Represents OWLDisjointUnionAxiom. DeclarationObjective-C OWLAxiomTypeDisjointUnion = (uint64_t)1 << 5Swift static var disjointUnion: OWLAxiomType { get }
- 
                  
                  Represents OWLClassAssertionAxiom. DeclarationObjective-C OWLAxiomTypeClassAssertion = (uint64_t)1 << 6Swift static var classAssertion: OWLAxiomType { get }
- 
                  
                  Represents OWLSameIndividualAxiom. DeclarationObjective-C OWLAxiomTypeSameIndividual = (uint64_t)1 << 7Swift static var sameIndividual: OWLAxiomType { get }
- 
                  
                  Represents OWLDifferentIndividualsAxiom. DeclarationObjective-C OWLAxiomTypeDifferentIndividuals = (uint64_t)1 << 8Swift static var differentIndividuals: OWLAxiomType { get }
- 
                  
                  Represents OWLObjectPropertyAssertionAxiom. DeclarationObjective-C OWLAxiomTypeObjectPropertyAssertion = (uint64_t)1 << 9Swift static var objectPropertyAssertion: OWLAxiomType { get }
- 
                  
                  Represents OWLNegativeObjectPropertyAssertionAxiom. DeclarationObjective-C OWLAxiomTypeNegativeObjectPropertyAssertion = (uint64_t)1 << 10Swift static var negativeObjectPropertyAssertion: OWLAxiomType { get }
- 
                  
                  Represents OWLDataPropertyAssertionAxiom. DeclarationObjective-C OWLAxiomTypeDataPropertyAssertion = (uint64_t)1 << 11Swift static var dataPropertyAssertion: OWLAxiomType { get }
- 
                  
                  Represents OWLNegativeDataPropertyAssertionAxiom. DeclarationObjective-C OWLAxiomTypeNegativeDataPropertyAssertion = (uint64_t)1 << 12Swift static var negativeDataPropertyAssertion: OWLAxiomType { get }
- 
                  
                  Represents OWLEquivalentObjectPropertiesAxiom. DeclarationObjective-C OWLAxiomTypeEquivalentObjectProperties = (uint64_t)1 << 13Swift static var equivalentObjectProperties: OWLAxiomType { get }
- 
                  
                  Represents OWLSubObjectPropertyOfAxiom. DeclarationObjective-C OWLAxiomTypeSubObjectPropertyOf = (uint64_t)1 << 14Swift static var subObjectPropertyOf: OWLAxiomType { get }
- 
                  
                  Represents OWLInverseObjectPropertiesAxiom. DeclarationObjective-C OWLAxiomTypeInverseObjectProperties = (uint64_t)1 << 15Swift static var inverseObjectProperties: OWLAxiomType { get }
- 
                  
                  Represents OWLFunctionalObjectPropertyAxiom. DeclarationObjective-C OWLAxiomTypeFunctionalObjectProperty = (uint64_t)1 << 16Swift static var functionalObjectProperty: OWLAxiomType { get }
- 
                  
                  Represents OWLInverseFunctionalObjectPropertyAxiom. DeclarationObjective-C OWLAxiomTypeInverseFunctionalObjectProperty = (uint64_t)1 << 17Swift static var inverseFunctionalObjectProperty: OWLAxiomType { get }
- 
                  
                  Represents OWLSymmetricObjectPropertyAxiom. DeclarationObjective-C OWLAxiomTypeSymmetricObjectProperty = (uint64_t)1 << 18Swift static var symmetricObjectProperty: OWLAxiomType { get }
- 
                  
                  Represents OWLAsymmetricObjectPropertyAxiom. DeclarationObjective-C OWLAxiomTypeAsymmetricObjectProperty = (uint64_t)1 << 19Swift static var asymmetricObjectProperty: OWLAxiomType { get }
- 
                  
                  Represents OWLTransitiveObjectPropertyAxiom. DeclarationObjective-C OWLAxiomTypeTransitiveObjectProperty = (uint64_t)1 << 20Swift static var transitiveObjectProperty: OWLAxiomType { get }
- 
                  
                  Represents OWLReflexiveObjectPropertyAxiom. DeclarationObjective-C OWLAxiomTypeReflexiveObjectProperty = (uint64_t)1 << 21Swift static var reflexiveObjectProperty: OWLAxiomType { get }
- 
                  
                  Represents OWLIrreflexiveObjectPropertyAxiom. DeclarationObjective-C OWLAxiomTypeIrreflexiveObjectProperty = (uint64_t)1 << 22Swift static var irreflexiveObjectProperty: OWLAxiomType { get }
- 
                  
                  Represents OWLObjectPropertyDomainAxiom. DeclarationObjective-C OWLAxiomTypeObjectPropertyDomain = (uint64_t)1 << 23Swift static var objectPropertyDomain: OWLAxiomType { get }
- 
                  
                  Represents OWLObjectPropertyRangeAxiom. DeclarationObjective-C OWLAxiomTypeObjectPropertyRange = (uint64_t)1 << 24Swift static var objectPropertyRange: OWLAxiomType { get }
- 
                  
                  Represents OWLDisjointObjectPropertiesAxiom. DeclarationObjective-C OWLAxiomTypeDisjointObjectProperties = (uint64_t)1 << 25Swift static var disjointObjectProperties: OWLAxiomType { get }
- 
                  
                  Represents OWLSubPropertyChainOfAxiom. DeclarationObjective-C OWLAxiomTypeSubPropertyChainOf = (uint64_t)1 << 26Swift static var subPropertyChainOf: OWLAxiomType { get }
- 
                  
                  Represents OWLEquivalentDataPropertiesAxiom. DeclarationObjective-C OWLAxiomTypeEquivalentDataProperties = (uint64_t)1 << 27Swift static var equivalentDataProperties: OWLAxiomType { get }
- 
                  
                  Represents OWLSubDataPropertyOfAxiom. DeclarationObjective-C OWLAxiomTypeSubDataPropertyOf = (uint64_t)1 << 28Swift static var subDataPropertyOf: OWLAxiomType { get }
- 
                  
                  Represents OWLFunctionalDataPropertyAxiom. DeclarationObjective-C OWLAxiomTypeFunctionalDataProperty = (uint64_t)1 << 29Swift static var functionalDataProperty: OWLAxiomType { get }
- 
                  
                  Represents OWLDataPropertyDomainAxiom. DeclarationObjective-C OWLAxiomTypeDataPropertyDomain = (uint64_t)1 << 30Swift static var dataPropertyDomain: OWLAxiomType { get }
- 
                  
                  Represents OWLDataPropertyRangeAxiom. DeclarationObjective-C OWLAxiomTypeDataPropertyRange = (uint64_t)1 << 31Swift static var dataPropertyRange: OWLAxiomType { get }
- 
                  
                  Represents OWLDisjointDataPropertiesAxiom. DeclarationObjective-C OWLAxiomTypeDisjointDataProperties = (uint64_t)1 << 32Swift static var disjointDataProperties: OWLAxiomType { get }
- 
                  
                  Represents OWLHasKeyAxiom. DeclarationObjective-C OWLAxiomTypeHasKey = (uint64_t)1 << 33Swift static var hasKey: OWLAxiomType { get }
- 
                  
                  Represents OWLAnnotationAssertionAxiom. DeclarationObjective-C OWLAxiomTypeAnnotationAssertion = (uint64_t)1 << 34Swift static var annotationAssertion: OWLAxiomType { get }
- 
                  
                  Represents OWLSubAnnotationPropertyOfAxiom. DeclarationObjective-C OWLAxiomTypeSubAnnotationPropertyOf = (uint64_t)1 << 35Swift static var subAnnotationPropertyOf: OWLAxiomType { get }
- 
                  
                  Represents OWLAnnotationPropertyRangeAxiom. DeclarationObjective-C OWLAxiomTypeAnnotationPropertyRange = (uint64_t)1 << 36Swift static var annotationPropertyRange: OWLAxiomType { get }
- 
                  
                  Represents OWLAnnotationPropertyDomainAxiom. DeclarationObjective-C OWLAxiomTypeAnnotationPropertyDomain = (uint64_t)1 << 37Swift static var annotationPropertyDomain: OWLAxiomType { get }
- 
                  
                  Represents all axiom types. DeclarationObjective-C OWLAxiomTypeAll = (uint64_t)-1Swift static var all: OWLAxiomType { get }
- 
                  
                  First axiom type. DeclarationObjective-C OWLAxiomTypeFirst = OWLAxiomTypeDeclarationSwift static var first: OWLAxiomType { get }
- 
                  
                  Last axiom type. DeclarationObjective-C OWLAxiomTypeLast = OWLAxiomTypeAnnotationPropertyDomainSwift static var last: OWLAxiomType { get }
 OWLAxiomType Enumeration Reference
        OWLAxiomType Enumeration Reference