public interface OWLAnnotationProperty extends OWLProperty
isOWLBottomDataProperty, isOWLBottomObjectProperty, isOWLTopDataProperty, isOWLTopObjectProperty
asOWLAnnotationProperty, 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, isDataPropertyExpression, isObjectPropertyExpression, isOWLBottomDataProperty, isOWLBottomObjectProperty, isOWLTopDataProperty, isOWLTopObjectProperty
accept, accept, asOWLAnnotationProperty, asOWLClass, asOWLDataProperty, asOWLDatatype, asOWLNamedIndividual, asOWLObjectProperty, getEntityType, isAnonymous, isBuiltIn, isOWLAnnotationProperty, isOWLClass, isOWLDataProperty, isOWLDatatype, isOWLNamedIndividual, isOWLObjectProperty, isType, toStringID
accept, accept, getIRI
accept, accept, getNestedClassExpressions, isBottomEntity, isIndividual, isIRI, isTopEntity, toString
compareTo
getSignature
containsEntityInSignature
getAnonymousIndividuals
getClassesInSignature
getObjectPropertiesInSignature
getDataPropertiesInSignature
getIndividualsInSignature
getDatatypesInSignature
getAnnotationPropertiesInSignature
isNamed
boolean 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 © 2020 The University of Manchester. All rights reserved.