public class MappingOntologyComplianceValidatorImpl extends Object implements MappingOntologyComplianceValidator
| Modifier and Type | Method and Description |
|---|---|
void |
validate(it.unibz.inf.ontop.com.google.common.collect.ImmutableList<MappingAssertion> mapping,
Ontology ontology)
Requires the annotation, data and object properties to be clearly distinguished
(disjoint sets, according to the OWL semantics)
Be careful if you are using a T-box bootstrapped from the mapping
It is NOT assumed that the declared vocabulary contains information on every RDF predicate
used in the mapping.
|
public void validate(it.unibz.inf.ontop.com.google.common.collect.ImmutableList<MappingAssertion> mapping, Ontology ontology) throws MappingOntologyMismatchException
validate in interface MappingOntologyComplianceValidatorMappingOntologyMismatchExceptionCopyright © 2009–2021 Free University of Bozen-Bolzano. All rights reserved.