<!--
Edge-case test for embeddedRDF transform.
-->

<r:RDF 
   xmlns:eg="http://example.org/one#"
   xmlns:data-view="http://www.w3.org/2003/g/data-view#" 
   data-view:transformation="http://www.w3.org/2003/g/inline-rdf.xsl"
   xmlns:r="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
   <r:Description r:about="" eg:value="one"/>
   <!-- Note: make sure the above triple is ground.
     The identity transform can be used on this file,
     as can http://www.w3.org/2003/g/embeddedRDF.xsl.
     They should both come to the same result,
     which are merged, but not made lean.
   -->
</r:RDF>
      