next
previous
items

Data table via SPARQL

Marine aquaculture production relative to coastline length

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

Download this dataset

Dataset preview

(Live Query)

year country group wri_coastline obsValue FishStatUnpivot
"1993"^^<http://www.w3.org/2001/XMLSchema#int> "Croatia" "PISCES" "5663"^^<http://www.w3.org/2001/XMLSchema#int> "0.04"^^<http://www.w3.org/2001/XMLSchema#decimal> "0.2"^^<http://www.w3.org/2001/XMLSchema#decimal>
"1993"^^<http://www.w3.org/2001/XMLSchema#int> "Croatia" "MOLLUSCA" "5663"^^<http://www.w3.org/2001/XMLSchema#int> "0.04"^^<http://www.w3.org/2001/XMLSchema#decimal> "0.24"^^<http://www.w3.org/2001/XMLSchema#decimal>
"1993"^^<http://www.w3.org/2001/XMLSchema#int> "Cyprus" "PISCES" "671"^^<http://www.w3.org/2001/XMLSchema#int> "0.25"^^<http://www.w3.org/2001/XMLSchema#decimal> "0.17"^^<http://www.w3.org/2001/XMLSchema#decimal>
"1993"^^<http://www.w3.org/2001/XMLSchema#int> "Denmark" "PISCES" "5316"^^<http://www.w3.org/2001/XMLSchema#int> "1.48"^^<http://www.w3.org/2001/XMLSchema#decimal> "7.85"^^<http://www.w3.org/2001/XMLSchema#decimal>
"1993"^^<http://www.w3.org/2001/XMLSchema#int> "France" "PISCES" "7330"^^<http://www.w3.org/2001/XMLSchema#int> "0.38"^^<http://www.w3.org/2001/XMLSchema#decimal> "2.77"^^<http://www.w3.org/2001/XMLSchema#decimal>
"1993"^^<http://www.w3.org/2001/XMLSchema#int> "France" "MOLLUSCA" "7330"^^<http://www.w3.org/2001/XMLSchema#int> "29.69"^^<http://www.w3.org/2001/XMLSchema#decimal> "217.66"^^<http://www.w3.org/2001/XMLSchema#decimal>
"1993"^^<http://www.w3.org/2001/XMLSchema#int> "Germany" "PISCES" "3624"^^<http://www.w3.org/2001/XMLSchema#int> "0"^^<http://www.w3.org/2001/XMLSchema#decimal> "0"^^<http://www.w3.org/2001/XMLSchema#decimal>
"1993"^^<http://www.w3.org/2001/XMLSchema#int> "Germany" "MOLLUSCA" "3624"^^<http://www.w3.org/2001/XMLSchema#int> "6.83"^^<http://www.w3.org/2001/XMLSchema#decimal> "24.75"^^<http://www.w3.org/2001/XMLSchema#decimal>
"1993"^^<http://www.w3.org/2001/XMLSchema#int> "Greece" "MOLLUSCA" "15147"^^<http://www.w3.org/2001/XMLSchema#int> "1.1"^^<http://www.w3.org/2001/XMLSchema#decimal> "16.7"^^<http://www.w3.org/2001/XMLSchema#decimal>
"1993"^^<http://www.w3.org/2001/XMLSchema#int> "Greece" "PISCES" "15147"^^<http://www.w3.org/2001/XMLSchema#int> "0.76"^^<http://www.w3.org/2001/XMLSchema#decimal> "11.57"^^<http://www.w3.org/2001/XMLSchema#decimal>

Received 824 rows in 0.023 seconds.


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

select
xsd:integer(?year) as ?year
?country
?group
?wri_coastline
round((sum(coalesce(xsd:double(?FishStatUnpivot),0))/?wri_coastline)*100)/100.0 as ?obsValue
round(sum(coalesce(xsd:double(?FishStatUnpivot),0))/10.0)/100.0 as ?FishStatUnpivot


{{
  SELECT DISTINCT
    ?year
    ?country
    ?iso2
    ?group
    ?FishStatUnpivot
    ?wri_coastline
  WHERE {
    _:FishStatUnpivot FishStatUnpivot:country ?country .
    _:FishStatUnpivot FishStatUnpivot:iso2 ?iso2 .
    _:FishStatUnpivot FishStatUnpivot:group ?group .
    _:FishStatUnpivot FishStatUnpivot:environment ?environment .
    _:FishStatUnpivot FishStatUnpivot:year ?year .
    _:FishStatUnpivot FishStatUnpivot:obsValue ?FishStatUnpivot .
    FILTER (?group IN ('PISCES', 'MOLLUSCA'))

    FILTER (?environment = 'Marine')
    #FILTER (xsd:integer(?year) = 2016)
    FILTER (xsd:integer(?year) >= 1990)

    ?member skos:inScheme countries: .
    ?member skos:notation ?iso2 .
    ?geoarea_uri skos:member ?member.
    ?geoarea_uri ?o countrygroups: .
    FILTER (?geoarea_uri in (countrygroups:EEA33))

    _:wri_coastline wri_coastline:geo ?iso2 .
    _:wri_coastline wri_coastline:obsValue ?wri_coastline .
  }
}}
ORDER BY xsd:integer(?year) ?country ?environment


Permalinks

Geographic coverage

Temporal coverage

Tags

Filed under:
Filed under: aquaculture
Document Actions