Dear all,
 
Is there a difference between the two following patterns:
?ws1 wn20schema:inSynset ?syn1.
?ws2 wn20schema:inSynset ?syn2.
?syn1 wn20schema:hyponymOf+ ?syn2.
 
compared to:
?ws1 wn20schema:inSynset ?syn1.
?ws2 wn20schema:inSynset ?syn2.
?syn1 wn20schema:hyponymOf+ ?tst.
FILTER(?syn2 = ?tst)
 
I use this in a larger queries, where the first form doesn't return the results 
I would expect, but the second one does, is this normal ? (I could post 
information about the data and the full query if needed).
 
I am working with OWLIM-Lite 4.3
 
Thanks for any help
Fabian
_______________________________________________
OWLIM-discussion mailing list
[email protected]
http://ontotext.com/mailman/listinfo/owlim-discussion

Reply via email to