Participate
Share your datasets and applications with the open data community
Consult here the list of all associations as known on the city.gent website. You can also query the entire dataset as Linked Open Data. For these surveys you use the RDF search language SPARQL. Read more about Linked Open Data View the structure of the RDF dataset Use the example SPARQL query to retrieve this dataset yourself: PREFIX dcterms: <http://purl.org/dc/terms/>PREFIX dcterm: <http://purl.org/dc/terms/>PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>PREFIX foaf: <http://xmlns.com/foaf/0.1/>PREFIX dct: <http://purl.org/dc/terms/>PREFIX schema: <http://schema.org/>SELECT ?id ?name ?websiteWHERE { ?id a foaf:Agent; foaf:name ?name; dcterms:type ?type; foaf:homepage ?website. FILTER(STR(?type)='Association') }ORDER BY ?name
Share your datasets and applications with the open data community