Skip to content

Commit

Permalink
Update 18_top_level_ec_classification_group_by_count.ttl
Browse files Browse the repository at this point in the history
add KW
modify DE
  • Loading branch information
mcblatter authored Oct 31, 2024
1 parent 196bd67 commit ba29810
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

ex:18 a sh:SPARQLExecutable,
sh:SPARQLSelectExecutable ;
rdfs:comment "Select the number of UniProt entries for each of the EC (Enzyme Commission) top level categories"@en ;
rdfs:comment "Select the number of UniProtKB entries for each of the EC (Enzyme Commission) top level categories"@en ;
sh:prefixes _:sparql_examples_prefixes ;
sh:select """PREFIX ec: <http://purl.uniprot.org/enzyme/>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
Expand All @@ -22,6 +22,6 @@ WHERE
GROUP BY ?ecClass ORDER BY ?ecClass""" ;
schema:keywords "ec",
"enzyme" ;
schema:keywords "enzyme" , "count" ;
schema:keywords "enzyme" , "count" , "enzyme classification" ;
schema:target <https://sparql.uniprot.org/sparql/> .

0 comments on commit ba29810

Please sign in to comment.