ontodev / robot

ROBOT is an OBO Tool
http://robot.obolibrary.org
BSD 3-Clause "New" or "Revised" License
263 stars 74 forks source link

lowercase_definition check in robot report should not check obsolete terms #1220

Closed Clare72 closed 1 week ago

Clare72 commented 3 weeks ago

http://robot.obolibrary.org/report_queries/lowercase_definition This check seems to be missing the FILTER NOT EXISTS { ?entity owl:deprecated true } clause found in most other checks.

jamesaoverton commented 1 week ago

Thanks for the report. This should be fixed by #1224.