public interface AnnotationAssertionProvider extends LiteralProvider
| Modifier and Type | Method and Description |
|---|---|
OWLAnnotationAssertionAxiom |
getDeprecatedOWLAnnotationAssertionAxiom(IRI subject)
Gets an annotation assertion that specifies that an IRI is deprecated.
|
default OWLAnnotationAssertionAxiom |
getOWLAnnotationAssertionAxiom(OWLAnnotationProperty property,
OWLAnnotationSubject subject,
OWLAnnotationValue value) |
OWLAnnotationAssertionAxiom |
getOWLAnnotationAssertionAxiom(OWLAnnotationProperty property,
OWLAnnotationSubject subject,
OWLAnnotationValue value,
Collection<OWLAnnotation> annotations) |
OWLAnnotationAssertionAxiom |
getOWLAnnotationAssertionAxiom(OWLAnnotationSubject subject,
OWLAnnotation annotation) |
OWLAnnotationAssertionAxiom |
getOWLAnnotationAssertionAxiom(OWLAnnotationSubject subject,
OWLAnnotation annotation,
Collection<OWLAnnotation> annotations) |
getOWLLiteral, getOWLLiteral, getOWLLiteral, getOWLLiteral, getOWLLiteral, getOWLLiteral, getOWLLiteral, getOWLLiteralgetOWLDatatype, getOWLDatatype, getOWLDatatype, getOWLDatatype, getOWLDatatypedefault OWLAnnotationAssertionAxiom getOWLAnnotationAssertionAxiom(OWLAnnotationProperty property, OWLAnnotationSubject subject, OWLAnnotationValue value)
property - propertysubject - subjectvalue - valueOWLAnnotationAssertionAxiom getOWLAnnotationAssertionAxiom(OWLAnnotationSubject subject, OWLAnnotation annotation)
subject - subjectannotation - annotationOWLAnnotationAssertionAxiom getOWLAnnotationAssertionAxiom(OWLAnnotationProperty property, OWLAnnotationSubject subject, OWLAnnotationValue value, Collection<OWLAnnotation> annotations)
property - propertysubject - subjectvalue - valueannotations - A set of annotations. Cannot be null or contain nulls.OWLAnnotationAssertionAxiom getOWLAnnotationAssertionAxiom(OWLAnnotationSubject subject, OWLAnnotation annotation, Collection<OWLAnnotation> annotations)
subject - subjectannotation - annotationannotations - A set of annotations. Cannot be null or contain nulls.OWLAnnotationAssertionAxiom getDeprecatedOWLAnnotationAssertionAxiom(IRI subject)
"true"^^xsd:boolean. (See Annotation Properties in the OWL 2 Specificationsubject - The IRI to be deprecated.Copyright © 2017 The University of Manchester. All rights reserved.