@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/42e84564-0d53-4c3d-ac8f-afa77ea0e83f>
	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:40:22Z"^^xsd:dateTime ;
	<http://schema.org/addressCountry>	"BE" ;
	<http://schema.org/addressLocality>	"Gent" ;
	<http://schema.org/email>	"hello@ichibao.be" ;
	<http://schema.org/identifier>	12343 ;
	<http://schema.org/name>	"Ichi"@nl ;
	<http://schema.org/postalCode>	"9000" ;
	<http://schema.org/streetAddress>	"Stalhof 19" ;
	<http://schema.org/telephone>	"+3293346193" ;
	<http://schema.org/url>	"https://www.ichibao.be" ;
	foaf:page	<https://visit.gent.be/node/12343> ;
	<http://import.stad.gent/field_opening_hours>	[ ] .
<http://stad.gent/id/place/tourism/435727d8-7f18-4a87-9879-86de37701b37>
	<http://schema.org/contactPoint>	<http://stad.gent/id/contact-point/tourism/42e84564-0d53-4c3d-ac8f-afa77ea0e83f> .