A set of SPARQL examples that are used in different SIB resources
View the Project on GitHub sib-swiss/sparql-examples
rq turtle/ttl
Proteins which have at least one zinc finger of any subtype
PREFIX : <http://nextprot.org/rdf/> SELECT DISTINCT ?entry WHERE { ?entry :isoform ?iso. ?iso :zincFingerRegion ?_. }
:isoform:zincFingerRegion?_?entry?iso