Have two questions
Given classes
A,Band object propertyp(A->B). How to say that for anyafromAand anybfromBais mapped via propertyptob(a p b)? In other wordsAhas propertypand every instance ofAis mapped to all instances ofBvia properyp.Now we have 3 classes
A,B,Cand 2 propertiesp1(A->Bor domainA, rangeB) andp2(B->Cor domainB, rangeC). How to say in Protege that for anyafromAand anycfromCthere exists abfromBfor whicha p1 bandb p2 c?