[metadata] contributors have contributors
@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 '[email protected]'
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
@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).
This has been solved with the OEMetadata 2.0.