Re: long term webid of peter, contrary to rumour

inline: 


On 14 Nov 2011, at 09:20, Mischa Tuffield wrote:

> Comment inline:
> 
> -Mischa's phone
> 
> On Nov 14, 2011, at 2:06 AM, Peter Williams <home_pw@msn.com> wrote:
> 
>> Can we stop personalizing this, like Peter is some evil demon? I feel like a chartist, or a catholic, or a Puritan, or a Scot - or whoever else English history blamed for the woes of the nation. (personally depressing to me, apparently folks are targeting poles, these days).
>> 
>> I tried to post an rdfa using the modern vocab document to my about page, and that was the result. It's a mess, that I cannot expect a machine to parse. How do I fix it?
>> 
>> What do I do to make wordpess host the rdfa I posted (and not strip it all out)?
> 
> Peter,
> 
> I don't know much about hosting a Wordpress instance on their domain, but what I do know is that writing RDFa come be a bit tricky - this whole mixing tue data layer with the presentation layer seems v.odd. I would suggest writing out your rdfa by itself, ignoring the existing structure of your HTML, and then tacking a hidden span or div at the bottom of your webpage, right before the </body>. This what I would try to do if I was having problems with rdfa. Does that make any sense?
> 
> Mischa

Peter,

To be more specific (was on the train when I sent the last email) you could take an rdfa fragment like below (wrapped a hidden span). Taken from my foaf file: 

<span style="display:hidden;">
<div xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
     xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
     xmlns="http://www.w3.org/1999/xhtml"
     xmlns:cert="http://www.w3.org/ns/auth/cert#"
     xmlns:rsa="http://www.w3.org/ns/auth/rsa#"
     xmlns:foaf="http://xmlns.com/foaf/0.1/"
     xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
     class="rdf2rdfa">
   <div class="description" typeof="rsa:RSAPublicKey">
      <div rel="cert:identity">
         <div class="description" about="#mischa" typeof="foaf:Person">
            <div property="foaf:name" content="Mischa Tuffield"/>
         </div>
      </div>
      <div rel="rsa:modulus">
         <div class="description" typeof="rdfs:Resource">
            <div property="cert:hex" content="e7667f3211b800705be6712544e192cc1fe1410895f287947d72b8f524b3442a3344fa2282255d6a24956bd3c64d4133ab795d3a74b3ec4f779b1d8653cf7e2a4acd290bc648614f8fc1b0c3c19d27ca139a0736c88d97ab612263d95ceb87c5c76805428bacb4f6cff44616248ab18bc8a84cdda0157f523877eb873d9f536fbce5c836c312c4ce29ec8723060dab2e352d425c9d1f485c6709677ba8dc98fcddb04fed398f9a6153f125ba66dda1e65717f9ca29a07e90edd5d90dc94acb26ebdfec6174fceaab2e691ea08469d222b764146a4d98265d2865c3807e484223b6ab4c8fc738bf0806e0e3cfbb5d37ea095c658051c7ccbf1ce6ae28c9d14f6d"/>
         </div>
      </div>
      <div rel="rsa:public_exponent">
         <div class="description" typeof="rdfs:Resource">
            <div property="cert:decimal" content="65537"/>
         </div>
      </div>
   </div>
</span>

Mischa

