EARL 1.0 Schema, Section 2.2 Feedback: Example Error

   <earl:Software rdf:ID="tool">
     <dc:title xml:lang="en">Cool Tool</dc:title>
     <dc:description xml:lang="en">My favorite tool!</dc:description>
     <foaf:homepage>http://example.org/tools/#cool</foaf:homepage>
     <dct:hasVersion>1.0.3</dct:hasVersion>
   </earl:Software>

    - http://www.w3.org/TR/2006/WD-EARL10-Schema-20060927/#assertor

The fourth line should read:

     <foaf:homepage rdf:resource="http://example.org/tools/#cool"/>

(According to http://xmlns.com/foaf/0.1/#term_homepage the range of
foaf:homepage is foaf:Document, which, it is clear from the
definition, is disjoint from rdfs:Literal.)

Cf. http://chatlogs.planetrdf.com/swig/2006-11-10.html#T15-14-26

Thanks,

-- 
Sean B. Palmer, http://inamidst.com/sbp/

Received on Monday, 13 November 2006 11:06:11 UTC