next
previous
items

Data table via SPARQL

Aquaculture production per country

Data table via SPARQL Published 06 Sep 2018 Last modified 24 Jun 2020
34 min read

Download this dataset

Dataset preview

(Live Query)

year country area obsValue
"1993"^^<http://www.w3.org/2001/XMLSchema#int> "Albania" "Inland waters" "0.58"^^<http://www.w3.org/2001/XMLSchema#decimal>
"1993"^^<http://www.w3.org/2001/XMLSchema#int> "Algeria" "Inland waters" "0.51"^^<http://www.w3.org/2001/XMLSchema#decimal>
"1993"^^<http://www.w3.org/2001/XMLSchema#int> "Armenia" "Inland waters" "6.75"^^<http://www.w3.org/2001/XMLSchema#decimal>
"1993"^^<http://www.w3.org/2001/XMLSchema#int> "Austria" "Inland waters" "34.54"^^<http://www.w3.org/2001/XMLSchema#decimal>
"1993"^^<http://www.w3.org/2001/XMLSchema#int> "Azerbaijan" "Inland waters" "3.6"^^<http://www.w3.org/2001/XMLSchema#decimal>
"1993"^^<http://www.w3.org/2001/XMLSchema#int> "Belarus" "Inland waters" "21.05"^^<http://www.w3.org/2001/XMLSchema#decimal>
"1993"^^<http://www.w3.org/2001/XMLSchema#int> "Belgium" "Inland waters" "10.15"^^<http://www.w3.org/2001/XMLSchema#decimal>
"1993"^^<http://www.w3.org/2001/XMLSchema#int> "Bulgaria" "Inland waters" "86.87"^^<http://www.w3.org/2001/XMLSchema#decimal>
"1993"^^<http://www.w3.org/2001/XMLSchema#int> "Croatia" "Inland waters" "45.74"^^<http://www.w3.org/2001/XMLSchema#decimal>
"1993"^^<http://www.w3.org/2001/XMLSchema#int> "Cyprus" "Inland waters" "1.2"^^<http://www.w3.org/2001/XMLSchema#decimal>

Received 2190 rows in 0.156 seconds.


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

SELECT DISTINCT
xsd:integer(?year) as ?year
?country
?area
round(sum(xsd:double(?obsValue))/10.0)/100.0 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:inScheme countries: .
  ?member skos:notation ?iso2 .
  ?member rdfs:label ?country .
  ?geoarea_uri skos:member ?member.
  ?geoarea_uri ?o countrygroups: .
  FILTER (xsd:integer(?year) >= 1990)
  #FILTER (xsd:integer(?year) = 2016)
}
GROUP BY xsd:integer(?year) ?area ?country
ORDER BY ?year ?area ?country


Permalinks

Geographic coverage

Temporal coverage

Tags

Filed under:
Filed under: aquaculture
Document Actions