i40-Tools / I40KG

Contains the development for the Industry 4.0 standards knowledge graph (I40KG). Its current collaborative development is driven by VoCol - http://vocol.iais.fraunhofer.de/sto/
64 stars 24 forks source link

How to use this ontology library in protege? #89

Open mf093087 opened 2 years ago

mf093087 commented 2 years ago

Can I use this library in protege? if not, in which software can I use this? Could you please elaborate?

thedanindanger commented 2 years ago

I managed to get it working in Protege.

  1. Clone / download the repository
  2. In protege, open i40kg.ttl at the top level directory of the repository (this file: https://github.com/i40-Tools/I40KG/blob/master/i40kg.ttl)
  3. Protege will fail to load concerns and framework because the links are dead. Select that you will locate the file, then point protege to the concerns.tll and frameworks.tll files, located in the same directory as i40kg.tll (here: https://github.com/i40-Tools/I40KG/blob/master/concerns.ttl and here: https://github.com/i40-Tools/I40KG/blob/master/frameworks.ttl)

Please note, I'm including the links to the files' locations in github for reference. If you clone or download the repository, you will have all these files on your local device.