Comparable<OWLObject>
, HasAnnotationPropertiesInSignature
, HasAnonymousIndividuals
, HasClassesInSignature
, HasContainsEntityInSignature
, HasDataPropertiesInSignature
, HasDatatypesInSignature
, HasIndividualsInSignature
, HasIRI
, HasObjectPropertiesInSignature
, HasSignature
, IsAnonymous
, OWLEntity
, OWLLogicalEntity
, OWLNamedObject
, OWLObject
, OWLPrimitive
, OWLProperty
, OWLPropertyExpression
, Serializable
OWLAnnotationPropertyImpl
public interface OWLAnnotationProperty extends OWLProperty
Modifier and Type | Method | 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 . |
compareTo
getAnnotationPropertiesInSignature
getAnonymousIndividuals
getClassesInSignature
containsEntityInSignature
getDataPropertiesInSignature
getDatatypesInSignature
getIndividualsInSignature
getObjectPropertiesInSignature
getSignature
accept, accept, asOWLAnnotationProperty, asOWLClass, asOWLDataProperty, asOWLDatatype, asOWLNamedIndividual, asOWLObjectProperty, getEntityType, isBuiltIn, isOWLAnnotationProperty, isOWLClass, isOWLDataProperty, isOWLDatatype, isOWLNamedIndividual, isOWLObjectProperty, isType, toStringID
accept, accept, getIRI
accept, accept, getNestedClassExpressions, isBottomEntity, isIndividual, isIRI, isTopEntity, toString
accept, accept, isAnonymous, isDataPropertyExpression, isObjectPropertyExpression, isOWLBottomDataProperty, isOWLBottomObjectProperty, isOWLTopDataProperty, isOWLTopObjectProperty
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 © 2018 The University of Manchester. All rights reserved.