Skip to content

Commit

Permalink
Merge pull request #149 from sib-swiss/tarcisiotmf-patch-1
Browse files Browse the repository at this point in the history
correct question
  • Loading branch information
tarcisiotmf authored Dec 10, 2024
2 parents 13e352e + 4a3f3b7 commit f299b99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/dbgi/007.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

ex:007 a sh:SPARQLExecutable,
sh:SPARQLSelectExecutable ;
rdfs:comment "Show chemical structures in Melochia umbellata extracts with structural annotations where the cosmic score is greater than 0.5 and the zodiac score is less than 0.8. For ISDB annotations, consider taxon scores less than 6"@en ;
rdfs:comment "Show chemical structures in Melochia umbellata extracts with structural annotations where the cosmic score is greater than 0.5 and the zodiac score is less than 0.8. For ISDB annotations, consider taxon scores greater than or equal to 6"@en ;
sh:prefixes _:sparql_examples_prefixes ;
sh:select """PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
PREFIX prov: <http://www.w3.org/ns/prov#>
Expand Down

0 comments on commit f299b99

Please sign in to comment.