Skip to content

Commit

Permalink
Update uniprot_potential_isoforms.ttl
Browse files Browse the repository at this point in the history
modifiy description
add kw
  • Loading branch information
mcblatter authored and JervenBolleman committed Oct 30, 2024
1 parent 12baaa0 commit 8955a41
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/UniProt/uniprot_potential_isoforms.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

ex:uniprot_potential_isoforms a sh:SPARQLExecutable,
sh:SPARQLSelectExecutable ;
rdfs:comment "List all Human UniProt entries and their computationaly potential isoforms.."^^rdf:HTML ;
rdfs:comment "List all human UniProt entries and their computationaly mapped potential isoforms."^^rdf:HTML ;
sh:prefixes _:sparql_examples_prefixes ;
sh:select """PREFIX taxon: <http://purl.uniprot.org/taxonomy/>
PREFIX up: <http://purl.uniprot.org/core/>
Expand All @@ -23,5 +23,6 @@ WHERE {
up:potentialSequence ?sequence .
}
}""" ;
schema:keywords "isoform" , "list" ;
schema:target <https://sparql.uniprot.org/sparql/> .

0 comments on commit 8955a41

Please sign in to comment.