Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 1.23 KB

README.md

File metadata and controls

31 lines (18 loc) · 1.23 KB

Artsdata Data Model

This is the Artsdata.ca Data Model project repository. It contains all the schemas, examples and software used to publish the Artsdata.ca Data Model Documentation. For the site itself, please see artsdata.ca instead.

Issues and proposals are managed with GitHub issues.

Most of the documentation is generated using the vocabulary from the original ontology (rdfs:label, rdfs:comment).

Examples are manually edited in the doc folder of this repository using Markdown.

To do: Add SHACL shapes for each class.

To do: Add ShEx shapes for mapping to Wikidata.

To generate documentation:

% cd _generators
% ruby generate.rb

Event Specific Instructions

The file Event-specific-instructions.json is generated from this spreadsheet using an online CSV to JSON tool called convertcsv.

Test on local machine

  1. bundle install
  2. source .github-token
  3. bundle exec jekyll serve or manually set the token JEKYLL_GITHUB_TOKEN=123 jekyll serve

more info: http://jekyll.github.io/github-metadata/authentication/