alternative result format using collections - avoid use/mention issues

| ACTION Jos: Write email about alternative result format using
| collections - avoid use/mention issues
 -- 
http://lists.w3.org/Archives/Public/public-rdf-dawg/2004OctDec/0394.html


I'll give an example
in N3 the query looks like


[] q:select {<> q:answer (?name ?mbox)};
   q:where  {?x foaf:name ?name. ?x foaf:mbox ?mbox}.


and the answers then look like


<above-query-uri> q:answer ("Johnny Lee Outlaw" 
<mailto:jlow@example.com>). 
<above-query-uri> q:answer ("Peter Goodguy" <mailto:peter@example.org>). 


This use of RDF lists is very similar to use of it in OWL, e.g.
:C owl:intersectionOf (:A :B).


-- 
Jos De Roo, AGFA http://www.agfa.com/w3c/jdroo/

Received on Monday, 6 December 2004 23:12:12 UTC