Skip to content

Commit

Permalink
Update 20_how_often_citation_used_in_evidence_tag.ttl
Browse files Browse the repository at this point in the history
modify DE and KW
  • Loading branch information
mcblatter authored Oct 31, 2024
1 parent 12c3870 commit 2541b24
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:20 a sh:SPARQLExecutable,
sh:SPARQLSelectExecutable ;
rdfs:comment "Find how often an article in pubmed was used in an evidence tag in a human protein (ordered by most used to least)"@en ;
rdfs:comment "Find how often an article in PubMed was used in an evidence tag in a human protein (ordered by most used to least)"@en ;
sh:prefixes _:sparql_examples_prefixes ;
sh:select """PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX taxon: <http://purl.uniprot.org/taxonomy/>
Expand All @@ -24,6 +24,6 @@ WHERE
?attribution up:source ?source .
?source a up:Journal_Citation .
} GROUP BY ?source ORDER BY DESC(COUNT(?attribution))""" ;
schema:keywords "publication" , "evidence tag" , "sorting" , "count" ;
schema:keywords "publication" , "evidence tag" , "sorting" , "count" , "PubMed" ;
schema:target <https://sparql.uniprot.org/sparql/> .

0 comments on commit 2541b24

Please sign in to comment.