sparql-examples

SPARQL examples for the EMI

View the Project on GitHub earth-metabolome-initiative/sparql-examples

16

rq turtle/ttl

Select all triples that relate to the taxon that describes Homo sapiens in the named graph for taxonomy

Use at

PREFIX taxon: <http://purl.uniprot.org/taxonomy/>

DESCRIBE taxon:9606 
FROM <http://sparql.uniprot.org/taxonomy>
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
  v1("?_describe_52350ac6397c4c98a60cdf4c0d330fee1739"):::projected 
  bind0[/"'taxon:9606'"/]
  bind0 --as--o v1