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 117 rows in 0.006 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 cddasites: <http://reference.eionet.europa.eu/cdda/schema/>
SELECT DISTINCT
?date
round(sum(xsd:double(?site_area))*10)/1.0 as ?cumsumarea
count(?cddasites_cumsum) as ?cumsumsites
WHERE {
GRAPH <http://r.eionet.europa.eu/rdfdumps/cdda/cddasites.rdf.gz>
{
{{
SELECT DISTINCT
?date
WHERE {{
_:cddasites cddasites:year ?date .
_:cddasites cddasites:iso3 ?iso3 .
}}
}}
?cddasites_cumsum cddasites:year ?date_cumsum .
?cddasites_cumsum cddasites:iso3 ?iso3 .
?cddasites_cumsum cddasites:site_area ?site_area .
FILTER (?date_cumsum <= ?date)
FILTER (
?iso3 != 'ATF' && ?iso3 != 'BLM' &&
?iso3 != 'GLP' && ?iso3 != 'GRL' &&
?iso3 != 'GUF' && ?iso3 != 'MAF' &&
?iso3 != 'MTQ' && ?iso3 != 'MYT' &&
?iso3 != 'REU' && ?iso3 != 'SPM' &&
?iso3 != 'SJM' && ?iso3 != 'PYF' )
}
}
GROUP BY ?date ?type
ORDER BY ?date
For references, please go to https://eea.europa.eu./data-and-maps/daviz/sds/growth-of-the-nationally-designated or scan the QR code.
PDF generated on 23 Nov 2024, 08:22 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