Skip to content

Commit

Permalink
Update missing-parent-hpo-violation.sparql
Browse files Browse the repository at this point in the history
  • Loading branch information
matentzn committed Jan 16, 2024
1 parent f0ce954 commit 1d7dd9e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/sparql/missing-parent-hpo-violation.sparql
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ SELECT DISTINCT ?entity ?property ?value WHERE {
?entity a owl:Class .
FILTER NOT EXISTS { ?entity owl:deprecated true . }
FILTER ( STRSTARTS(str(?entity), "http://purl.obolibrary.org/obo/HP_"))
FILTER (?entity != HP:0000001)
}
MINUS
{
Expand Down

0 comments on commit 1d7dd9e

Please sign in to comment.