sparql-examples

A set of SPARQL examples for tutorials at SWAT4HCLS

View the Project on GitHub dnanad/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_2f42516dd8204678bde772a557fbb2257747"):::projected 
  bind0[/"'taxon:9606'"/]
  bind0 --as--o v1