@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/2059e8c5-96f7-469d-965c-38b67d78285f>
	rdf:type	<http://schema.org/PostalAddress> , <http://schema.org/ContactPoint> ;
	<http://purl.org/dc/terms/modified>	"2021-12-08T11:16:42Z"^^xsd:dateTime ;
	<http://purl.org/dc/terms/created>	"2021-12-08T11:05:35Z"^^xsd:dateTime ;
	<http://schema.org/addressCountry>	"BE" ;
	<http://schema.org/addressLocality>	"Evergem" ;
	<http://schema.org/email>	"info@lichtkerk.be" ;
	<http://schema.org/identifier>	5886 ;
	<http://schema.org/name>	"Lichtkerk"@nl ;
	<http://schema.org/postalCode>	"9940" ;
	<http://schema.org/streetAddress>	"Noorwegenstraat 49" ;
	<http://schema.org/telephone>	"(+32)93302291" ;
	<http://schema.org/url>	"https://lichtkerk.be/" ;
	foaf:page	<https://visit.gent.be/node/5886> ;
	<http://import.stad.gent/field_opening_hours>	[ ] .
<http://stad.gent/id/event/tourism/a2ccc138-0714-4ffb-a98d-ee7cb58f73f3>
	<http://schema.org/contactPoint>	<http://stad.gent/id/contact-point/tourism/2059e8c5-96f7-469d-965c-38b67d78285f> .