- From: Jim Ley <jim@jibbering.com>
- Date: Mon, 31 Jul 2006 21:02:10 +0100
- To: <public-wai-ert@w3.org>
The draft
http://www.w3.org/WAI/ER/EARL10/WD-EARL10-Schema-20060718
Has the following snippet:
<owl:Thing
rdf:type="http://www.w3.org/WAI/ER/EARL/nmg-strawman#Software"/>
<owl:Thing rdf:type="http://xmlns.com/foaf/0.1/Person">
<owl:Thing rdf:type="http://xmlns.com/foaf/0.1/Agent">
</owl:Thing>
It should be:
<owl:Thing
rdf:type="http://www.w3.org/WAI/ER/EARL/nmg-strawman#Software"/>
<owl:Thing rdf:type="http://xmlns.com/foaf/0.1/Person"/>
<owl:Thing rdf:type="http://xmlns.com/foaf/0.1/Agent"/>
Cheers,
Jim.
Received on Monday, 31 July 2006 20:08:12 UTC