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-…
Sent from the XWiki- Users mailing list archive at
Nabble.com.