next
previous
items

Data table via SPARQL

Codelist for bio-geographical regions, Europe 2011

Data table via SPARQL Published 03 Jul 2012 Last modified 18 Jan 2023
This is an old version, kept for reference only.

Go to latest version
This page was archived on 26 Aug 2017 with reason: A new version has been published

Download this dataset

Dataset preview

(Live Query)

code old_code_art17 label is_marine
"alpine" "ALP" "Alpine Bio-geographical Region" "0"^^<http://www.w3.org/2001/XMLSchema#boolean>
"anatolian" "ANA" "Anatolian Bio-geographical Region" "0"^^<http://www.w3.org/2001/XMLSchema#boolean>
"arctic" "ARC" "Arctic Bio-geographical Region" "0"^^<http://www.w3.org/2001/XMLSchema#boolean>
"atlantic" "ATL" "Atlantic Bio-geographical Region" "0"^^<http://www.w3.org/2001/XMLSchema#boolean>
"blackSea" "BLS" "Black Sea Bio-geographical Region" "0"^^<http://www.w3.org/2001/XMLSchema#boolean>
"boreal" "BOR" "Boreal Bio-geographical Region" "0"^^<http://www.w3.org/2001/XMLSchema#boolean>
"continental" "CON" "Continental Bio-geographical Region" "0"^^<http://www.w3.org/2001/XMLSchema#boolean>
"macaronesian" "MAC" "Macaronesian Bio-geographical Region" "0"^^<http://www.w3.org/2001/XMLSchema#boolean>
"marineAtlantic" "MATL" "Marine Atlantic Region" "1"^^<http://www.w3.org/2001/XMLSchema#boolean>
"marineBaltic" "MBAL" "Marine Baltic Region" "1"^^<http://www.w3.org/2001/XMLSchema#boolean>

Received 16 rows in 2.963 seconds.


https://www.eea.europa.eu/data-and-maps/daviz/sds/codelist-for-bio-geographical-regions/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 rdfs: <http://www.w3.org/2000/01/rdf-schema#>
PREFIX eea: <http://rdfdata.eionet.europa.eu/eea/ontology/> 

SELECT ?code ?old_code_art17 ?label ?is_marine 
FROM <http://rdfdata.eionet.europa.eu/eea/biogeographic-regions2011.rdf>
WHERE {
  ?region a eea:BiogeographicalRegion ;
            eea:code ?code;
            eea:art17Code ?old_code_art17;
            eea:isMarine ?is_marine;
            rdfs:label ?label.
} ORDER BY ?code


Permalinks

Document Actions