Skip to content

Commit

Permalink
Update uniprot_entries_with_more_than_two_geneid_crossrefences.ttl
Browse files Browse the repository at this point in the history
modify description
add kw
  • Loading branch information
mcblatter authored Oct 30, 2024
1 parent 41eb701 commit 5ef21e3
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

ex:uniprot_entries_with_more_than_two_geneid_crossrefences a sh:SPARQLExecutable,
sh:SPARQLSelectExecutable ;
rdfs:comment "Find GeneID's crosslinked to more than one Human or Mouse UniProt entry"@en ;
rdfs:comment "Find GeneID's crosslinked to more than one human or mouse UniProtKB entry"@en ;
sh:prefixes _:sparql_examples_prefixes ;
sh:select """PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
PREFIX up: <http://purl.uniprot.org/core/>
Expand All @@ -22,5 +22,6 @@ WHERE
up:organism ?organism
} GROUP BY ?geneid ?organism HAVING (COUNT(?protein) > 1) ORDER BY ?organism ?geneid
""" ;
schema:keywords "cross-reference " , "mapping" , "count" ;
schema:target <https://sparql.uniprot.org/sparql/> .

0 comments on commit 5ef21e3

Please sign in to comment.