- From: <Patrick.Stickler@nokia.com>
- Date: Thu, 20 Sep 2001 09:20:22 +0300
- To: www-rdf-validator@w3.org
report=Can you please explain why this RDF instance produces the warning: Warning: {W113} Creating statement(s) for unknown RDF element: ' I am essentially exploring how to associate properties with particular occurrences of resources, similar to how one would qualify literal values by creating an anonymous node with rdf:value and attach properties to the anonymous node. It seems that the method employed here is identitical to that used for literals, but I get this odd warning... Eh? Thanks, Patrick patrick.stickler@nokia.com RDF=<?xml version="1.0"> <?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/" xmlns:package="urn:oeb:package:" xmlns:oeb="urn:oeb:package:"> <rdf:Description rdf:about="X"> <package:navigation> <rdf:Description> <rdf:resource rdf:resource="urn:oeb:examplepackage1-navmain"/> <oeb:scheme>ncf</oeb:scheme> </rdf:Description> </package:navigation> </rdf:Description> </rdf:RDF>
Received on Thursday, 20 September 2001 02:20:29 UTC