Skip to content

Commit

Permalink
Merge pull request #716 from OpenEnergyPlatform/feature-618-has-infor…
Browse files Browse the repository at this point in the history
…mation-input-output

update subclasses of has input / has output
  • Loading branch information
sfluegel05 authored Mar 22, 2021
2 parents e651d33 + b0d001d commit e478b14
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 26 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,13 @@ Here is a template for new release sections

### Added
- thorium and plutonium (#708)
- has information input / output (#716)

### Changed
-
- has physical output, has constraint (#716)

### Removed
-
- has numerical input / output (#716)

## [1.4.0] - 2021-03-02

Expand Down
56 changes: 33 additions & 23 deletions src/ontology/edits/oeo-model.omn
Original file line number Diff line number Diff line change
Expand Up @@ -156,51 +156,61 @@ ObjectProperty: OEO_00000517

Annotations:
<http://purl.obolibrary.org/obo/IAO_0000115> "A relation that holds between a transformation and the constraints it has to fulfill."@en,
rdfs:label "has_constraint"
<http://purl.obolibrary.org/obo/IAO_0000233> "issue: https://github.com/OpenEnergyPlatform/ontology/issues/618
pull request:: https://github.com/OpenEnergyPlatform/ontology/pull/716",
rdfs:label "has constraint"

SubPropertyOf:
<http://purl.obolibrary.org/obo/RO_0002233>
OEO_00140093

Domain:
OEO_00000419

Range:
OEO_00000104

ObjectProperty: OEO_00000518

ObjectProperty: OEO_00000522


ObjectProperty: OEO_00040010


ObjectProperty: OEO_00140093

Annotations:
<http://purl.obolibrary.org/obo/IAO_0000115> "A relation that holds between a transformation and its input."@en,
rdfs:label "has_numerical_input"
<http://purl.obolibrary.org/obo/IAO_0000115> "p has information input c iff: p has input c, and c is an information content entity",
<http://purl.obolibrary.org/obo/IAO_0000233> "issue: https://github.com/OpenEnergyPlatform/ontology/issues/618
pull request:: https://github.com/OpenEnergyPlatform/ontology/pull/716",
rdfs:label "has information input"@en

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

Characteristics:
Irreflexive,
Asymmetric

Domain:
OEO_00000419
<http://purl.obolibrary.org/obo/BFO_0000015>

Range:
<http://purl.obolibrary.org/obo/IAO_0000030>


ObjectProperty: OEO_00000519
ObjectProperty: OEO_00140094

Annotations:
<http://purl.obolibrary.org/obo/IAO_0000115> "A relation that holds between a transformation and its output."@en,
rdfs:label "has_numerical_output"
<http://purl.obolibrary.org/obo/IAO_0000115> "p has information output c iff: p has output c, and c is an information content entity",
<http://purl.obolibrary.org/obo/IAO_0000233> "issue: https://github.com/OpenEnergyPlatform/ontology/issues/618
pull request:: https://github.com/OpenEnergyPlatform/ontology/pull/716",
rdfs:label "has information output"@en

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

Characteristics:
Irreflexive,
Asymmetric

Domain:
OEO_00000419

<http://purl.obolibrary.org/obo/BFO_0000015>

ObjectProperty: OEO_00000522

Range:
<http://purl.obolibrary.org/obo/IAO_0000030>

ObjectProperty: OEO_00040010


ObjectProperty: owl:topObjectProperty

Expand Down
7 changes: 6 additions & 1 deletion src/ontology/edits/oeo-physical.omn
Original file line number Diff line number Diff line change
Expand Up @@ -294,14 +294,19 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/702",
Irreflexive,
Asymmetric

Domain:
<http://purl.obolibrary.org/obo/BFO_0000015>

Range:
OEO_00000150 or <http://purl.obolibrary.org/obo/BFO_0000040>


ObjectProperty: OEO_00000533

Annotations:
<http://purl.obolibrary.org/obo/IAO_0000115> "A relation that holds between a transformation and its output."@en,
<http://purl.obolibrary.org/obo/IAO_0000115> "p has physical output c iff: p has output c, and c is a material entity or energy"@en,
<http://purl.obolibrary.org/obo/IAO_0000233> "issue: https://github.com/OpenEnergyPlatform/ontology/issues/618
pull request:: https://github.com/OpenEnergyPlatform/ontology/pull/716",
rdfs:label "has physical output"

SubPropertyOf:
Expand Down

0 comments on commit e478b14

Please sign in to comment.