Draft
Conversation
* apply black
added 2 commits
December 1, 2022 15:59
deniztepe
reviewed
Dec 8, 2022
| "name": null, | ||
| "path": null | ||
| "name": "power plant", | ||
| "path": "http://openenergy-platform.org/ontology/oeo/OEO_00000031" |
Contributor
There was a problem hiding this comment.
What is the function of ontology references?
Member
Author
There was a problem hiding this comment.
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:
- 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 forhub 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). - inference of knowlegde with annotated datasets
simplistic example: I annote the mastr dataset withpower plantand 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 forpower planthere.
deniztepe
previously approved these changes
Dec 8, 2022
Member
Author
|
I'll add further commits regarding the automatic metadata creation. |
# Conflicts: # open_mastr/mastr.py # open_mastr/soap_api/mirror.py # open_mastr/xml_download/utils_download_bulk.py
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #386