next
previous
items

Data table via SPARQL

Mapping between EUNIS and ESTAT fish species

Data table via SPARQL Published 02 Apr 2012 Last modified 18 Jan 2023

Download this dataset

Dataset preview

(Live Query)

Received 0 rows in 0.026 seconds.


https://www.eea.europa.eu/data-and-maps/daviz/sds/mapping-between-eunis-and-estat/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 e: <http://eunis.eea.europa.eu/rdf/species-schema.rdf#>
PREFIX dwc: <http://rs.tdwg.org/dwc/terms/>
PREFIX estat: <http://eurostat.linked-statistics.org/ontology/>

CONSTRUCT { ?estaturl e:sameSynonym ?eunisurl .
  ?eunisurl e:sameSynonym ?estaturl }
 WHERE {
  ?eunisurl e:validName 1;
        e:binomialName ?eunisname.
  ?estaturl a estat:Species;
        estat:name ?eunisname
}


Permalinks

Document Actions