Error in the schema RDFS

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