Skip to content

Commit

Permalink
Merge pull request #2003 from edmcouncil/FIBO-1988
Browse files Browse the repository at this point in the history
Fix to report from testHygiene_performance_multiple_different_individuals
  • Loading branch information
mereolog committed Apr 2, 2024
2 parents 7836ee2 + 6a5696a commit a6806ef
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 a6806ef

Please sign in to comment.