@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/1d28e22a-0d99-4308-a31c-bb4e87a66651>
	rdf:type	<http://schema.org/PostalAddress> , <http://schema.org/ContactPoint> ;
	<http://purl.org/dc/terms/modified>	"2020-03-25T12:04:31Z"^^xsd:dateTime ;
	<http://purl.org/dc/terms/created>	"2020-03-25T12:03:34Z"^^xsd:dateTime ;
	<http://schema.org/addressCountry>	"BE" ;
	<http://schema.org/addressLocality>	"Gent" ;
	<http://schema.org/email>	"info@kunstwerkt.be" ;
	<http://schema.org/identifier>	3885 ;
	<http://schema.org/name>	"Kunstwerkt"@nl ;
	<http://schema.org/postalCode>	"9000" ;
	<http://schema.org/streetAddress>	"Bijlokekaai 7C" ;
	<http://schema.org/telephone>	"+32 9 235 22 70" ;
	<http://schema.org/url>	"https://www.kunstwerkt.be/" ;
	<http://schema.org/geometry>	<http://stad.gent/id/contact-point/tourism/geometry/3885/u14dks57dp0y> ;
	foaf:page	<https://visit.gent.be/node/3885> ;
	<http://import.stad.gent/field_lez>	"LEZ1" .
<http://stad.gent/id/event/tourism/9b7d73cf-abf6-46ca-aeaa-daa2fb64ca86>
	<http://schema.org/contactPoint>	<http://stad.gent/id/contact-point/tourism/1d28e22a-0d99-4308-a31c-bb4e87a66651> .