@prefix ex: <https://sparql.hamap.expasy.org/.well-known/sparql-examples/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix schema: <https://schema.org/> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix spex: <https://purl.expasy.org/sparql-examples/ontology#> .

ex:2 a sh:SPARQLExecutable ;
    rdfs:comment "Show the triples about <a href=\"https://hamap.expasy.org/rule/\">MF_00001</a>"^^rdf:HTML ;
    spex:describe "DESCRIBE <http://purl.uniprot.org/hamap/MF_00001>" ;
    sh:prefixes _:sparql_examples_prefixes ;
    schema:target <https://hamap.expasy.org/sparql/> .

