OpenEnergyPlatform / django-comparison-dashboard

Django app holding functionalities for comparing scenarios
MIT License
1 stars 0 forks source link

Implement new datamodel from RDF #5

Open henhuy opened 10 months ago

henhuy commented 10 months ago

Additionally to datasets stored into django models and queried via django ORM, we want to SPARQL data from OEP which is first mapped into RDF format and then made available via RDF endpoint(s).

In order to test/implement this, following steps must be done: