diff --git a/examples/UniProt/49_tissues_where_genes_metabolizing_cholestrol_are_expressed.ttl b/examples/UniProt/49_tissues_where_genes_metabolizing_cholestrol_are_expressed.ttl index a47593989..0fbb2f9c5 100644 --- a/examples/UniProt/49_tissues_where_genes_metabolizing_cholestrol_are_expressed.ttl +++ b/examples/UniProt/49_tissues_where_genes_metabolizing_cholestrol_are_expressed.ttl @@ -7,7 +7,7 @@ ex:49 a sh:SPARQLExecutable, sh:SPARQLSelectExecutable ; rdfs:label "Where are the human genes encoding enzymes metabolizing cholesterol expressed? (double federated query)" ; - rdfs:comment "Retrieve the UniProt proteins, their catalyzed Rhea reactions, their encoding genes (Ensembl) and the anatomic entities where the genes are expressed (UBERON anatomic entites from Bgee expression data resource)."@en ; + rdfs:comment "Retrieve the UniProtKB proteins, their catalyzed Rhea reactions, their encoding genes (Ensembl) and the anatomic entities where the genes are expressed (UBERON anatomic entites from Bgee expression data resource)."@en ; sh:prefixes _:sparql_examples_prefixes ; sh:select """PREFIX CHEBI: PREFIX genex: @@ -48,7 +48,7 @@ WHERE { ?anatomicEntity rdfs:label ?anatomicEntityLabel . } }""" ; - schema:keywords "enzyme" , "tissue specificity" , "federated query" , "Ensembl" , "Bgee" , "Rhea" ; + schema:keywords "enzyme" , "tissue specificity" , "federated query" , "Ensembl" , "Bgee" , "Rhea" , "UBERON" ; schema:target ; spex:federatesWith , .