Commit 713409e
feat(vocab): setup yml2vocab for managing the LWS vocabulary and json-ld context (#112)
* feat(vocab): initialize lws10-vocab with yml2vocab dependency
* feat(vocab): add LWS vocabulary definition
* feat(vocab): add HTML template for vocabulary document
* feat(vocab): add generated vocabulary artifacts
Generated by yml2vocab from vocabulary.yml and template.html:
vocabulary.html, vocabulary.ttl, vocabulary.jsonld, vocabulary.context.jsonld
* ci: add GitHub Actions workflow to build LWS vocabulary
* rename vocabulary.html to index.html in build output
* fix: minor improvements
* fix: remove id prefix in vocabulary.yml
* chore: add affiliation for editors and authors
Added company and companyURL fields for editors and authors.
* Add 'updated' and 'size' properties to vocabulary
Added new properties for 'updated' and 'size' in vocabulary.
* Create README.md for LWS Vocabulary
Added README.md with information about LWS Vocabulary.
* ci: replace build-vocab with GitHub Pages deployment workflow
- Deploy entire repo to GitHub Pages instead of committing generated files
- Remove generated vocab artifacts from git tracking
- Update lws10-vocab/.gitignore to exclude generated files
* chore: fix affiliation details
---------
Co-authored-by: Erich Bremer <erich@ebremer.com>1 parent d8a4de3 commit 713409e
7 files changed
Lines changed: 1754 additions & 0 deletions
File tree
- .github/workflows
- lws10-vocab
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
0 commit comments