Skip to content

Commit

Permalink
bug fix (#7319)
Browse files Browse the repository at this point in the history
Co-authored-by: Trish Whetzel <[email protected]>
  • Loading branch information
Trish Whetzel and twhetzel authored Feb 27, 2024
1 parent cf126bb commit 10d6d04
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ SELECT DISTINCT ?entity ?property ?value WHERE {
oboInOwl:hasSynonymType <http://purl.obolibrary.org/obo/mondo#ABBREVIATION> .
}

FILTER NOT EXISTS { ?entity owl:deprecated true }
FILTER NOT EXISTS { ?entity1 owl:deprecated true }
FILTER NOT EXISTS { ?entity2 owl:deprecated true }
FILTER (?entity1 != ?entity2)
FILTER (!isBlank(?entity1))
Expand Down

0 comments on commit 10d6d04

Please sign in to comment.