[Virtuoso-users] doubt in multiple filters

2014-03-03 Thread Nikunj Jain
Hey I want to find to which node among the Sports and Team Sports, Cricket is closest. I am using this query on dbpedia.org/sparql SELECT ?link ?step ?path WHERE { { SELECT ?s ?o WHERE { ?o ?s

[Virtuoso-users] how to find path

2014-02-17 Thread Nikunj Jain
Hey, I need to find all the possible paths between two nodes in a graph of length < 6. What are the possible ways to do this ? Nikunj -- Android apps run on BlackBerry 10 Introducing the new BlackBerry 10.2.1 Runtime for

Re: [Virtuoso-users] Problem with property paths

2014-02-12 Thread Nikunj Jain
*Soft Reminder* On Mon, Feb 10, 2014 at 6:51 PM, Nikunj Jain wrote: > Hey Hugh > > You can all see the results of first query at > http://dbpedia.org/sparql?default-graph-uri=http%3A%2F%2Fdbpedia.org&query=select+%3Fmid+where+{%0D%0A%3Fmid+%3Chttp%3A%2F%2Fwww.w3.org%2F

Re: [Virtuoso-users] Problem with property paths

2014-02-10 Thread Nikunj Jain
orts%3E.%0D%0A%3Chttp%3A%2F%2Fdbpedia.org%2Fresource%2FCategory%3ABadminton_by_continent%3E+%3Chttp%3A%2F%2Fwww.w3.org%2F2004%2F02%2Fskos%2Fcore%23broader%3E+%3Fmid.%0D%0A}&format=text%2Fhtml&timeout=3&debug=on On Mon, Feb 10, 2014 at 6:50 PM, Nikunj Jain wrote: > Hey Hug

Re: [Virtuoso-users] Problem with property paths

2014-02-10 Thread Nikunj Jain
://www.facebook.com/OpenLinkSoftware > Universal Data Access, Integration, and Management Technology Providers > > On 10 Feb 2014, at 07:11, Nikunj Jain wrote: > > Hey, I am trying to calculate the paths between two nodes in dbpedia > graph, the path length can be anything. I

[Virtuoso-users] Problem with property paths

2014-02-09 Thread Nikunj Jain
Hey, I am trying to calculate the paths between two nodes in dbpedia graph, the path length can be anything. I tried these two queries to find the path length of 3: select ?mid where { ?mid {2} < http://dbpedia.org/resource/Category:Sports>.