Re: a remark on the webid spec

On 12/13/11 8:33 PM, Mischa Tuffield wrote:
> PREFIX :<http://www.w3.org/ns/auth/cert#>
> PREFIX foaf:<http://xmlns.com/foaf/0.1/>
> PREFIX xsd:<http://www.w3.org/2001/XMLSchema#>
> ASK {
>     GRAPH ?g {
>       ?g foaf:primaryTopic ?webid .
>       ?webid a foaf:Person .
>        ?webid :key [
>           :modulus ?mod;
>           :exponent ?exp;
>        ] .
>     }
> }

That introduces issues re. meaning of ?g. This varies across SPARQL 
services. Thus, the spec is better off staying with:

PREFIX : <http://www.w3.org/ns/auth/cert#>
PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
ASK {
<https://bob.example/profile#me> :key [
       :modulus 
"cb24ed85d64d794b69c701c186acc059501e856000f661c93204d8380e07191c5c8b368d2ac32a428acb970398664368dc2a867320220f755e99ca2eecdae62e8d15fb58e1b76ae59cb7ace8838394d59e7250b449176e51a494951a1c366c6217d8768d682dde78dd4d55e613f8839cf275d4c8403743e7862601f3c49a6366e12bb8f498262c3c77de19bce40b32f89ae62c3780f5b6275be337e2b3153ae2ba72a9975ae71ab724649497066b660fcf774b7543d980952d2e8586200eda4158b014e75465d91ecf93efc7ac170c11fc7246fc6ded79c37780000ac4e079f671fd4f207ad770809e0e2d7b0ef5493befe73544d8e1be3dddb52455c61391a1"^^xsd:hexBinary;
       :exponent 65537;
    ] .
}

-- 

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 Wednesday, 14 December 2011 02:44:30 UTC