| Package | Description |
|---|---|
| org.semanticweb.owlapi.model | |
| org.semanticweb.owlapi.reasoner | |
| org.semanticweb.owlapi.util |
| Modifier and Type | Interface and Description |
|---|---|
interface |
OWLDataProperty
Represents a Data
Property in the OWL 2 Specification.
|
| Modifier and Type | Method and Description |
|---|---|
OWLDataPropertyExpression |
SWRLDataPropertyAtom.getPredicate() |
| Modifier and Type | Method and Description |
|---|---|
Set<OWLDataPropertyExpression> |
OWLHasKeyAxiom.getDataPropertyExpressions()
Gets the set of data property expressions that make up the key.
|
Map<OWLDataPropertyExpression,Set<OWLLiteral>> |
OWLIndividual.getDataPropertyValues(OWLOntology ontology)
Gets the data property values for this individual
|
Map<OWLDataPropertyExpression,Set<OWLLiteral>> |
OWLIndividual.getNegativeDataPropertyValues(OWLOntology ontology)
Gets the data property values that are explicitly asserted NOT to hold
for this individual
|
| Modifier and Type | Method and Description |
|---|---|
OWLDisjointDataPropertiesAxiom |
OWLDataFactory.getOWLDisjointDataPropertiesAxiom(Set<? extends OWLDataPropertyExpression> properties) |
OWLDisjointDataPropertiesAxiom |
OWLDataFactory.getOWLDisjointDataPropertiesAxiom(Set<? extends OWLDataPropertyExpression> properties,
Set<? extends OWLAnnotation> annotations) |
OWLEquivalentDataPropertiesAxiom |
OWLDataFactory.getOWLEquivalentDataPropertiesAxiom(Set<? extends OWLDataPropertyExpression> properties) |
OWLEquivalentDataPropertiesAxiom |
OWLDataFactory.getOWLEquivalentDataPropertiesAxiom(Set<? extends OWLDataPropertyExpression> properties,
Set<? extends OWLAnnotation> annotations) |
| Modifier and Type | Method and Description |
|---|---|
NodeSet<OWLDataProperty> |
OWLReasoner.getDisjointDataProperties(OWLDataPropertyExpression pe)
Gets the data properties that are disjoint with the specified data
property expression
pe. |
| Modifier and Type | Method and Description |
|---|---|
Map<OWLDataPropertyExpression,List<String>> |
PropertyAssertionValueShortFormProvider.getPreferredLanguageMap() |
| Constructor and Description |
|---|
PropertyAssertionValueShortFormProvider(List<OWLPropertyExpression<?,?>> properties,
Map<OWLDataPropertyExpression,List<String>> preferredLanguageMap,
OWLOntologySetProvider ontologySetProvider)
Constructs a property value short form provider.
|
PropertyAssertionValueShortFormProvider(List<OWLPropertyExpression<?,?>> properties,
Map<OWLDataPropertyExpression,List<String>> preferredLanguageMap,
OWLOntologySetProvider ontologySetProvider,
ShortFormProvider alternateShortFormProvider)
Constructs a property value short form provider.
|
Copyright © 2014 The University of Manchester. All Rights Reserved.