rdf4h-5.1.0: A library for RDF processing in Haskell
Safe HaskellSafe-Inferred
LanguageHaskell2010

Data.RDF.Vocabulary.OWL

Synopsis

Documentation

_AllDifferent :: Node Source #

The class of collections of pairwise different individuals.

_AllDisjointClasses :: Node Source #

The class of collections of pairwise disjoint classes.

_AllDisjointProperties :: Node Source #

The class of collections of pairwise disjoint properties.

_Annotation :: Node Source #

The class of annotated annotations for which the RDF serialization consists of an annotated subject, predicate and object.

_AnnotationProperty :: Node Source #

The class of annotation properties.

_AsymmetricProperty :: Node Source #

The class of asymmetric properties.

_Axiom :: Node Source #

The class of annotated axioms for which the RDF serialization consists of an annotated subject, predicate and object.

_Class :: Node Source #

The class of OWL classes.

_DataRange :: Node Source #

The class of OWL data ranges, which are special kinds of datatypes. Note: The use of the IRI owl:DataRange has been deprecated as of OWL 2. The IRI rdfs:Datatype SHOULD be used instead.

_DatatypeProperty :: Node Source #

The class of data properties.

_DeprecatedClass :: Node Source #

The class of deprecated classes.

_DeprecatedProperty :: Node Source #

The class of deprecated properties.

_FunctionalProperty :: Node Source #

The class of functional properties.

_InverseFunctionalProperty :: Node Source #

The class of inverse-functional properties.

_IrreflexiveProperty :: Node Source #

The class of irreflexive properties.

_NamedIndividual :: Node Source #

The class of named individuals.

_NegativePropertyAssertion :: Node Source #

The class of negative property assertions.

_Nothing :: Node Source #

This is the empty class.

_ObjectProperty :: Node Source #

The class of object properties.

_Ontology :: Node Source #

The class of ontologies.

_OntologyProperty :: Node Source #

The class of ontology properties.

_ReflexiveProperty :: Node Source #

The class of reflexive properties.

_Restriction :: Node Source #

The class of property restrictions.

_SymmetricProperty :: Node Source #

The class of symmetric properties.

_Thing :: Node Source #

The class of OWL individuals.

_TransitiveProperty :: Node Source #

The class of transitive properties.

allValuesFrom :: Node Source #

The property that determines the class that a universal property restriction refers to.

annotatedProperty :: Node Source #

The property that determines the predicate of an annotated axiom or annotated annotation.

annotatedSource :: Node Source #

The property that determines the subject of an annotated axiom or annotated annotation.

annotatedTarget :: Node Source #

The property that determines the object of an annotated axiom or annotated annotation.

assertionProperty :: Node Source #

The property that determines the predicate of a negative property assertion.

backwardCompatibleWith :: Node Source #

The annotation property that indicates that a given ontology is backward compatible with another ontology.

bottomDataProperty :: Node Source #

The data property that does not relate any individual to any data value.

bottomObjectProperty :: Node Source #

The object property that does not relate any two individuals.

cardinality :: Node Source #

The property that determines the cardinality of an exact cardinality restriction.

complementOf :: Node Source #

The property that determines that a given class is the complement of another class.

datatypeComplementOf :: Node Source #

The property that determines that a given data range is the complement of another data range with respect to the data domain.

deprecated :: Node Source #

The annotation property that indicates that a given entity has been deprecated.

differentFrom :: Node Source #

The property that determines that two given individuals are different.

disjointUnionOf :: Node Source #

The property that determines that a given class is equivalent to the disjoint union of a collection of other classes.

disjointWith :: Node Source #

The property that determines that two given classes are disjoint.

distinctMembers :: Node Source #

The property that determines the collection of pairwise different individuals in a owl:AllDifferent axiom.

equivalentClass :: Node Source #

The property that determines that two given classes are equivalent, and that is used to specify datatype definitions.

equivalentProperty :: Node Source #

The property that determines that two given properties are equivalent.

