PREFIX core: CONSTRUCT { ?geographicLocation ?property ?object . } WHERE { PERSON_URI core:mailingAddress ?address . ?address core:hasGeographicLocation ?geographicLocation . ?geographicLocation ?property ?object . }