next
previous
items

Data table via SPARQL

Growth of the nationally designated protected areas and site number

Data table via SPARQL Published 07 May 2017 Last modified 20 Jun 2017

Download this dataset

Dataset preview

(Live Query)

date cumsumarea cumsumsites
"1838"^^<http://www.w3.org/2001/XMLSchema#int> "1108"^^<http://www.w3.org/2001/XMLSchema#decimal> "2"^^<http://www.w3.org/2001/XMLSchema#int>
"1858"^^<http://www.w3.org/2001/XMLSchema#int> "7967"^^<http://www.w3.org/2001/XMLSchema#decimal> "3"^^<http://www.w3.org/2001/XMLSchema#int>
"1895"^^<http://www.w3.org/2001/XMLSchema#int> "8210"^^<http://www.w3.org/2001/XMLSchema#decimal> "5"^^<http://www.w3.org/2001/XMLSchema#int>
"1899"^^<http://www.w3.org/2001/XMLSchema#int> "8584"^^<http://www.w3.org/2001/XMLSchema#decimal> "6"^^<http://www.w3.org/2001/XMLSchema#int>
"1900"^^<http://www.w3.org/2001/XMLSchema#int> "16824"^^<http://www.w3.org/2001/XMLSchema#decimal> "7"^^<http://www.w3.org/2001/XMLSchema#int>
"1903"^^<http://www.w3.org/2001/XMLSchema#int> "34514"^^<http://www.w3.org/2001/XMLSchema#decimal> "8"^^<http://www.w3.org/2001/XMLSchema#int>
"1905"^^<http://www.w3.org/2001/XMLSchema#int> "37349"^^<http://www.w3.org/2001/XMLSchema#decimal> "10"^^<http://www.w3.org/2001/XMLSchema#int>
"1907"^^<http://www.w3.org/2001/XMLSchema#int> "37608"^^<http://www.w3.org/2001/XMLSchema#decimal> "11"^^<http://www.w3.org/2001/XMLSchema#int>
"1908"^^<http://www.w3.org/2001/XMLSchema#int> "37821"^^<http://www.w3.org/2001/XMLSchema#decimal> "12"^^<http://www.w3.org/2001/XMLSchema#int>
"1909"^^<http://www.w3.org/2001/XMLSchema#int> "3699973"^^<http://www.w3.org/2001/XMLSchema#decimal> "22"^^<http://www.w3.org/2001/XMLSchema#int>

Received 117 rows in 0.002 seconds.


https://www.eea.europa.eu/data-and-maps/daviz/sds/growth-of-the-nationally-designated/daviz.json

For system integrators

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.

Are you new to Linked Data technology? visit http://linkeddata.org



http://semantic.eea.europa.eu/sparql

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


Permalinks

Geographic coverage

Temporal coverage

Tags

Document Actions