FW: [www-rdf-validator] <none>

hey,

emmanuel from MIT who is working on the RDF validator found a bug in the
EARL schema. it's a non-closed tag, nothing major...


>> the shema i plugged into the validator is located at
>> <http://www.w3.org/TR/EARL10/#schema-rdf> and i've pasted 
>> it below as well.
> 
> Ok, I eventually identified the error, which is just an XML 
> well-formedness problem :
> 
> <rdfs:Class rdf:about="&earl;TestMode" rdfs:label="TestMode">
>       <rdfs:subClassOf rdf:resource="&rdf;Resource">
> </rdfs:Class>
> 
> should be
> 
> <rdfs:Class rdf:about="&earl;TestMode" rdfs:label="TestMode">
>       <rdfs:subClassOf rdf:resource="&rdf;Resource" />
> </rdfs:Class>
> 
> I am writing a more complete answer for the list as there is 
> a real problem here with the validator.


regards,
  shadi

Received on Friday, 21 May 2004 16:27:09 UTC