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

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>

Cheers

Ivan



-- 

Ivan Herman, W3C Semantic Web Activity Lead
Home: http://www.w3.org/People/Ivan/
PGP Key: http://www.ivan-herman.net/pgpkey.html
FOAF: http://www.ivan-herman.net/foaf.rdf

Received on Thursday, 3 July 2008 13:33:06 UTC