Skip to content

Commit

Permalink
Merge pull request #1788 from OpenEnergyPlatform/feature-1333-axiomat…
Browse files Browse the repository at this point in the history
…ise-sectors

Add axioms to sector classes and individuals #1333
  • Loading branch information
l-emele authored Jun 5, 2024
2 parents 36aad83 + 9a1c441 commit 65592d4
Show file tree
Hide file tree
Showing 3 changed files with 310 additions and 21 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,10 @@ and the versioning aims to respect [Semantic Versioning](http://semver.org/spec/

## [2.X.X] - 20XX-XX-XX
### Added
- subsector, has subsector, subsector of (#1788)

### Changed
- electricity sector, industry sector, CRF sector (IPCC 2006) individuals (#1788)

### Removed

Expand Down
168 changes: 147 additions & 21 deletions src/ontology/edits/oeo-sector.omn
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,48 @@ ObjectProperty: OEO_00010312
OEO_00000367


ObjectProperty: OEO_00010466

Annotations:
<http://purl.obolibrary.org/obo/IAO_0000115> "A part of relation between a sector and its parent sector."@en,
<http://purl.obolibrary.org/obo/IAO_0000233> "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1333
pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1788",
rdfs:label "subsector of"@en

SubPropertyOf:
<http://purl.obolibrary.org/obo/BFO_0000050>

Domain:
OEO_00010464

Range:
OEO_00000367

InverseOf:
OEO_00010467


ObjectProperty: OEO_00010467

Annotations:
<http://purl.obolibrary.org/obo/IAO_0000115> "A has part relation between a sector and its subsector."@en,
<http://purl.obolibrary.org/obo/IAO_0000233> "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1333
pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1788",
rdfs:label "has subsector"@en

SubPropertyOf:
<http://purl.obolibrary.org/obo/BFO_0000051>

Domain:
OEO_00000367

Range:
OEO_00010464

InverseOf:
OEO_00010466


ObjectProperty: OEO_00020056


Expand Down Expand Up @@ -335,7 +377,11 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/484

move to oeo-sector
issue: https://github.com/OpenEnergyPlatform/ontology/issues/1399
pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1724",
pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1724

Add 'is sector of' axiom:
issue: https://github.com/OpenEnergyPlatform/ontology/issues/1333
pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1788",
rdfs:label "electricity sector"@en

SubClassOf:
Expand Down Expand Up @@ -403,7 +449,11 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/484

move to oeo-sector
issue: https://github.com/OpenEnergyPlatform/ontology/issues/1399
pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1724",
pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1724

Add 'is sector of' axiom:
issue: https://github.com/OpenEnergyPlatform/ontology/issues/1333
pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1788",
rdfs:label "industry sector"@en

SubClassOf:
Expand Down Expand Up @@ -757,6 +807,22 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1724",
OEO_00000368


Class: OEO_00010464

Annotations:
<http://purl.obolibrary.org/obo/IAO_0000115> "A subsector is a sector that is a part of an other sector."@en,
<http://purl.obolibrary.org/obo/IAO_0000233> "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1333
pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1788",
rdfs:label "subsector"@en

EquivalentTo:
OEO_00000367
and (OEO_00010466 some OEO_00000367)

SubClassOf:
OEO_00000367


Class: OEO_00020015


Expand Down Expand Up @@ -1033,7 +1099,11 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/523

move to oeo-sector
issue: https://github.com/OpenEnergyPlatform/ontology/issues/1399
pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1724",
pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1724

Add 'is sector of' axiom:
issue: https://github.com/OpenEnergyPlatform/ontology/issues/1333
pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1788",
rdfs:label "CRF sector (IPCC 2006): transport"@en

Types:
Expand All @@ -1059,7 +1129,11 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/523

move to oeo-sector
issue: https://github.com/OpenEnergyPlatform/ontology/issues/1399
pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1724",
pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1724

Add 'is sector of' axiom:
issue: https://github.com/OpenEnergyPlatform/ontology/issues/1333
pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1788",
rdfs:label "CRF sector (IPCC 2006): fuel combustion - other sectors"@en

Types:
Expand Down Expand Up @@ -1112,7 +1186,11 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/941

move to oeo-sector
issue: https://github.com/OpenEnergyPlatform/ontology/issues/1399
pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1724",
pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1724

Add 'is sector of' axiom:
issue: https://github.com/OpenEnergyPlatform/ontology/issues/1333
pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1788",
rdfs:label "CRF sector (IPCC 2006): industrial processes and product use"@en

Types:
Expand Down Expand Up @@ -1388,7 +1466,11 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/595

move to oeo-sector
issue: https://github.com/OpenEnergyPlatform/ontology/issues/1399
pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1724",
pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1724

Add 'is sector of' axiom:
issue: https://github.com/OpenEnergyPlatform/ontology/issues/1333
pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1788",
rdfs:label "CRF sector (IPCC 2006): CO2 transport and storage"@en

Types:
Expand Down Expand Up @@ -1457,7 +1539,11 @@ Individual: OEO_00010061
OEO_00010037 "CRF 1.A.3.c",
<http://purl.obolibrary.org/obo/IAO_0000115> "2006 IPCC Guidelines for National Greenhouse Gas Inventories, Volume 1, Chapter 8.5, https://www.ipcc-nggip.iges.or.jp/public/2006gl/",
<http://purl.obolibrary.org/obo/IAO_0000115> "The CRF sector (IPCC 2006) 'railways' is a transport sector defined by the 2006 IPCC Guidelines for National Greenhouse Gas Inventories:
Emissions from railway transport for both freight and passenger traffic routes.",
Emissions from railway transport for both freight and passenger traffic routes.

Add 'is sector of' axiom:
issue: https://github.com/OpenEnergyPlatform/ontology/issues/1333
pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1788",
<http://purl.obolibrary.org/obo/IAO_0000115> "issue: https://github.com/OpenEnergyPlatform/ontology/issues/580
pull request: https://github.com/OpenEnergyPlatform/ontology/pull/595

Expand Down Expand Up @@ -1571,9 +1657,9 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1724",

Facts:
OEO_00000504 OEO_00010056,
<http://purl.obolibrary.org/obo/BFO_0000051> OEO_00010040,
<http://purl.obolibrary.org/obo/BFO_0000051> OEO_00010057,
<http://purl.obolibrary.org/obo/BFO_0000051> OEO_00010064
OEO_00010467 OEO_00010040,
OEO_00010467 OEO_00010057,
OEO_00010467 OEO_00010064


Individual: OEO_00010066
Expand Down Expand Up @@ -1866,7 +1952,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1724",

Facts:
OEO_00000504 OEO_00000242,
<http://purl.obolibrary.org/obo/BFO_0000050> OEO_00010040
OEO_00010466 OEO_00010040


Individual: OEO_00010159
Expand Down Expand Up @@ -2005,7 +2091,11 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/941

move to oeo-sector
issue: https://github.com/OpenEnergyPlatform/ontology/issues/1399
pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1724",
pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1724

Add 'is sector of' axiom:
issue: https://github.com/OpenEnergyPlatform/ontology/issues/1333
pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1788",
rdfs:label "CRF sector (IPCC 2006): mineral industry"@en

Types:
Expand All @@ -2028,7 +2118,11 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/941

move to oeo-sector
issue: https://github.com/OpenEnergyPlatform/ontology/issues/1399
pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1724",
pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1724

Add 'is sector of' axiom:
issue: https://github.com/OpenEnergyPlatform/ontology/issues/1333
pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1788",
rdfs:label "CRF sector (IPCC 2006): cement production"@en

Types:
Expand All @@ -2051,7 +2145,11 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/941

move to oeo-sector
issue: https://github.com/OpenEnergyPlatform/ontology/issues/1399
pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1724",
pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1724

Add 'is sector of' axiom:
issue: https://github.com/OpenEnergyPlatform/ontology/issues/1333
pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1788",
rdfs:label "CRF sector (IPCC 2006): chemical industry"@en

Types:
Expand All @@ -2074,7 +2172,11 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/941

move to oeo-sector
issue: https://github.com/OpenEnergyPlatform/ontology/issues/1399
pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1724",
pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1724

Add 'is sector of' axiom:
issue: https://github.com/OpenEnergyPlatform/ontology/issues/1333
pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1788",
rdfs:label "CRF sector (IPCC 2006): metal industry"@en

Types:
Expand All @@ -2101,7 +2203,11 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1440

move to oeo-sector
issue: https://github.com/OpenEnergyPlatform/ontology/issues/1399
pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1724",
pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1724

Add 'is sector of' axiom:
issue: https://github.com/OpenEnergyPlatform/ontology/issues/1333
pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1788",
rdfs:label "CRF sector (IPCC 2006): iron and steel production"@en

Types:
Expand Down Expand Up @@ -2834,7 +2940,11 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1334

move to oeo-sector
issue: https://github.com/OpenEnergyPlatform/ontology/issues/1399
pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1724",
pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1724

Add 'is sector of' axiom:
issue: https://github.com/OpenEnergyPlatform/ontology/issues/1333
pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1788",
rdfs:label "CRF sector (IPCC 2006): international bunkers"@en

Types:
Expand Down Expand Up @@ -2865,7 +2975,11 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1334

move to oeo-sector
issue: https://github.com/OpenEnergyPlatform/ontology/issues/1399
pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1724",
pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1724

Add 'is sector of' axiom:
issue: https://github.com/OpenEnergyPlatform/ontology/issues/1333
pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1788",
rdfs:label "CRF sector (IPCC 2006): international aviation"@en

Types:
Expand Down Expand Up @@ -2898,7 +3012,11 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1334

move to oeo-sector
issue: https://github.com/OpenEnergyPlatform/ontology/issues/1399
pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1724",
pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1724

Add 'is sector of' axiom:
issue: https://github.com/OpenEnergyPlatform/ontology/issues/1333
pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1788",
rdfs:label "CRF sector (IPCC 2006): maritime navigation"@en

Types:
Expand Down Expand Up @@ -3099,7 +3217,11 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/967

move to oeo-sector
issue: https://github.com/OpenEnergyPlatform/ontology/issues/1399
pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1724",
pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1724

Add 'is sector of' axiom:
issue: https://github.com/OpenEnergyPlatform/ontology/issues/1333
pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1788",
rdfs:label "CRF sector (IPCC 2006): CO2 emissions from biomass"@en

Types:
Expand All @@ -3120,7 +3242,11 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/967

move to oeo-sector
issue: https://github.com/OpenEnergyPlatform/ontology/issues/1399
pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1724",
pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1724

Add 'is sector of' axiom:
issue: https://github.com/OpenEnergyPlatform/ontology/issues/1333
pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1788",
rdfs:label "CRF sector (IPCC 2006): CO2 captured"@en

Types:
Expand Down
Loading

0 comments on commit 65592d4

Please sign in to comment.