Skip to content

Commit beb4483

Browse files
authored
Merge pull request #911 from OpenEnergyPlatform/feature-863-ccs
Add carbon capture and storage related classes #863
2 parents 7d29161 + 5c024ab commit beb4483

File tree

2 files changed

+61
-0
lines changed

2 files changed

+61
-0
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ Here is a template for new release sections
2222
- outage and subclasses, curtailment (#897)
2323
- levy, tax, feed in tariff, market and capacity premium (#909)
2424
- inflation rate, exchange rate, purchasing power parity, electricity price, system cost (#910)
25+
- carbon capture, carbon storage, carbon capture and storage, direct air capture (#911)
2526

2627
### Changed
2728
- energy converting device / component, unit of measurement (#895)

src/ontology/edits/oeo-physical.omn

+60
Original file line numberDiff line numberDiff line change
@@ -4358,6 +4358,66 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/879",
43584358
<http://purl.obolibrary.org/obo/UO_0000002>
43594359

43604360

4361+
Class: OEO_00010138
4362+
4363+
Annotations:
4364+
<http://purl.obolibrary.org/obo/IAO_0000115> "Carbon capture is a process that captures carbon dioxide from a gas.",
4365+
<http://purl.obolibrary.org/obo/IAO_0000233> "issue: https://github.com/OpenEnergyPlatform/ontology/issues/863
4366+
pull request: https://github.com/OpenEnergyPlatform/ontology/pull/911",
4367+
rdfs:label "carbon capture"@en
4368+
4369+
SubClassOf:
4370+
<http://purl.obolibrary.org/obo/BFO_0000015>,
4371+
OEO_00000532 some OEO_00000006
4372+
4373+
4374+
Class: OEO_00010139
4375+
4376+
Annotations:
4377+
<http://purl.obolibrary.org/obo/IAO_0000115> "Direct on air capture (DAC) is carbon dioxide capture from air.",
4378+
<http://purl.obolibrary.org/obo/IAO_0000118> "DAC",
4379+
<http://purl.obolibrary.org/obo/IAO_0000233> "issue: https://github.com/OpenEnergyPlatform/ontology/issues/863
4380+
pull request: https://github.com/OpenEnergyPlatform/ontology/pull/911",
4381+
rdfs:label "direct air capture"@en
4382+
4383+
SubClassOf:
4384+
OEO_00010138,
4385+
<http://purl.obolibrary.org/obo/RO_0000057> some OEO_00000054
4386+
4387+
4388+
Class: OEO_00010140
4389+
4390+
Annotations:
4391+
<http://purl.obolibrary.org/obo/IAO_0000115> "Carbon storage is a process that stores CO2 in a geological formation.",
4392+
<http://purl.obolibrary.org/obo/IAO_0000118> "carbon sequestration",
4393+
<http://purl.obolibrary.org/obo/IAO_0000233> "issue: https://github.com/OpenEnergyPlatform/ontology/issues/863
4394+
pull request: https://github.com/OpenEnergyPlatform/ontology/pull/911",
4395+
rdfs:label "carbon storage"@en
4396+
4397+
SubClassOf:
4398+
<http://purl.obolibrary.org/obo/BFO_0000015>,
4399+
OEO_00000532 some OEO_00000006
4400+
4401+
4402+
Class: OEO_00010141
4403+
4404+
Annotations:
4405+
<http://purl.obolibrary.org/obo/IAO_0000115> "Carbon capture and storage (CCS) is a process that combines carbon capture and carbon sequestration.",
4406+
<http://purl.obolibrary.org/obo/IAO_0000118> "CCS",
4407+
<http://purl.obolibrary.org/obo/IAO_0000118> "carbon capture and sequestration",
4408+
<http://purl.obolibrary.org/obo/IAO_0000233> "issue: https://github.com/OpenEnergyPlatform/ontology/issues/863
4409+
pull request: https://github.com/OpenEnergyPlatform/ontology/pull/911",
4410+
rdfs:label "carbon capture and storage"@en
4411+
4412+
EquivalentTo:
4413+
(<http://purl.obolibrary.org/obo/BFO_0000051> some OEO_00010138)
4414+
and (<http://purl.obolibrary.org/obo/BFO_0000051> some OEO_00010140)
4415+
4416+
SubClassOf:
4417+
<http://purl.obolibrary.org/obo/BFO_0000015>,
4418+
OEO_00000532 some OEO_00000006
4419+
4420+
43614421
Class: OEO_00020001
43624422

43634423
Annotations:

0 commit comments

Comments
 (0)