Xhtml2
<meta property="dc:creator">Albert Einstein</meta>
<link rel="dc:creator" href="http://www.people.com/AlbertEinstein" />
xxxx <span rel="dc:creator" href="http://www.people.com/AlbertEinstein">Albert Einstein</span> xxx
xxxx <span property ="dc:creator" content="Albert Einstein">Albert Einstein</span> xxx
No “easy” way to make statements about the meta of link.
RDF-XML
<rdf:RDF xmlns:dc="xxxx" >
<dc:creator>Albert Einstein</dc:creator>
<dc:creator>
<rdf:Description>
<rdf:value>http://www.people.com/AlbertEinstein</rdf:value>
<dc:title>Albert Einstein</dc:title>
<dc:description>E=mc2</dc:description>
<topic:equiv val="known:1234" />
<rdf:Description>
</dc:creator>
</rdf:RDF>
then comes reification ...
<rdf:RDF xmlns:dc="xxxx" xml:base="http://example.org/base">
<dc:creator rdf:ID="theGuy">Albert Einstein</dc:creator>
<rdf:Description rdf:about="http://example.org/base#theGuy">
<iptc:assignee>Albert Einstein</iptc:assignee>
<rdf:Description>
</rdf:RDF>
NAR
<news:item xmlns:dc="xxxx" xmlns:pn="http://www.people.com/" xmlns:afpp="http://www.afpPeople.com/" xmlns:known="http://www.knownPeople.com/">
<dc:creator val="pn:AlbertEinstein" assignee="afpp:llm" when="2005-07-07">
<iptc:title>Albert Einstein</ iptc:title>
< iptc:description>E=mc2</ iptc:description>
< iptc:equiv val="known:1234" />
</dc:creator>
</news:item>