OpenEnergyPlatform / OpenEnergyPlatform/oeplatform
Add missing relations for OEVKG
@l-emele is already working on this.
Since Aug 5, 2024.
- Dominant language
- Python
- Stars
- 65
- Forks
- 29
- Avg merge
- 15h 25m
- Merged PRs (30d)
- 32
Description
We now have the OEVKG as a virtual knowledge graph for quantitative scenario comparisons, therefore, we should choose the relations between a data descriptor entity and its related elements. For example, this table contains a category column and it is annotated as 'CRF-based sector division' in its metadata. So, we need a new relation here like 'has sector division' or 'has category'. For example:
'oevkg:data_descriptor/123' 'has category' 'oeo:agriculture'
We need to define more relations based on the data tables. I created this issue to serve as a reminder and to keep it in mind for the future.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.