@prefix ex: <https://sparql.uniprot.org/.well-known/sparql-examples/> .
@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:15 a sh:SPARQLExecutable ;
    rdfs:comment "Select all triples that relate to the EMBL CDS entry AA089367.1: "@en ;
    spex:describe "DESCRIBE <http://purl.uniprot.org/embl-cds/AAO89367.1>" ;
    schema:keywords "cross-reference" , "triples" , "EMBL" ;
    schema:target <https://sparql.uniprot.org/sparql/> .

