A set of SPARQL examples that are used in different SIB resources
Proteins with a cross-reference to CCDS
PREFIX : <http://nextprot.org/rdf/>
PREFIX db: <http://nextprot.org/rdf/db/>
SELECT DISTINCT ?entry WHERE {
?entry :reference / :provenance db:CCDS.
}
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v1("?entry"):::projected
a1((" "))
c3([":db/CCDS"]):::iri
v1 --":reference"--> a1
a1 --":provenance"--> c3