Skip to content

Commit

Permalink
State that the ChEMBL query also works at IDSM
Browse files Browse the repository at this point in the history
Side change make filename match id of query (not required but expected by some)
  • Loading branch information
JervenBolleman authored and egonw committed Nov 13, 2024
1 parent 277a431 commit c94bcb1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/ChEMBL/001.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
@prefix schema: <https://schema.org/> .
@prefix sh: <http://www.w3.org/ns/shacl#> .

ex:1 a sh:SPARQLExecutable,
ex:001 a sh:SPARQLExecutable,
sh:SPARQLSelectExecutable ;
rdfs:comment "Show 100 small molecules with their chemical structure depicted from their SMILES representation and from their image from the database."@en ;
sh:prefixes _:sparql_examples_prefixes ;
Expand All @@ -24,4 +24,4 @@ Select ?identifier ?image ?smilesDepict where{
?s cheminf:SIO_000008 [ a cheminf:CHEMINF_000018;
cheminf:SIO_000300 ?smilesDepict].
} LIMIT 100""" ;
schema:target <https://chemblmirror.rdf.bigcat-bioinformatics.org> .
schema:target <https://chemblmirror.rdf.bigcat-bioinformatics.org> , <https://idsm.elixir-czech.cz/sparql/endpoint/idsm> .

0 comments on commit c94bcb1

Please sign in to comment.