Re: RWW-0 Interop Draft

On 27 October 2012 20:38, Melvin Carvalho <melvincarvalho@gmail.com> wrote:

>
>
> On 26 October 2012 18:41, Melvin Carvalho <melvincarvalho@gmail.com>wrote:
>
>>
>>
>> On 26 October 2012 17:17, Kingsley Idehen <kidehen@openlinksw.com> wrote:
>>
>>>  On 10/26/12 10:52 AM, Melvin Carvalho wrote:
>>>
>>>
>>>
>>> On 24 October 2012 01:39, Kingsley Idehen <kidehen@openlinksw.com>wrote:
>>>
>>>> All,
>>>>
>>>> Please note: http://www.w3.org/community/rww/wiki/RWW-Interop .
>>>>
>>>
>>> 0.1 Share a resource, and constrain access to identities associated with
>>> a list of WebIDs or a Group e.g., a foaf:Group.
>>>
>>> Should we make a list of webids somewhere for this test?
>>>
>>> Maybe as a starting point:
>>> http://www.w3.org/community/rww/wiki/Planet_RWW
>>>
>>>
>>> I think signing emails is enough :-)
>>>
>>
>> Been trying test 1 on data.fm ... with the following .meta
>>
>> @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
>> @prefix acl: <http://www.w3.org/ns/auth/acl#> .
>>
>> <#1>
>>   acl:agent <http://melvincarvalho.com/#me>;
>>   acl:mode acl:Read;
>>   acl:mode acl:Write;
>>   acl:accessTo <https://rww0.data.fm/> .
>>
>> Didnt quite seem to work tho ... I'll see if I can debug why ...
>>
>
> So the issue was the trailing slash
>
> This seems to work now in order to pass rww interop 0.1 on data.fm
>
>
> @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
> @prefix acl: <http://www.w3.org/ns/auth/acl#> .
>
> <#1>
>   acl:agent <http://melvincarvalho.com/#me>;
>   acl:mode acl:Read;
>   acl:mode acl:Write;
>   acl:mode acl:Control;
>   acl:accessTo <https://rww.data.fm/ <https://rww0.data.fm/>> .
>
>
> Cant quite seem to edit the .meta tho ... perhaps i need another rule in
> there ... will try and debug
>

Ah I see what's going on, Control isnt implemented in data.fm yet

So you just need read/write access to the .meta


>
>
>>
>>>
>>> Kingsley
>>>
>>>
>>>
>>>
>>>> --
>>>>
>>>> Regards,
>>>>
>>>> Kingsley Idehen
>>>> Founder & CEO
>>>> OpenLink Software
>>>> Company Web: http://www.openlinksw.com
>>>> Personal Weblog: http://www.openlinksw.com/blog/~kidehen
>>>> Twitter/Identi.ca handle: @kidehen
>>>> Google+ Profile: https://plus.google.com/112399767740508618350/about
>>>> LinkedIn Profile: http://www.linkedin.com/in/kidehen
>>>>
>>>>
>>>>
>>>>
>>>>
>>>>
>>>
>>>
>>> --
>>>
>>> Regards,
>>>
>>> Kingsley Idehen	
>>> Founder & CEO
>>> OpenLink Software
>>> Company Web: http://www.openlinksw.com
>>> Personal Weblog: http://www.openlinksw.com/blog/~kidehen
>>> Twitter/Identi.ca handle: @kidehen
>>> Google+ Profile: https://plus.google.com/112399767740508618350/about
>>> LinkedIn Profile: http://www.linkedin.com/in/kidehen
>>>
>>>
>>>
>>>
>>
>

Received on Saturday, 27 October 2012 19:10:38 UTC