ontology
ontology copied to clipboard
Feature 1308 filling station
Summary of the discussion
Add filling station, hydrogen station and hydrogen transport.
Type of change (CHANGELOG.md)
Added
- Added
filling station
: A filling station is an energy transformation unit that transfers fuel into the fuel tank of a vehicle. - Added
hydrogen station
: A hydrogen station is a filling station that transfers hydrogen. - Added
hydrogen transport
: Hydrogen transport is the combustion fuel transport of hydrogen.
Axioms:
-
'filling station' 'part of' some 'transport network'
-
'filling station' 'participates in' some ('combustion fuel transport' and 'has participant' some ('fuel tank' and ('is part of' some vehicle)))
-
'hydrogen station' 'participates in' some 'hydrogen transport'
-
'hydrogen transport' 'has participant' some hydrogen
Workflow checklist
Automation
Closes #1308
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
PR #1356 needs to be merged first before the axiom 'filling station' 'participates in' some ('combustion fuel transport' and ('has participant' some ('fuel tank' and ('part of' some vehicle))))
can be implemented.