jess Query?

View: New views
1 Messages — Rating Filter:   Alert me  

jess Query?

by hed23 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

hi;

I want to understand if I can use an imbrqie query in jess, my problem is:
           1-I make a query and i save a result in a Result vector "?result"
           2-I want to use this Result " ?result" vector like a varibale in my a new query.so
how i can do that ,that 's my try:

(bind ?result2 (run-query* search-by-systeme4 "http://www.owl-ontologies.com/unnamed.owl#ID_PARENT_GEOGRAPHIQUE"  (while (?result next) (?result getString Sb) ) ))

when i run it, it give me 0 results.

thks for your help.