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 346 rows in 0.069 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 sdmx-attribute: <http://purl.org/linked-data/sdmx/2009/attribute#>
PREFIX property: <http://rdfdata.eionet.europa.eu/eurostat/property#>
PREFIX schema: <http://reference.eionet.europa.eu/cdda/schema/>
PREFIX eunis-schema: <http://eunis.eea.europa.eu/rdf/schema.rdf#>
SELECT
?country
bif:either(UCASE(?major_ecosystem_type) = 'T', 'Terrestrial ecosystem',
bif:either(?major_ecosystem_type = 'MT', 'Mixed marine and terrestrial ecosystem',
bif:either(?major_ecosystem_type = 'M', 'Marine ecosystem',
'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'
count(?site_code) as ?sites
sum(?site_area) as ?site_area
bif:either(strlen(?iucncat) > 3, 2,
bif:either(?iucncat in ('Ia','Ib') , 0,
1)) as ?order
WHERE {
GRAPH <http://r.eionet.europa.eu/rdfdumps/cdda/cddasites.rdf.gz>
{
?sites schema:site_code ?site_code .
?sites schema:parent_iso ?parent_iso .
?sites schema:site_area ?site_area .
?sites schema:iucncat ?iucncat .
OPTIONAL { ?sites schema:major_ecosystem_type ?major_ecosystem_type } .
}
?eunis_country eunis-schema:iso_3_wcmc ?parent_iso .
?eunis_country rdfs:label ?country .
}
GROUP BY ?country ?major_ecosystem_type ?order ?iucncat
ORDER BY ?country ?major_ecosystem_type ?order ?iucncat
For references, please go to https://eea.europa.eu./data-and-maps/daviz/sds/number-of-cdda-sites-in-1 or scan the QR code.
PDF generated on 23 Nov 2024, 08:14 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