Re: Basic semantic sitemap in RDFa for Drupal

Stephane Corlosquet wrote:
> Hi Steven,
> 
> Thanks for your feedback!
> 
> On Mon, Nov 30, 2009 at 8:58 AM, Steven Pemberton
> <Steven.Pemberton@cwi.nl>wrote:
> 
>> Looks good to me.
>>
>> There's something slightly odd with classifying people's names as being in
>> the same language as the document:
>>
>>        <http://drupalrdf.openspring.net/user/20> a sioc:User ;
>>             foaf:name "lucerukimam"@en .
>>

shouldn't this be:

<http://drupalrdf.openspring.net/user/20> a sioc:User ;
	sioc:account_of <http://drupalrdf.openspring.net/user/20#person> .

<http://drupalrdf.openspring.net/user/20#person> a foaf:Person ;
	foaf:name "lucerukimam"@en ;

since foaf:name relates to a foaf:person and sioc:User is simply an
account of said Person

Received on Monday, 30 November 2009 14:51:56 UTC