SELECT distinct ?label count(?tf2) as ?count FROM <http://reactionontology.org> WHERE { values ?q {
} ?q piero:hasTransformation ?tf . ?tf2 a piero:transformation . ?tf2 piero:hasParent/piero:hasParent transformation:TR00001 . ?tf piero:hasParent* ?tf2 . ?tf2 rdfs:label ?label FILTER(! regex(str(?label), "sation")) } order by ?tf2
path:
Query