hasKey :: Node Source #

The property that determines the collection of properties that jointly build a key.

hasSelf :: Node Source #

The property that determines the property that a self restriction refers to.

hasValue :: Node Source #

The property that determines the individual that a has-value restriction refers to.

imports :: Node Source #

The property that is used for importing other ontologies into a given ontology.

incompatibleWith :: Node Source #

The annotation property that indicates that a given ontology is incompatible with another ontology.

intersectionOf :: Node Source #

The property that determines the collection of classes or data ranges that build an intersection.

inverseOf :: Node Source #

The property that determines that two given properties are inverse.

maxCardinality :: Node Source #

The property that determines the cardinality of a maximum cardinality restriction.

maxQualifiedCardinality :: Node Source #

The property that determines the cardinality of a maximum qualified cardinality restriction.

members :: Node Source #

The property that determines the collection of members in either a owl:AllDifferent, owl:AllDisjointClasses or owl:AllDisjointProperties axiom.

minCardinality :: Node Source #

The property that determines the cardinality of a minimum cardinality restriction.

minQualifiedCardinality :: Node Source #

The property that determines the cardinality of a minimum qualified cardinality restriction.

onClass :: Node Source #

The property that determines the class that a qualified object cardinality restriction refers to.

onDataRange :: Node Source #

The property that determines the data range that a qualified data cardinality restriction refers to.

onDatatype :: Node Source #

The property that determines the datatype that a datatype restriction refers to.

onProperties :: Node Source #

The property that determines the n-tuple of properties that a property restriction on an n-ary data range refers to.

onProperty :: Node Source #

The property that determines the property that a property restriction refers to.

oneOf :: Node Source #

The property that determines the collection of individuals or data values that build an enumeration.

owl :: Node Source #

This ontology partially describes the built-in classes and properties that together form the basis of the RDF/XML syntax of OWL 2. The content of this ontology is based on Tables 6.1 and 6.2 in Section 6.4 of the OWL 2 RDF-Based Semantics specification, available at http://www.w3.org/TR/owl2-rdf-based-semantics/. Please note that those tables do not include the different annotations (labels, comments and rdfs:isDefinedBy links) used in this file. Also note that the descriptions provided in this ontology do not provide a complete and correct formal description of either the syntax or the semantics of the introduced terms (please see the OWL 2 recommendations for the complete and normative specifications). Furthermore, the information provided by this ontology may be misleading if not used with care. This ontology SHOULD NOT be imported into OWL ontologies. Importing this file into an OWL 2 DL ontology will cause it to become an OWL 2 Full ontology and may have other, unexpected, consequences.

priorVersion :: Node Source #

The annotation property that indicates the predecessor ontology of a given ontology.

propertyChainAxiom :: Node Source #

The property that determines the n-tuple of properties that build a sub property chain of a given property.

propertyDisjointWith :: Node Source #

The property that determines that two given properties are disjoint.

qualifiedCardinality :: Node Source #

The property that determines the cardinality of an exact qualified cardinality restriction.

sameAs :: Node Source #

The property that determines that two given individuals are equal.

someValuesFrom :: Node Source #

The property that determines the class that an existential property restriction refers to.

sourceIndividual :: Node Source #

The property that determines the subject of a negative property assertion.

targetIndividual :: Node Source #

The property that determines the object of a negative object property assertion.

targetValue :: Node Source #

The property that determines the value of a negative data property assertion.

topDataProperty :: Node Source #

The data property that relates every individual to every data value.

topObjectProperty :: Node Source #

The object property that relates every two individuals.

unionOf :: Node Source #

The property that determines the collection of classes or data ranges that build a union.

versionIRI :: Node Source #

The property that identifies the version IRI of an ontology.

versionInfo :: Node Source #

The annotation property that provides version information for an ontology or another OWL construct.

withRestrictions :: Node Source #

The property that determines the collection of facet-value pairs that define a datatype restriction.

iris :: [Node] Source #

All IRIs in this vocabulary.