Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 1.03 KB

isIdentifierOfRedundancy.md

File metadata and controls

20 lines (12 loc) · 1.03 KB

Identifier concept with redundant is_identifier_of relationship

Problem: An is_identifier_of relationship from an Identifier to a Data concept is redundant, because the relationship is already stated on an ancestor of the Identifier concept.

Solution: Remove the offending relationship.

Further information: The is_identifier_of relationship between an EDAM Identifier and Data concept must be stated once only, i.e. once stated on a concept, it must not be restated on children of that concept. See here for more information.

Query: isIdentifierOfRedundancy.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>