Home | Contact

1: Select all hamap rules

SELECT ?rule WHERE { ?rule sh:construct ?query . }Use

2: Show the triples about MF_00001

DESCRIBE <http://purl.uniprot.org/hamap/MF_00001>Use

3: Select all hamap rules that deal with Catalytic Activity

SELECT ?rule ?query WHERE { ?rule sh:construct ?query . FILTER (CONTAINS(?query, 'Catalytic_Activity_Annotation')) }Use

4: Select all hamap rules that annotate a Rhea reaction with an EC enzyme class

SELECT ?rule ?enzymeClass WHERE { ?rule a sp:Construct ; sp:templates/rdf:rest*/rdf:first ?annotationsToAdd . ?annotationsToAdd sp:predicate up:enzymeClass ; sp:object ?enzymeClass . }Use