Re: Contd: Using WebID ACLs to control access to my Google Drive, SkyDrive, and DropBox folders

hi kingsley,

works great, but the "show access rights"-sparql query [1] from last time
doesn't show any results.

btw. i (http://www.turnguard.com/turnguard) can browse directories
up to /DAV/home/kidehen/Public/

wkr jürgen


[1] 
prefix acl: <http://www.w3.org/ns/auth/acl#>
prefix foaf: <http://xmlns.com/foaf/0.1/> 
SELECT ?webID ?hasAccessType ?toDavResource
WHERE {
 ?agentClass foaf:member ?webID FILTER(?webID=<http://www.turnguard.com/turnguard> ).
 ?acl acl:agentClass ?agentClass .
 ?acl acl:mode ?hasAccessType .
 ?acl acl:accessTo ?toDavResource
}


----- Original Message -----
From: "Kingsley Idehen" <kidehen@openlinksw.com>
To: public-rww@w3.org
Sent: Tuesday, June 26, 2012 6:46:57 PM
Subject: Contd: Using WebID ACLs to control access to my Google Drive, SkyDrive,   and DropBox folders

On 6/19/12 4:35 PM, Kingsley Idehen wrote:
> All,
>
> I've dropped a G+ hosted post [1] that outlines how I mount and 
> control access to folders from SkyDrive, DropBox, and Google Drive via 
> my personal ODS-Briefcase (ODrive), using WebID .
>
> Resource collections in question are at:
>
> • My Skydrive -- 
> <https://kingsley.idehen.net/DAV/home/kidehen/Public/SkyDrive/>
>
> • My DropBox -- 
> <https://kingsley.idehen.net/DAV/home/kidehen/Public/DropBox/>
>
> • My Google Drive -- 
> <https://kingsley.idehen.net/DAV/home/kidehen/Public/GoogleDrive/>
>
> If you can't view these resources it means you aren't part of the ACL 
> that controls them. Reply with your WebID and I'll add you to the list 
> :-)
>
> Links
>
> 1. http://bit.ly/NNOkNB -- mounting 3rd party storage services into my 
> WebID driven personal data space .
>

I've added Box.net to the list of mounted storage services to which I've 
applied a WebID ACL.

Example: https://kingsley.idehen.net/DAV/home/kidehen/Public/BoxNet/  .

-- 

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






-- 
| Jürgen Jakobitsch, 
| Software Developer
| Semantic Web Company GmbH
| Mariahilfer Straße 70 / Neubaugasse 1, Top 8
| A - 1070 Wien, Austria
| Mob +43 676 62 12 710 | Fax +43.1.402 12 35 - 22

COMPANY INFORMATION
| web       : http://www.semantic-web.at/
| foaf      : http://company.semantic-web.at/person/juergen_jakobitsch
PERSONAL INFORMATION
| web       : http://www.turnguard.com
| foaf      : http://www.turnguard.com/turnguard
| g+        : https://plus.google.com/111233759991616358206/posts
| skype     : jakobitsch-punkt
| xmlns:tg  = "http://www.turnguard.com/turnguard#"

Received on Wednesday, 27 June 2012 07:35:06 UTC