OpenEnergyPlatform / OpenEnergyPlatform/oeplatform
Check for possible inconsistencies in OEKG
Open
@h-spinde is already working on this.
Since Dec 11, 2023.
bug
oekg
Scenario Bundle
- Dominant language
- Python
- Stars
- 65
- Forks
- 29
- Avg merge
- 15h 25m
- Merged PRs (30d)
- 32
Description
Description of the issue
Building an ontology and a knowledge graph are long-term tasks that need continuous refinement. The OEKG mainly uses the OEO for its schema. Also, it uses other ontologies. Some relations in the OEKG do not exist yet in the OEO (for example: "has framework"). Therefore, we need to check for possible inconsistencies in the OEKG. We need to make decisions about adding the missing relations to the OEO or utilizing other ontologies.
Ideas of solution
- Check if the entity types and relations within the OEKG are in accordance with the desired schema uploaded here.
- Prepare a list of inconsistencies and discuss the solutions.
Workflow checklist
- I am aware of the workflow in CONTRIBUTING.md
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.