Skip to content

Commit

Permalink
Added Temperature as altLabel for ThermodynamicTemperature
Browse files Browse the repository at this point in the history
  • Loading branch information
jesper-friis committed May 25, 2024
1 parent 55ae7db commit 9a139f4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/cd_update_pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ jobs:
cp -rf public/* pages/.
# Copy to version
VERSION=$(git rev-parse --abbrev-ref HEAD)
echo "*** VERSION=${VERSION}"
if [ ! -d pages/versions/${VERSION} ]; then \
mkdir pages/versions/${VERSION}
fi
Expand Down
1 change: 1 addition & 0 deletions disciplines/isq.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -5082,6 +5082,7 @@ where g is the appropriate g factor, μ is mostly the Bohr magneton or nuclear m
owl:onProperty :EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ;
owl:someValuesFrom :EMMO_a77a0a4b_6bd2_42b2_be27_4b63cebbb59e
] ;
skos:altLabel "Temperature"@en ;
skos:prefLabel "ThermodynamicTemperature"@en ;
:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/quantitykind/ThermodynamicTemperature" ;
:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "5-1" ;
Expand Down

0 comments on commit 9a139f4

Please sign in to comment.