- From: Greg Beauchesne <greg_b@vision-play.com>
- Date: Fri, 13 Oct 2006 10:26:34 -0400
- To: www-rdf-validator@w3.org
Playing around, I received a Java NullPointerException from the
following document:
<?xml version="1.0"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:dc="http://purl.org/dc/elements/1.1/">
<item rdf:about="urn:item">
<prop rdf:resource="urn:resprop">
<data>somedata</data>
</prop>
</item>
</rdf:RDF>
Received on Monday, 16 October 2006 01:20:05 UTC