i m learning owl and i see example in https://www.w3.org/TR/owl2-primer/
[] rdf:type owl:AllDisjointClasses ;
owl:members ( :Woman :Man ) .
wonder where to define AllDisjointClasses on protege class view?
there's a Disjoint With on each class's description view, is this the same thing?
and when i put that statement in turtle syntax than open the source file, the protege throw an error dialog.