Skip to content

Commit

Permalink
Update uniprot_sequences_and_mark_which_is_cannonical_for_human.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 0d22466
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

ex:uniprot_sequences_and_mark_which_is_cannonical_for_human a sh:SPARQLExecutable,
sh:SPARQLSelectExecutable ;
rdfs:comment "List all Human UniProt entries and their sequences, marking if the sequence listed is the cannonical sequence of the matching entry."^^rdf:HTML ;
rdfs:comment "List all human UniProtKB entries and their sequences, marking if the sequence listed is the cannonical sequence of the matching entry."^^rdf:HTML ;
sh:prefixes _:sparql_examples_prefixes ;
sh:select """PREFIX taxon: <http://purl.uniprot.org/taxonomy/>
PREFIX up: <http://purl.uniprot.org/core/>
Expand Down Expand Up @@ -38,5 +38,6 @@ WHERE {
BIND(IF(?isComplicated, STRENDS(STR(?entry), STRBEFORE(SUBSTR(STR(?sequence), 34),'-')),?likelyIsCanonical) AS ?isCanonical)
}
}""" ;
schema:keywords "isoform" , "sequence" ;
schema:target <https://sparql.uniprot.org/sparql/> .

0 comments on commit 0d22466

Please sign in to comment.