sparql-examples

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

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

NXQ_00062

rq turtle/ttl

Proteins which have at least one zinc finger of any subtype

Use at

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

SELECT DISTINCT ?entry WHERE {
 ?entry :isoform ?iso.
 ?iso :zincFingerRegion ?_.
}
:isoform
:zincFingerRegion
?_
?entry
?iso