@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/4b696e69-ff79-4048-897f-5e18715d26b2>
	rdf:type	<http://schema.org/PostalAddress> , <http://schema.org/ContactPoint> ;
	<http://purl.org/dc/terms/modified>	"2024-02-06T11:44:00Z"^^xsd:dateTime ;
	<http://purl.org/dc/terms/created>	"2024-02-06T11:44:00Z"^^xsd:dateTime ;
	<http://schema.org/addressCountry>	"BE" ;
	<http://schema.org/addressLocality>	"" ;
	<http://schema.org/email>	"hello@fti.gent" ;
	<http://schema.org/identifier>	11095 ;
	<http://schema.org/name>	"FTI Gent"@nl ;
	<http://schema.org/postalCode>	"" ;
	<http://schema.org/streetAddress>	"" ;
	<http://schema.org/telephone>	"" ;
	<http://schema.org/url>	"https://fti.gent/nl" ;
	foaf:page	<https://visit.gent.be/node/11095> .
<http://stad.gent/id/event/tourism/5fac5319-e384-4b0b-92f8-1de25b9c5677>
	<http://schema.org/contactPoint>	<http://stad.gent/id/contact-point/tourism/4b696e69-ff79-4048-897f-5e18715d26b2> .