SELECT DISTINCT ?label REPLACE(STR(?tr2), transformation:, "") AS ?id_x COUNT(?tr2) AS ?count FROM <http://reactionontology.org> WHERE { { SELECT DISTINCT ?ec ?tr2 WHERE { VALUES ?q { #{QUERY} } BIND(?q as ?q2) ?q piero:hasChild* ?ec . ?ec piero:hasIubmb ?iubmb . ?iubmb owl:equivalentTo ?tr . ?tr2 a piero:transformation . ?tr2 piero:hasParent transformation:#{TR} . ?tr piero:hasParent* ?tr2 . } } ?tr2 rdfs:label ?label FILTER(! REGEX(STR(?label), "sation")) } ORDER BY ?tr2
ec:
hasParent
Query