From c94bcb1e4c45a5a86a4653b005e49d0402fe3d0c Mon Sep 17 00:00:00 2001 From: Jerven Bolleman Date: Tue, 12 Nov 2024 12:13:09 +0100 Subject: [PATCH] State that the ChEMBL query also works at IDSM Side change make filename match id of query (not required but expected by some) --- examples/ChEMBL/001.ttl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/ChEMBL/001.ttl b/examples/ChEMBL/001.ttl index b4908a4b3..7ce35ace8 100644 --- a/examples/ChEMBL/001.ttl +++ b/examples/ChEMBL/001.ttl @@ -4,7 +4,7 @@ @prefix schema: . @prefix sh: . -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 ; @@ -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 . + schema:target , .