Semantic-Society / Recommender

MIT License
0 stars 0 forks source link

Consolidate recommendations #3

Closed JohannesLipp closed 2 years ago

JohannesLipp commented 4 years ago

Currently, a property recommendation will only have the information provided by the context where it came from. For example, take the class dcat:Distribution look for property dct:rights-> dct:RightsStatement when adding this property, the dct:RightsStatement will not contain any comment/name because that was not available in the dcat:Distribution ontology.

When adding dct:RightsStatement from the recommender, it will have these fields filled!

There are different options for fixing this. Either in the recommender or in the front-end. Logically, it should in the recommender, though.