@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/74f2e0ae-5b22-4306-a39a-d6ea7300ba11>
	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>	"2025-02-06T10:30:07Z"^^xsd:dateTime ;
	<http://schema.org/addressCountry>	"BE" ;
	<http://schema.org/addressLocality>	"Gent" ;
	<http://schema.org/email>	"info@toffa.be" ;
	<http://schema.org/identifier>	12289 ;
	<http://schema.org/name>	"Toffa"@nl ;
	<http://schema.org/postalCode>	"9000" ;
	<http://schema.org/streetAddress>	"Voldersstraat 54" ;
	<http://schema.org/telephone>	"+32473553157" ;
	<http://schema.org/url>	"https://www.toffa.be" ;
	foaf:page	<https://visit.gent.be/node/12289> ;
	<http://import.stad.gent/field_opening_hours>	[ ] .
<http://stad.gent/id/place/tourism/fa3e1063-5678-41e5-9730-5171654de8fe>
	<http://schema.org/contactPoint>	<http://stad.gent/id/contact-point/tourism/74f2e0ae-5b22-4306-a39a-d6ea7300ba11> .