@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/e6a77fbe-c93e-427b-8072-7443f69c65ca>
	rdf:type	<http://schema.org/PostalAddress> , <http://schema.org/ContactPoint> ;
	<http://purl.org/dc/terms/modified>	"2020-02-20T09:57:04Z"^^xsd:dateTime ;
	<http://purl.org/dc/terms/created>	"2020-01-30T13:06:00Z"^^xsd:dateTime ;
	<http://schema.org/addressCountry>	"BE" ;
	<http://schema.org/addressLocality>	"Gent" ;
	<http://schema.org/email>	"Jasper@glimps.bio" ;
	<http://schema.org/identifier>	3769 ;
	<http://schema.org/name>	"Glimps"@nl ;
	<http://schema.org/postalCode>	"9000" ;
	<http://schema.org/streetAddress>	"Meulestedekaai 1" ;
	<http://schema.org/telephone>	"+32 4 74 76 16 39" ;
	<http://schema.org/url>	"https://vaneyckreloaded.be/" ;
	<http://schema.org/geometry>	<http://stad.gent/id/contact-point/tourism/geometry/3769/u14dsg9rkc7g> ;
	foaf:page	<https://visit.gent.be/node/3769> .
<http://stad.gent/id/event/tourism/d6cefb98-dadf-46b7-aad7-18b3ccd358cd>
	<http://schema.org/contactPoint>	<http://stad.gent/id/contact-point/tourism/e6a77fbe-c93e-427b-8072-7443f69c65ca> .