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
