Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ and the versioning adheres to [Semantic Versioning](http://semver.org/spec/v2.0.
- causally related to (#2104)
- 'target description' renamed to 'legal target description' (#2102)
- 'goal description' made a subclass of 'objective specification' (#2102)
- causally upstream of or within, causally downstream of or within (#2109)
- export, import, distribution (#2105)
- electricity grid (#2042)
- electricity grid voltage level, electricity grid component (#2108)
Expand Down
41 changes: 31 additions & 10 deletions src/ontology/edits/oeo-import-edits.owl
Original file line number Diff line number Diff line change
Expand Up @@ -384,6 +384,37 @@ pull request https://github.com/OpenEnergyPlatform/ontology/pull/1086</oeo:OEO_0



<!-- http://purl.obolibrary.org/obo/RO_0002418 -->

<owl:ObjectProperty rdf:about="http://purl.obolibrary.org/obo/RO_0002418">
<owl:inverseOf rdf:resource="http://purl.obolibrary.org/obo/RO_0002427"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#TransitiveProperty"/>
<oeo:OEO_00020426>add subset of relation below &apos;causally related to&apos;
issue: https://github.com/OpenEnergyPlatform/ontology/issues/1079
pull-request: https://github.com/OpenEnergyPlatform/ontology/pull/1136

marked as transitive and added &apos;inverse of &apos;causally downstream of or within&apos;&apos;
issue: https://github.com/OpenEnergyPlatform/ontology/issues/2106
pull-request: https://github.com/OpenEnergyPlatform/ontology/pull/2109</oeo:OEO_00020426>
</owl:ObjectProperty>



<!-- http://purl.obolibrary.org/obo/RO_0002427 -->

<owl:ObjectProperty rdf:about="http://purl.obolibrary.org/obo/RO_0002427">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#TransitiveProperty"/>
<oeo:OEO_00020426>add subset of relation below &apos;causally related to&apos;
issue: https://github.com/OpenEnergyPlatform/ontology/issues/1079
pull-request: https://github.com/OpenEnergyPlatform/ontology/pull/1136

marked as transitive
issue: https://github.com/OpenEnergyPlatform/ontology/issues/2106
pull-request: https://github.com/OpenEnergyPlatform/ontology/pull/2109</oeo:OEO_00020426>
</owl:ObjectProperty>



<!-- http://purl.obolibrary.org/obo/RO_0002501 -->

<owl:ObjectProperty rdf:about="http://purl.obolibrary.org/obo/RO_0002501">
Expand Down Expand Up @@ -1166,16 +1197,6 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2016</oeo:OEO_
<oeo:OEO_00020426>Removed class expression (process or &apos;material entity&apos;) both as domain and as range
issue: https://github.com/OpenEnergyPlatform/ontology/issues/2103
pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2104</oeo:OEO_00020426>
</rdf:Description>
<rdf:Description rdf:about="http://purl.obolibrary.org/obo/RO_0002418">
<oeo:OEO_00020426>add subset of relation below &apos;causally related to&apos;
issue: https://github.com/OpenEnergyPlatform/ontology/issues/1079
pull-request: https://github.com/OpenEnergyPlatform/ontology/pull/1136</oeo:OEO_00020426>
</rdf:Description>
<rdf:Description rdf:about="http://purl.obolibrary.org/obo/RO_0002427">
<oeo:OEO_00020426>add subset of relation below &apos;causally related to&apos;
issue: https://github.com/OpenEnergyPlatform/ontology/issues/1079
pull-request: https://github.com/OpenEnergyPlatform/ontology/pull/1136</oeo:OEO_00020426>
</rdf:Description>
<rdf:Description rdf:about="http://purl.obolibrary.org/obo/RO_0019001">
<oeo:OEO_00020426>import from RO
Expand Down