@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/3ebeef0e-8d8c-4db2-9156-90667915b53b>
	rdf:type	<http://schema.org/PostalAddress> , <http://schema.org/ContactPoint> ;
	<http://purl.org/dc/terms/modified>	"2019-06-24T12:19:53Z"^^xsd:dateTime ;
	<http://purl.org/dc/terms/created>	"2019-06-24T12:19:53Z"^^xsd:dateTime ;
	<http://schema.org/addressCountry>	"BE" ;
	<http://schema.org/addressLocality>	"" ;
	<http://schema.org/email>	"info@4hoog.be" ;
	<http://schema.org/identifier>	3502 ;
	<http://schema.org/name>	"Productiehuis 4Hoog"@nl ;
	<http://schema.org/postalCode>	"" ;
	<http://schema.org/streetAddress>	"" ;
	<http://schema.org/telephone>	"" ;
	<http://schema.org/url>	"https://www.4hoog.be/" ;
	foaf:page	<https://visit.gent.be/node/3502> .
<http://stad.gent/id/event/tourism/ce0ce0bc-c41e-469c-b7e6-b3caf6e4e735>
	<http://schema.org/contactPoint>	<http://stad.gent/id/contact-point/tourism/3ebeef0e-8d8c-4db2-9156-90667915b53b> .