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 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Tuesday, 2 June 2009 18:36:07 GMT