HCLSIG/LODD TMO consistency checking

From W3C Wiki

LODD-TMO consistency checking

Goal

Doing ongoing consistency checking of data generated by the Linked Open Drug Data project together with the ontology created by the Pharma Ontology project and mutual mappings.

Participants

  • Matthias Samwald
  • (Add yourself here)

Methods and Results (work in progress)

Using BigOWLIM

The following datasets were loaded into BigOWLIM

To test for very basic inconsistencies, the following queries were run:

PREFIX owl:<http://www.w3.org/2002/07/owl#>
PREFIX rdfs:<http://www.w3.org/2000/01/rdf-schema#>
ASK
{
?a owl:disjointWith ?b .
?i a ?a .
?i a ?b .
}

Result on 24.09.2010: No inconsistencies detected


---


PREFIX owl:<http://www.w3.org/2002/07/owl#>
PREFIX rdfs:<http://www.w3.org/2000/01/rdf-schema#>
ASK
{
?a owl:disjointWith ?b .
?c rdfs:subClassOf ?a .
?c rdfs:subClassOf ?b .
}

Result on 24.09.2010: No inconsistencies detected