next
previous
items

Data table via SPARQL

Annual aquaculture production of main species

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

Download this dataset

Dataset preview

(Live Query)

year geoarea area species obsValue
"1993"^^<http://www.w3.org/2001/XMLSchema#int> "EEA39" "Marine areas" "Atlantic bluefin tuna" "0.02"^^<http://www.w3.org/2001/XMLSchema#decimal>
"1993"^^<http://www.w3.org/2001/XMLSchema#int> "EEA39" "Inland waters" "Atlantic salmon" "0.38"^^<http://www.w3.org/2001/XMLSchema#decimal>
"1993"^^<http://www.w3.org/2001/XMLSchema#int> "EEA39" "Marine areas" "Atlantic salmon" "220.66"^^<http://www.w3.org/2001/XMLSchema#decimal>
"1993"^^<http://www.w3.org/2001/XMLSchema#int> "EEA39" "Marine areas" "Brown seaweeds" "0.07"^^<http://www.w3.org/2001/XMLSchema#decimal>
"1993"^^<http://www.w3.org/2001/XMLSchema#int> "EEA39" "Inland waters" "Carps, barbels and other cyprinids" "100.95"^^<http://www.w3.org/2001/XMLSchema#decimal>
"1993"^^<http://www.w3.org/2001/XMLSchema#int> "EEA39" "Inland waters" "European eel" "6.08"^^<http://www.w3.org/2001/XMLSchema#decimal>
"1993"^^<http://www.w3.org/2001/XMLSchema#int> "EEA39" "Marine areas" "European eel" "1.19"^^<http://www.w3.org/2001/XMLSchema#decimal>
"1993"^^<http://www.w3.org/2001/XMLSchema#int> "EEA39" "Marine areas" "European seabass" "15.37"^^<http://www.w3.org/2001/XMLSchema#decimal>
"1993"^^<http://www.w3.org/2001/XMLSchema#int> "EEA39" "Marine areas" "Gilthead seabream" "11.62"^^<http://www.w3.org/2001/XMLSchema#decimal>
"1993"^^<http://www.w3.org/2001/XMLSchema#int> "EEA39" "Inland waters" "Miscellaneous fishes" "331.61"^^<http://www.w3.org/2001/XMLSchema#decimal>

Received 840 rows in 0.021 seconds.


https://www.eea.europa.eu/data-and-maps/daviz/sds/annual-aquaculture-production-of-main-species-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 
?geoarea
?area
bif:either(?speciesGroup = 'PISCES', 'Miscellaneous fishes', ?speciesGroup) as ?species 
round(sum(xsd:double(?obsValue))/10.0)/100.0 as ?obsValue

WHERE {
  _:rec tableFile:iso2 ?iso2 .
  {
    _:rec tableFile:speciesGroup ?speciesGroup .
  } UNION {
    _:rec tableFile:species ?speciesGroup .
  } UNION {
    _:rec tableFile:group ?speciesGroup .
  }
  FILTER (?speciesGroup in ('Atlantic salmon', 'European seabass', 'Gilthead seabream', 
                            'Atlantic bluefin tuna', 'Sea trout', 'Rainbow trout', 
                            'European eel', 'Brown seaweeds', 'Mussels', 'Oysters',
                            'Carps, barbels and other cyprinids', 'PISCES'))
  _:rec tableFile:area ?area .
  _:rec tableFile:environment ?environment .
  _:rec tableFile:unit ?unit .
  _:rec tableFile:year ?year .

  ?member skos:inScheme countries: .
  ?member skos:notation ?iso2 .
  ?geoarea_uri skos:member ?member.
  ?geoarea_uri ?o countrygroups: .
  ?geoarea_uri skos:notation ?geoarea .
  _:rec tableFile:obsValue ?obsValue .
 
  FILTER (?geoarea_uri in (countrygroups:EU28, countrygroups:EEA39 ))

  FILTER (xsd:integer(?year) > 1992)
}
ORDER BY ?geoarea xsd:integer(?year) ?group ?species ?area


Permalinks

Geographic coverage

Temporal coverage

Tags

Filed under:
Filed under: aquaculture
Document Actions