- From: Kingsley Idehen <kidehen@openlinksw.com>
- Date: Thu, 05 Sep 2013 12:20:53 -0400
- To: public-webid@w3.org
- Message-ID: <5228AF65.1020409@openlinksw.com>
On 9/5/13 12:14 PM, Kingsley Idehen wrote:
> On 9/5/13 12:09 PM, Kingsley Idehen wrote:
>> ## 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
> Correction:
>
>
> @prefix foaf: <http://xmlns.com/foaf/0.1/> .
> @prefix card: <http://www.w3.org/People/Berners-Lee/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>,
> <https://my-profile.eu/people/deiu/card#me>;
> foaf:depiction
> <http://www.w3.org/Press/Stock/Berners-Lee/2001-europaeum-eighth.jpg>.
>
Hopefully, third times a charm:
See:
http://kingsley.idehen.net/DAV/home/kidehen/Public/Linked%20Data%20Documents/WebID-ACL-Demos/webid-spec-profile-doc-example.ttl
.
## Raw Turtle Data
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix 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>, <https://my-profile.eu/people/deiu/card#me>;
foaf: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
Attachments
- application/pkcs7-signature attachment: S/MIME Cryptographic Signature
Received on Thursday, 5 September 2013 16:21:17 UTC