Skip to content

Commit

Permalink
ignore kind HeatCapacity
Browse files Browse the repository at this point in the history
  • Loading branch information
gnmerritt committed Apr 21, 2022
1 parent 51735c4 commit 2fda976
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions qudt/ontology/qudt.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,4 @@ class QUDT(object):
LIQUID_VOLUME = OntologyUtils.get_iri('kind', 'LiquidVolume')
VOLUME_FLOW_RATE = OntologyUtils.get_iri('kind', 'VolumeFlowRate')
IONIZATION_ENERGY = OntologyUtils.get_iri('kind', 'IonizationEnergy')
HEAT_CAPACITY = OntologyUtils.get_iri('kind', 'HeatCapacity')
Original file line number Diff line number Diff line change
Expand Up @@ -9260,6 +9260,7 @@ unit:KiloJ-PER-KiloGM
qudt:conversionMultiplier 1e+03 ;
qudt:conversionOffset 0e+00 ;
qudt:hasQuantityKind quantitykind:HeatCapacity ;
qudt:hasQuantityKind quantitykind:SpecificEnergy ;
qudt:iec61360Code "0112/2///62720#UAA570" ;
qudt:plainTextDescription "1 000-fold of the SI derived unit joule divided by the SI base unit kilogram" ;
qudt:uneceCommonCode "B42" ;
Expand Down
1 change: 1 addition & 0 deletions qudt/ontology/unit_factory.py
Original file line number Diff line number Diff line change
Expand Up @@ -276,6 +276,7 @@ def _should_be_ignored(type_iri: str) -> bool:
QUDT.LIQUID_VOLUME,
QUDT.VOLUME_FLOW_RATE,
QUDT.IONIZATION_ENERGY,
QUDT.HEAT_CAPACITY,
]:
return True

Expand Down

0 comments on commit 2fda976

Please sign in to comment.