All official European Union website addresses are in the europa.eu domain.
See all EU institutions and bodiesDo something for our planet, print this page only if needed. Even a small action can make an enormous difference when millions of people do it!
Data table via SPARQL
Received 3204 rows in 0.053 seconds.
The following info can be used by a system developer / database administrator in order to retrieve this dataset programmatically over the web using a SPARQL client.
PREFIX sdmx-measure: <http://purl.org/linked-data/sdmx/2009/measure#>
PREFIX sdmx-dimension: <http://purl.org/linked-data/sdmx/2009/dimension#>
PREFIX skos: <http://www.w3.org/2004/02/skos/core#>
PREFIX bwd: <http://bwd.eea.europa.eu/schema.rdf#>
PREFIX owl: <http://www.w3.org/2002/07/owl#>
PREFIX rdf-schema: <http://www.w3.org/2000/01/rdf-schema#>
PREFIX measure: <http://purl.org/linked-data/sdmx/2009/measure#>
PREFIX dimension: <http://purl.org/linked-data/sdmx/2009/dimension#>
PREFIX compliance: <http://bwd.eea.europa.eu/resource/compliance/>
SELECT
?year
count(?obsvalue) as ?count
?quality
bif:concat(?country, ' - ', ?region) as ?geo
WHERE {
{
GRAPH <http://bwd.eea.europa.eu/bwd.rdf.gz>
{
?station a bwd:Station .
?station bwd:seawater true .
?station bwd:inRegion ?region_code .
?region_code rdf-schema:label ?region .
?station bwd:province ?province_code .
?province_code rdf-schema:label ?province .
?station bwd:country ?country_code .
?country_code rdf-schema:label ?country .
?obs dimension:timePeriod ?year .
?obs dimension:refArea ?station .
?obs measure:obsValue ?obsvalue .
?obsvalue rdfs:label ?quality .
FILTER(?year >= 2000 && ?obsvalue != compliance:NF && ?obsvalue != compliance:NS)
}
}
}
GROUP BY ?year ?quality ?region ?country
For references, please go to https://eea.europa.eu./data-and-maps/daviz/sds/bathing-water-data-region-data or scan the QR code.
PDF generated on 23 Nov 2024, 11:55 AM
Engineered by: EEA Web Team
Software updated on 26 September 2023 08:13 from version 23.8.18
Software version: EEA Plone KGS 23.9.14
Document Actions
Share with others