@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#> .

ex:89_uniparc_triples_directly_associated a sh:SPARQLExecutable,
        sh:SPARQLSelectExecutable ;
    rdfs:comment "Predicates and objects, for a given UniParc accession as a subject"@en ;
    sh:prefixes _:sparql_examples_prefixes ;
    sh:select """PREFIX up: <http://purl.uniprot.org/core/>

SELECT 
  ?predicate 
  ?object 
WHERE { 
  <http://purl.uniprot.org/uniparc/UPI000012A0AD> ?predicate ?object
}""" ;
    schema:keywords "UniParc" , "triples" ;
    schema:target <https://sparql.uniprot.org/sparql/> .

