Re: How to gathered the way items are linked in an ontology

Posted by Jiba on
URL: http://owlready.306.s1.nabble.com/How-to-gathered-the-way-items-are-linked-in-an-ontology-tp344p1114.html

Hi,

You can get the range class with the ".value" attribute of the restriction. You may also use .property, .cardinality and .type attributes if needed.

Jiba