sparql-examples

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

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

NXQ_09405

rq turtle/ttl

Check there are no entries with GO biological process annotations with the evidence code is ND (ECO:0000035)

Use at

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

select distinct ?entry where {
  ?entry :isoform ?iso.
  ?iso :goBiologicalProcess /:evidence /:evidenceCode cv:ECO_0000035.
}
:isoform
:goBiologicalProcess
:evidence
:evidenceCode
?entry
?iso
:terminology/ECO_0000035