TestResult - missing #

EARL,

I believe the RDF/XML at http://www.w3.org/ns/earl

is missing a hash (#) in its reference to the class TestResult in the following rdfs:domain assertion:

<rdf:Description rdf:about="#pointer">
  <rdfs:label xml:lang="en">Pointer</rdfs:label>
  <rdfs:comment xml:lang="en">location within a test subject that are most relevant to a test result</rdfs:comment>
  <rdfs:domain rdf:resource="TestResult"/>

should become:

<rdf:Description rdf:about="#pointer">
  <rdfs:label xml:lang="en">Pointer</rdfs:label>
  <rdfs:comment xml:lang="en">location within a test subject that are most relevant to a test result</rdfs:comment>
  <rdfs:domain rdf:resource="#TestResult"/>   <!------- # was missing

Regards,
Tim Lebo

Received on Wednesday, 25 May 2011 22:52:47 UTC