Re: Comment on POWDER WDR, 2008-06-30: usage of value in hasValue

Ivan Herman wrote:
> Comment on http://www.w3.org/TR/2008/WD-powder-dr-20080630/
> 
> In examples 2.2 and 2.3, for the generated POWDER-S:
> 
> <descriptorset>
>        <ex:shape rdf:resource="http://example.org/vocab#square" />
> </descriptorset>
> 
> is translated into:
> 
> <owl:Restriction>
>   <owl:onProperty rdf:resource="http://example.org/vocab#shape" />
>   <owl:hasValue>square</owl:hasValue>
> </owl:Restriction>
> 
> however, it should be
> 
> <owl:Restriction>
>   <owl:onProperty rdf:resource="http://example.org/vocab#shape" />
>   <owl:hasValue rdf:resource"http://example.org/vocab#square" />
> </owl:Restriction>

On this occasion I'm going to disagree - example 2.3 is the POWDER-S 
version of 2-1 where the descriptor set includes

<ex:color>red</ex:color>
<ex:shape>square</ex:shape>

We don't show the POWDER-S version of example 2-2 but if we did, then 
yes, it would be as you say.

Phil.

Received on Thursday, 3 July 2008 14:01:24 UTC