I have student Reg.No and name property.
Reg.No     Name
1               Rohit
2               Kumar

Then, if I use as: if (Reg.No==1) OR Reg.No==2
                          fetch name of student
In this case, which name value will be extracted from the ontology?
Rohit, kumar, or both?

Reply via email to