PREFIX core: PREFIX rdfs: CONSTRUCT { ?organization core:hasGeographicLocation ?geographicLocation . ?geographicLocation rdfs:label ?label . } WHERE { PERSON_URI core:personInPosition ?position . ?position core:positionInOrganization ?organization . ?organization core:hasGeographicLocation ?geographicLocation . ?geographicLocation rdfs:label ?label . }