Have two questions
Given classes
A
,B
and object propertyp
(A->B
). How to say that for anya
fromA
and anyb
fromB
a
is mapped via propertyp
tob
(a p b
)? In other wordsA
has propertyp
and every instance ofA
is mapped to all instances ofB
via properyp
.Now we have 3 classes
A
,B
,C
and 2 propertiesp1
(A->B
or domainA
, rangeB
) andp2
(B->C
or domainB
, rangeC
). How to say in Protege that for anya
fromA
and anyc
fromC
there exists ab
fromB
for whicha p1 b
andb p2 c
?