- From: Eric Miller <em@w3.org>
- Date: Fri, 19 Oct 2001 09:55:30 -0400
- To: bwm@hplb.hpl.hp.com, w3c-rdfcore-wg@w3.org
At 05:20 PM 10/18/2001 +0100, bwm@hplb.hpl.hp.com wrote:
>6: Propose approve parseType test cases
>
>See:
> http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-parseType/
I wonder if it would make sense to add a couple additional test cases to
this... more specifically in the case of parseType values:
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:eg="http://example.org/">
<rdf:Description rdf:about="http://www.example.org">
<eg:property rdf:parseType="literal">parseType attribute value is
mis-spelled</eg:property>
</rdf:Description>
</rdf:RDF>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:eg="http://example.org/">
<rdf:Description rdf:about="http://www.example.org">
<eg:property rdf:parseType="resource">
<rdf:value>parseType attribute value is mis-spelled</rdf:value>
</eg:property>
</rdf:Description>
</rdf:RDF>
The case sensitivity of the attribute values doesn't seem to burp on ARP,
but I recall getting caught on this on this working on the Redfoot parser.
Just a thought...
--
eric miller http://www.w3.org/people/em/
semantic web activity lead mailto:em@w3.org
w3c world wide web consortium tel:1.614.763.1100
200 technology square, ne43-350 fax:1.208.330.5213
cambridge, ma 02139 usa
Received on Friday, 19 October 2001 09:53:21 UTC