Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 981 Bytes

unexpectedMultipleParents.md

File metadata and controls

17 lines (11 loc) · 981 Bytes

Concept has multiple parents

Problem: A concept has more than one parent where normally just one is expected.

Solution: Check EDAM to see if the multiple parentage really is justified, and if it is not, refactor accordingly. This typically involves checking the conceptual distinctiveness of the concept and it's parents, followed by merging or deleting concepts, tweaking concept definitions etc.

Further information: Concepts normally have only a single parent (implied by rdfs:SubClassOf relations), but there can be exceptions.

Query: unexpectedMultipleParents.sparql

PREFIX obo: <http://purl.obolibrary.org/obo/>
PREFIX oboInOwl: <http://www.geneontology.org/formats/oboInOwl#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>

SELECT ... <todo>