
<photo id="2733" secret="123456" server="12" isfavorite="0" license="3" rotation="90" originalformat="png"> ... <tags> <tag id="1234" author="12037949754@N01" raw="woo yay">wooyay</tag> <tag id="1235" author="12037949754@N01" raw="hoopla">hoopla</tag> </tags> ... </photo>
<item rdf:about="http://example.org/resources/Operapage"> ... <dc:creator>masaka</dc:creator> <dc:date>2006-11-19T05:31:03Z</dc:date> <dc:subject>opera browser</dc:subject> <taxo:topics> <rdf:Bag> <rdf:li rdf:resource="http://del.icio.us/tag/opera"/> <rdf:li rdf:resource="http://del.icio.us/tag/browser"/> </rdf:Bag> </taxo:topics> </item>




Operapage--taggedWithTag-->operaという別モデルもあるが、これはリソースの主題をdc:subjectなどを用いて記述するのと同じでタグオントロジーの考え方とは違うので、ここでは取り上げない
<skos:Concept rdf:about="http://example.org/concepts/SemanticWeb"> <skos:prefLabel>semanticweb</skos:refLabel> <skos:altLabel>semweb</skos:altLabel> </skos:Concept>
<rdf:Description rdf:about="http://del.icio.us/tag/semanticweb"> <ex:tagformOfrdf:resource="http://example.org/concepts/SemanticWeb"/> </rdf:Description> <rdf:Description rdf:about="http://del.icio.us/tag/semweb"> <ex:tagformOfrdf:resource="http://example.org/concepts/SemanticWeb"/> </rdf:Description>


tagformOfとして(方法2の場合)
AmbiguousConceptなどとし、Wikipediaに対応する形であらかじめ複数概念に結び付けておく<ex:AmbiguousConceptrdf:about="http://example.org/concepts/opera"> <dc:description rdf:resource="http://en.wikipedia.org/wiki/Opera_(disambiguation)"/> <ex:ambiguousFormOfrdf:resource="http://example.org/concepts/Opera"/> <ex:ambiguousFormOfrdf:resource="http://example.org/concepts/Opera_(Internet suite)"/> </ex:AmbiguousConcept>
skos:related、skos:broaderなどの関係で結び付けておくambiguousFormOfのうち適切なものを推論する<skos:Concept rdf:about="http://example.org/concepts/Opera"> <skos:relatedrdf:resource="http://example.org/concepts/Music"/> </skos:Concept> <skos:Concept rdf:about="http://example.org/concepts/Opera_(Internet suite)"> <skos:relatedrdf:resource="http://example.org/concepts/Browser"/> </skos:Concept>

skos:relatedで結ばていれば、曖昧さ解決が可能


<a href="http://en.wikitag.org/wiki/opera" rel="tag">オペラ</a>