- From: Johannes Koch <koch@w3development.de>
- Date: Wed, 08 Jun 2005 14:39:35 +0200
- To: www-html@w3.org
- Cc: semantic-web@w3.org, iptc-metadata@yahoogroups.com, dc-general@jiscmail.ac.uk
Phil Archer wrote: > <div id="titanic" property="label:hasClassification" resource="age:twelve"> > <span property="dc:title" class="title">Titanic</span> > <a href="titanic.mov">See the movie</a> > </div> I think this approach is too limited, as it only permits one tripel per element. What do you do when you want more? Wrap the div in another div? <div id="titanic" property="label:hasClassification" resource="age:twelve"> <div property="foo:duration" resource="bar:105"> <span property="dc:title" class="title">Titanic</span> <a href="titanic.mov">See the movie</a> </div> </div> No no -- Johannes Koch In te domine speravi; non confundar in aeternum. (Te Deum, 4th cent.)
Received on Wednesday, 8 June 2005 12:40:29 UTC