next
previous
items

Data table via SPARQL

Species listed in Convention on the conservation of European wildlife and natural habitats - Annex III

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

Download this dataset

Dataset preview

(Live Query)

family name authority priority speciesurl
"Agamidae" "Laudakia caucasia" "(Eichwald, 1831)" "0"^^<http://www.w3.org/2001/XMLSchema#int> <http://eunis.eea.europa.eu/species/10969>
"Agamidae" "Laudakia caucasia" "(Eichwald, 1831)" "0"^^<http://www.w3.org/2001/XMLSchema#int> <http://eunis.eea.europa.eu/species/10969>
"Agamidae" "Trapelus sanguinolentus" "(Pallas, 1827)" "0"^^<http://www.w3.org/2001/XMLSchema#int> <http://eunis.eea.europa.eu/species/10693>
"Agamidae" "Trapelus sanguinolentus" "(Pallas, 1827)" "0"^^<http://www.w3.org/2001/XMLSchema#int> <http://eunis.eea.europa.eu/species/10693>
"Anatidae" "Aix galericulata" "(Linnaeus, 1758)" "0"^^<http://www.w3.org/2001/XMLSchema#int> <http://eunis.eea.europa.eu/species/12014>
"Anatidae" "Aix galericulata" "(Linnaeus, 1758)" "0"^^<http://www.w3.org/2001/XMLSchema#int> <http://eunis.eea.europa.eu/species/12014>
"Anatidae" "Aix sponsa" "(Linnaeus, 1758)" "0"^^<http://www.w3.org/2001/XMLSchema#int> <http://eunis.eea.europa.eu/species/15519>
"Anatidae" "Aix sponsa" "(Linnaeus, 1758)" "0"^^<http://www.w3.org/2001/XMLSchema#int> <http://eunis.eea.europa.eu/species/15519>
"Anatidae" "Alopochen aegyptiacus" "(Linnaeus, 1766)" "0"^^<http://www.w3.org/2001/XMLSchema#int> <http://eunis.eea.europa.eu/species/12013>
"Anatidae" "Alopochen aegyptiacus" "(Linnaeus, 1766)" "0"^^<http://www.w3.org/2001/XMLSchema#int> <http://eunis.eea.europa.eu/species/12013>

Received 284 rows in 0.044 seconds.


https://www.eea.europa.eu/data-and-maps/daviz/sds/species-listed-in-convention-on-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 dcterms: <http://purl.org/dc/terms/>
PREFIX dwc: <http://rs.tdwg.org/dwc/terms/>
PREFIX eunis: <http://eunis.eea.europa.eu/rdf/schema.rdf#>
PREFIX eunis_s: <http://eunis.eea.europa.eu/rdf/species-schema.rdf#>
PREFIX eunis_t: <http://eunis.eea.europa.eu/rdf/taxonomies-schema.rdf#>

SELECT ?family ?name ?authority ?priority  ?speciesurl  WHERE {
  ?s dcterms:source  <http://eunis.eea.europa.eu/references/1567>, ?doc;
     eunis:priority ?priority.
  ?doc dcterms:title ?title.
  ?speciesurl eunis_s:hasLegalReference ?s;
              eunis_s:binomialName ?name;
              dwc:scientificNameAuthorship ?authority;
              eunis_s:taxonomy ?utaxon.
  ?utaxon eunis_t:name ?family
} ORDER BY ?family ?name


Permalinks

Document Actions