Skip to content

Commit

Permalink
Update 19_natural_variants_associated_with_pubmed_id.ttl
Browse files Browse the repository at this point in the history
modify DE
add KW
  • Loading branch information
mcblatter authored Oct 31, 2024
1 parent ba29810 commit 12c3870
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX up: <http://purl.uniprot.org/core/>
Expand All @@ -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 <https://sparql.uniprot.org/sparql/> .

0 comments on commit 12c3870

Please sign in to comment.