Skip to content

Commit

Permalink
Update testHygiene_performance_multiple_different_individuals.sparql
Browse files Browse the repository at this point in the history
Fix to hygiene test reporting
  • Loading branch information
mereolog authored Mar 25, 2024
1 parent 6493beb commit 6a5696a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ WHERE
{
?individual1 owl:differentFrom/owl:differentFrom/owl:differentFrom/owl:differentFrom/owl:differentFrom/owl:differentFrom/owl:differentFrom/owl:differentFrom ?individual2.
}
BIND (concat ("An ontology contains more than seven different individuals") AS ?warning)
}
BIND (concat ("WARN: An ontology contains more than seven different individuals") AS ?warning)
}

0 comments on commit 6a5696a

Please sign in to comment.