Skip to content

Commit

Permalink
Update uniprot_reviewed_or_not.ttl
Browse files Browse the repository at this point in the history
update DE
add kw
  • Loading branch information
mcblatter authored Oct 31, 2024
1 parent e04d141 commit 00812c0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/UniProt/uniprot_reviewed_or_not.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

ex:uniprot_reviewed_or_not a sh:SPARQLExecutable,
sh:SPARQLSelectExecutable ;
rdfs:comment "List all UniProt protein and if they are reviewed (Swiss-Prot) or unreviewed (TrEMBL)"@en ;
rdfs:comment "List all UniProtKB proteins and if they are reviewed (Swiss-Prot) or unreviewed (TrEMBL)"@en ;
sh:prefixes _:sparql_examples_prefixes ;
sh:select """PREFIX up: <http://purl.uniprot.org/core/>
Expand All @@ -16,5 +16,6 @@ WHERE {
?protein a up:Protein .
?protein up:reviewed ?reviewed .
}""" ;
schema:keywords "entry status" , "list" ;
schema:target <https://sparql.uniprot.org/sparql/> .

0 comments on commit 00812c0

Please sign in to comment.