pyhornedowl.model
Classes
An |
|
Data associated with a part of the ontology. |
|
An annotation assertion axiom |
|
An OWL AnnotationProperty is a relationship between a part of an ontology and an |
|
Assert the domain of an |
|
Assert the range of an |
|
An OWL2 Anonymous Individual |
|
The asymmetric characteristic. |
|
Documentation not available. |
|
An OWL Class is a group of individuals. |
|
A class assertion expression. |
|
Documentation not available. |
|
A universal relationship. |
|
Documentation not available. |
|
An exact cardinality restriction |
|
A has-value relationship. |
|
Documentation not available. |
|
A max cardinality restriction |
|
A minimum cardinality restriction |
|
Documentation not available. |
|
An OWL DataProperty is a relationship between part of an ontology and some concrete information. |
|
A data property assertion. |
|
Documentation not available. |
|
The domain of a DataProperty. |
|
The range of a DataProperty. |
|
Documentation not available. |
|
An existential relationship. |
|
Documentation not available. |
|
An OWL Datatype is a specific kind of data, such as an integer, string or so forth. |
|
Definition of a datatype. |
|
Documentation not available. |
|
Documentation not available. |
|
Declares that an IRI represents an AnnotationProperty in the Ontology. |
|
Declares that an IRI represents a Class in the Ontology |
|
Declares that an IRI represents a DataProperty in the ontology. |
|
Declare that an IRI represents a Datatype in the ontology. |
|
Declare that an IRI represents a NamedIndividual in the ontology. |
|
Declares that an IRI represents an ObjectProperty in the Ontology. |
|
A different individuals expression. |
|
Documentation not available. |
|
A disjoint relationship between two |
|
A disjoint data property relationship. |
|
A disjoint object property relationship. |
|
A disjoint union expression between one |
|
The IRI from which the ontology was actually loaded. |
|
An equivalence relationship between two |
|
An equivalent data property relationship. |
|
An equivalent object properties relationship. |
|
Documentation not available. |
|
An OWL2 FacetRestriction |
|
The functional DataProperty characteristic. |
|
The functional characteristic. |
|
A key |
|
Declares that an IRI is an import of this ontology |
|
The inverse functional characteristic |
|
An inverse relationship between two object properties. |
|
Documentation not available. |
|
The irreflexive characteristic |
|
Documentation not available. |
|
An OWL NamedIndividual is an individual in the ontology which is specifically known about and can be identified by name. |
|
A negative data property assertion. |
|
A negative object property assertion. |
|
A universal relationship |
|
The boolean not |
|
An exact cardinality relationship between individuals |
|
The class of individuals which have a relation to themselves |
|
An existential relationship to an individual |
|
The boolean and |
|
A max cardinality relationship between individuals |
|
A min cardinality relationship between individuals |
|
An enumeration of individuals |
|
An OWL ObjectProperty is a relationship between two individuals. |
|
An object property assertion. |
|
Documentation not available. |
|
The domain of the object property. |
|
The range of the object property. |
|
An existential relationship |
|
The boolean or |
|
An annotation associated with this Ontology |
|
The Ontology ID. |
|
The reflexive characteristic |
|
A SWRL Rule |
|
A same individual expression. |
|
Documentation not available. |
|
Documentation not available. |
|
An sub-property assertion for annotation properties. |
|
A subclass relationship between two |
|
A sub data property relationship. |
|
A sub property relationship between two object properties. |
|
The symmetric characteristic |
|
A transitive relationship between two object properties. |
|
A SWRL Variable |
Module aliases
- type pyhornedowl.model.AnnotationSubject = IRI | AnonymousIndividual
- type pyhornedowl.model.AnnotationValue = SimpleLiteral | LanguageLiteral | DatatypeLiteral | IRI | AnonymousIndividual
- type pyhornedowl.model.Atom = BuiltInAtom | ClassAtom | DataPropertyAtom | DataRangeAtom | DifferentIndividualsAtom | ObjectPropertyAtom | SameIndividualAtom
- type pyhornedowl.model.ClassExpression = Class | ObjectIntersectionOf | ObjectUnionOf | ObjectComplementOf | ObjectOneOf | ObjectSomeValuesFrom | ObjectAllValuesFrom | ObjectHasValue | ObjectHasSelf | ObjectMinCardinality | ObjectMaxCardinality | ObjectExactCardinality | DataSomeValuesFrom | DataAllValuesFrom | DataHasValue | DataMinCardinality | DataMaxCardinality | DataExactCardinality
- type pyhornedowl.model.Component = OntologyID | DocIRI | OntologyAnnotation | Import | DeclareClass | DeclareObjectProperty | DeclareAnnotationProperty | DeclareDataProperty | DeclareNamedIndividual | DeclareDatatype | SubClassOf | EquivalentClasses | DisjointClasses | DisjointUnion | SubObjectPropertyOf | EquivalentObjectProperties | DisjointObjectProperties | InverseObjectProperties | ObjectPropertyDomain | ObjectPropertyRange | FunctionalObjectProperty | InverseFunctionalObjectProperty | ReflexiveObjectProperty | IrreflexiveObjectProperty | SymmetricObjectProperty | AsymmetricObjectProperty | TransitiveObjectProperty | SubDataPropertyOf | EquivalentDataProperties | DisjointDataProperties | DataPropertyDomain | DataPropertyRange | FunctionalDataProperty | DatatypeDefinition | HasKey | SameIndividual | DifferentIndividuals | ClassAssertion | ObjectPropertyAssertion | NegativeObjectPropertyAssertion | DataPropertyAssertion | NegativeDataPropertyAssertion | AnnotationAssertion | SubAnnotationPropertyOf | AnnotationPropertyDomain | AnnotationPropertyRange | Rule
- type pyhornedowl.model.DArgument = SimpleLiteral | LanguageLiteral | DatatypeLiteral | Variable
- type pyhornedowl.model.DataRange = Datatype | DataIntersectionOf | DataUnionOf | DataComplementOf | DataOneOf | DatatypeRestriction
- type pyhornedowl.model.IArgument = AnonymousIndividual | NamedIndividual | Variable
- type pyhornedowl.model.Individual = AnonymousIndividual | NamedIndividual
- type pyhornedowl.model.Literal = SimpleLiteral | LanguageLiteral | DatatypeLiteral
- type pyhornedowl.model.ObjectPropertyExpression = ObjectProperty | InverseObjectProperty
- type pyhornedowl.model.PropertyExpression = ObjectProperty | InverseObjectProperty | DataProperty | AnnotationProperty
- type pyhornedowl.model.SubObjectPropertyExpression = List[ObjectProperty | InverseObjectProperty] | ObjectProperty | InverseObjectProperty