Skip to content

Commit

Permalink
Merge pull request #1947 from OpenEnergyPlatform/feature-1833-move-su…
Browse files Browse the repository at this point in the history
…bclass-of-system

Make 3 object aggregates subclasses of (supply) system #1833
  • Loading branch information
madbkr authored Oct 21, 2024
2 parents a5c2995 + 86c4c50 commit 6bac366
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 15 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ and the versioning aims to respect [Semantic Versioning](http://semver.org/spec/
- energy amount value / energy value (#1941)
- rework contributing and readme file (#1937, #1946)
- time stamp (#1944)
- supply grid, transport network, critical infrastructure (#1947)

### Obsoletion
- economic value, has economic value, economic value (#1931)
Expand Down
39 changes: 24 additions & 15 deletions src/ontology/edits/oeo-physical.omn
Original file line number Diff line number Diff line change
Expand Up @@ -2960,15 +2960,19 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/137

rework module structure
issue: https://github.com/OpenEnergyPlatform/ontology/issues/1592
pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1652",
<http://purl.obolibrary.org/obo/IAO_0000115> "A supply grid is an object aggregate of systematically connected artificial objects that can work as a supply system.",
pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1652

make subclass of supply system:
issue: https://github.com/OpenEnergyPlatform/ontology/issues/1833
pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1947",
<http://purl.obolibrary.org/obo/IAO_0000115> "A supply grid is a supply system of systematically connected artificial objects that can work as a supply system.",
<http://purl.obolibrary.org/obo/IAO_0000118> "Versorgungsnetz"@de,
<http://purl.obolibrary.org/obo/IAO_0000118> "grid"@en,
<http://purl.obolibrary.org/obo/IAO_0000118> "network"@en,
rdfs:label "supply grid"@en

SubClassOf:
<http://purl.obolibrary.org/obo/BFO_0000027>
OEO_00030025


Class: OEO_00000204
Expand Down Expand Up @@ -14510,12 +14514,16 @@ Class: OEO_00320016

Annotations:
OEO_00020426 "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1266
pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1297",
<http://purl.obolibrary.org/obo/IAO_0000115> "A transport network is an object aggregate of transport network components that enables the transport of people and/or goods."@en,
pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1297

make subclass of supply system:
issue: https://github.com/OpenEnergyPlatform/ontology/issues/1833
pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1947",
<http://purl.obolibrary.org/obo/IAO_0000115> "A transport network is a supply system of transport network components that enables the transport of people and/or goods."@en,
rdfs:label "transport network"@en

SubClassOf:
<http://purl.obolibrary.org/obo/BFO_0000027>,
OEO_00030025,
OEO_00140002 some OEO_00140001,
<http://purl.obolibrary.org/obo/BFO_0000051> some OEO_00320021

Expand Down Expand Up @@ -15809,22 +15817,23 @@ Class: OEO_00360041

Annotations:
OEO_00020426 "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1792
pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1809",
<http://purl.obolibrary.org/obo/IAO_0000115> "A critical infrastructure is an object aggregate of artificial objects and systems which have the critical infrastructure role."@en,
pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1809

make subclass of supply system, edit axiom:
issue: https://github.com/OpenEnergyPlatform/ontology/issues/1833
pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1947",
<http://purl.obolibrary.org/obo/IAO_0000115> "A critical infrastructure is a supply system of artificial objects and systems which have the critical infrastructure role."@en,
<http://purl.obolibrary.org/obo/IAO_0000119> "The definition is based on information obtained from https://eur-lex.europa.eu/legal-content/DE/TXT/?uri=CELEX:32008L0114 and https://de.wikipedia.org/w/index.php?title=Kritische_Infrastrukturen&oldid=240000353 in January 2024."@en,
rdfs:label "critical infrastructure"@en

EquivalentTo:
<http://purl.obolibrary.org/obo/BFO_0000027>
and (<http://purl.obolibrary.org/obo/BFO_0000051> some
OEO_00030025
and ((<http://purl.obolibrary.org/obo/BFO_0000051> some
(OEO_00000061
and (<http://purl.obolibrary.org/obo/RO_0000087> some OEO_00360040)))
and (<http://purl.obolibrary.org/obo/BFO_0000051> some
(<http://purl.obolibrary.org/obo/RO_0002577>
and (<http://purl.obolibrary.org/obo/RO_0000087> some OEO_00360040)))
and (<http://purl.obolibrary.org/obo/RO_0000087> some OEO_00360040))) or (<http://purl.obolibrary.org/obo/RO_0000087> some OEO_00360040))

SubClassOf:
<http://purl.obolibrary.org/obo/BFO_0000027>
OEO_00030025


Class: OEO_00390000
Expand Down

0 comments on commit 6bac366

Please sign in to comment.