Re: Combined query results

2018-06-09 Thread Claude Warren
sults would be sent to another system as a parametrized query. > > > > Regards, > > Samita Bai > > > From: Claude Warren > Sent: 08 June 2018 22:26:55 > To: users@jena.apache.org > Subject: Re: Combined query results > >

Re: Combined query results

2018-06-09 Thread Samita Bai / PhD CS Scholar @ City Campus
Sent: 08 June 2018 22:26:55 To: users@jena.apache.org Subject: Re: Combined query results How about: prefix : <http://example.org/> Select ?alice ?address where { ?alice :hasAddress ?address; :hasName "Alice" } On Thu, Jun 7, 2018, 12:36 AM Samita Bai

Re: Combined query results

2018-06-08 Thread Claude Warren
How about: prefix : Select ?alice ?address where { ?alice :hasAddress ?address; :hasName "Alice" } On Thu, Jun 7, 2018, 12:36 AM Samita Bai / PhD CS Scholar @ City Campus < s...@iba.edu.pk> wrote: > I need some help with the following code. I

Combined query results

2018-06-07 Thread Samita Bai / PhD CS Scholar @ City Campus
I need some help with the following code. I am using parameterized sparql string and I want to display combined results of both queries how can I do that. Any help or suggestion would be truly appreciated. final static String filename = "/home/samita/turtleContent.ttl"; static Model