Re: Reza Request

2012-08-01 Thread Olaf Hartig
On Wednesday 01 August 2012 11:20:43 Leonard Jacuzzo wrote: > Hi Reza, > > An easy way to answer these fairly basic questions is to read the book > linked here. > > http://www.amazon.com/Learning-SPARQL-Bob-DuCharme/dp/1449306594 Or, as an alternative, you may also read the following slides of a

Re: Reza Request

2012-08-01 Thread Leonard Jacuzzo
Hi Reza, An easy way to answer these fairly basic questions is to read the book linked here. http://www.amazon.com/Learning-SPARQL-Bob-DuCharme/dp/1449306594 Best, Leonard On Wed, Aug 1, 2012 at 3:46 AM, Olaf Hartig wrote: > Hello Reza, > > Another attempt to make us do your homework exercises?

Re: Reza Request

2012-08-01 Thread Olaf Hartig
Hello Reza, Another attempt to make us do your homework exercises? A few days ago Gary King already gave you the correct answer on this list. Best, Olaf On Wednesday 01 August 2012 11:07:36 reza ramezani wrote: > Dear SPARQL Fans > Hi > I need a sparql query which returns all entities that at

Reza Request

2012-07-31 Thread reza ramezani
Dear SPARQL Fans Hi I need a sparql query which returns all entities that at least one of their triples has rdf:type predicate and Country as object . for example suppose we have these triples: A Age 10 A Place Qom A rdf:type Country B Age 20 B Surface 100 B Place Mashhad C Age 40 C

Re: Request

2012-05-07 Thread Lee Feigenbaum
Hi Reza, Try: SELECT ?s ?p ?o WHERE { ?s a ; ?p ?o . } Lee On 5/7/2012 1:16 AM, reza ramezani wrote: Dear SPARQL members How can I extract extract information of Subjects that have special type. For example I want to extract all information of all Subjects that their type is country: This

RE: Request

2012-05-06 Thread Peter Waher
You could try: SELECT ?s ?o FROM WHERE { ?s a } ORDER BY ?s Where you replace SOURCE and COUNTRY with the corresponding IRLs /Peter From: reza ramezani [mailto:r.ramez...@ec.iut.ac.ir] Sent: den 7 maj 2012 07:17 To: public-sparql-dev@w3.org Subject: Request Dear SPARQL members How

Request

2012-05-06 Thread reza ramezani
Dear SPARQL members How can I extract extract information of Subjects that have special type. For example I want to extract all information of all Subjects that their type is country: This means I want to extract all information of all countries. Many Thanks Best Wishes Reza Ramezani MS St

Re: Request for help....

2011-09-15 Thread Leonard Jacuzzo
Farhana, I think that you need to use the OPTIONAL key word. This will allow you to get a return if one of the OPTIONAL parts is matched. However, this would return true when only one OPTIONAL part matches. I am not sure how you would get it to return only when three of the OPTIONAL parts match, a

RE: Request for help....

2011-09-15 Thread Peter Waher
her From: Farhana Sarker [mailto:joyama...@gmail.com] Sent: den 14 september 2011 16:06 To: public-sparql-dev@w3.org Subject: Fwd: Request for help Could anyone help me please for my below request?? Best regards, Farhana -- Forwarded message -- From: Farhana Sarker mailto:joyama..

RE: Request for help....

2011-09-15 Thread Peter Waher
her From: Farhana Sarker [mailto:joyama...@gmail.com]<mailto:[mailto:joyama...@gmail.com]> Sent: den 14 september 2011 16:06 To: public-sparql-dev@w3.org<mailto:public-sparql-dev@w3.org> Subject: Fwd: Request for help Could anyone help me please for my below request?? Best regards

Request for help....

2011-09-15 Thread Farhana Sarker
Hi, I am a new SPARQL user. I need to write a query using SPARQL which can be set conditions and will be able to return the value if AT LEAST 3 condition is TRUE. For example: I want to return all the id and other information from my datasets where 6 conditions are given (as shown below) and wan

Fwd: Request for help....

2011-09-15 Thread Farhana Sarker
Could anyone help me please for my below request?? Best regards, Farhana -- Forwarded message -- From: Farhana Sarker Date: Tue, Sep 13, 2011 at 4:24 PM Subject: Request for help To: public-sparql-dev@w3.org Hi, I am a new SPARQL user. I need to write a query using