OpenEnergyPlatform / academy

The Open Energy Academy is a collection of courses, tutorials, and questions for the Open Energy Family
https://openenergyplatform.github.io/academy/
GNU Affero General Public License v3.0
16 stars 6 forks source link

[metadata] contributors have contributors #33

Open MGlauer opened 5 years ago

MGlauer commented 5 years ago

@luvogt and I found some structures in the current metadata that we deem worth discussing:

contributors | dct:contributor 
    title | dct:contributor (foaf:Agent) & (foaf:Person)

This yields the following RDF:

:document dct:contributor _:1.
_:1 dct:contributer 'Title goes here';
      :has_mail 'mail@example.com'

which does not really makes sense as the contributor has itself a contributor again. Instead, title should be represented by dc:title. :document dct:contributor _:1. should propably be something like :document :has_contribution _:1

christian-rli commented 3 years ago

@MGlauer . is this issue still relevant? I'm no expert on rdf, but in the current json metadata example contributors are objects in a list. https://github.com/OpenEnergyPlatform/oemetadata/blob/develop/metadata/v140/example.json

If you have no objections, I would simply close this issue.

Also, this would be the wrong repository for an issue about the oemetadata (by now. it received its own repository after the creation of this issue).