Names (again)
I posted an example to the MODS list of where I’m at in my thinking about how bibliographic name representation ought to be handled in XML. I’m not quite sure how to translate this into RDF, but I doubt it’s hard given that it’s influenced by what I’ve seen in some RDF efforts…
<creator role="editor">
<person ID="doej">
<name>
<termOfAddress>Sir</termOfAddress>
<given>John</given>
<other abbrev="yes">Q</other>
<articular>van</articular>
<family>Doe</family>
<termOfAddress>Duke of X</termOfAddress>
<full>Sir John Q. van Doe, Duke of X</full>
</name>
</person>
</creator>
Creative Commons License