- From: Shaun McCance via cvs-syncmail <cvsmail@w3.org>
- Date: Sat, 18 Aug 2012 23:07:34 +0000
- To: public-multilingualweb-lt-commits@w3.org
Update of /w3ccvs/WWW/International/multilingualweb/lt/drafts/its20/examples/html5
In directory hutz:/tmp/cvs-serv12892/examples/html5
Added Files:
EX-disambiguation-html5-local-1.html
EX-disambiguation-html5-rdfa.html
EX-disambiguation-html5-rdfa.xml
Log Message:
Adding Disambiguation info from Tadej + markup declaration
--- NEW FILE: EX-disambiguation-html5-rdfa.xml ---
<its:rules xmlns:its="http://www.w3.org/2005/11/its"
version="2.0">
<its:disambiguationRule selector="//*[@typeof]" entityTypeRefPointer="@typeof"/>
<its:disambiguationRule selector="//*[@resource]" disambigIdentRefPointer="@resource"/>
</its:rules>
--- NEW FILE: EX-disambiguation-html5-local-1.html ---
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Entity: Local Test</title>
</head>
<body>
<p><span
its-entity-type-source-ref="http://nerd.eurecom.fr/ontology"
its-entity-type-ident-ref="http:/nerd.eurecom.fr/ontology#Place"
its-disambig-source-ref="http://dbpedia.org/"
its-disambig-ident-ref="http://dbpedia.org/resource/Dublin"
its-disambig-type="entity">Dublin</span> is the <span
its-disambig-source-ref="http://www.w3.org/2006/03/wn/wn20/rdf/wordnet-synset.rdf"
its-disambig-ident-ref="http://www.w3.org/2006/03/wn/wn20/instances/worsense-capital-noun-3"
its-disambig-type="lexicalConcept">capital</span> of Ireland.</p>
</body>
</html>
--- NEW FILE: EX-disambiguation-html5-rdfa.html ---
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Entity: Local Test</title>
</head>
<body prefix="its: http://www.w3.org/20XX/XX/its2.0">
<p><span resource="http://dbpedia.org/resource/Dublin" typeof="http:/nerd.eurecom.fr/ontology#Place" property="name">Dublin</span> is the capital of Ireland.</p>
</body>
</html>
Received on Saturday, 18 August 2012 23:07:35 UTC