RE: A test case with rdf:value ?

Fabien,
 
Indeed, a good idea, IMHO. I've put it as a proposed TC here [1] (btw,
we do precisely the same in riese, eg [2])

Hope you have a great time in Beijing ... best wishes to all :)

Cheers,
	Michael

[1]
http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0104 
[2] http://riese.joanneum.at/data/er040/


----------------------------------------------------------
 Michael Hausenblas, MSc.
 Institute of Information Systems & Information Management
 JOANNEUM RESEARCH Forschungsgesellschaft mbH
  
 http://www.joanneum.at/iis/
----------------------------------------------------------
 

>-----Original Message-----
>From: public-rdf-in-xhtml-tf-request@w3.org 
>[mailto:public-rdf-in-xhtml-tf-request@w3.org] On Behalf Of 
>Fabien Gandon
>Sent: Monday, April 21, 2008 10:36 AM
>To: RDFa
>Subject: A test case with rdf:value ?
>
>
>Hello,
>
>At the tutorial of Ben, Ivan and Elias today at WWW2008 (great job) 
>there was an interesting question: "how do I put a unit for a value?"
>Although this is not an RDFa-specific problem I believe we 
>could have an 
>example using rdf:value and blank nodes to give a value with a unit 
>something like:
>
><?xml version="1.0" encoding="UTF-8"?>
><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML+RDFa 1.0//EN" 
>"http://www.w3.org/MarkUp/DTD/xhtml-rdfa-1.dtd">
><html xmlns="http://www.w3.org/1999/xhtml"
>      xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
>      xmlns:example="http://www.example.org/">
>  <head>
>	<title>Test 0104</title>
>  </head>
>  <body>
>  	<p>
>    	The word "interfenestration" has 
>    	<span about="#interfenestration" rel="example:size">
>            <span property="rdf:value">17</span>
>            <span property="example:unit">character</span>s.
>    	</span>
>	</p>
>  </body>
></html>
>
>
>-- 
>Fabien - http://fabien-gandon.name/
>
>
>

Received on Monday, 21 April 2008 08:57:17 UTC