Re: Paging Last Call draft changes ready for WG review

On 08/04/2014 11:58 AM, John Arwe wrote:
> Per today's resolution to proceed to LC after a review period for 
> today's resolutions, the latter are now live at [1].
> The related changeset is [2].

Awesome.   Do we want to try to publish Thursday?

Looking over the changes, the one thing I'm not entirely happy about is 
how the sort order list ends up needing to be done in Turtle.   I think 
you sent me an email about this I didn't manage to get to earlier.

Maybe instead of:


Link: <x>; rel='http://www.w3.org/ns/ldp#pageSortCriteria'
...
<x> a rdf:List; rdf:first <#Sort-o.marketValue-Ascending> ; rdf:rest 
rdf:nil .

we could do:

Link: <x>; rel='http://www.w3.org/ns/ldp#pageSort'
...
<x> ldp:criteria ( <#Sort-o.marketValue-Ascending> ).

Obviously it's hard to figure out what to name those two predicates.  I 
just hate to expose rdf:first and rdf:rest like that.

Just an idea; I'm okay either way.

        -- Sandro

> I also brought the ttl file up to date for the containerSort > 
> pageSort rename from a few weeks ago, change set at [3]
>
> [1] 
> https://dvcs.w3.org/hg/ldpwg/raw-file/default/ldp-paging.html#general-requirements 
>
>
> [2] https://dvcs.w3.org/hg/ldpwg/rev/f945df395b55
>
> [3] https://dvcs.w3.org/hg/ldpwg/rev/7e72f0ab6fc7
>
> Best Regards, John
>
> Voice US 845-435-9470 BluePages 
> <http://w3.ibm.com/jct03019wt/bluepages/simpleSearch.wss?searchBy=Internet+address&location=All+locations&searchFor=johnarwe> 
>
> Cloud and Smarter Infrastructure OSLC Lead
>

Received on Tuesday, 5 August 2014 12:14:40 UTC