From 12c3870353ce82f423ce5fa89fa971cd6f02faf5 Mon Sep 17 00:00:00 2001 From: mcblatter Date: Thu, 31 Oct 2024 11:20:24 +0100 Subject: [PATCH] Update 19_natural_variants_associated_with_pubmed_id.ttl modify DE add KW --- .../UniProt/19_natural_variants_associated_with_pubmed_id.ttl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/UniProt/19_natural_variants_associated_with_pubmed_id.ttl b/examples/UniProt/19_natural_variants_associated_with_pubmed_id.ttl index 02176fb67..de372db7e 100644 --- a/examples/UniProt/19_natural_variants_associated_with_pubmed_id.ttl +++ b/examples/UniProt/19_natural_variants_associated_with_pubmed_id.ttl @@ -5,7 +5,7 @@ ex:19 a sh:SPARQLExecutable, sh:SPARQLSelectExecutable ; - rdfs:comment "Find all Natural Variant Annotations if associated via an evidence tag to an article with a pubmed identifier"@en ; + rdfs:comment "Find all natural variant annotations if associated via an evidence tag to an article with a PubMed identifier"@en ; sh:prefixes _:sparql_examples_prefixes ; sh:select """PREFIX rdf: PREFIX up: @@ -27,6 +27,6 @@ WHERE BIND(IF(CONTAINS(STR(?annotation), "#SIP"), SUBSTR(STR(?annotation),33), SUBSTR(STR(?annotation),36))AS?annotation_acc) BIND(SUBSTR(STR(?source),35) AS ?pubmed) }""" ; - schema:keywords "variant annotation" , "evidence tag" ; + schema:keywords "variant annotation" , "evidence tag" , "PubMed" ; schema:target .