sparql-examples

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

View the Project on GitHub sib-swiss/sparql-examples

neXtProt/NXQ_00068

Proteins with a protein existence "At transcript level" (PE=2)

Use at

PREFIX : <http://nextprot.org/rdf/>

SELECT DISTINCT ?entry WHERE {
 ?entry :existence :Evidence_at_transcript_level
}
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
  v1("?entry"):::projected 
  c2([":Evidence_at_transcript_level"]):::iri 
  v1 --":existence"-->  c2