[rdfweb-dev] Names In FOAF

Joshua Tauberer tauberer at for.net
Wed Apr 6 15:21:29 UTC 2005


Jonathan Greensted wrote:
> How long does this project need to flounder before someone puts a gun to it's
> head?

It's not like the semantic web itself has taken off...

Another idea for names is to make the representations of names more 
complicated, e.g.:

<foaf:Person>
   <foaf:hasName>
     <foaf:Name>
       <foaf:givenName>Joshua</foaf:givenName>
       <foaf:familyName>Tauberer</foaf:FamilyName>
       <foaf:nameOrder>given middle family</foaf:nameOrder>
       <foaf:context>formal</foaf:context>
     </foaf:Name>
   </foaf:hasName>
   <foaf:hasName>
     <foaf:Name>
       <foaf:givenName>Josh</foaf:givenName>
       <foaf:nameOrder>given</foaf:nameOrder>
       <foaf:context>informal</foaf:context>
     </foaf:Name>
   </foaf:hasName>
</foaf:Person>

Then you could even date names, e.g. for maiden names.

-- 
- Joshua Tauberer

http://taubz.for.net

** Nothing Unreal Exists **





More information about the foaf-dev mailing list