iot-ontologies / poweront

An ontology for modeling power consumption of devices described using dogont
0 stars 0 forks source link

poweront tries to import offline http://purl.oclc.org/NET/muo/ucum/ - missing import chain #1

Open SArndt-TIB opened 1 year ago

SArndt-TIB commented 1 year ago

Hi, I am not sure, whether I am in the right place, here, but i thought I'd ask.

I am trying to fix a missing import in the Energy Use Ontology at https://github.com/evhart/ontologies, which is not mine.

It imports Poweront from http://elite.polito.it/ontologies/poweront.owl, which itself is trying to import http://purl.oclc.org/NET/muo/ucum/, which is not reachable.

As I understand, there is a temporary fix for this missing import, hosted here(?). The alternative import should be this: https://elite.polito.it/ontologies/ucum-instances.owl which is probably identical to https://github.com/iot-ontologies/poweront/blob/master/ucum-instances.owl ?

Should/Could the import statement with http://purl.oclc.org/NET/muo/ucum/ in poweront be removed/ switched to the alternative, temporary fix? Would that affect the ontology at the location http://elite.polito.it/ontologies/poweront.owl?

Thanks for looking into this.

All the best

Susanne

dbonino commented 1 year ago

Hi Susanne, you are right, the temporary fix is still valid, and the ontology in https://github.com/iot-ontologies/poweront/blob/master/ucum-instances.owl is identical to https://elite.polito.it/ontologies/ucum-instances.owl. The import in poweront can absolutely be switched to the alternative. Any changes in this repo, however are not automatically reflected on http://elite.polito.it/ontologies/poweront.owl. For this last part you should contact @luigidr

SArndt-TIB commented 1 year ago

Thanks Dario, have done :-)