Skip to content

gbif/rs.gbif.org

Repository files navigation

Build Status

GBIF Repository of Schemas hosted at https://rs.gbif.org

Build

The repository can be built locally.

git submodule update --init
./sync-extensions.py

(NB if an additional release of eml-profile is required, it should be added with a command like git submodule add --name eml-profile-X.Y https://github.com/gbif/eml-profile.git schema/eml-gbif-profile/X.Y.)

Deploying

Deployment to rs.gbif.org uses rsync:

  rsync -nrlv --checksum --delete --exclude '.git*' ./ user@static.gbif.org:/var/www/html/rs/

This happens automatically for commits to the master branch, and by a daily cron trigger, on the Jenkins build server.

Darwin Core Archive extensions and vocabularies

The folder core contains IPT XML definitions for Darwin Core Archive core data files. Production extensions and associated vocabularies are hosted here, as well as sandbox definitions of those used by IPT test installations.

Instructions for how to create new versions of extensions and vocabularies can be found here.

Named Area Standards

The folder areas lists geographic area standards and recommends a namespace prefix for each of them to be used as part of the dwc:locationID in particular inside the GNA Species Distribution Extension

Dictionaries

Dictionaries for name parsing and finding.

Schemas

XML schemas for extensions, vocabularies, EML, Dublin Core, etc.

Templates

Crawling templates for DiGIR and BioCASe.

Terms

Term definitions in RDF, including Darwin Core Term definitions translated into various languages.