<?xml version="1.0"?>
<html xmlns="http://www.w3.org/1999/xhtml"
      xmlns:g="http://example.org/graph#"
      xmlns:rat="http://www.kjetil.kjernsmo.net/software/rat/xmlns"
      xmlns:sub="http://www.kjetil.kjernsmo.net/software/rat/substitutions#"
      xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
      xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
      rat:doctype-public="-//W3C//DTD XHTML+RDFa 1.0//EN"
      rat:doctype-system="http://www.w3.org/MarkUp/DTD/xhtml-rdfa-1.dtd"
      xml:lang="en">
  <head>
  </head>
  <body>
    <rat:graph g:graph="query1">
      <div about="sub:resource">
	<div property="rdfs:label">Resource Description Framework</div>
	<div property="rdfs:comment" datatype="rdf:XMLLiteral"><rat:variable name="sub:comment"/></div>
      </div>
    </rat:graph>
  </body>
</html>