| Package | Description |
|---|---|
| it.unibz.inf.ontop.spec.ontology | |
| it.unibz.inf.ontop.spec.ontology.impl |
| Modifier and Type | Method and Description |
|---|---|
DataPropertyExpression |
OntologyBuilder.declareDataProperty(org.apache.commons.rdf.api.IRI iri) |
DataPropertyExpression |
DataPropertyRangeExpression.getProperty() |
DataPropertyExpression |
DataPropertyAssertion.getProperty() |
DataPropertyExpression |
DataSomeValuesFrom.getProperty() |
| Modifier and Type | Method and Description |
|---|---|
OntologyVocabularyCategory<DataPropertyExpression> |
ClassifiedTBox.dataProperties()
data properties
|
OntologyVocabularyCategory<DataPropertyExpression> |
OntologyBuilder.dataProperties() |
EquivalencesDAG<DataPropertyExpression> |
ClassifiedTBox.dataPropertiesDAG() |
com.google.common.collect.ImmutableList<NaryAxiom<DataPropertyExpression>> |
ClassifiedTBox.disjointDataProperties() |
com.google.common.collect.ImmutableSet<DataPropertyExpression> |
ClassifiedTBox.functionalDataProperties() |
| Modifier and Type | Method and Description |
|---|---|
void |
OntologyBuilder.addDataPropertyAssertion(DataPropertyExpression dpe,
ObjectConstant o,
RDFLiteralConstant v)
inserts a data property assertion
(does nothing if dpe is the top property, cf.
|
void |
OntologyBuilder.addDisjointDataPropertiesAxiom(DataPropertyExpression... properties) |
void |
OntologyBuilder.addFunctionalDataPropertyAxiom(DataPropertyExpression prop) |
void |
OntologyBuilder.addSubPropertyOfAxiom(DataPropertyExpression included,
DataPropertyExpression including) |
| Modifier and Type | Class and Description |
|---|---|
class |
DataPropertyExpressionImpl
Represents DataPropertyExpression from the OWL 2 QL Specification
DataPropertyExpression := DataProperty
Support for owl:topDataProperty and owl:bottomDataProperty
|
| Modifier and Type | Field and Description |
|---|---|
static DataPropertyExpression |
DataPropertyExpressionImpl.owlBottomDataProperty |
static DataPropertyExpression |
DataPropertyExpressionImpl.owlTopDataProperty |
| Modifier and Type | Method and Description |
|---|---|
DataPropertyExpression |
OntologyBuilderImpl.declareDataProperty(org.apache.commons.rdf.api.IRI uri) |
DataPropertyExpression |
DataPropertyRangeExpressionImpl.getProperty() |
DataPropertyExpression |
DataPropertyAssertionImpl.getProperty() |
DataPropertyExpression |
DataSomeValuesFromImpl.getProperty() |
| Modifier and Type | Method and Description |
|---|---|
OntologyVocabularyCategory<DataPropertyExpression> |
OntologyBuilderImpl.dataProperties() |
OntologyVocabularyCategory<DataPropertyExpression> |
ClassifiedTBoxImpl.dataProperties() |
OntologyVocabularyCategory<DataPropertyExpression> |
OntologyImpl.UnclassifiedOntologyTBox.dataProperties() |
EquivalencesDAG<DataPropertyExpression> |
ClassifiedTBoxImpl.dataPropertiesDAG() |
com.google.common.collect.ImmutableList<NaryAxiom<DataPropertyExpression>> |
ClassifiedTBoxImpl.disjointDataProperties() |
com.google.common.collect.ImmutableSet<DataPropertyExpression> |
ClassifiedTBoxImpl.functionalDataProperties() |
org.jgrapht.graph.DefaultDirectedGraph<DataPropertyExpression,org.jgrapht.graph.DefaultEdge> |
ClassifiedTBoxImpl.getDataPropertyGraph()
Deprecated.
|
com.google.common.collect.ImmutableList<NaryAxiom<DataPropertyExpression>> |
OntologyImpl.UnclassifiedOntologyTBox.getDisjointDataPropertiesAxioms() |
com.google.common.collect.ImmutableSet<DataPropertyExpression> |
OntologyImpl.UnclassifiedOntologyTBox.getFunctionalDataProperties() |
com.google.common.collect.ImmutableList<BinaryAxiom<DataPropertyExpression>> |
OntologyImpl.UnclassifiedOntologyTBox.getSubDataPropertyAxioms() |
| Modifier and Type | Method and Description |
|---|---|
void |
OntologyBuilderImpl.addDataPropertyAssertion(DataPropertyExpression dpe,
ObjectConstant o,
RDFLiteralConstant v) |
void |
OntologyBuilderImpl.addDisjointDataPropertiesAxiom(DataPropertyExpression... dpes)
Normalizes and adds data property disjointness axiom
|
void |
OntologyBuilderImpl.addFunctionalDataPropertyAxiom(DataPropertyExpression prop) |
void |
OntologyBuilderImpl.addSubPropertyOfAxiom(DataPropertyExpression dpe1,
DataPropertyExpression dpe2)
Normalizes and adds a data subproperty axiom
|
static DataPropertyAssertion |
OntologyBuilderImpl.createDataPropertyAssertion(DataPropertyExpression dpe,
ObjectConstant o1,
RDFLiteralConstant o2)
Creates a data property assertion
|
Copyright © 2009–2020 Free University of Bozen-Bolzano. All rights reserved.