@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/7dd4736c-3621-4d9d-bc01-f4f34f84db25>
	rdf:type	<http://schema.org/PostalAddress> , <http://schema.org/ContactPoint> ;
	<http://purl.org/dc/terms/modified>	"2021-12-14T07:46:13Z"^^xsd:dateTime ;
	<http://purl.org/dc/terms/created>	"2021-12-14T07:45:39Z"^^xsd:dateTime ;
	<http://schema.org/addressCountry>	"BE" ;
	<http://schema.org/addressLocality>	"" ;
	<http://schema.org/email>	"press@gif.gent" ;
	<http://schema.org/identifier>	5931 ;
	<http://schema.org/name>	"GIF"@nl ;
	<http://schema.org/postalCode>	"" ;
	<http://schema.org/streetAddress>	"" ;
	<http://schema.org/telephone>	"(+32)479270604" ;
	<http://schema.org/url>	"https://gif.gent/festival" ;
	foaf:page	<https://visit.gent.be/node/5931> .
<http://stad.gent/id/event/tourism/67e7cbe2-9d1e-46c9-9bb8-435ac3483895>
	<http://schema.org/contactPoint>	<http://stad.gent/id/contact-point/tourism/7dd4736c-3621-4d9d-bc01-f4f34f84db25> .