OpenEnergyPlatform / oemetadata

Repository for the Open Energy Family metadata. Contains metadata templates, examples and schemas. For metadata conversion see https://github.com/OpenEnergyPlatform/omi
https://openenergyplatform.github.io/oemetadata/
MIT License
21 stars 3 forks source link

Update the ontology related fields #67

Closed Ludee closed 2 years ago

Ludee commented 2 years ago

The newly added fields for the ontology reference were tested and need to be improved.

is_about

value_reference

subject

Ludee commented 2 years ago

The update was bigger than expected. I could extend the metadata to be able to link to the OEO. Main results are:

subject

    "subject": [
        {"name" : "energy",
        "path": "https://openenergy-platform.org/ontology/oeo/OEO_00000150"},
        {"name" : "test dataset",
        "path": "https://openenergy-platform.org/ontology/oeo/OEO_00000408"}
    ],

isAbout

    "isAbout": [
        {"name" : "wind farm",
        "path": "https://openenergy-platform.org/ontology/oeo/OEO_00000447"}
    ],

valueReference

    "valueReference": [
        {"value": "onshore ",
        "name": "onshore wind farm",
        "path" : "https://openenergy-platform.org/ontology/oeo/OEO_00000311"},
        {"value": "offshore ",
        "name": "offshore wind farm",
        "path" : "https://openenergy-platform.org/ontology/oeo/OEO_00000308"}
    ]
steull commented 2 years ago

Checked metadata key description and example file.