@prefix ex: <https://sparql.uniprot.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:16 a sh:SPARQLExecutable,
        sh:SPARQLSelectExecutable ;
    rdfs:comment "Select all triples that relate to the taxon that describes <i>Homo sapiens</i> in the named graph for <a href=\"http://sparql.uniprot.org/taxonomy\">taxonomy</a>"^^rdf:HTML ;
    spex:describe """PREFIX taxon: <http://purl.uniprot.org/taxonomy/>

DESCRIBE taxon:9606 
FROM <http://sparql.uniprot.org/taxonomy>""" ;
    sh:prefixes _:sparql_examples_prefixes ;
    schema:keywords "taxonomy" , "triples" ;
    schema:target <https://sparql.uniprot.org/sparql/> .

