Participate
Share your datasets and applications with the open data community
In this dataset you can consult the locations of the public plumbing in Ghent. In the future, this data will also be supplemented by the opening hours of the various facilities. For these surveys you use the RDF search language SPARQL. Read more about Linked Open Data Use the example SPARQL query on the public plumbing dataset: PREFIX dbr: <http://dbpedia.org/resource/> PREFIX dbo: <http://dbpedia.org/ontology/> PREFIX dcterms: <http://purl.org/dc/terms/> PREFIX foaf: <http://xmlns.com/foaf/0.1/> PREFIX schedule: <http://schema.org/> PREFIX gent: <http://stad.gent/data/ns/> SELECT * FROM <http://stad.gent/public-restrooms/> WHERE { ?agent a foaf:Agent, schema:PublicToilet; dcterms:identifier ?id; schema:description ?description; schema:address/schema:streetAddress ?adres; dbr:Neighbourhood ?wijk; schema:image ?image; gent:Toilets ?toilets; gent:Urinals ?urinoirs; gent:DiaperChangingTables ?diaper tables; gent:WaterAccessPoints ?water; gent:PotableWaterAccessPoints ?potable water; dbo:buildingType ?building; gent:locationType ?type; schema:geo/schema:latitude ?latitude; schema:geo/schema:longitude ?longitude; gent:AccessStatus?status. } ORDER BY ?neighborhood ?address
Share your datasets and applications with the open data community