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 class "quantity" #1510 #1839

Merged
merged 7 commits into from
Apr 23, 2024
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 @@ -9,6 +9,7 @@ and the versioning aims to respect [Semantic Versioning](http://semver.org/spec/
### Added
- methanol (#1827)
- has prefix (#1835)
- quantity (#1839)

### Changed
### Removed
Expand Down
17 changes: 17 additions & 0 deletions src/ontology/edits/oeo-shared.omn
Original file line number Diff line number Diff line change
Expand Up @@ -1869,3 +1869,20 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1652",
<http://purl.obolibrary.org/obo/BFO_0000015>


Class: OEO_00340062

Annotations:
<http://purl.obolibrary.org/obo/IAO_0000115> "A quantity is a quality of a material entity where the magnitude of the quality can be quantified via a quantity value, which means that it can be expressed as a number and a unit.",
<http://purl.obolibrary.org/obo/IAO_0000119> "Derived from: https://jcgm.bipm.org/vim/en/1.1.html",
<http://purl.obolibrary.org/obo/IAO_0000233> "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1510
pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1839",
rdfs:label "quantity"@en

EquivalentTo:
<http://purl.obolibrary.org/obo/BFO_0000019>
and (OEO_00140002 some OEO_00000350)

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


Loading