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 7 rows in 0.001 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 schema: <http://reference.eionet.europa.eu/cdda/schema/>
SELECT
?major_ecosystem_type
?iucncat
?share
?sites
?site_area_total
1 as ?order
{
SELECT
'Ecosystem type not available' as ?major_ecosystem_type
bif:either(UCASE(?iucncat) in ('UA', 'NA', 'NOTREPORTED'), 'Not reported',
bif:either(UCASE(?iucncat) in ('NOTAPPLICABLE'), 'Not applicable',
bif:either(UCASE(?iucncat) in ('NOTASSIGNED'), 'Not assigned',
REPLACE(STR(?iucncat),'A','a')))) as ?iucncat #'IA' -> 'Ia'
sum(?site_area) as ?sites
?site_area_total
round((sum(?site_area)/xsd:double(?site_area_total))*10000)/100.0 as ?share
WHERE {
GRAPH <http://r.eionet.europa.eu/rdfdumps/cdda/cddasites.rdf.gz>
{
?sites schema:site_code ?site_code .
?sites schema:site_area ?site_area .
?sites schema:iucncat ?iucncat .
OPTIONAL { ?sites schema:major_ecosystem_type ?major_ecosystem_type } .
FILTER (!bound(?major_ecosystem_type)) .
{
SELECT DISTINCT
sum(xsd:double(?site_area)) as ?site_area_total
WHERE {
GRAPH <http://r.eionet.europa.eu/rdfdumps/cdda/cddasites.rdf.gz>
{
?sites schema:site_area ?site_area .
OPTIONAL { ?sites schema:major_ecosystem_type ?major_ecosystem_type } .
FILTER (!bound(?major_ecosystem_type)) .
}
}
}
}
}
}
ORDER BY ?order ?iucncat
For references, please go to https://www.eea.europa.eu/data-and-maps/daviz/sds/share-of-cdda-sites-in-2 or scan the QR code.
PDF generated on 09 Nov 2024, 02:57 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