Python Scripting and Classes

Post Reply
wolske
Posts: 3
Joined: 09 Jun 2009, 15:33

I have been unable to find documentation on the scripting and Python; the only reference I can see indicates that the meta-model is exposed through 'kb', but I haven't been able to find anything else. Is there a tutorial or description of the Python classes that are available?
User avatar
jonathan.carter
Posts: 1087
Joined: 04 Feb 2009, 15:44

The main bit of documentation that you need for this is the Protege API. 'kb' is the main entry point to the knowledge base and from here, you can then explore the classes and instances.

A little Python knowledge is also useful!

Jonathan
Essential Project Team
Post Reply