|
From: Tomasz P. <tom...@gm...> - 2014-12-04 10:26:41
|
Hi Wadea
I understand that you should use GRAPH patterns to determine what graphs to
query.
For example
SELECT *
WHERE
{
GRAPH ?g
{
// patterns
}
}
This way you can then narrow down the ?g by using it in further filters or
graph patterns. Does this help?
Regards,
Tom
December 4 2014 10:39 AM, "Wadea Hijjawi" <csw...@gm...
<%22Wadea%20Hijjawi%22%20%3Cc...@gm...%3E>> wrote:
Dear Sir/Madam
I have developed a SPARQL endpoint using dotnetrdf library , it works
perfect when choosing an external file (Turtle file)
but when try to execute query that have already "FROM" or "FROM NAMED"
clause it is return an empty result
is there an example (sample code) to use this library when we want to
depend on query itself to determine default and named graph?
thank you a lot
--
Wadea Asad Hijjawi
ASP.NET <http://asp.net/> & Oracle DB Developer
Civil Service Bureau
06-5604181 Ext:289
|