sparql-examples

A set of SPARQL examples that are used in different SIB resources

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