W3C

Edit comment LC-2150 for Protocol for Web Description Resources (POWDER) Working Group

Quick access to

Previous: LC-2149 Next: LC-2112

Comment LC-2150
:
Commenter: Michael Schneider <schneid@fzi.de>

or
Resolution status:

Why a class? I think that this is a bug. PolishedCedar should probably rather be an /instance/ of class Wood. Just
compare this with Example 3-10 and my comment to paragraph following Ex 3-10. The only difference between
Ex-3-10 and Ex-3-11 is that the latter uses an URI where the former uses a bNode. In both cases, an instance of class
ex:Wood is created.
So the correct mapping should be:
1 <owl:Class rdf:nodeID="descriptorset_1">
2 <owl:intersectionOf rdf:parseType="Collection">
3 <owl:Restriction>
4 <owl:onProperty rdf:resource="http://example.org/vocab#material"/>
5 <owl:hasValue>
6 <ex:Wood rdf:about="http://my.example.org/myVocab#PolishedCedar">
7 <ex:finish rdf:resource="http://example.org/vocab#shiny"/>
8 <ex:madeof>cedar</ex:madeof>
9 </ex:Wood>
10 </owl:hasValue>
11 </owl:Restriction>
12 </owl:intersectionOf>
13 </owl:Class>
LC-2126
(space separated ids)
(Please make sure the resolution is adapted for public consumption)


Developed and maintained by Dominique Hazaël-Massieux (dom@w3.org).
$Id: 2150.html,v 1.1 2017/08/11 06:44:49 dom Exp $
Please send bug reports and request for enhancements to w3t-sys.org