Hello fedora users,

I have some trouble executing iTQL through risearch. I have created
the following query:

select $obja $objaval $kbatitle
subquery(
  select $obja $objaval
  from <#ri>
  where $obja <http://kemibrug.dk/k2/rdf#orgid> '183'
    and $obja <http://kemibrug.dk/k2/rdf#value> $objaval
    and $obja <http://kemibrug.dk/k2/relations#belongsToKBA> $kba
)
from <#ri>
where $kba <dc:title> $kbatitle;

This gives me an error which says: Failed to constrain all variables:
$obja not constrained in WHERE or GIVEN clauses. From my point of view
$obja seems to be constrained in the subquery.
Can someone maybe point out what is wrong here?

-- 
Med Venlig Hilsen / With Best Regards
Tomasz Cielecki
http://ostebaronen.dk

------------------------------------------------------------------------------
Get a FREE DOWNLOAD! and learn more about uberSVN rich system, 
user administration capabilities and model configuration. Take 
the hassle out of deploying and managing Subversion and the 
tools developers use with it. 
http://p.sf.net/sfu/wandisco-dev2dev
_______________________________________________
Fedora-commons-users mailing list
Fedora-commons-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fedora-commons-users

Reply via email to