> 
>> 
>> How do I alternatively stuff an rdf/XML stream into HTML as a data island (eg using an object tag)
>> 
>> Concerning my opera unite endpoint, the whole point is that a uncontracted, public client cannot use my time sensitive graph - unless I'm online and I choose to release it (under copyright rules that prohibit compilation etc). But that is advanced, and experimntal - presaging the day when webid can be used for business and commerce). 
>> 
>> As it stands, I first just need to use Wordpress to host a little graph (a name and an int...) Ideally those who follow my site (about 1 person) will get an email with the graph embedded when i update the post/page, and this (pretty common) data flow can drive their id and graph caching when the email reader fires up the xHTML handler of the Mac/pc/unix.
>> 
>> 
>> Sent from my iPhone
>> On Nov 13, 2011, at 2:17 PM, "Henry Story" <henry.story@bblfish.net> wrote:
>> 
>>> 
>>> On 13 Nov 2011, at 22:48, Kingsley Idehen wrote:
>>> 
>>>> On 11/13/11 3:53 PM, Henry Story wrote:
>>>>> 
>>>>> 
>>>>> On 13 Nov 2011, at 21:31, Kingsley Idehen wrote:
>>>>> 
>>>>>> On 11/13/11 4:48 AM, Henry Story wrote:
>>>>>>> 
>>>>>>> On 13 Nov 2011, at 01:52, Peter Williams wrote:
>>>>>>> 
>>>>>>>> at yorkporc.wordpress.com ive hosted on the blog's front page the site's contact page (from wordpress.com). It has in HTML the kind of information normally shown in a foaf card. it has my long term webid, hosted on an opera unite endpoint. Its not a foaf card like others and neither is the endpoint (being only available when I am online). 
>>>>>>> 
>>>>>>> That's ok. As the spec points out ( http://www.w3.org/2005/Incubator/webid/spec/ ) all that is required for WebID is the publication of the public key at that endpoint with some RDF markup. (btw, we should perhaps add a link to the W3C how to on publishing multiple formats in a content negated format)
>>>>>> 
>>>>>> Is it about publication of a public key with RDF markup? Is that the narrative? If it is, then be up front about it as I am tired of cycling this RDF wagon re. the problem it introduces, unnecessarily. 
>>>>>> 
>>>>>> If this is an RDF only solution, say so, and stick to it. Then live with the consequences.
>>>>> 
>>>>> Is there an issue you have with the spec? If so please tell us. 
>>>> 
>>>> I have an issue with narratives the end up with RDF as being inextricable re. WebID and its verification protocol. That's what I have an issue with. If the spec toes that line, then I have a problem with the spec. If the spec is RDF specific then qualify the whole thing as RDF based WebID, nice and simple.
>>> 
>>> We have RDF/XML, Turtle, RDFa markup in html. Where is RDF/XML inextricably linked? We speak about the model, and we show the serialisations that are widely accepted.  
>>> 
>>> There has to be a way of telling in follow your nose like manner how to get the graph, which does not rely on things like: if the service is called Facebook, then do this, but if it is Twitter then do that, and if is some other site then do that.  
>>> 
>>> Or how do you think we should currently work with Peter William's profile? Should we perhaps add something to the spec that says if the URL is 
>>> 
>>> $ curl -i http://home.homepw2.operaunite.com/webserver/content/
>>> HTTP/1.1 503 Service Unavailable
>>> Content-type: text/html
>>> Connection: close
>>> Server: UniteProxy/0.2.5
>>> 
>>> <html><frameset cols="100%"><frame src="http://unite.opera.com/general/noservice/homepw2/home/" /></frameset></html>
>>> 
>>> then we should go to http://yorkporc.wordpress.com/ and read the public key there by searching for the "RSA Public Key" string
>>> and then finding the key by guessing that that's probably a modulus because it looks like one?
>>> 
>>> And even if we were to find the public key there, we would find that the webid does not point to the right place but to a different document that is unavailable. But perhaps that's acceptable because the spec should say that if its Peter William's site we should have an exception.
>>> 
>>> Clearly you are not going to defend such a position. But currently I don't see how Peter Williams can claim that he even has a WebID, not in any meaningful way related to this group's work.
>>> 
>>>> 
>>>>> 
>>>>> Most implementations I know of now are working with RDF serialisations, so those are the ones we should be sticking by initially, as we did from the very start.
>>>> 
>>>> Again, what on earth does that mean? That there will be a narrative utterly laced with that bias? Again, there's nothing wrong with saying: this is RDF based WebID etc.. That's better that pretending it isn't be it via spec or narrative.
>>> 
>>> So what do you want the spec to say?
>>> 
>>>> 
>>>>> Those serialisations are well documented and clearly specified. 
>>>> So?
>>>> 
>>>> Kingsley
>>>>> 
>>>>>> 
>>>>>>> 
>>>>>>> I see that your WebID Profile Page - as it is called in the spec section 2.3 - is in html. So I guess it's meant to be parsed as RDFa.
>>>>>>> The RDFa http://www.w3.org/2007/08/pyRdfa/ validation service seems to only return a few URLs for your page.
>>>>>>> 
>>>>>>> I don't see that you have specified any of the cert or rsa namespaces so if you want to turn that into a WebID you do need to follow the explanation here
>>>>>>> 
>>>>>>>   http://www.w3.org/2005/Incubator/webid/spec/#rdfa-html-notation
>>>>>>> 
>>>>>>> If you find problems or unclarities in any aspect of the spec, please explain which part of the text is unclear, and what wording you suggest would help improve it.
>>>>>> 
>>>>>> You are talking syntax again. Can WebID not be discussed conceptually without syntax specificity? Is this impossible? 
>>>>> 
>>>>> I am talking spec.
>>>>> 
>>>>> In the future when semantics is more clearly and widely understood then one will no longer need to mentions syntax. But at present that is not the case. The document is an evolving one.
>>>>> 
>>>>> Henry
>>>>> 
>>>>>> 
>>>>>> Kingsley
>>>>>>> 
>>>>>>> Henry
>>>>>>> 
>>>>>>>>  
>>>>>>>> I happen to enforce more privacy than perhaps do most consumers (being a security type engineer who is experimenting with

_________________________________
Mischa Tuffield
Email: mischa@mmt.me.uk
Homepage: http://mmt.me.uk/
WebID: http://mmt.me.uk/foaf.rdf#mischa

Received on Monday, 14 November 2011 10:32:34 UTC