- From: Danny Ayers <danny666@virgilio.it>
- Date: Fri, 21 May 2004 21:09:11 +0200
- To: public-rdf-in-xhtml-tf@w3.org
The last example in "XHTML and RDF" [1] :
[[
<span datatype="xsd:date" val="1940-06-04">Yesterday</span> in Parliament the <span resource="p:WinstonChurchill">Prime Minister</span>
said that we will fight on the beaches ...
This would create the following triples:
<> xhtml2:reference "1940-06-04"^^xsd:date , p:WinstonChurchill .
]]
What was confusing me was the spanned text. What's now puzzling me is
why you would bother with:
<span resource="p:WinstonChurchill">Prime Minister</span>
when all you're getting is
<> xhtml2:reference p:WinstonChurchill .
which you could say anywhere with:
<span resource="p:WinstonChurchill" />
(assuming that's legal XHTML2)
so why not add
p:WinstonChurchill rdfs:label "Prime Minister" .
?
Cheers,
Danny.
[1] http://www.w3.org/MarkUp/2004/02/xhtml-rdf.html#div254348288
--
Raw
http://dannyayers.com
Received on Friday, 21 May 2004 15:09:41 UTC