A set of SPARQL examples that are used in different SIB resources
Proteins that have more than one catalytic activity
PREFIX : <http://nextprot.org/rdf/>
SELECT DISTINCT ?entry WHERE {
?entry :isoform / :enzymeClassification / :term ?ec .
}
group by ?entry having (count(distinct ?ec)>1)