Re: Request for Review of WebID specs before publishing

On 9/5/13 10:33 AM, Melvin Carvalho wrote:
>
>
>
> On 5 September 2013 15:52, Henry Story <henry.story@bblfish.net 
> <mailto:henry.story@bblfish.net>> wrote:
>
>     Dear WebID Community Group,
>
>       we now have three specs up on github here
>
>     https://dvcs.w3.org/hg/WebID/raw-file/tip/spec/index.html
>
>     All editors think that it is time to publish a new version
>     on the W3C WebID Incubator space, to finalise the distinction
>     between WebID, WebID-TLS, and the cert ontology.
>
>     So we would like to be able to publish the specs above
>     at the following location, by Friday 20 September 2013
>
>     http://www.w3.org/2005/Incubator/webid/spec/
>
>     We would be very happy to receive feedback from
>     the community before doing so. If you can spot
>     any errors or improvements please let us know,
>     we'll do our best to get them in before publication.
>
>
> +1 looks good
>
> IMHO, publish early, publish often

+1

Some edit suggestions:

[[
EXAMPLE 1
@prefix foaf: <http://xmlns.com/foaf/0.1/> .

<> a foaf:PersonalProfileDocument;
    foaf:maker <#me>;
    foaf:primaryTopic <#me>.

<#me> a foaf:Person;
    foaf:name "Bob";
    foaf:knows <https://example.edu/p/Alice#MSc>;
    foaf:img <https://bob.example/picture.jpg>.
]]

Could become:

## Example that includes live links

@prefix foaf: <http://xmlns.com/foaf/0.1/> .

<> a foaf:PersonalProfileDocument;
    foaf:maker <#i>;
    foaf:primaryTopic <#i>.

<#me> a foaf:Person;
    foaf:name "Tim Berners-Lee";
    foaf:knows <http://bblfish.net/people/henry/card#me>, 
<https://my-profile.eu/people/deiu/card#me>;
    foaf:depiction 
<http://www.w3.org/Press/Stock/Berners-Lee/2001-europaeum-eighth.jpg>.

# Note: I don't know Stef's WebID which is why its missing as a 
foaf:knows relation object in the example above ##

Kingsley
>
>
>        Thanks,
>
>                     Henry Story
>
>
>     Social Web Architect
>     http://bblfish.net/
>
>
>


-- 

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 Thursday, 5 September 2013 16:10:11 UTC