owl:Annotation
Element information
Namespace: http://www.w3.org/2002/07/owl#
Schema document: owl2-xml.xsd
Type: owl:Annotation
Properties: Global, Qualified
Content
- Sequence [1..1]
- owl:Annotation [0..*]
- owl:AnnotationProperty [1..1]
from group owl:annotationAnnotationsfrom group owl:AnnotationValue
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
xml:base | [0..1] | xsd:anyURI | denotes an attribute whose value provides a URI to be used as the base for interpreting any relative URIs in the scope of the element on which it appears; its value is inherited. This name is reserved by virtue of its definition in the XML Base specification. | from group xml:specialAttrs |
xml:lang | [0..1] | Anonymous | denotes an attribute whose value is a language code for the natural language of the content of any element; its value is inherited. | from group xml:specialAttrs |
xml:space | [0..1] | Anonymous | denotes an attribute whose value is a keyword indicating what whitespace processing discipline is intended for the content of the element; its value is inherited. | from group xml:specialAttrs |
xml:id | [0..1] | xsd:ID | denotes an attribute whose value should be interpreted as if declared to be of type ID. This name is reserved by virtue of its definition in the xml:id specification. | from group xml:specialAttrs |
Used in
- Group owl:annotationAnnotations
- Group owl:axiomAnnotations
- Group owl:ontologyAnnotations
- Type owl:Annotation via reference to owl:annotationAnnotations (Element owl:Annotation)
- Type owl:AnnotationAssertion via reference to owl:axiomAnnotations (Element owl:AnnotationAssertion)
- Type owl:AnnotationAxiom via reference to owl:axiomAnnotations
- Type owl:AnnotationPropertyDomain via reference to owl:axiomAnnotations (Element owl:AnnotationPropertyDomain)
- Type owl:AnnotationPropertyRange via reference to owl:axiomAnnotations (Element owl:AnnotationPropertyRange)
- Type owl:Assertion via reference to owl:axiomAnnotations
- Type owl:AsymmetricObjectProperty via reference to owl:axiomAnnotations (Element owl:AsymmetricObjectProperty)
- Type owl:Axiom via reference to owl:axiomAnnotations
- Type owl:ClassAssertion via reference to owl:axiomAnnotations (Element owl:ClassAssertion)
- Type owl:ClassAxiom via reference to owl:axiomAnnotations
- Type owl:DataPropertyAssertion via reference to owl:axiomAnnotations (Element owl:DataPropertyAssertion)
- Type owl:DataPropertyAxiom via reference to owl:axiomAnnotations
- Type owl:DataPropertyDomain via reference to owl:axiomAnnotations (Element owl:DataPropertyDomain)
- Type owl:DataPropertyRange via reference to owl:axiomAnnotations (Element owl:DataPropertyRange)
- Type owl:DatatypeDefinition via reference to owl:axiomAnnotations (Element owl:DatatypeDefinition)
- Type owl:Declaration via reference to owl:axiomAnnotations (Element owl:Declaration)
- Type owl:DifferentIndividuals via reference to owl:axiomAnnotations (Element owl:DifferentIndividuals)
- Type owl:DisjointClasses via reference to owl:axiomAnnotations (Element owl:DisjointClasses)
- Type owl:DisjointDataProperties via reference to owl:axiomAnnotations (Element owl:DisjointDataProperties)
- Type owl:DisjointObjectProperties via reference to owl:axiomAnnotations (Element owl:DisjointObjectProperties)
- Type owl:DisjointUnion via reference to owl:axiomAnnotations (Element owl:DisjointUnion)
- Type owl:EquivalentClasses via reference to owl:axiomAnnotations (Element owl:EquivalentClasses)
- Type owl:EquivalentDataProperties via reference to owl:axiomAnnotations (Element owl:EquivalentDataProperties)
- Type owl:EquivalentObjectProperties via reference to owl:axiomAnnotations (Element owl:EquivalentObjectProperties)
- Type owl:FunctionalDataProperty via reference to owl:axiomAnnotations (Element owl:FunctionalDataProperty)
- Type owl:FunctionalObjectProperty via reference to owl:axiomAnnotations (Element owl:FunctionalObjectProperty)
- Type owl:HasKey via reference to owl:axiomAnnotations (Element owl:HasKey)
- Type owl:InverseFunctionalObjectProperty via reference to owl:axiomAnnotations (Element owl:InverseFunctionalObjectProperty)
- Type owl:InverseObjectProperties via reference to owl:axiomAnnotations (Element owl:InverseObjectProperties)
- Type owl:IrreflexiveObjectProperty via reference to owl:axiomAnnotations (Element owl:IrreflexiveObjectProperty)
- Type owl:NegativeDataPropertyAssertion via reference to owl:axiomAnnotations (Element owl:NegativeDataPropertyAssertion)
- Type owl:NegativeObjectPropertyAssertion via reference to owl:axiomAnnotations (Element owl:NegativeObjectPropertyAssertion)
- Type owl:ObjectPropertyAssertion via reference to owl:axiomAnnotations (Element owl:ObjectPropertyAssertion)
- Type owl:ObjectPropertyAxiom via reference to owl:axiomAnnotations
- Type owl:ObjectPropertyDomain via reference to owl:axiomAnnotations (Element owl:ObjectPropertyDomain)
- Type owl:ObjectPropertyRange via reference to owl:axiomAnnotations (Element owl:ObjectPropertyRange)
- Type owl:Ontology via reference to owl:ontologyAnnotations (Element owl:Ontology)
- Type owl:ReflexiveObjectProperty via reference to owl:axiomAnnotations (Element owl:ReflexiveObjectProperty)
- Type owl:SameIndividual via reference to owl:axiomAnnotations (Element owl:SameIndividual)
- Type owl:SubAnnotationPropertyOf via reference to owl:axiomAnnotations (Element owl:SubAnnotationPropertyOf)
- Type owl:SubClassOf via reference to owl:axiomAnnotations (Element owl:SubClassOf)
- Type owl:SubDataPropertyOf via reference to owl:axiomAnnotations (Element owl:SubDataPropertyOf)
- Type owl:SubObjectPropertyOf via reference to owl:axiomAnnotations (Element owl:SubObjectPropertyOf)
- Type owl:SymmetricObjectProperty via reference to owl:axiomAnnotations (Element owl:SymmetricObjectProperty)
- Type owl:TransitiveObjectProperty via reference to owl:axiomAnnotations (Element owl:TransitiveObjectProperty)
Sample instance
<owl:Annotation> <owl:AnnotationProperty IRI="http://www.example.com/"/> <owl:IRI>http://www.example.com/</owl:IRI> </owl:Annotation>