ARDC provides access to published vocabularies through the Linked Data API. (Refer to the Linked Data API Specification.)
ARDC's implementation of the Linked Data API is based on the elda library (https://github.com/epimorphics/elda), customized further as SISSVoc (https://github.com/SISS/sissvoc and https://github.com/CSIRO-enviro-informatics/sissvoc-package).
This repository stores ARDC's further local customizations.
Directory structure:
- common: customizations applied to all of ARDC's installations
- servers: customizations as applied to particular ARDC servers. Each server requiring special treatment has its own subdirectory.
- source: source for a customization, where that source is not otherwise to be copied into the installation
Some configuration files of particular interest:
- servers/vocabs/resources/default/config/*.ttl: The LDA spec files for ARDC-curated vocabularies (RIF-CS, ANZSRC-FOR/SEO, GCMD).
More details are in ARDC-usage.md.