Skip to content

Commit

Permalink
Format indentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
balhoff committed Oct 28, 2023
1 parent 83261c8 commit df83372
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/sparql/taxon-constraints-never-in-taxon-annotation.rq
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,9 @@ WHERE {
] .
FILTER(!STRENDS(STR(?super_taxon), "#NOT"))
?taxon rdfs:subClassOf+ ?super_taxon .
} || NOT EXISTS {
}
||
NOT EXISTS {
?term rdfs:subClassOf+ [
a owl:Restriction ;
owl:onProperty in_taxon: ;
Expand Down

1 comment on commit df83372

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Here's a diff of how these changes impact the classified ontology:

Ontologies are identical

CML watermark

Please sign in to comment.