Re: Request

Hi Reza,

Try:

SELECT ?s ?p ?o
WHERE
{
   ?s a <uri-of-your-country-type> ; ?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 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 14:29:54 UTC