From 2f04e3adebe6631f564c81667d3412d26d3fefa0 Mon Sep 17 00:00:00 2001 From: mcblatter Date: Wed, 30 Oct 2024 09:21:14 +0100 Subject: [PATCH] Update uniprot_encoding_gene_alternative_names.ttl modify description add kw --- examples/UniProt/uniprot_encoding_gene_alternative_names.ttl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/examples/UniProt/uniprot_encoding_gene_alternative_names.ttl b/examples/UniProt/uniprot_encoding_gene_alternative_names.ttl index f3b93042c..3d71839d7 100644 --- a/examples/UniProt/uniprot_encoding_gene_alternative_names.ttl +++ b/examples/UniProt/uniprot_encoding_gene_alternative_names.ttl @@ -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: PREFIX up: @@ -17,5 +17,6 @@ WHERE { up:encodedBy ?gene . ?gene skos:altLabel ?altGeneName . }""" ; + schema:keywords "list" , "gene name" ; schema:target .