- From: Felix Sasaki via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 29 Oct 2012 19:10:31 +0000
- To: public-multilingualweb-lt-commits@w3.org
Update of /w3ccvs/WWW/International/multilingualweb/lt/drafts/its20/examples/html5
In directory hutz:/tmp/cvs-serv25335/examples/html5
Modified Files:
EX-disambiguation-html5-rdfa.html
EX-disambiguation-html5-rdfa.xml
Log Message:
Changes at http://lists.w3.org/Archives/Public/public-multilingualweb-lt/2012Oct/0381.html
Index: EX-disambiguation-html5-rdfa.xml
===================================================================
RCS file: /w3ccvs/WWW/International/multilingualweb/lt/drafts/its20/examples/html5/EX-disambiguation-html5-rdfa.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- EX-disambiguation-html5-rdfa.xml 19 Oct 2012 15:48:08 -0000 1.2
+++ EX-disambiguation-html5-rdfa.xml 29 Oct 2012 19:10:28 -0000 1.3
@@ -1,4 +1,4 @@
<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:disambiguationRule selector="//*[@about]" disambigIdentRefPointer="@about"/>
</its:rules>
Index: EX-disambiguation-html5-rdfa.html
===================================================================
RCS file: /w3ccvs/WWW/International/multilingualweb/lt/drafts/its20/examples/html5/EX-disambiguation-html5-rdfa.html,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- EX-disambiguation-html5-rdfa.html 19 Oct 2012 15:48:01 -0000 1.4
+++ EX-disambiguation-html5-rdfa.html 29 Oct 2012 19:10:28 -0000 1.5
@@ -2,10 +2,11 @@
<html lang=en>
<head>
<meta charset=utf-8>
+ <link href=EX-disambiguation-html5-rdfa.xml rel=its-rules>
<title>Entity: Local Test</title>
</head>
- <body prefix="its: http://www.w3.org/2005/11/its">
- <p><span property=name resource=http://dbpedia.org/resource/Dublin typeof=http:/nerd.eurecom.fr/ontology#Place>Dublin</span> is
+ <body>
+ <p><span property=name about=http://dbpedia.org/resource/Dublin typeof=http:/nerd.eurecom.fr/ontology#Place>Dublin</span> is
the capital of Ireland.</p>
</body>
</html>
\ No newline at end of file
Received on Monday, 29 October 2012 19:10:32 UTC