@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/4a78faea-d1f4-4ec1-ae00-f84935dae2f7>
	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>	"2023-04-18T14:09:38Z"^^xsd:dateTime ;
	<http://schema.org/addressCountry>	"BE" ;
	<http://schema.org/addressLocality>	"Gent" ;
	<http://schema.org/email>	"info@janines.be" ;
	<http://schema.org/identifier>	8670 ;
	<http://schema.org/name>	"Janine's"@nl ;
	<http://schema.org/postalCode>	"9000" ;
	<http://schema.org/streetAddress>	"82 Vlaanderenstraat" ;
	<http://schema.org/telephone>	"+32 9 311 48 11" ;
	<http://schema.org/url>	"https://janines.be/" ;
	<http://schema.org/geometry>	<http://stad.gent/id/contact-point/tourism/geometry/8670/u14dkvk3y5k8z3ygsmre> ;
	foaf:page	<https://visit.gent.be/node/8670> ;
	<http://import.stad.gent/field_lez>	"LEZ1" ;
	<http://import.stad.gent/field_opening_hours>	[ ] .
<http://stad.gent/id/place/tourism/f2b972ca-6886-4430-a65e-f78f7ad47166>
	<http://schema.org/contactPoint>	<http://stad.gent/id/contact-point/tourism/4a78faea-d1f4-4ec1-ae00-f84935dae2f7> .