Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add annotation property unique individual identifier and some IPCC sector indiviuals #523

Merged
merged 12 commits into from
Aug 24, 2020
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ Here is a template for new release sections
- study and study report (#497)
- exogeneous, endogeneous data (#482)
- hub height, length value and has quantity value (#505)
- annotation property unique individual identifier (#523)
- sector individuals (#523)

### Changed
- move object properties to oeo-shared (#472)
Expand Down
21 changes: 18 additions & 3 deletions src/ontology/edits/oeo-shared.omn
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,18 @@ Import: <https://raw.githubusercontent.com/BFO-ontology/BFO/v2.0/bfo.owl>
Annotations:
dc:description "The Open Energy Ontology is an ontology for all aspects of the energy modelling domain. The\"Shared\" module covers all entities that are relevant for all our other modules. This includes shared imports like the BFO, IAO-annotation and RO- module."

AnnotationProperty: OEO_00010037

Annotations:
<http://purl.obolibrary.org/obo/IAO_0000115> "A unique individual identifier is an identifier that is unique for one individual of a class. Unique individual identifiers follow usually a structure defined e.g. by a sector division.",
<http://purl.obolibrary.org/obo/IAO_0000233> "issue: https://github.com/OpenEnergyPlatform/ontology/issues/461
pull request: https://github.com/OpenEnergyPlatform/ontology/pull/523",
rdfs:label "unique individual identifier"

SubPropertyOf:
dc:identifier


AnnotationProperty: <http://purl.obolibrary.org/obo/IAO_0000115>


Expand All @@ -28,6 +40,9 @@ AnnotationProperty: <http://purl.obolibrary.org/obo/IAO_0000233>
AnnotationProperty: dc:description


AnnotationProperty: dc:identifier


AnnotationProperty: rdfs:comment


Expand Down Expand Up @@ -101,9 +116,6 @@ pull requests: https://github.com/OpenEnergyPlatform/ontology/pull/452 (delete u
rdfs:label "covers"


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


Class: OEO_00000419

Annotations:
Expand All @@ -116,3 +128,6 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/450",
<http://purl.obolibrary.org/obo/BFO_0000015>


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


226 changes: 169 additions & 57 deletions src/ontology/edits/oeo-social.omn
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,15 @@ Annotations:
dc:license "http://creativecommons.org/publicdomain/zero/1.0/",
<http://purl.org/dc/terms/title> "Open Energy Ontology (social module)"

AnnotationProperty: OEO_00010037


AnnotationProperty: definition

SubPropertyOf:
rdfs:comment


AnnotationProperty: <http://purl.obolibrary.org/obo/IAO_0000112>


Expand Down Expand Up @@ -46,14 +55,11 @@ AnnotationProperty: dc:contributor
AnnotationProperty: dc:description


AnnotationProperty: dc:license
AnnotationProperty: dc:identifier


AnnotationProperty: definition
AnnotationProperty: dc:license

SubPropertyOf:
rdfs:comment


AnnotationProperty: rdfs:comment

Expand All @@ -67,15 +73,6 @@ AnnotationProperty: rdfs:label
Datatype: rdf:PlainLiteral


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


ObjectProperty: <http://purl.obolibrary.org/obo/RO_0000057>


ObjectProperty: <http://purl.obolibrary.org/obo/RO_0000087>


ObjectProperty: OEO_00000504

Annotations:
Expand Down Expand Up @@ -160,55 +157,19 @@ ObjectProperty: OEO_00000510
ObjectProperty: OEO_00000522


ObjectProperty: owl:topObjectProperty


Class: <http://purl.obolibrary.org/obo/BFO_0000002>


Class: <http://purl.obolibrary.org/obo/BFO_0000003>


Class: <http://purl.obolibrary.org/obo/BFO_0000004>
ObjectProperty: <http://purl.obolibrary.org/obo/BFO_0000050>


Class: <http://purl.obolibrary.org/obo/BFO_0000006>


Class: <http://purl.obolibrary.org/obo/BFO_0000009>


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


Class: <http://purl.obolibrary.org/obo/BFO_0000016>


Class: <http://purl.obolibrary.org/obo/BFO_0000019>


Class: <http://purl.obolibrary.org/obo/BFO_0000023>


Class: <http://purl.obolibrary.org/obo/BFO_0000024>


Class: <http://purl.obolibrary.org/obo/BFO_0000027>


Class: <http://purl.obolibrary.org/obo/BFO_0000029>


Class: <http://purl.obolibrary.org/obo/BFO_0000030>
ObjectProperty: <http://purl.obolibrary.org/obo/BFO_0000051>


Class: <http://purl.obolibrary.org/obo/BFO_0000031>
ObjectProperty: <http://purl.obolibrary.org/obo/RO_0000057>


Class: <http://purl.obolibrary.org/obo/BFO_0000038>
ObjectProperty: <http://purl.obolibrary.org/obo/RO_0000087>


Class: <http://purl.obolibrary.org/obo/BFO_0000141>
ObjectProperty: owl:topObjectProperty


Class: OEO_00000045
Expand Down Expand Up @@ -499,7 +460,7 @@ Class: OEO_00010035
<http://purl.obolibrary.org/obo/IAO_0000118> "AFOLU sector",
<http://purl.obolibrary.org/obo/IAO_0000233> "issue: https://github.com/OpenEnergyPlatform/ontology/issues/30
pull request: https://github.com/OpenEnergyPlatform/ontology/pull/484",
rdfs:label "agriculture, forestry and land use sector"@de
rdfs:label "agriculture, forestry and land use sector"

SubClassOf:
OEO_00000367
Expand All @@ -511,7 +472,7 @@ Class: OEO_00010036
<http://purl.obolibrary.org/obo/IAO_0000115> "A waste and wastewater sector is a sector that covers activities related the collection and treatment of waste and wastewater.",
<http://purl.obolibrary.org/obo/IAO_0000233> "issue: https://github.com/OpenEnergyPlatform/ontology/issues/30
pull request: https://github.com/OpenEnergyPlatform/ontology/pull/484",
rdfs:label "waste and wastewater sector"@de
rdfs:label "waste and wastewater sector"

SubClassOf:
OEO_00000367
Expand Down Expand Up @@ -641,6 +602,54 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/491"@en,
OEO_00230013


Class: <http://purl.obolibrary.org/obo/BFO_0000002>


Class: <http://purl.obolibrary.org/obo/BFO_0000003>


Class: <http://purl.obolibrary.org/obo/BFO_0000004>


Class: <http://purl.obolibrary.org/obo/BFO_0000006>


Class: <http://purl.obolibrary.org/obo/BFO_0000009>


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


Class: <http://purl.obolibrary.org/obo/BFO_0000016>


Class: <http://purl.obolibrary.org/obo/BFO_0000019>


Class: <http://purl.obolibrary.org/obo/BFO_0000023>


Class: <http://purl.obolibrary.org/obo/BFO_0000024>


Class: <http://purl.obolibrary.org/obo/BFO_0000027>


Class: <http://purl.obolibrary.org/obo/BFO_0000029>


Class: <http://purl.obolibrary.org/obo/BFO_0000030>


Class: <http://purl.obolibrary.org/obo/BFO_0000031>


Class: <http://purl.obolibrary.org/obo/BFO_0000038>


Class: <http://purl.obolibrary.org/obo/BFO_0000141>


Individual: OEO_00000160

Annotations:
Expand Down Expand Up @@ -738,6 +747,109 @@ Individual: OEO_00000355
OEO_00000368


Individual: OEO_00010038

Annotations:
OEO_00010037 "CRF 1",
rdfs:label "CRF sector: energy"

Types:
OEO_00000367

Facts:
OEO_00000504 OEO_00000243


Individual: OEO_00010039

Annotations:
OEO_00010037 "CRF 1.A",
rdfs:label "CRF sector: fuel combustion"

Types:
OEO_00000367

Facts:
OEO_00000504 OEO_00000243,
<http://purl.obolibrary.org/obo/BFO_0000050> OEO_00010038


Individual: OEO_00010040

Annotations:
OEO_00010037 "CRF 1.A.1",
<http://purl.obolibrary.org/obo/IAO_0000233> "issue: https://github.com/OpenEnergyPlatform/ontology/issues/461
pull request: https://github.com/OpenEnergyPlatform/ontology/pull/523",
rdfs:label "CRF sector: energy industry"

Types:
OEO_00000158

Facts:
OEO_00000504 OEO_00000243,
<http://purl.obolibrary.org/obo/BFO_0000050> OEO_00010039


Individual: OEO_00010041

Annotations:
OEO_00010037 "CRF 1.A.2",
<http://purl.obolibrary.org/obo/IAO_0000233> "issue: https://github.com/OpenEnergyPlatform/ontology/issues/461
pull request: https://github.com/OpenEnergyPlatform/ontology/pull/523",
rdfs:label "CRF sector: manufacturing industries and construction"

Types:
OEO_00000227

Facts:
OEO_00000504 OEO_00000243,
<http://purl.obolibrary.org/obo/BFO_0000050> OEO_00010039


Individual: OEO_00010042

Annotations:
OEO_00010037 "CRF 1.A.3",
rdfs:label "CRF sector: transport"

Types:
OEO_00000422

Facts:
OEO_00000504 OEO_00000243,
<http://purl.obolibrary.org/obo/BFO_0000050> OEO_00010039


Individual: OEO_00010043

Annotations:
OEO_00010037 "CRF 1.A.4",
<http://purl.obolibrary.org/obo/IAO_0000233> "issue: https://github.com/OpenEnergyPlatform/ontology/issues/461
pull request: https://github.com/OpenEnergyPlatform/ontology/pull/523",
rdfs:label "CRF sector: fuel combustion - other sectors"

Types:
OEO_00000128

Facts:
OEO_00000504 OEO_00000243,
<http://purl.obolibrary.org/obo/BFO_0000050> OEO_00010039


Individual: OEO_00010044

Annotations:
OEO_00010037 "CRF 1.A.5",
rdfs:label "CRF sector: fuel combustion - other"

Types:
OEO_00000367

Facts:
OEO_00000504 OEO_00000243,
<http://purl.obolibrary.org/obo/BFO_0000050> OEO_00010039


DisjointClasses:
OEO_00000145,OEO_00000213,OEO_00000422