@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/517bdbfd-fc1a-4cf2-a8be-218d34f616c8>
	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-15T12:21:41Z"^^xsd:dateTime ;
	<http://schema.org/addressCountry>	"BE" ;
	<http://schema.org/addressLocality>	"Gent" ;
	<http://schema.org/email>	"bezoek@northseaport.com" ;
	<http://schema.org/identifier>	186 ;
	<http://schema.org/name>	"North Sea Port"@nl ;
	<http://schema.org/postalCode>	"9042" ;
	<http://schema.org/streetAddress>	"John F. Kennedylaan 32" ;
	<http://schema.org/telephone>	"+32 92510550" ;
	<http://schema.org/url>	"https://www.northseaport.com/" ;
	<http://schema.org/geometry>	<http://stad.gent/id/contact-point/tourism/geometry/186/u14dvfj74zfs> ;
	foaf:page	<https://visit.gent.be/node/186> .
<http://stad.gent/id/place/tourism/14da5695-923d-4008-8077-f30a71f896b6>
	<http://schema.org/contactPoint>	<http://stad.gent/id/contact-point/tourism/517bdbfd-fc1a-4cf2-a8be-218d34f616c8> .