- From: Sjoerd Visscher <sjoerd@w3future.com>
- Date: Wed, 08 Jun 2005 20:27:43 +0200
- To: Johannes Koch <koch@w3development.de>
- CC: www-html@w3.org, semantic-web@w3.org, iptc-metadata@yahoogroups.com, dc-general@jiscmail.ac.uk
Johannes Koch wrote: > > 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 How about using N3? For example: <div id="titanic" properties="label:hasClassification age:twelve; foo:duration bar:015"> <span property="dc:title" class="title">Titanic</span> <a href="titanic.mov">See the movie</a> </div> The syntax would be that of N3, starting at rule "propertylist": http://www.w3.org/2000/10/swap/grammar/n3-report.html#propertylist -- Sjoerd Visscher http://w3future.com/weblog/
Received on Wednesday, 8 June 2005 18:28:23 UTC