Skip to content

Commit c5aefbd

Browse files
authored
Merge pull request #5 from materialdigital/main
sync template
2 parents af6f33a + 2ca50bf commit c5aefbd

4 files changed

Lines changed: 7 additions & 4 deletions

File tree

.github/workflows/docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ jobs:
3636
- name: Check for ontology file
3737
id: check
3838
run: |
39-
ONTOLOGY_FILE=$(find src/ontology/ -name "*-full.owl" -type f | head -1)
39+
ONTOLOGY_FILE=$(find src/ontology/ -name "*-base.owl" -type f | head -1)
4040
if [ -z "$ONTOLOGY_FILE" ]; then
41-
echo "No *-full.owl file found in src/ontology/ directory."
41+
echo "No *-base.owl file found in src/ontology/ directory."
4242
echo "exists=false" >> $GITHUB_OUTPUT
4343
else
4444
echo "Found ontology file: $ONTOLOGY_FILE"

.github/workflows/seed.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,9 @@ jobs:
7575
# Replace uribase_suffix value
7676
sed -i "s/^uribase_suffix:.*/uribase_suffix: ${{ github.event.inputs.uribase_suffix }}/" "$CONFIG_FILE"
7777
78+
# Replace uribase value
79+
sed -i "s/^uribase_suffix:.*/uribase_suffix: https://w3id.org/pmd/ao/${{ github.event.inputs.uribase_suffix }}/" "$CONFIG_FILE"
80+
7881
# Replace github_org value
7982
sed -i "s/^github_org:.*/github_org: $GITHUB_ORG/" "$CONFIG_FILE"
8083

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ Please use this GitHub repository's [Issue tracker](https://github.com/materiald
2626

2727
## Acknowledgements
2828

29-
This ontology repository was created using the [Ontology Development Kit (ODK)](https://github.com/INCATools/ontology-development-kit).
29+
This ontology repository was created using the [Ontology Development Kit (ODK)](https://github.com/INCATools/ontology-development-kit).

seed-template.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: "My Application Ontology"
33
github_org: materialdigital
44
git_main_branch: main
55
repo: heat-treatment-application-ontology
6-
uribase: https://w3id.org/pmd/ao
6+
uribase: https://w3id.org/pmd/ao/hto
77
uribase_suffix: hto
88

99
release_artefacts:

0 commit comments

Comments
 (0)