next
previous
items

Data table via SPARQL

Aquaculture production per country

Data table via SPARQL Published 06 Oct 2016 Last modified 30 Jan 2018
34 min read
This is an old version, kept for reference only.

Go to latest version

Download this dataset

Dataset preview

(Live Query)

year country area obsValue
"2015"^^<http://www.w3.org/2001/XMLSchema#int> "Albania" "Inland waters" "2.835"^^<http://www.w3.org/2001/XMLSchema#decimal>
"2015"^^<http://www.w3.org/2001/XMLSchema#int> "Algeria" "Inland waters" "1.919"^^<http://www.w3.org/2001/XMLSchema#decimal>
"2015"^^<http://www.w3.org/2001/XMLSchema#int> "Armenia" "Inland waters" "45.39"^^<http://www.w3.org/2001/XMLSchema#decimal>
"2015"^^<http://www.w3.org/2001/XMLSchema#int> "Austria" "Inland waters" "38.537"^^<http://www.w3.org/2001/XMLSchema#decimal>
"2015"^^<http://www.w3.org/2001/XMLSchema#int> "Azerbaijan" "Inland waters" "1.683"^^<http://www.w3.org/2001/XMLSchema#decimal>
"2015"^^<http://www.w3.org/2001/XMLSchema#int> "Belarus" "Inland waters" "27.393"^^<http://www.w3.org/2001/XMLSchema#decimal>
"2015"^^<http://www.w3.org/2001/XMLSchema#int> "Belgium" "Inland waters" "0.984"^^<http://www.w3.org/2001/XMLSchema#decimal>
"2015"^^<http://www.w3.org/2001/XMLSchema#int> "Bosnia and Herzegovina" "Inland waters" "25.66"^^<http://www.w3.org/2001/XMLSchema#decimal>
"2015"^^<http://www.w3.org/2001/XMLSchema#int> "Bulgaria" "Inland waters" "111.803"^^<http://www.w3.org/2001/XMLSchema#decimal>
"2015"^^<http://www.w3.org/2001/XMLSchema#int> "Croatia" "Inland waters" "53.151"^^<http://www.w3.org/2001/XMLSchema#decimal>

Received 92 rows in 0.003 seconds.


https://www.eea.europa.eu/data-and-maps/daviz/sds/aquaculture-production-per-country/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 tableFile: <http://semantic.eea.europa.eu/project/CSI033/FishStatUnpivot.csv#>
PREFIX countrygroups: <http://dd.eionet.europa.eu/vocabulary/common/countrygroups/>
PREFIX countries: <http://dd.eionet.europa.eu/vocabulary/common/countries/>

SELECT DISTINCT
?year
?country
?area
sum(?obsValue)/1000 as ?obsValue

WHERE {
  _:rec tableFile:iso2 ?iso2 .
  _:rec tableFile:speciesGroup ?speciesGroup .
  _:rec tableFile:species ?species .
  _:rec tableFile:group ?group .
  _:rec tableFile:area ?area .
  _:rec tableFile:environment ?environment .
  _:rec tableFile:unit ?unit .
  _:rec tableFile:year ?year .
  _:rec tableFile:obsValue ?obsValue .
  ?member skos:notation ?iso2 .
  ?member rdfs:label ?country .
  ?geoarea_uri skos:member ?member.
  ?geoarea_uri ?o countrygroups: .
  #FILTER (?year >= 1990)
  FILTER (?year = 2015)
}
GROUP BY ?year ?area ?country
ORDER BY ?year ?area ?country


Permalinks

Geographic coverage

Temporal coverage

Tags

Filed under:
Filed under: aquaculture
Document Actions