From b34db299466b910d777a9ffbfe4766554762f7cb Mon Sep 17 00:00:00 2001 From: Vincent Emonet Date: Thu, 23 May 2024 11:04:14 +0200 Subject: [PATCH] Improve readability of UniProt query 49 --- uniprot/49.ttl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/uniprot/49.ttl b/uniprot/49.ttl index d998882a8..160fc1027 100644 --- a/uniprot/49.ttl +++ b/uniprot/49.ttl @@ -27,11 +27,11 @@ WHERE { } # taxonomy constraint (taxon:9606 == Homo sapiens) ?protein up:organism taxon:9606 ; - up:annotation ?a . + up:annotation ?a ; + rdfs:seeAlso / up:transcribedFrom ?ensemblGene . ?a a up:Catalytic_Activity_Annotation ; up:catalyticActivity ?ca . ?ca up:catalyzedReaction ?reaction . - ?protein rdfs:seeAlso / up:transcribedFrom ?ensemblGene . # federated query to Bgee (expression data) BIND(IRI(REPLACE(STR(?ensemblGene), "\\.[0-9]+$", "")) AS ?ensemblGeneNoVersion) SERVICE {