Search Mailing List Archives
[protege-discussion] Query don't give the expected result
Samson Tu
swt at stanford.edu
Fri Jun 19 11:06:22 PDT 2009
narjess touzani wrote:
> Hi
> It is strange but I have the following rule in my ontologie:
> fiche-Demarche(F1, "Lineaire") ∧ aEvaluation(Lineaire, ?E) →
> fiche-Evaluation(F1, ?E) ∧ sqwrl:select(?E)
> But when I excute it in the sqwrlQuery tab , it gives nothing as result
> fiche-Demarche and fiche-Evaluation are datatype properties (string)
> fiche-Evaluation is object property
fiche-Evaluation can't be datatype and object properties at the same
time. If you meant to say aEvaluation is a datatype property, and F1,
Lineaire are the names of individuals, the query will work, returning
the ?E value in aEvaluation(Lineaire, ?E).
Samson
More information about the protege-discussion
mailing list