Skip to content

Commit

Permalink
Update boolean_datatype.rq
Browse files Browse the repository at this point in the history
document query in the comments
  • Loading branch information
hmenager authored Jul 5, 2024
1 parent 6d61033 commit fd71bb3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions robot_config/boolean_datatype.rq
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# rule: the EDAM or OWL properties edam:is_deprecation_candidate, edam:is_refactor_candidate,
# edam:isdebtag, edam:notRecommendedForAnnotation, owl:deprecated should only be defined if
# they are booleans, and have the value 'true'
# implementation: this query returns all of the above mentioned properties with a value that is
# not of type xsd:boolean with a value set to 'true'
PREFIX obo: <http://purl.obolibrary.org/obo/>
PREFIX owl: <http://www.w3.org/2002/07/owl#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
Expand Down

0 comments on commit fd71bb3

Please sign in to comment.