@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/5209e13b-74ae-4a24-8ae1-cc7a0a1b53e3>
	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>	"2023-04-17T14:12:03Z"^^xsd:dateTime ;
	<http://schema.org/addressCountry>	"BE" ;
	<http://schema.org/addressLocality>	"Gent" ;
	<http://schema.org/email>	"info@sanpietro.be" ;
	<http://schema.org/identifier>	8538 ;
	<http://schema.org/name>	"San Pietro"@nl ;
	<http://schema.org/postalCode>	"9000" ;
	<http://schema.org/streetAddress>	"Koningin Elisabethlaan 21" ;
	<http://schema.org/telephone>	"+3292797361" ;
	<http://schema.org/url>	"https://sanpietro.be/" ;
	<http://schema.org/geometry>	<http://stad.gent/id/contact-point/tourism/geometry/8538/u14dke09xtey4840uv2vd> ;
	foaf:page	<https://visit.gent.be/node/8538> ;
	<http://import.stad.gent/field_opening_hours>	[ ] .
<http://stad.gent/id/place/tourism/fc951c39-d041-4a81-a4f2-e2b50502dca7>
	<http://schema.org/contactPoint>	<http://stad.gent/id/contact-point/tourism/5209e13b-74ae-4a24-8ae1-cc7a0a1b53e3> .