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

Update automatic metadata creation #393

Draft
wants to merge 12 commits into
base: develop
Choose a base branch
from

Conversation

chrwm
Copy link
Member

@chrwm chrwm commented Dec 1, 2022

Closes #386

@chrwm chrwm self-assigned this Dec 1, 2022
"name": null,
"path": null
"name": "power plant",
"path": "http://openenergy-platform.org/ontology/oeo/OEO_00000031"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What is the function of ontology references?

Copy link
Member Author

@chrwm chrwm Dec 8, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The purpose is that the @context field makes some fields in the oemetadata searchable via sparql queries. Amongst others subject, isAbout, valueReference. It makes the metadata JSON to a JSON-LD.
The idea is that in the future datasets are annotated ontologically for two use-cases:

  1. common vocabulary to search for data in the energy domain in a search engine that builds upon linked open data
    Here the prototype of a search engine from LOD-GEOSS project: http://moss.tools.dbpedia.org/search
    The usability and visualistion are going to be improved.
    When you search for hub height, select the concept from the suggestions and search for it on the energy databus, you'll find wind power plant datasets that contain information about hub height you might use for your calculations. The datasets are registered in the databus, which is a metadata catalog that points to decentrally hosted databases. So the data is not actually hosted and maintained on the databus but at individual institutions with the idea to improve data findability in the domain (only works if sufficient datapoints with good metadata participate).
  2. inference of knowlegde with annotated datasets
    simplistic example: I annote the mastr dataset with power plant and you know generally what the concept power plant is, but not what types of power plants exist in the energy domain. You could gain knowledge from the information stored via the hierarchical relations in the ontology.
    https://openenergy-platform.org/viewer/oeo/ if you search for power plant here.

deniztepe
deniztepe previously approved these changes Dec 8, 2022
@chrwm
Copy link
Member Author

chrwm commented Dec 8, 2022

I'll add further commits regarding the automatic metadata creation.

@chrwm chrwm marked this pull request as ready for review March 27, 2024 15:47
@chrwm chrwm marked this pull request as draft March 27, 2024 15:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants