ontology
ontology copied to clipboard
Feature 1301 tank
Summary of the discussion
Add tank
and fuel tank
together with volume
.
Type of change (CHANGELOG.md)
Added
- Added
tank
: A tank is an artificial object that stores a liquid or gaseous portion of matter. - Added
fuel tank
: A fuel tank is a tank that stores a combustion fuel. - Added
volume
: A volume is a quantity value indicating the size of a three-dimensional spatial region.
Axioms:
-
'tank' 'has quantity value' some volume
-
'fuel tank' 'has quantity value' some 'storage capacity'
-
'fuel tank' 'has function' some 'chemical energy storage function'
-
volume 'has unit' some 'volume unit'
-
volume 'quantity value of' some 'three-dimensional spatial region'
Updated
-
'internal combustion vehicle' 'has part' some 'fuel tank'
-
'plug-in hybrid electric vehicle' 'has part' some 'fuel tank'
-
'fuel cell electric vehicle' 'has part' some 'fuel tank'
-
'tank ship' 'has part' some 'tank'
-
'gas turbine vehicle' 'has part' some ''fuel tank'
Workflow checklist
Automation
Closes #1301
PR-Assignee
- [x] 🐙 Follow the Pull Request Workflow
- [x] 📝 Update the CHANGELOG.md
- [x] 📙 Add #'s to
term tracker item
Reviewer
- [ ] 🐙 Follow the Reviewer Guide
- [ ] 🐙 Provided feedback and show sufficient appreciation for the work done
In order to implement the axiom 'fuel tank' 'has function' some 'chemical energy storage function'
, the PR #1348 needs to be merged first.
Looks good so far. I did a minor change to CHANGELOG.md: Ideally, a class is only mentioned once in the changed section.
@lumi321 #1348 is merged now.
Thank you!