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 ?Name
(if(?is_marine,'Marine Region','Bio-geographical Region') AS ?Region) ?pre_2012
FROM <http://rdfdata.eionet.europa.eu/eea/biogeographic-regions2011.rdf>
WHERE {
?region a eea:BiogeographicalRegion ;
eea:code ?Code;
eea:art17Code ?pre_2012;
eea:isMarine ?is_marine;
rdfs:label ?Name.
} ORDER BY ?Region ?Code
Document Actions
Share with others