@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/c1402a51-0287-4129-be94-c4e2b59725da>
	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>	"2011-11-12T16:05:17Z"^^xsd:dateTime ;
	<http://schema.org/addressCountry>	"BE" ;
	<http://schema.org/addressLocality>	"GENT" ;
	<http://schema.org/email>	"info@astoria.be" ;
	<http://schema.org/identifier>	103 ;
	<http://schema.org/name>	"Hotel Astoria"@nl ;
	<http://schema.org/postalCode>	"9000" ;
	<http://schema.org/streetAddress>	"Achilles Musschestraat 39" ;
	<http://schema.org/telephone>	"+32 92228413" ;
	<http://schema.org/url>	"http://www.astoria.be" ;
	<http://schema.org/geometry>	<http://stad.gent/id/contact-point/tourism/geometry/103/u14dkd6ds41s> ;
	foaf:page	<https://visit.gent.be/node/103> .
<http://stad.gent/id/place/tourism/9e99a0a5-58de-443d-a511-90714ef1ddb6>
	<http://schema.org/contactPoint>	<http://stad.gent/id/contact-point/tourism/c1402a51-0287-4129-be94-c4e2b59725da> .