This repository provides a representation of the MOD DCAT Profile based on the OGC Building Block template.
MOD-DCAT-Profile Documentation
Examples of using this with typical applications of OGC standards
More information on design and usage
To update to the latest template version:
- add the template repository as a remote:
git remote add template [URL of the template repo]
- run git fetch to update the changes
git fetch --all
- merge branch from the new remote to your current one
git merge template/[branch to merge] --allow-unrelated-histories