# # collect all relationships # PREFIX a: #PREFIX taverna: PREFIX rdfs: PREFIX rdf: SELECT ?process WHERE { ?process rdf:type a:Process . }