Skip to content

Commit

Permalink
Add missing owl prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesaoverton committed Nov 12, 2024
1 parent 8b91ae7 commit b5f9c05
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/report_queries/lowercase_definition.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
**Solution:** Capitalize the first letter of the definition, or disregard this INFO.

```sparql
PREFIX owl: <http://www.w3.org/2002/07/owl#>
PREFIX obo: <http://purl.obolibrary.org/obo/>
SELECT DISTINCT ?entity ?property ?value WHERE {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
#
# **Solution:** Capitalize the first letter of the definition, or disregard this INFO.

PREFIX owl: <http://www.w3.org/2002/07/owl#>
PREFIX obo: <http://purl.obolibrary.org/obo/>

SELECT DISTINCT ?entity ?property ?value WHERE {
Expand Down

0 comments on commit b5f9c05

Please sign in to comment.