W3C home > Mailing lists > Public > www-rdf-validator@w3.org > July 2012

Parser Loading Error

From: Gerhard Fobe <gerhard.fobe@s2009.tu-chemnitz.de>
Date: Mon, 30 Jul 2012 19:18:45 +0200
Message-ID: <5016C1F5.8070900@s2009.tu-chemnitz.de>
To: www-rdf-validator@w3.org
If I try to add a rdf:Description within a property having some
attribute rdf:type (e.g. ex:value), I get a java.lang.NullPointerException.


<?xml version="1.0" encoding="utf-8" ?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:ex="http://example.org/">
	<rdf:Description>
		<ex:value rdf:type="http://example.net/">
			<rdf:Description>
				<ex:value2>42</ex:value2>
			</rdf:Description>
		</ex:value>
	</rdf:Description>
</rdf:RDF>
Received on Monday, 30 July 2012 17:46:00 UTC

This archive was generated by hypermail 2.4.0 : Friday, 20 January 2023 20:17:01 UTC