Skip to content

TAXREF-LD: the French Linked Data Taxonomic Register

Notifications You must be signed in to change notification settings

yvanlebras/taxref-ld

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TAXREF-LD: the French Linked Data Taxonomic Registery

TAXREF-LD is the Linked Data representation of TAXREF, the French national taxonomical register for fauna, flora and fungus, that covers mainland France and overseas territories. It accounts for 590000+ scientific names.

TAXREF-LD is a joint initiative of the UMR Patrinat of the National Museum of Natural History and the I3S laboratory, Université Côte d'Azur, Inria, CNRS.

Modelling

The main modelling choices in TAXREF-LD are as follows:

  • each taxon is represented as an OWL class, in the sense of the set of biological individuals that belong to that taxonomic group. A taxon is related to a reference scientific name (a.k.a. valid or accepted name), and any number of synonym scientific names.
  • each scientific name is modelled as a SKOS concept (an instance of the skos:Concept class) as well as an instance of the TDWG ontology's TaxonName class.

Additional information is provided for each taxon such as its taxonomic rank, parent taxon, vernacular names, habitat and biogeographical statuses. This RDF modeling is detailed are provided in [1], that applies to TAXREF-LD v10.0.

As of version 12.0, additional information is provided: species interactions, legal statuses (conventions, directives, regulations, protections), conservation statuses (international/european/national/regional red lists), location and bibliographical sources for vernacular names, cross-references to other datasources by means of external IDs and webpages, media (photos of taxa).

The modelling is exemplified in directory dataset/examples.

Interlinking with other taxonomic registries and biodiversity sources

TAXREF-LD is linked with multiple third-party biodiversity data sources by means of external IDs and webpages, including in particular AlgaeBase, Fauna Europaea, FishBase, GBIF, IPNI, Index Fungorum, The Plant List, TROPICOS, WoRMS.

TAXREF-LD is also interlinked with third-party Linked Data taxonomic registries: NCBI Organismal Classification, Vertebrate Taxon Ontology (VTO), AGROVOC, GeoSpecies, TaxonConcept, and World Register of Marine Species (WORMS).

Versioning

A new version of TAXREF is released every year. TAXREF-LD bears the same version number.

TAXREF-LD was first released as a translation of TAXREF 10.0. It may not be updated every year (for instance there is no TAXREF-LD version 11.0).

Downloading and SPARQL Querying

The dataset is downloadable as a set of RDF dumps (in Turtle syntax) provided in directory dataset.

Additional files (dataset/Taxrefld_static*.ttl) provide DCAT and VOID dataset descriptions, and define various terms (classes, concepts, properties) used to represent taxonomic data. Whenever possible, these terms are aligned with counterparts in thrid-party ontologies.

Alternatively, TAXREF-LD can be queried through our Virtuoso OS SPARQL endpoint http://taxref.mnhn.fr/sparql, that contains the following named graphs:

  • http://taxref.mnhn.fr/lod/graph/metadata: DCAT and VOID dataset descriptions + definition of various classes, concepts, properties (content of files dataset/Taxrefld_static*.ttl).
  • http://taxref.mnhn.fr/lod/graph/biblio: bibliographic resources
  • http://taxref.mnhn.fr/lod/graph/locations: regions, departements, territories etc.
  • http://taxref.mnhn.fr/lod/graph/media: media (photos) linked to taxa
  • http://taxref.mnhn.fr/lod/graph/statusCodes: description of the status values of types international convention, european directive, protection and regulation. These are represented as instances of the class bibo:DocumentPart (e.g. http://taxref.mnhn.fr/lod/status/BONN/IBOAC) and related to the bibliographic source describing the document with property dct:isPartOf (content of files Taxrefld_statusCodes.ttl and Taxrefld_statusBiblio.ttl)
  • http://taxref.mnhn.fr/lod/graph/interactions/{TAXREF version}: species interactions
  • http://taxref.mnhn.fr/lod/graph/classes/{TAXREF version}: description of taxa as OWL classes
  • http://taxref.mnhn.fr/lod/graph/concepts/{TAXREF version}: description of scientific names as SKOS concepts
  • http://taxref.mnhn.fr/lod/graph/statuses/{TAXREF version}: all taxa statuses (legal, biogeographical, red list)
  • http://taxref.mnhn.fr/lod/graph/vernacular/{TAXREF version}: taxa vernacular names (direct and as SKOSXL labels)
  • http://taxref.mnhn.fr/lod/graph/dbxref/{TAXREF version}: cross-references to third-party data sources such as GBIF, WoRMS, the Plant List etc.
  • http://taxref.mnhn.fr/lod/graph/webpages/{TAXREF version}: foaf:page links to webpages
  • http://taxref.mnhn.fr/lod/graph/links-*/{TAXREF version}: interllinking graphs where links-* stands for several values like links-agrovoc, links-ncbi etc.

You may also use the Faceted Browser to look up text or URIs. As an example, you can look up taxon http://taxref.mnhn.fr/lod/taxon/60878/13.0.

License

This dataset is made available under the terms of the Creative Commons Attribution 3.0 France (CC BY 3.0 FR) license.

Reference(s)

[1] Michel F., Gargominy O., Tercerie S. & Faron-Zucker C. (2017). A Model to Represent Nomenclatural and Taxonomic Information as Linked Data. Application to the French Taxonomic Register, TAXREF. In Proceedings of the 2nd International Workshop on Semantics for Biodiversity (S4BioDiv) co-located with ISWC 2017. CEUR vol. 1933. Vienna, Austria.

About

TAXREF-LD: the French Linked Data Taxonomic Register

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 81.3%
  • JavaScript 14.7%
  • Awk 4.0%