@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/1fefb3ce-2881-47fb-ba99-2456b8f7747f>
	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>	"2018-04-27T12:55:25Z"^^xsd:dateTime ;
	<http://schema.org/addressCountry>	"BE" ;
	<http://schema.org/addressLocality>	"Gent" ;
	<http://schema.org/email>	"mail@cydonia-barocca.com" ;
	<http://schema.org/identifier>	2836 ;
	<http://schema.org/name>	"Vox Temporis vzw"@nl ;
	<http://schema.org/postalCode>	"9000" ;
	<http://schema.org/streetAddress>	"Biezekapelstraat 9" ;
	<http://schema.org/telephone>	"" ;
	<http://schema.org/url>	"https://cydonia-barocca.com/" ;
	foaf:page	<https://visit.gent.be/node/2836> .
<http://stad.gent/id/event/tourism/12371e94-ec32-4926-b3cc-23f729041889>
	<http://schema.org/contactPoint>	<http://stad.gent/id/contact-point/tourism/1fefb3ce-2881-47fb-ba99-2456b8f7747f> .