sparql-examples

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

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

NXQ_00065

rq turtle/ttl

Proteins that have more than one catalytic activity

Use at

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

SELECT DISTINCT ?entry WHERE {
 ?entry :isoform / :enzymeClassification / :term ?ec .
}
group by ?entry having (count(distinct ?ec)>1)
:isoform
:enzymeClassification
:term
as
?_anon_cf59833c8ba14673a3755a4de276c41e6675
?ec
?entry
> '1^^xsd:integer'
count(?ec)