next
previous
items

Data table via SPARQL

EEA member countries

Download this dataset

Dataset preview

(Live Query)

code countryname publishingCode
"AT" "Austria" "AT"
"BE" "Belgium" "BE"
"BG" "Bulgaria" "BG"
"CH" "Switzerland" "CH"
"CY" "Cyprus" "CY"
"CZ" "Czechia" "CZ"
"DE" "Germany" "DE"
"DK" "Denmark" "DK"
"EE" "Estonia" "EE"
"ES" "Spain" "ES"

Received 32 rows in 0.001 seconds.


https://www.eea.europa.eu/data-and-maps/daviz/eionet/data/eea-data/eea-member-countries/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 skos: <http://www.w3.org/2004/02/skos/core#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
PREFIX eea: <http://rdfdata.eionet.europa.eu/eea/ontology/> 

SELECT ?code ?countryname ?publishingCode WHERE {
  ?ucountry a eea:Country ;
            eea:code ?code;
            eea:publishingCode ?publishingCode;
            rdfs:label ?countryname.
 <http://rdfdata.eionet.europa.eu/eea/countries/EEA> skos:member ?ucountry
} ORDER BY ?code


Permalinks

Document Actions