next
previous
items

Data table via SPARQL

Natura 2000 Barometer - MarineArea

Data table via SPARQL Published 06 Dec 2015 Last modified 09 Jan 2018
37 min read

Download this dataset

Dataset preview

(Live Query)

ReleaseName CountryName Type obsType obsValue
"End2015" "Italy" "SPA" "MarineArea" "4005"^^<http://www.w3.org/2001/XMLSchema#decimal>
"End2015" "Ireland" "SPA" "MarineArea" "1584"^^<http://www.w3.org/2001/XMLSchema#decimal>
"End2016" "Slovakia" "SCI" "MarineArea" "0"^^<http://www.w3.org/2001/XMLSchema#decimal>
"End2016" "Malta" "SPA" "MarineArea" "3221"^^<http://www.w3.org/2001/XMLSchema#decimal>
"End2013" "Latvia" "SCI" "MarineArea" "2659"^^<http://www.w3.org/2001/XMLSchema#decimal>
"End2016" "Croatia" "SCI" "MarineArea" "4668"^^<http://www.w3.org/2001/XMLSchema#decimal>
"End2012" "France" "SCI" "MarineArea" "27941"^^<http://www.w3.org/2001/XMLSchema#decimal>
"End2012" "Sweden" "SCI" "MarineArea" "9137"^^<http://www.w3.org/2001/XMLSchema#decimal>
"End2013" "Germany" "SCI" "MarineArea" "20940"^^<http://www.w3.org/2001/XMLSchema#decimal>
"End2015" "Czech Republic" "SPA" "MarineArea" "0"^^<http://www.w3.org/2001/XMLSchema#decimal>

Received 417 rows in 0.009 seconds.


https://www.eea.europa.eu/data-and-maps/daviz/sds/natura-2000-barometer-marinearea/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 n2000: <http://natura2000.eea.europa.eu/Natura2000/rdf/schema.rdf#>

SELECT
?ReleaseName
?CountryName
?Type
'MarineArea' as ?obsType
sum(?obsValue) as ?obsValue

WHERE {
    GRAPH <http://natura2000.eea.europa.eu/rdf/Natura2000_barometer.rdf>
    {
        ?barometer n2000:FinalReleaseName ?ReleaseName .
        ?barometer n2000:FinalReleaseDate ?FinalReleaseDate .
        ?barometer n2000:CountryCode ?CountryCode . 
        FILTER (?CountryCode != '28' and ?CountryCode != '27')
        ?barometer n2000:CountryName ?CountryName .
        ?barometer n2000:Type ?Type .
        ?barometer n2000:MarineArea ?obsValue .
    }
}
GROUP BY ?ReleaseName ?CountryName ?Type


Permalinks

Geographic coverage

Temporal coverage

Tags

Filed under:
Filed under: natura 2000 sites
Document Actions