@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/7c460210-ffe2-49c8-b0eb-8bc5d2a7e906>
	rdf:type	<http://schema.org/PostalAddress> , <http://schema.org/ContactPoint> ;
	<http://purl.org/dc/terms/modified>	"2025-05-22T05:46:03Z"^^xsd:dateTime ;
	<http://purl.org/dc/terms/created>	"2020-03-31T08:00:59Z"^^xsd:dateTime ;
	<http://schema.org/addressCountry>	"BE" ;
	<http://schema.org/addressLocality>	"Gent" ;
	<http://schema.org/email>	"info@lockdown.gent" ;
	<http://schema.org/identifier>	3904 ;
	<http://schema.org/name>	"Lockdown Escape rooms"@nl ;
	<http://schema.org/postalCode>	"9000" ;
	<http://schema.org/streetAddress>	"Dok-Noord 3C" ;
	<http://schema.org/telephone>	"+32 468059245" ;
	<http://schema.org/url>	"https://www.lockdown-escape.be/" ;
	<http://schema.org/geometry>	<http://stad.gent/id/contact-point/tourism/geometry/3904/u14dsbpjudvhtbxs11040> ;
	foaf:page	<https://visit.gent.be/node/3904> .
<http://stad.gent/id/place/tourism/d2380c02-6755-4b94-b932-388fb6b61f74>
	<http://schema.org/contactPoint>	<http://stad.gent/id/contact-point/tourism/7c460210-ffe2-49c8-b0eb-8bc5d2a7e906> .