@prefix data: . @prefix : . @prefix kb: . @prefix schema: . data:aa1e2db7-43a6-3e80-bcac-005a2dc7503b :hasAddressCity kb:10387 ; schema:addressLocality "Troyes" ; schema:postalCode "10000" ; schema:streetAddress "Village Pop In the City" ; a :PostalAddress, schema:PostalAddress . data:bb3800dd-2968-35cf-b36d-0970872c3d0d schema:address data:aa1e2db7-43a6-3e80-bcac-005a2dc7503b .