Example of nested disambiguation

Hi, Marcis, all,
this is an example of how one would implement disambiguation of compound 
named entities.

XML:
<text>
     <span
         its:disambigGranularity="entity"
its:disambigIdentRef="http://dbpedia.org/resource/Ministry_of_the_Interior_(France)"
     >/Ministry of ///the Interior // of
     <span
          its:disambigGranularity="entity"
          its:disambigIdentRef="http://dbpedia.org/resource/France"
     >France</span></span>
</text>

HTML:
<p>
     <span
         its-disambig-granularity="entity"
its-disambig-ident-ref="http://dbpedia.org/resource/Ministry_of_the_Interior_(France)"
     >/Ministry of the Interior /of
     <span
          its-disambig-granularity="entity"
its--disambig-ident-ref="http://dbpedia.org/resource/France"
     >France</span></span>
</p>

best,
-- Tadej

Received on Friday, 2 November 2012 11:55:29 UTC