Skip to content
Merged
Show file tree
Hide file tree
Changes from 5 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/process_vocab.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,17 +34,17 @@ jobs:
steps:
- uses: actions/checkout@master
- name: Vocabulary action
uses: isamplesorg/vocabularies@develop
uses: isamplesorg/vocabularies@main
# input variables 'action', 'path', 'inputttl' and 'inputvocaburi' are defined in action.yml, and assigned values here
# GitHub creates an environment variable for the input with the name INPUT_<VARIABLE_NAME>
with:
action: docs
path: ${{ github.workspace }}
# provide ttl file names without extensions; the base file name will be
# used for output files with the appropriate extension.
inputttl: material_sample_object_type|material_sample_type(superseded)|material_type|sampled_feature_type
inputttl: material_sample_object_type|material_type|sampled_feature_type
# these are the URIs for the ConceptScheme; there must be a conceptScheme defined in each vocabulary.
inputvocaburi: msot:conceptscheme|spec:specimentypevocabulary|mat:materialsvocabulary|sf:sampledfeaturevocabulary
inputvocaburi: msot:conceptscheme|mat:materialsvocabulary|sf:sampledfeaturevocabulary

- name: Deploy docs
uses: JamesIves/github-pages-deploy-action@v4
Expand Down
4 changes: 4 additions & 0 deletions docs/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,16 @@ HTML representations of vocabularies for categorizing material sample type chara

## Concept scheme: iSamples Material Sample Object Type Vocabulary

[HTML web page version](https://isamplesorg.github.io/vocabularies/material_sample_object_type.html)

[ARDC Research Vocabularies Australia (RVA) vocabulary service landing page](https://vocabs.ardc.edu.au/viewById/683)

[RDF source file](https://raw.githubusercontent.com/isamplesorg/vocabularies/main/vocabulary/material_sample_object_type.ttl). This is the authoritative representation.

## Concept scheme: iSamples Sampled Feature Type Vocabulary

[HTML web page version](https://isamplesorg.github.io/vocabularies/sampled_feature_type.html)

[ARDC Research Vocabularies Australia (RVA) vocabulary service landing page](https://vocabs.ardc.edu.au/viewById/665)

[RDF source file](https://raw.githubusercontent.com/isamplesorg/vocabularies/main/vocabulary/sampled_feature_type.ttl). This is the authoritative representation.