Skip to content

Commit f2c8019

Browse files
authored
update extension vocab names for material sample object type
1 parent 6f97451 commit f2c8019

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/generate_vocab_docs.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ done
2929

3030
# Earth Science extension
3131
SOURCE_BASE="https://raw.githubusercontent.com/isamplesorg/metadata_profile_earth_science/main/vocabulary/"
32-
SOURCES=("earthenv_material_extension_mineral_group.ttl" "earthenv_material_extension_rock_sediment.ttl" "earthenv_sampled_feature_role.ttl" "earthenv_specimen_type.ttl")
32+
SOURCES=("earthenv_material_extension_mineral_group.ttl" "earthenv_material_extension_rock_sediment.ttl" "earthenv_sampled_feature_role.ttl" "earthenv_materialsampleobject_type.ttl")
3333
DEST_FOLDER="models/generated/extensions/"
3434
mkdir -p "${DEST_FOLDER}"
3535
for src in ${SOURCES[@]}; do
@@ -40,7 +40,7 @@ for src in ${SOURCES[@]}; do
4040
done
4141

4242
SOURCE_BASE="https://raw.githubusercontent.com/isamplesorg/metadata_profile_archaeology/main/vocabulary/"
43-
SOURCES=("opencontext_material_extension.ttl" "opencontext_materialsampletype.ttl")
43+
SOURCES=("opencontext_material_extension.ttl" "opencontext_materialsampleobjecttype.ttl")
4444
DEST_FOLDER="models/generated/extensions/"
4545
mkdir -p "${DEST_FOLDER}"
4646
for src in ${SOURCES[@]}; do

0 commit comments

Comments
 (0)