| Package | Description |
|---|---|
| it.unibz.inf.ontop.spec.ontology | |
| it.unibz.inf.ontop.spec.ontology.impl |
| Modifier and Type | Method and Description |
|---|---|
AnnotationProperty |
OntologyBuilder.declareAnnotationProperty(org.apache.commons.rdf.api.IRI iri) |
AnnotationProperty |
AnnotationAssertion.getProperty() |
| Modifier and Type | Method and Description |
|---|---|
OntologyVocabularyCategory<AnnotationProperty> |
Ontology.annotationProperties()
annotation properties
|
OntologyVocabularyCategory<AnnotationProperty> |
OntologyBuilder.annotationProperties() |
| Modifier and Type | Method and Description |
|---|---|
void |
OntologyBuilder.addAnnotationAssertion(AnnotationProperty ap,
ObjectConstant o,
Constant c)
inserts an annotation property assertion
|
| Modifier and Type | Class and Description |
|---|---|
class |
AnnotationPropertyImpl
Represents AnnotationPropertyExpression from the OWL 2 QL Specification
AnnotationProperty := IRI
|
| Modifier and Type | Method and Description |
|---|---|
AnnotationProperty |
OntologyBuilderImpl.declareAnnotationProperty(org.apache.commons.rdf.api.IRI iri) |
AnnotationProperty |
AnnotationAssertionImpl.getProperty() |
| Modifier and Type | Method and Description |
|---|---|
OntologyVocabularyCategory<AnnotationProperty> |
OntologyBuilderImpl.annotationProperties() |
OntologyVocabularyCategory<AnnotationProperty> |
OntologyImpl.annotationProperties() |
OntologyVocabularyCategory<AnnotationProperty> |
OntologyImpl.UnclassifiedOntologyTBox.annotationProperties() |
| Modifier and Type | Method and Description |
|---|---|
void |
OntologyBuilderImpl.addAnnotationAssertion(AnnotationProperty ap,
ObjectConstant o,
Constant c) |
static AnnotationAssertion |
OntologyBuilderImpl.createAnnotationAssertion(AnnotationProperty ap,
ObjectConstant o,
Constant c)
Creates an annotation assertion
AnnotationAssertion := 'AnnotationAssertion' '(' axiomAnnotations AnnotationProperty AnnotationSubject AnnotationValue ')'
AnnotationSubject := IRI | AnonymousIndividual
|
Copyright © 2009–2020 Free University of Bozen-Bolzano. All rights reserved.