- From: Henry Story <henry.story@bblfish.net>
- Date: Tue, 29 Nov 2011 19:45:54 +0100
- To: Peter Williams <home_pw@msn.com>
- Cc: "public-xg-webid@w3.org" <public-xg-webid@w3.org>
On 29 Nov 2011, at 19:22, Henry Story wrote:
>
> On 29 Nov 2011, at 18:41, Peter Williams wrote:
>
>>
>>
>> PREFIX : <http://www.w3.org/ns/auth/cert#>
>> ASK {
>> <https://bob.example/webid#public> :key [
>> :modulus "cb24ed85d64d794b69c701c186acc059501e856000f661c93204d8380e07191c5c8b368d2ac32a428acb970398664368dc2a867320220f755e99ca2eecdae62e8d15fb58e1b76ae59cb7ace8838394d59e7250b449176e51a494951a1c366c6217d8768d682dde78dd4d55e613f8839cf275d4c8403743e7862601f3c49a6366e12bb8f498262c3c77de19bce40b32f89ae62c3780f5b6275be337e2b3153ae2ba72a9975ae71ab724649497066b660fcf774b7543d980952d2e8586200eda4158b014e75465d91ecf93efc7ac170c11fc7246fc6ded79c37780000ac4e079f671fd4f207ad770809e0e2d7b0ef5493befe73544d8e1be3dddb52455c61391a1"^^xsd:hexBinary;
>> :exponent 65537;
>> ] .
>>
>>
>>
>> Where did you see the missing xsd issue? It would be lovely for these to be the two gotchas.
>
> Up there in the SPARQL . It should be
>
> PREFIX : <http://www.w3.org/ns/auth/cert#>
> PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
> ASK {
> ?webid :key [
> :modulus ?mod;
> :exponent ?exp;
> ] .
> }
>
> I fixed that and a number of other issues in the mercurial repository. We should probably do a quick update of what is on the
> web site.
Ok, that section is fixed now. There were a few other changes that had been accumulating.
http://www.w3.org/2005/Incubator/webid/spec/#verifying-the-webid-claim
I also added you as contributor at the end.
Henry
>
> Henry
>
>
>
>>
>
> Social Web Architect
> http://bblfish.net/
>
Social Web Architect
http://bblfish.net/
Received on Tuesday, 29 November 2011 18:46:27 UTC