<xsl:stylesheet version="1.0" 
   xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:template match="/">
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:nodeID="n01">
<e xmlns="http://xmlns.com/foaf/0.1/nam"
>Sean B. Palmer</e>
</rdf:Description>
<rdf:Description rdf:nodeID="n01">
<e xmlns="http://xmlns.com/foaf/0.1/homepag"
rdf:resource="http://inamidst.com/sbp/"/>
</rdf:Description>
<rdf:Description rdf:about="http://inamidst.com/sw/hturtle/example">
<r xmlns="http://purl.org/dc/elements/1.1/creato"
rdf:nodeID="n01"/>
</rdf:Description>
</rdf:RDF>
</xsl:template>
</xsl:stylesheet>

