diff --git a/CHANGELOG.md b/CHANGELOG.md index 035bf7849..2d81ae0ff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,8 @@ and the versioning adheres to [Semantic Versioning](http://semver.org/spec/v2.0. - agricultural waste fuel, coal refuse (#2261) - biomass heat unit, oil heat unit, hydrogen heat unit, (natural) gas heat unit, biomass heat plant, oil heat plant, hydrogen heat plant, gas heat plant (#2262) - combined cycle gas power plant, open cycle gas power plant (#2263) +- import from CCO: material artifact (#2196) +- simulation component, simulation hardware component, simulation component role, device under test role, controls hardware function of (#2072) ### Changed - change label: common reporting format / CRF sector division (#2248) @@ -28,6 +30,7 @@ and the versioning adheres to [Semantic Versioning](http://semver.org/spec/v2.0. - add alternative label: colliery gas, lignite (#2261) - add alternative labels: heat generation technology, heat generation process (#2257) - change definition: AC-line (#2266) +- change label: hardware to electronic hardware (#2196) ### Removed diff --git a/src/ontology/edits/oeo-import-edits.owl b/src/ontology/edits/oeo-import-edits.owl index b163d802a..4ba180905 100644 --- a/src/ontology/edits/oeo-import-edits.owl +++ b/src/ontology/edits/oeo-import-edits.owl @@ -1650,6 +1650,14 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2016 + + + + + + + diff --git a/src/ontology/edits/oeo-model.omn b/src/ontology/edits/oeo-model.omn index 4b9ccf3d8..bec5a6e9f 100644 --- a/src/ontology/edits/oeo-model.omn +++ b/src/ontology/edits/oeo-model.omn @@ -132,6 +132,9 @@ ObjectProperty: ObjectProperty: +ObjectProperty: + + ObjectProperty: OEO_00000501 @@ -690,6 +693,25 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1945", OEO_00400012 +ObjectProperty: OEO_00420011 + + Annotations: + "A subrelation of causally related to between a simulation hardware component s and a material artifact m, where s is configured to manage, command, direct, or regulate m."@en, + rdfs:label "controls hardware function of"@en, + OEO_00020426 "add: +issue: https://github.com/OpenEnergyPlatform/ontology/issues/2072 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2271"@en + + SubPropertyOf: + + + Domain: + OEO_00420007 + + Range: + + + ObjectProperty: owl:topObjectProperty @@ -916,6 +938,9 @@ Class: Class: +Class: + + Class: OEO_00000048 Annotations: @@ -4588,6 +4613,60 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2125" OEO_00420002 +Class: OEO_00420005 + + Annotations: + "A simulation component role is a role of an information content entity that is executable as part of a simulation and eligible to be referenced in a simulation configuration."@en, + rdfs:label "simulation component role"@en, + OEO_00020426 "added: +issue: https://github.com/OpenEnergyPlatform/ontology/issues/2072 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2271" + + SubClassOf: + + + +Class: OEO_00420006 + + Annotations: + "A simulation component is a software that bears the simulation component role and is eligible to be referenced in a simulation configuration and executed as part of a simulation."@en, + "Simulationskomponente"@de, + rdfs:label "simulation component"@en, + OEO_00020426 "added: +issue: https://github.com/OpenEnergyPlatform/ontology/issues/2072 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2271" + + SubClassOf: + + + +Class: OEO_00420007 + + Annotations: + "A hardware simulation component could be a software that can be integrated into a simulation and communicates with a PV inverter via a protocol to represent the current state of the PV inverter in the simulation. Additionally, this hardware simulation component could forward control messages from the simulation to the PV inverter to change parameter, e.g., a feed-in limitation."@en, + "A hardware simulation component is a simulation component that represents a material artifact in a simulation process and allows to control its function."@en, + rdfs:label "hardware simulation component"@en, + OEO_00020426 "added: +issue: https://github.com/OpenEnergyPlatform/ontology/issues/2072 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2271" + + SubClassOf: + OEO_00420006 + + +Class: OEO_00420008 + + Annotations: + "A device under test role is a role of an material artifact that is analysed within a simulation or experiment."@en, + rdfs:label "device under test role"@en, + OEO_00020426 "added: +issue: https://github.com/OpenEnergyPlatform/ontology/issues/2072 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2271" + + SubClassOf: + + + Individual: Annotations: diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index 7635d4989..f9bf6a268 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -3250,8 +3250,8 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/752" Class: OEO_00000206 Annotations: - "Hardware is an artificial object that is part of an electronic system.", - rdfs:label "hardware"@en, + "Electronic hardware is an artificial object that is part of an electronic system.", + rdfs:label "electronic hardware"@en, OEO_00020426 "issue: https://github.com/OpenEnergyPlatform/ontology/issues/319 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/350 @@ -3264,7 +3264,11 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1652 remove has energy output axiom issue: https://github.com/OpenEnergyPlatform/ontology/issues/2190 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2233" +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2233 + +rename to electronic hardware +issue: https://github.com/OpenEnergyPlatform/ontology/issues/2196 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2267" SubClassOf: OEO_00000061 diff --git a/src/ontology/imports/cco-extracted.owl b/src/ontology/imports/cco-extracted.owl index f47f2b751..512230498 100644 --- a/src/ontology/imports/cco-extracted.owl +++ b/src/ontology/imports/cco-extracted.owl @@ -3246,6 +3246,41 @@ + + + + + Material Artifact + A Material Entity that was designed by some Agent to realize a certain Function. + https://www.commoncoreontologies.org/ArtifactOntology + + + + + + + + + + + Material Artifact + + + + + + A Material Entity that was designed by some Agent to realize a certain Function. + + + + + + https://www.commoncoreontologies.org/ArtifactOntology + + + + +