@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/a9c9ac02-1875-4686-b487-a5454fba27f8>
	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>	"2020-09-22T09:16:39Z"^^xsd:dateTime ;
	<http://schema.org/addressCountry>	"BE" ;
	<http://schema.org/addressLocality>	"Gent" ;
	<http://schema.org/email>	"werner@bierolade.be" ;
	<http://schema.org/identifier>	4360 ;
	<http://schema.org/name>	"Bierolade"@nl ;
	<http://schema.org/postalCode>	"9000" ;
	<http://schema.org/streetAddress>	"" ;
	<http://schema.org/telephone>	"(+32)494248411" ;
	<http://schema.org/url>	"https://bierolade.be/" ;
	foaf:page	<https://visit.gent.be/node/4360> .
<http://stad.gent/id/place/tourism/92c6ebc7-904c-4fc9-b702-358d0098262b>
	<http://schema.org/contactPoint>	<http://stad.gent/id/contact-point/tourism/a9c9ac02-1875-4686-b487-a5454fba27f8> .