@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix xsd:	<http://www.w3.org/2001/XMLSchema#> .
@prefix foaf:	<http://xmlns.com/foaf/0.1/> .

<http://stad.gent/id/contact-point/tourism/ed5f46a8-d1b5-4bdc-933a-f2757ebfa456>
	rdf:type	<http://schema.org/PostalAddress> , <http://schema.org/ContactPoint> ;
	<http://purl.org/dc/terms/modified>	"2020-03-31T12:14:06Z"^^xsd:dateTime ;
	<http://purl.org/dc/terms/created>	"2020-03-31T11:47:50Z"^^xsd:dateTime ;
	<http://schema.org/addressCountry>	"BE" ;
	<http://schema.org/addressLocality>	"Gent" ;
	<http://schema.org/email>	"ouderenzorg@stad.gent" ;
	<http://schema.org/identifier>	3910 ;
	<http://schema.org/name>	"Departement Ouderenzorg"@nl ;
	<http://schema.org/postalCode>	"9000" ;
	<http://schema.org/streetAddress>	"Onderbergen 84" ;
	<http://schema.org/telephone>	"+32 9 266 93 63" ;
	<http://schema.org/url>	"https://www.ocmwgent.be/Senioren.html" ;
	<http://schema.org/geometry>	<http://stad.gent/id/contact-point/tourism/geometry/3910/u14dktus55sb> ;
	foaf:page	<https://visit.gent.be/node/3910> ;
	<http://import.stad.gent/field_lez>	"LEZ1" .
<http://stad.gent/id/event/tourism/a9e059c8-f4c3-4a0f-aa7b-7d54376f3035>
	<http://schema.org/contactPoint>	<http://stad.gent/id/contact-point/tourism/ed5f46a8-d1b5-4bdc-933a-f2757ebfa456> .