Re: FOAF: names with different scriptings

Le 2 oct. 06 à 11:05, Karl Dubost a écrit :
> <foaf:Person>
>   <foaf:name xml:lang="ja-Jpan">黒澤明</foaf:name>
>   <foaf:name xml:lang="ja-Latn">KUROSAWA Akira</foaf:name>
> </foaf:Person>
>
> but it seems next week it will be
> http://www.alvestrand.no/pipermail/ietf-languages/2006-October/ 
> 005104.html
>
> <foaf:Person>
>   <foaf:name xml:lang="ja">黒澤明</foaf:name>
>   <foaf:name xml:lang="ja-Latn">KUROSAWA Akira</foaf:name>
> </foaf:Person>
>
> Though there is still a problem, the real writing of the name is
>  黒澤明

Just thought about it.
Maybe, hmmm there is a similar semantics for that

SKOS Core Guide
http://www.w3.org/TR/2005/WD-swbp-skos-core-guide-20051102/
W3C Working Draft 2 November 2005  (one year without being  
republished, not good)

[[[
Preferred and Alternative Lexical Labels

The skos:prefLabel and skos:altLabel properties allow you to assign  
preferred and alternative lexical labels to a resource. For example:
]]] -- SKOS Core Guide
        http://www.w3.org/TR/2005/WD-swbp-skos-core-guide-20051102/ 
#secprefalt
        Fri, 04 Nov 2005 18:33:04 GMT

The given example is

<rdf:RDF
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
   xmlns:skos="http://www.w3.org/2004/02/skos/core#">

   <skos:Concept rdf:about="http://www.example.com/concepts#animals">
     <skos:prefLabel>animals</skos:prefLabel>
     <skos:altLabel>creatures</skos:altLabel>
     <skos:altLabel>fauna</skos:altLabel>
   </skos:Concept>

</rdf:RDF>

A similar mechanism for names, Book titles and movies, would be  
interesting.



-- 
Karl Dubost - http://www.w3.org/People/karl/
W3C Conformance Manager, QA Activity Lead
   QA Weblog - http://www.w3.org/QA/
      *** Be Strict To Be Cool ***

Received on Tuesday, 3 October 2006 13:36:24 UTC