PREFIX anot: PREFIX rdf: PREFIX rdfs: SELECT ?dataset ?mapping WHERE { ?dataset anot:describedBy ?description . ?description anot:hasPhrase ?phrase . ?phrase anot:hasMention ?mention . ?mention anot:mappedTerm ?mapping . }