Form Post from Firefox

report=note the use of an xml:base with a fragment (which is a valid
LEIRI) and rdf:ID together - the resulting tuples appear to make no
sense. do let me know how this should be handled in an application

RDF=<?xml version="1.0">
<rdf:RDF
	xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
	xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
	xmlns:dc="http://dublincore.org/"
	xml:base="http://example.org/namespace#rdf-id-test"
	>
<rdf:Description
rdf:about="http://example.org/namespace#rdf-id-test"><rdfs:label
rdf:ID="rdf-id-test2">domain</rdfs:label></rdf:Description>
<rdf:Description rdf:about="#rdf-id-test2">
  <dc:creator rdf:resource="http://example.org/nathan" />
</rdf:Description>
</rdf:RDF>

Received on Thursday, 18 February 2010 20:11:54 UTC