The files in this repository define semantic mappings of metadata from community specific schemata into the B2FIND internal schema.
The mapping software that uses these files is in a separate repository at https://github.com/TheLanguageArchive/md-mapper from where the deployment script updates it automatically.
To follow these steps, you need the following: Perl, Maven, JDK 7, git (ideally version 1.7.10 or later) and tar.
- Choose an empty directory, which will become the working directory, and enter it.
git clone http://github.com/TheLanguageArchive/md-mapper.git
git clone http://github.com/B2FIND/md-mapping
cd md-mapper
./update-deploy.pl -f
On subsequent invocations of update-deploy.pl don't use the -f flag.
The above is the simplest possible set-up. Different directory structures are possible; see the update-deploy script for available parameters.
The mappings were developed by Lari Lampen (MPI-PL), Heinrich Widmann and John Mrziglod (both DKRZ) before importing into GitHub.