- From: Peter Waher <Peter.Waher@clayster.com>
 - Date: Mon, 7 May 2012 06:53:24 +0000
 - To: reza ramezani <r.ramezani@ec.iut.ac.ir>, "public-sparql-dev@w3.org" <public-sparql-dev@w3.org>
 
Received on Monday, 7 May 2012 06:54:13 UTC
You could try:
SELECT
   ?s ?o
FROM <SOURCE>
WHERE
{
   ?s a <COUNTRY>
}
ORDER BY
   ?s
Where you replace SOURCE and COUNTRY with the corresponding IRLs
/Peter
From: reza ramezani [mailto:r.ramezani@ec.iut.ac.ir]
Sent: den 7 maj 2012 07:17
To: public-sparql-dev@w3.org
Subject: Request
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<http://www.facebook.com/ramezani.reza>
MS Student in Software Engineering
Department of Computer Engineering<http://ece.iut.ac.ir/>
Isfahan University of Technology<http://www.iut.ac.ir/>, Isfahan, Iran
Email: r.ramezani@ec.iut.ac.ir<mailto:r.ramezani@ec.iut.ac.ir>
Received on Monday, 7 May 2012 06:54:13 UTC