Skip to content

Commit

Permalink
Update uniprot_encoding_gene_alternative_names.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 30, 2024
1 parent 405db3f commit 2f04e3a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/UniProt/uniprot_encoding_gene_alternative_names.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

ex:uniprot_encoding_gene_name_alternative_name a sh:SPARQLExecutable,
sh:SPARQLSelectExecutable ;
rdfs:comment "List UniProt proteins with their associated gene and the gene's names that are used in the field, but not recommeded for use by UniProt"@en ;
rdfs:comment "List UniProtKB proteins with their associated gene and the gene's names that are used in the field, but not recommended for use by UniProt"@en ;
sh:prefixes _:sparql_examples_prefixes ;
sh:select """PREFIX skos: <http://www.w3.org/2004/02/skos/core#>
PREFIX up: <http://purl.uniprot.org/core/>
Expand All @@ -17,5 +17,6 @@ WHERE {
up:encodedBy ?gene .
?gene skos:altLabel ?altGeneName .
}""" ;
schema:keywords "list" , "gene name" ;
schema:target <https://sparql.uniprot.org/sparql/> .

0 comments on commit 2f04e3a

Please sign in to comment.