next
previous
items

Data table via SPARQL

test - protected sites

Data table via SPARQL Published 05 Sep 2013 Last modified 20 Apr 2016
test if all countries show up

Download this dataset

Dataset preview

(Static Query)

country label aa ra
"BE" "BDREF_DGARNE__CONSNAT" "16902"^^<http://www.w3.org/2001/XMLSchema#decimal> "16902"^^<http://www.w3.org/2001/XMLSchema#decimal>
"BE" "Vogelrichtlijngebieden (en habitats in vogelrichtlijngebieden)" "13597.3"^^<http://www.w3.org/2001/XMLSchema#decimal> "13597.3"^^<http://www.w3.org/2001/XMLSchema#decimal>
"BE" "Habitatrichtlijngebieden en habitats" "13597.3"^^<http://www.w3.org/2001/XMLSchema#decimal> "13597.3"^^<http://www.w3.org/2001/XMLSchema#decimal>
"BE" "Ramsar-gebieden" "13597.3"^^<http://www.w3.org/2001/XMLSchema#decimal> "13597.3"^^<http://www.w3.org/2001/XMLSchema#decimal>
"BE" "VEN/IVON" "13597.3"^^<http://www.w3.org/2001/XMLSchema#decimal> "13597.3"^^<http://www.w3.org/2001/XMLSchema#decimal>
"BE" "Natuurreservaten" "13597.3"^^<http://www.w3.org/2001/XMLSchema#decimal> "13597.3"^^<http://www.w3.org/2001/XMLSchema#decimal>
"BE" "Bosreservaten" "13597.3"^^<http://www.w3.org/2001/XMLSchema#decimal> "13597.3"^^<http://www.w3.org/2001/XMLSchema#decimal>
"BE" "Gebieden duinendecreet" "13597.3"^^<http://www.w3.org/2001/XMLSchema#decimal> "13597.3"^^<http://www.w3.org/2001/XMLSchema#decimal>
"BE" "Beschermde stads- en dorpsgezichten" "13597.3"^^<http://www.w3.org/2001/XMLSchema#decimal> "13597.3"^^<http://www.w3.org/2001/XMLSchema#decimal>
"BE" "Beschermde landschappen" "13597.3"^^<http://www.w3.org/2001/XMLSchema#decimal> "13597.3"^^<http://www.w3.org/2001/XMLSchema#decimal>

Received 1141 rows in 0.107 seconds.


https://www.eea.europa.eu/data-and-maps/daviz/eionet/featured/test-protected-sites/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://cr.eionet.europa.eu/sparql

PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
PREFIX cr: <http://cr.eionet.europa.eu/ontologies/contreg.rdf#>
PREFIX m: <http://rdfdata.eionet.europa.eu/inspire-m/ontology/>

SELECT ?country ?label ?aa ?ra
WHERE {
  ?dataset a m:SpatialDataSet ;
           m:name ?name;
           rdfs:label ?label;
           m:actualArea ?aa;
           m:relevantArea ?ra;
           dc:subject "protectedSites".
  ?file m:hasSpatialDataSet ?dataset;
        m:memberState ?country
}


Permalinks

Document Actions