Re: Formal Semantics of OWL + RDF + SPARQL + SWRL

On 12/6/05, Steve Harris <S.W.Harris@ecs.soton.ac.uk> wrote:

> > ?s ?p ?o .
> > =>
> > ?p rdf:type rdf:Property .
>
> I agree, but in sparql this is somewhat unneccesary as you can do
>
>         SELECT DISTINCT ?p WHERE { ?s ?p ?o }
>
> directly

Yep - ideally with a little caching of results ;-)


--

http://dannyayers.com

Received on Tuesday, 6 December 2005 17:51:10 UTC