re: preparing for protocol...

Andy said,

> If the cardinality is not 0 or 1 then what should it be?  If >1, is it one 
> query executed over each of the graphs given by URI as per example 1.3 where 
> the results are multipart?

[snip]

> query = compile(querystring or retrieve query-=ri)
> for each "graph=<uri>" do
>   g = gragh identified by <uri>
>   result = query(g)
>   start multipart part
>   insert results
>   end multipart part
>   done

Yeah, that was the idea. Whether that's preferable to holding open an HTTP
1.1 connection, I don't know. Well, probably not.

Kendall

Received on Monday, 28 February 2005 14:54:01 UTC