- From: Yves Savourel via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 16 Oct 2012 14:01:20 +0000
- To: public-multilingualweb-lt-commits@w3.org
Update of /w3ccvs/WWW/International/multilingualweb/lt/drafts/its20/examples/html5
In directory hutz:/tmp/cvs-serv23640/examples/html5
Modified Files:
EX-disambiguation-html5-local-1.html
Log Message:
Updated Disambiguation examples.
Index: EX-disambiguation-html5-local-1.html
===================================================================
RCS file: /w3ccvs/WWW/International/multilingualweb/lt/drafts/its20/examples/html5/EX-disambiguation-html5-local-1.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- EX-disambiguation-html5-local-1.html 20 Sep 2012 09:12:23 -0000 1.2
+++ EX-disambiguation-html5-local-1.html 16 Oct 2012 14:01:18 -0000 1.3
@@ -1,19 +1,18 @@
<!DOCTYPE html>
-<html lang=en>
+<html lang="en">
<head>
- <meta charset=utf-8>
- <title>Entity: Local Test</title>
- </head>
+ <meta charset="utf-8" />
+ <title>Disambiguation: Local Test</title>
+ </head>
<body>
- <p>
- <span
- its-disambig-ident-ref=http://dbpedia.org/resource/Dublin
- its-disambig-source-ref=http://dbpedia.org/
- its-disambig-type=entity
- its-entity-type-ident-ref=http:/nerd.eurecom.fr/ontology#Place
- its-entity-type-source-ref=http://nerd.eurecom.fr/ontology>Dublin</span> is the <span
- its-disambig-ident-ref=http://www.w3.org/2006/03/wn/wn20/instances/worsense-capital-noun-3
- its-disambig-source-ref=http://www.w3.org/2006/03/wn/wn20/rdf/wordnet-synset.rdf
- its-disambig-type=lexicalConcept>capital</span> of Ireland.</p>
+ <p><span
+ its-disambig-class-ref="http://nerd.eurecom.fr/ontology#Place"
+ its-disambig-ident-ref="http://dbpedia.org/resource/Dublin"
+ its-disambig-granularity="entity"
+>Dublin</span> is the <span
+ its-disambig-source="Wordnet3.0"
+ its-disambig-ident="301467919"
+ its-disambig-granularity="lexicalConcept"
+>capital</span> of Ireland.</p>
</body>
-</html>
\ No newline at end of file
+</html>
Received on Tuesday, 16 October 2012 14:01:22 UTC