From d8a13f6151091b95b2a1fb1ddd8dcbc24aaa0dd9 Mon Sep 17 00:00:00 2001 From: Jerven Bolleman Date: Mon, 17 Feb 2025 15:10:21 +0100 Subject: [PATCH] UniProt 61: remove duplicates due to multiple transcripts --- examples/UniProt/61_Gene_Protein_Reaction_sets.ttl | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/examples/UniProt/61_Gene_Protein_Reaction_sets.ttl b/examples/UniProt/61_Gene_Protein_Reaction_sets.ttl index de167d3b0..43e55ef3a 100644 --- a/examples/UniProt/61_Gene_Protein_Reaction_sets.ttl +++ b/examples/UniProt/61_Gene_Protein_Reaction_sets.ttl @@ -12,7 +12,10 @@ PREFIX taxon: PREFIX up: SELECT -?ensemblGene ?protein ?rhea + DISTINCT # Disinct because there might be more than one transcript for a gene leading to duplicates + ?ensemblGene + ?protein + ?rhea WHERE { ?protein up:reviewed true ; up:organism taxon:9606 .