Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 1.46 KB

README.md

File metadata and controls

40 lines (26 loc) · 1.46 KB

Levels of Measurement

This vocabulary defines level of measurement that are classifications that describes the nature of information within the values assigned to variables

This vocabulary is online at https://linked.data.gov.au/def/levels-of-measurement.

License

The contents of this repository are licensed under Creative Commons 4.0 International. See the LICENSE deed in this repository for details.

Contacts

Contributor:
Nicholas J. Car
Adjunct Senior Lecturer
Australian National University
nicholas.car@anu.edu.au

Technical details

This vocabulary is delivered online as a website comprising RDF & HTML built from source files in this repository by the Jekyll static site generator files and served by GitHub Pages at https://agldwg.github.io/data-roles/. The AGLDWG's PID System provides a web address redirect service to make the quoted persistent URLs in the vocabulary resolve to this website.

The only vocabulary sources files that need editing directly are rdf/_vocabulary.ttl and md/index.md. All other files are auto-build by the Python scripts (see bwlow).

Jekyll Commands

Launch new site

jekyll new . --force

Serve locally

bundle exec jekyll serve

to fix dependencies: bundle update && bundle install

Python scripts

Scripts are used to generate the HTML/markdown files from RDF. See _scripts.