@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/ebd9ce26-e3f4-4700-8fad-0e5a46fdb74d>
	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-12-21T07:48:00Z"^^xsd:dateTime ;
	<http://schema.org/addressCountry>	"BE" ;
	<http://schema.org/addressLocality>	"Gent" ;
	<http://schema.org/email>	"sporthostel@krcg.be" ;
	<http://schema.org/identifier>	4559 ;
	<http://schema.org/name>	"Sport hostel KRCG"@nl ;
	<http://schema.org/postalCode>	"9000" ;
	<http://schema.org/streetAddress>	"Yachtdreef 2" ;
	<http://schema.org/telephone>	"" ;
	<http://schema.org/url>	"https://krcg.be/" ;
	<http://schema.org/geometry>	<http://stad.gent/id/contact-point/tourism/geometry/4559/u14dkk8s5wcy> ;
	foaf:page	<https://visit.gent.be/node/4559> .
<http://stad.gent/id/place/tourism/c5a68be5-310a-4ac2-ad11-50041e5b5626>
	<http://schema.org/contactPoint>	<http://stad.gent/id/contact-point/tourism/ebd9ce26-e3f4-4700-8fad-0e5a46fdb74d> .