Re: DC in XHTML2

Sjoerd - using N3 looks like a very good solution to me. I'll be interested 
to see what Mark Birbeck and others think of it.

Phil.

----- Original Message ----- 
From: "Sjoerd Visscher" <sjoerd@w3future.com>
To: "Johannes Koch" <koch@w3development.de>
Cc: <www-html@w3.org>; <semantic-web@w3.org>; 
<iptc-metadata@yahoogroups.com>; <dc-general@jiscmail.ac.uk>
Sent: Wednesday, June 08, 2005 7:27 PM
Subject: Re: DC in XHTML2


>
> 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 Thursday, 9 June 2005 09:13:56 UTC