Re: How to get the restriction type of a restriction?
Posted by Akash on
URL: http://owlready.306.s1.nabble.com/How-to-get-the-restriction-type-of-a-restriction-tp861p870.html
Thanks, Jiba.
Is there a readily available dictionary, from where I can derive the type, or is there any documentation about which integer corresponds to which type?
Example: {24: "SOME", 26: "EXACTLY", ....}
Just checking before I go about finding out by trial and error.