What's wrong with what you suggest?  Refined to

SELECT DISTINCT ?p
{
 ?s rdf:type ex:instance .
 ?s ?p ?o.
}

        Andy

On 17/02/14 08:28, Kamalraj Jairam wrote:
Hi Ashish,

        Yes, an individual or a class

Thanks
KJ

On 17 Feb 2014, at 7:01 pm, ashish nijhara <[email protected]> wrote:

KJ,

Can you elaborate what is meant by instance? Is it the individual in OWL
terms?

Do you mean a class (as depicted from the query)?

Thanks,
Ashish


On Mon, Feb 17, 2014 at 8:57 AM, Kamalraj Jairam <
[email protected]> wrote:

Hello All,

        Is it possible in sparql to get  all object and datatype
properties for an instance without doing

        select * where

        {?s ?p ?o. ?s rdf:type ex:instance}

        I want to get all properties for an of ex:instance

Regards
KJ





Reply via email to