@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/02ec5e1d-b095-4706-b14c-a592d6020b4e> 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> "2021-04-29T22:03:38Z"^^xsd:dateTime ; <http://schema.org/addressCountry> "BE" ; <http://schema.org/addressLocality> "Gent" ; <http://schema.org/email> "info@walkingent.be" ; <http://schema.org/identifier> 4876 ; <http://schema.org/name> "WalkinGent"@nl ; <http://schema.org/postalCode> "9050" ; <http://schema.org/streetAddress> "Slootwede 15" ; <http://schema.org/telephone> "+32 477377013" ; <http://schema.org/url> "https://www.walkingent.be/" ; foaf:page <https://visit.gent.be/node/4876> . <http://stad.gent/id/place/tourism/b34b116a-6e2b-4f91-a737-20073dcc7389> <http://schema.org/contactPoint> <http://stad.gent/id/contact-point/tourism/02ec5e1d-b095-4706-b14c-a592d6020b4e> .