next
previous
items

Data table via SPARQL

Landings of Atlantic cod per country (Eurostat dataset)

Data table via SPARQL Published 02 Apr 2012 Last modified 11 Apr 2020

Download this dataset

Dataset preview

(Live Query)

species country time landing unit

Received 0 rows in 0.001 seconds.


https://www.eea.europa.eu/data-and-maps/daviz/sds/landings-of-atlantic-cod-per/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 qb: <http://purl.org/linked-data/cube#>
PREFIX e: <http://ontologycentral.com/2009/01/eurostat/ns#>
PREFIX sdmx-measure: <http://purl.org/linked-data/sdmx/2009/measure#>
PREFIX skos: <http://www.w3.org/2004/02/skos/core#>
PREFIX g: <http://eurostat.linked-statistics.org/ontologies/geographic.rdf#>
PREFIX dataset: <http://eurostat.linked-statistics.org/data/>
PREFIX eunis: <http://eunis.eea.europa.eu/rdf/species-schema.rdf#>

SELECT ?species ?country ?time ?landing ?unit
FROM <http://eurostat.linked-statistics.org/data/food_in_pfish3a.rdf>
FROM <http://semantic.eea.europa.eu/home/roug/eurostatdictionaries.rdf>
FROM <http://semantic.eea.europa.eu/home/roug/species-map.rdf>
FROM <http://eunis.eea.europa.eu/rdf/species.rdf.gz>
WHERE {
  ?popobs qb:dataset dataset:food_in_pfish3a ;
        e:species <http://eurostat.linked-statistics.org/dic/species#COD>,?uspecies;
        e:pres <http://eurostat.linked-statistics.org/dic/pres#P00>;
        e:geo ?ucountry;
        e:time ?utime;
        e:unit ?uunit;
        sdmx-measure:obsValue ?landing.
  ?uspecies skos:prefLabel ?species.
  ?ucountry skos:prefLabel ?country.
  ?uunit skos:prefLabel ?unit.
  ?utime skos:prefLabel ?time.
OPTIONAL { ?uspecies eunis:sameSynonym ?eunisurl.
           ?eunisurl eunis:binomialName ?binomial }
} ORDER BY ?species ?country ?time


Permalinks

Document Actions