public interface OWLAnnotationProperty extends OWLProperty
isOWLBottomDataProperty, isOWLBottomObjectProperty, isOWLTopDataProperty, isOWLTopObjectPropertyasOWLAnnotationProperty, asOWLDataProperty, asOWLObjectProperty, isOWLAnnotationProperty, isOWLDataProperty, isOWLObjectProperty| Modifier and Type | Method and Description |
|---|---|
boolean |
isComment()
Determines if this annotation property has an IRI corresponding to
rdfs:comment. |
boolean |
isDeprecated()
Determines if this annotation property has an IRI corresponding to
owl:deprecated. |
boolean |
isLabel()
Determines if this annotation property has an IRI corresponding to
rdfs:label. |
accept, accept, isAnonymous, isDataPropertyExpression, isObjectPropertyExpression, isOWLBottomDataProperty, isOWLBottomObjectProperty, isOWLTopDataProperty, isOWLTopObjectPropertyaccept, accept, asOWLAnnotationProperty, asOWLClass, asOWLDataProperty, asOWLDatatype, asOWLNamedIndividual, asOWLObjectProperty, getEntityType, isBuiltIn, isOWLAnnotationProperty, isOWLClass, isOWLDataProperty, isOWLDatatype, isOWLNamedIndividual, isOWLObjectProperty, isType, toStringIDaccept, accept, getIRIaccept, accept, getNestedClassExpressions, isBottomEntity, isTopEntity, toStringcompareTogetSignaturecontainsEntityInSignaturegetAnonymousIndividualsgetClassesInSignaturegetObjectPropertiesInSignaturegetDataPropertiesInSignaturegetIndividualsInSignaturegetDatatypesInSignaturegetAnnotationPropertiesInSignatureboolean isComment()
rdfs:comment.true if the IRI of this annotation property is
rdfs:comment, where rdfs: expands to the usual
prefix, otherwise false.boolean isLabel()
rdfs:label.true if the IRI of this annotation property is
rdfs:label, where rdfs: expands to the usual
prefix, otherwise false.boolean isDeprecated()
owl:deprecated. An annotation along the owl:deprecated
property which has a value of "true"^^xsd:boolean can be used to
deprecate IRIs. (See Section 5.5
of the OWL 2 specification.true if the IRI of this annotation property is
owl:deprecated, where owl: expands to the usual
prefix, otherwise false.Copyright © 2016 The University of Manchester. All Rights Reserved.