PREFIX core: PREFIX obo: PREFIX vcard: CONSTRUCT { ?geographicLocation ?property ?object . } WHERE { PERSON_URI obo:ARG_2000028 ?vcard . ?vcard vcard:hasAddress ?address . ?address obo:RO_0001025 ?geographicLocation . ?geographicLocation ?property ?object . }