Re: Request for Review of WebID specs before publishing

On 9/5/13 12:23 PM, Melvin Carvalho wrote:
>
>
>     ## Raw Turtle Data
>
>     @prefix foaf: <http://xmlns.com/foaf/0.1/>
>     <http://xmlns.com/foaf/0.1/> . @prefix card:
>     <http://www.w3.org/People/Berners-Lee/card#>
>     <http://www.w3.org/People/Berners-Lee/card#>
>       .
>
>         card: a foaf:PersonalProfileDocument;
>         foaf:maker card:i;
>         foaf:primaryTopic card:i.
>
>         card:i a foaf:Person;
>         foaf:name "Tim Berners-Lee";
>         foaf:knows<http://bblfish.net/people/henry/card#me>  <http://bblfish.net/people/henry/card#me>,<https://my-profile.eu/people/deiu/card#me>  <https://my-profile.eu/people/deiu/card#me>;
>         foaf:depiction<http://www.w3.org/Press/Stock/Berners-Lee/2001-europaeum-eighth.jpg>  <http://www.w3.org/Press/Stock/Berners-Lee/2001-europaeum-eighth.jpg>.
>
>     ##
>
>
> What's the aim?
>
> - To change relative hash URI's into absolute?
>
> - To help legibility?
>
> - To replace "me" with "i"?

Aim:

Make a simple example with live links.

Latest cut, which you can click on via this mail:

## Simple WebID Profile Document Example ##
<http://www.w3.org/People/Berners-Lee/card>
<http://www.w3.org/1999/02/22-rdf-syntax-ns#type> 
<http://xmlns.com/foaf/0.1/PersonalProfileDocument>;
<http://xmlns.com/foaf/0.1/maker> 
<http://www.w3.org/People/Berners-Lee/card#i>;
<http://xmlns.com/foaf/0.1/primaryTopic> 
<http://www.w3.org/People/Berners-Lee/card#i>.

<http://www.w3.org/People/Berners-Lee/card#i>
<http://www.w3.org/1999/02/22-rdf-syntax-ns#type> 
<http://xmlns.com/foaf/0.1/Person> ;
<http://xmlns.com/foaf/0.1/name> "Tim Berners-Lee";
<http://xmlns.com/foaf/0.1/knows> 
<http://bblfish.net/people/henry/card#me>,
<https://my-profile.eu/people/deiu/card#me>;
<http://xmlns.com/foaf/0.1/depiction> 
<http://www.w3.org/Press/Stock/Berners-Lee/2001-europaeum-eighth.jpg>.

-- 

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 17:19:13 UTC