Re: minor RDF tax was: Re: RDDL/RDF

whoops, we forgot the related resource, let's call this "rddl:related":
<h:html   xmlns:rddl="http://www.rddl.org/"
xmlns:h="http://www.w3.org/1999/xhtml" >
    <h:head>
        <h:title>RDDL Description for http://example.org/L</h:title>
    </h:head>
    <h:body>
        <h:h1>RDDL Description for http://example.org/L</h:h1>
    <h:p>This document describes the "L" namespace and provides links to
    related resources</h:p>
    <rddl:resource ID="L">
        <rddl:title>DTD</rddl:title>
        <rddl:nature
resource="http://www.isi.edu/in-notes/iana/assignments/media-types/applicati
on/xml-dtd"/>
        <rddl:purpose resource="http://www.rddl.org/purposes#validation"/>
        <rddl:related resource="http://example.org/L.dtd"/>
        <rddl:prose><p>A DTD for the L language &ltL&gt is the root
element.</p></rddl:prose>
    </rddl:resource>
....
</h:body>
</h:html>

I've created an XHTML modularized DTD for this (just to be sure it could be
done!) and placed it at http://www.rddl.org/rddl2-xhtml.dtd.

Jonathan

http://www.jonathanborden-md.com
http://www.erieneurosurgery.com
http://www.openhealth.org

Received on Saturday, 16 November 2002 22:43:34 UTC