Re: Processing RDF in XML/XSLT workflows

Paul Gearon wrote:
>   SELECT ?s ?p ?o FROM <graph:uri> WHERE { ?s ?p ?o } ORDER BY ?s ?p ?o
>   

Right, and given that your WHERE clause can be as complicated as you 
want, the logic of your query can do a lot of the work, leaving the XSLT 
to just wrap things in tags.

Bob

Received on Tuesday, 27 April 2010 00:50:29 UTC