I am trying to run a query from one xwiki page but I could not, someone
please can sent me some code example? I want that the user only do click in
the link and the report must appear.

My query is the follow and I am working with velocity for the scripts

Thanks in advance :)

"SELECT DISTINCT ?property ?hasValue ?isValueOf
WHERE {
  {
<http://testforge.int-evry.fr/d2r-server/resource/bugsubmitters/6688a14521cd97db162af8f9757f2e2232300e50>
?property ?hasValue
}
  UNION
  { ?isValueOf ?property
<http://testforge.int-evry.fr/d2r-server/resource/bugsubmitters/6688a14521cd97db162af8f9757f2e2232300e50>
}
}
ORDER BY (!BOUND(?hasValue)) ?property ?hasValue ?isValueOf " 


-- 
View this message in context: 
http://xwiki.475771.n2.nabble.com/How-do-I-run-a-query-from-a-rdf-database-in-xwiki-page-tp5431016p5431016.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
_______________________________________________
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users

Reply via email to