@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/fda79265-b94e-45b4-96cb-fa16d3c7dc62> 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> "2019-07-08T14:45:11Z"^^xsd:dateTime ; <http://schema.org/addressCountry> "BE" ; <http://schema.org/addressLocality> "Gent" ; <http://schema.org/email> "info@donkeyrepublic.com" ; <http://schema.org/identifier> 3541 ; <http://schema.org/name> "Donkey Republic"@nl ; <http://schema.org/postalCode> "9000" ; <http://schema.org/streetAddress> "" ; <http://schema.org/telephone> "+32 9 298 11 61" ; <http://schema.org/url> "https://www.donkey.bike/" ; foaf:page <https://visit.gent.be/node/3541> . <http://stad.gent/id/place/tourism/80d71077-3c77-48e9-bdd1-0756d94d197c> <http://schema.org/contactPoint> <http://stad.gent/id/contact-point/tourism/fda79265-b94e-45b4-96cb-fa16d3c7dc62> .