-
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
Describe an emission calculation ontologically #1757
Comments
I agree with the suggestions, but would opt for a change here: emission calculation method: On a more broader scale: is activity in all the emission calculation contexts always necessarily a human activity? |
From a linguistic point I would agree that method seems more appropriate. I open a separate issue to discuss this.
If you think of CO2 emission from volcanos there the activity is non-human, but instead volcanic eruptions per year or something like that. However, I think non-human influenced emissions are beyond the scope of the OEO. |
Can I don't really understand the |
That depends on how exactly we understand
So, there are different types of data (often time series) that are combined with emission factors to calculate emission data. If such data is used, then it forms the AD of that simple equation Emissions = AD • EF. That is why I thought of introducing the activity data role (or function?). It would be very helpful to have Footnotes |
This issue is stale for a while. I have a use case where I would reference the OEO and the following two concepts are important for that:
@stap-m : Did the explanation in my last comment resolve your questions? If so, do you agree on my definition proposals? |
Description of the issue
An important part of greenhouse gas statistics compilation and model calculations is the (sub-)process of calculating emissions. Currently, we do not depict this in the OEO, but I think we should.
An important concept for calculating both historic and projected greenhouse gas emissions is the so called activity data. This is an abstract concept and could be many different things.
The IPCC describes this calculation process and the involving other concept as:
Source: IPCC, 2006 IPCC Guidelines for National Greenhouse Gas Inventories, Volume 1, Chapter 1.3
So there is not the emission calculation method, but a family of different methods, which can be depicted as class with potential subclasses.
Ideas of solution
Add classes:
emission calculation
:'emission calculation' SubClassOf: 'has participant' some 'emission calculation method'
emission calculation method
:'emission calculation method' SubClassOf: 'is about' some 'emission calculation'
basic emission calculation method
:'basic emission calculation method' SubClassOf: uses some 'activity data' and uses some 'emission factor'
mathematical expression
: emission value = activity data \times emission factoractivity data role
:'activity data role' SubClassOf: 'has bearer' some X
activity data
:'activity data' EquivalentTo: X and ('has role' some 'activity data role')
To be decided whether
X
is adata item
or aquantity value
or both.Workflow checklist
I am aware that
The text was updated successfully, but these errors were encountered: