@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/d9275661-db27-4024-81c6-60460e9e5d5c>
	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>	"2024-02-12T09:20:23Z"^^xsd:dateTime ;
	<http://schema.org/addressCountry>	"BE" ;
	<http://schema.org/addressLocality>	"Gent" ;
	<http://schema.org/email>	"info@restopulpo.be" ;
	<http://schema.org/identifier>	11110 ;
	<http://schema.org/name>	"Pulpo"@nl ;
	<http://schema.org/postalCode>	"9051" ;
	<http://schema.org/streetAddress>	"Kortrijksesteenweg 1177" ;
	<http://schema.org/telephone>	"(+32)470270967" ;
	<http://schema.org/url>	"https://www.restopulpo.com/" ;
	<http://schema.org/geometry>	<http://stad.gent/id/contact-point/tourism/geometry/11110/u14d5r0ufenm> ;
	foaf:page	<https://visit.gent.be/node/11110> ;
	<http://import.stad.gent/field_opening_hours>	[ ] .
<http://stad.gent/id/place/tourism/6b64d896-4f2f-4620-8c04-c76535a2dd02>
	<http://schema.org/contactPoint>	<http://stad.gent/id/contact-point/tourism/d9275661-db27-4024-81c6-60460e9e5d5c> .