@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/9af22a76-bad7-408e-be90-1dd6a5b27c51>
	rdf:type	<http://schema.org/PostalAddress> , <http://schema.org/ContactPoint> ;
	<http://purl.org/dc/terms/modified>	"2020-06-23T14:00:55Z"^^xsd:dateTime ;
	<http://purl.org/dc/terms/created>	"2020-06-23T13:59:08Z"^^xsd:dateTime ;
	<http://schema.org/addressCountry>	"BE" ;
	<http://schema.org/addressLocality>	"Gent" ;
	<http://schema.org/email>	"info@redloft.be" ;
	<http://schema.org/identifier>	4145 ;
	<http://schema.org/name>	"RestoRed"@nl ;
	<http://schema.org/postalCode>	"9000" ;
	<http://schema.org/streetAddress>	"Hugo Van der Goesstraat 17 a" ;
	<http://schema.org/telephone>	"+32 496407622" ;
	<http://schema.org/url>	"https://redloft.be" ;
	<http://schema.org/geometry>	<http://stad.gent/id/contact-point/tourism/geometry/4145/u14dsb6e7rn0> ;
	foaf:page	<https://visit.gent.be/node/4145> ;
	<http://import.stad.gent/field_lez>	"LEZ1" .
<http://stad.gent/id/event/tourism/71212c15-612b-4f07-b3cf-6d65a00f0a2f>
	<http://schema.org/contactPoint>	<http://stad.gent/id/contact-point/tourism/9af22a76-bad7-408e-be90-1dd6a5b27c51> .