- From: Kingsley Idehen <kidehen@openlinksw.com>
- Date: Fri, 13 Jul 2012 14:16:28 -0400
- To: public-rww@w3.org
- Message-ID: <500065FC.6090907@openlinksw.com>
On 7/13/12 1:52 PM, Jürgen Jakobitsch wrote: > hi, > > tried and worked without any error with [1] and [2] (in both > profiles, i'm knowing you) > > with this webID [3] sparql endpoint displays a white page, so i'm > not sure whether it's a cert/webID parsing error or expected behaviour, > this third webID however passes WebIDTestServer debug method [4] without error. > > wkr j > > [1] http://www.turnguard.com/turnguard > [2] http://company.semantic-web.at/person/juergen_jakobitsch > [3] http://eastghost.org/ghost.ttl#j > [4] http://webid.turnguard.com/WebIDTestServer/debug The 3rd WebID doesn't have a foaf:knows triple where the requisite WebIDs are in the object slot, so it isn't permitted to do anything :-) Here's what I see: @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix h: <http://www.w3.org/1999/xhtml> . @prefix foaf: <http://xmlns.com/foaf/0.1/> . @prefix cert: <http://www.w3.org/ns/auth/cert#> . <http://eastghost.org/ghost.ttl> a <http://xmlns.com/foaf/0.1/PersonalProfileDocument> . <http://eastghost.org/ghost.ttl> foaf:maker <http://eastghost.org/ghost.ttl#j> . <http://eastghost.org/ghost.ttl#j> a foaf:Person ; foaf:name "jürgen" ; foaf:depiction <http://2sea.org/2sealogo.png> . <http://eastghost.org/ghost.ttl#j> cert:key _:node65lkcqx1 . _:node65lkcqx1 a cert:RSAPublicKey ; cert:modulus """e9e67c4b2b1d27c125f46b97f89f562fd36e10d825b585997340e915ca65577882e791dc99c4f58885184255e2762f74d7f23553c9c6f9e8f26e0ffd8039ef24eb5c58eb0ec53c8a2306821d4fa3ca4961920d262702bb942a2b4b3ada792415ecc74de5ad7085af50cb2afacdccb7938b044c4cfe7ee1b36b27ff1ac6dd14c51070fbbd4cd04e1e81876f72ec2c3c9cad7f45f184833beb127f33f8c042d1f0e24d27fa81306201eefaa7f7ec4411b47a72d1aa19e76f4d1a094c6d509065b37c0b71f190af2ddc051f9a2b6e93ce3d5a478f92514bc745b6914bdf562d2a8cf71105dada7d2cbc895f7bb2f518b5c5c0e7de200055e5985de9bdbaff5aaf27"""^^<http://www.w3.org/2001/XMLSchema#hexBinary> ; cert:exponent "65537"^^<http://www.w3.org/2001/XMLSchema#integer> . I would expect: @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix h: <http://www.w3.org/1999/xhtml> . @prefix foaf: <http://xmlns.com/foaf/0.1/> . @prefix cert: <http://www.w3.org/ns/auth/cert#> . <http://eastghost.org/ghost.ttl> a <http://xmlns.com/foaf/0.1/PersonalProfileDocument> . <http://eastghost.org/ghost.ttl> foaf:maker <http://eastghost.org/ghost.ttl#j> . <http://eastghost.org/ghost.ttl#j> a foaf:Person ; foaf:name "jürgen" ; foaf:depiction <http://2sea.org/2sealogo.png> foaf:knows <http://id.myopenlink.net/dataspace/person/KingsleyUyiIdehen#this>; <http://eastghost.org/ghost.ttl#j> cert:key _:node65lkcqx1 . _:node65lkcqx1 a cert:RSAPublicKey ; cert:modulus """e9e67c4b2b1d27c125f46b97f89f562fd36e10d825b585997340e915ca65577882e791dc99c4f58885184255e2762f74d7f23553c9c6f9e8f26e0ffd8039ef24eb5c58eb0ec53c8a2306821d4fa3ca4961920d262702bb942a2b4b3ada792415ecc74de5ad7085af50cb2afacdccb7938b044c4cfe7ee1b36b27ff1ac6dd14c51070fbbd4cd04e1e81876f72ec2c3c9cad7f45f184833beb127f33f8c042d1f0e24d27fa81306201eefaa7f7ec4411b47a72d1aa19e76f4d1a094c6d509065b37c0b71f190af2ddc051f9a2b6e93ce3d5a478f92514bc745b6914bdf562d2a8cf71105dada7d2cbc895f7bb2f518b5c5c0e7de200055e5985de9bdbaff5aaf27"""^^<http://www.w3.org/2001/XMLSchema#hexBinary> ; cert:exponent "65537"^^<http://www.w3.org/2001/XMLSchema#integer> . Kingsley > > ----- Original Message ----- > From: "Kingsley Idehen" <kidehen@openlinksw.com> > To: public-rww@w3.org > Sent: Friday, July 13, 2012 1:24:12 PM > Subject: Social Relationship based on TimBL added to WebID ACLs Test > > All, > > I've now added a rule based on the WebID or TimBL as the object of the foaf:knows relationship that needs to be in your profile en route to being able to perform SPARQL Update queries against the endpoint at: https://kingsley.idehen.net/sparql . > > Thus, you only need to claim knowing one of: > 1. < http://www.w3.org/People/Berners-Lee/card#i > > 2. <http://id.myopenlink.net/dataspace/person/KingsleyUyiIdehen#this> > 3. <http://kingsley.idehen.net/dataspace/person/kidehen#this> . > > As when you complete the test, I'll add your WebID to the list above which basically adds expanse to the social graph and its WebID ACL implications :-) -- 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
Attachments
- application/pkcs7-signature attachment: S/MIME Cryptographic Signature
Received on Friday, 13 July 2012 18:16:24 UTC