Skip to content

Commit

Permalink
Update 58_uniprot_to_HGNC_and_symbols.ttl
Browse files Browse the repository at this point in the history
modify description
add KW
  • Loading branch information
mcblatter authored and JervenBolleman committed Oct 29, 2024
1 parent 65b4e4d commit b260c0b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions examples/UniProt/58_uniprot_to_HGNC_and_symbols.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

ex:58 a sh:SPARQLExecutable,
sh:SPARQLSelectExecutable ;
rdfs:comment "Map UniProt to HGNC identifiers and Symbols"@en ;
rdfs:comment "Map a selection of UniProt accession numbers (ACs) to HGNC identifiers and symbols"@en ;
sh:prefixes _:sparql_examples_prefixes ;
sh:select """PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
PREFIX uniprotkb: <http://purl.uniprot.org/uniprot/>
Expand All @@ -24,5 +24,6 @@ WHERE
?hgnc up:database <http://purl.uniprot.org/database/HGNC> ;
rdfs:comment ?hgncSymbol .
}""" ;
schema:target <https://sparql.uniprot.org/sparql/> .
schema:keywords "mapping" , "HGNC" ;
schema:target <https://sparql.uniprot.org/sparql/> .

0 comments on commit b260c0b

Please sign in to comment.