@prefix h: .
@prefix : .
[:lang "en"; h:html (
[h:head (
[h:title ("HTML in Notation3 Test Document")]
[:rel "stylesheet"; :type "text/css"; :href ; h:link ()]
)]
[h:body (
[h:h1 ("HTML in N3")]
[h:p ("This is a test document.")]
[h:address (
[:href ;
:title "A Homepage Of Sean B. Palmer"; h:a ("Sean B. Palmer")]
)]
)]
)] .