-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
restructure Generator and ArtificialObject classes #273
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
implement - EnergyTransformer - PowerGneratingUnit - Powerplant
akleinau
added
[A] new term
Including new term(s) in the ontology
[B] restructure
Restructuring existing parts of the ontology
[C] definition update
Update an ontology definition
labels
Mar 5, 2020
delete all Technology subclasses with -Technology suffix, the rest already got moved to ArtificialObject.
- add PowerUnits for all Perplant classes - add 'has part' relations
- make Biomass, Biogass etc PowerPlants - restructure to subclasses: ElectromotiveGenerator, PVCell, FuelCell
HeatGenerator: Heater HeatPumpHeatGenerator: HeatPump
- BiofuelPowerplant and subclasses - correct PVCell def
stap-m
requested changes
Mar 25, 2020
Please also add term trackers :) |
Co-Authored-By: stap-m <[email protected]>
I have term trackers on Heater, Generator, EnergyConvertingDevice, PowerGeneratingUnit and Powerplant |
- WindEnergyConverter to WindEnergyConvertingUnit - SolarPark to FieldPhotovolaicPowerplant
@stap-m do you have any more comments or can your approve? |
l-emele
reviewed
Mar 30, 2020
l-emele
reviewed
Mar 30, 2020
l-emele
reviewed
Mar 30, 2020
l-emele
reviewed
Mar 30, 2020
l-emele
reviewed
Mar 30, 2020
l-emele
reviewed
Mar 30, 2020
l-emele
reviewed
Mar 30, 2020
l-emele
reviewed
Mar 30, 2020
stap-m
approved these changes
Mar 30, 2020
@l-emele any more comments? |
l-emele
reviewed
Mar 30, 2020
I'll merge this to have it implemented for the 5. Ontohack, further changes can be made in #292 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
[A] new term
Including new term(s) in the ontology
[B] restructure
Restructuring existing parts of the ontology
[C] definition update
Update an ontology definition
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
closes #173 and hopefully almost every other issue in the generator project:
closes #275, closes #264, closes #162, closes #136, closes #161, closes #159
Restructures the widely distributed generator and powerplant classes as discussed in the 4. OntoHack
- A generator is an energy converting device that converts other forms of energy into electrical energy.
- A Heater is an energy converting device that converts other forms of energy into useful heat.
- A turbine is an energy converting device that converts energy from a moving fluid flow into rotational energy.