Well i don't have something like the body, actually i have only
sibling classes ... i'll explain you , i have a systeme composed of 5
sub-systems, with are all sub-classes of thing and none of theme is a
subclass of another super-class (they are all siblings ) how could
i say that i want only one occurrence of a kind of classes
... of it's instances or of that classe as well !
Well i don't have something like the body,actually i have only
sibling classes ... i'll explain you , i have a systeme composed
of 5 sub-systems, with are all sub-classes of thing and none
of theme is a subclass of another super-class (they are all siblings )
how could i say that i want only one occurrence of a kind of classes...
*of it's instances or of that classe as well !
i have an other problem with restrictions ;
i have a class named "" this kind of bus must have at each
extremity one (and exactly one) "lever" class and on the
other extremity one (and exactly one) class "stomach" ...
i did it with and "exactly 1" restriction but when
i want to instantiate the lever classe that give me
the choice to have relation with two instances of liver ou stomach ...
wich should be prohibited !
1 Liver <----- vein ----> 1 stomach : want i want and nothing else !
what i have the choixe to do now --->
1 stomach <----- vein ----> 1 stomach : should be forbiden
1 Liver <----- vein ----> 1 liver : should be forbiden
i hope that i've been clear ... do you have any idea ?
_______________________________________________
protege-owl mailing list
[hidden email]
https://mailman.stanford.edu/mailman/listinfo/protege-owlInstructions for unsubscribing:
http://protege.stanford.edu/doc/faq.html#01a.03