File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 2929
3030# Earth Science extension
3131SOURCE_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" )
3333DEST_FOLDER=" models/generated/extensions/"
3434mkdir -p " ${DEST_FOLDER} "
3535for src in ${SOURCES[@]} ; do
@@ -40,7 +40,7 @@ for src in ${SOURCES[@]}; do
4040done
4141
4242SOURCE_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" )
4444DEST_FOLDER=" models/generated/extensions/"
4545mkdir -p " ${DEST_FOLDER} "
4646for src in ${SOURCES[@]} ; do
You can’t perform that action at this time.
0 commit comments