GBIF Repository of Schemas hosted at https://rs.gbif.org
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
.)
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.
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.
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 for name parsing and finding.
XML schemas for extensions, vocabularies, EML, Dublin Core, etc.
Crawling templates for DiGIR and BioCASe.
Term definitions in RDF, including Darwin Core Term definitions translated into various languages.