@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/d38781e3-d5ba-4cd2-9803-4050ea0400d0>
	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>	"2018-07-27T06:41:58Z"^^xsd:dateTime ;
	<http://schema.org/addressCountry>	"BE" ;
	<http://schema.org/addressLocality>	"Gent" ;
	<http://schema.org/identifier>	3002 ;
	<http://schema.org/name>	"123-piano"@nl ;
	<http://schema.org/postalCode>	"9000" ;
	<http://schema.org/streetAddress>	"258 Meulesteedsesteenweg" ;
	<http://schema.org/telephone>	"" ;
	<http://schema.org/url>	"http://www.123-piano.be" ;
	foaf:page	<https://visit.gent.be/node/3002> ;
	<http://import.stad.gent/field_opening_hours>	[ ] .
<http://stad.gent/id/event/tourism/96e5b93d-0732-444d-b5fc-577971f3c85d>
	<http://schema.org/contactPoint>	<http://stad.gent/id/contact-point/tourism/d38781e3-d5ba-4cd2-9803-4050ea0400d0> .