3bff99b6df0575f22fed3cf268ad913c

Scripting is disabled and therefore annotations cannot be shown.
<!ENTITY % XHTML-datatypes.mod
         PUBLIC "-//W3C//ENTITIES XHTML Datatypes 1.0//EN"
         "http://www.w3.org/TR/xhtml-modularization/DTD/xhtml-datatypes-1.mod" >
%XHTML-datatypes.mod;

<!-- Prefix Junk -->
<!ENTITY % RDF.NS.prefixed "INCLUDE" >
<!ENTITY % RDF.prefixed "%RDF.NS.prefixed;" >
<!ENTITY % RDF.xmlns "http://www.w3.org/1999/02/22-rdf-syntax-ns#" >
<!ENTITY % RDF.prefix "rdf" >

<![%RDF.prefixed;[
  <!ENTITY % RDF.pfx  "%RDF.prefix;:" >
]]>
<!ENTITY % RDF.pfx  "" >

<!ENTITY % RDF.xmlns.extra.attrib "" >

<![%RDF.prefixed;[
<!ENTITY % RDF.xmlns.attrib
   "xmlns:%RDF.prefix;  %URI.datatype;  #FIXED '%RDF.xmlns;'
   %RDF.xmlns.extra.attrib;"
>
]]>
<!ENTITY % RDF.xmlns.attrib
   "xmlns   %URI.datatype;  #FIXED '%RDF.xmlns;'
    %RDF.xmlns.extra.attrib;"
>

<![%RDF.prefixed;[
<!ENTITY % XHTML.xmlns.extra.attrib
    "%RDF.xmlns.attrib;" >
]]>

<!-- Hack to cover a bug in modularization -->
<!ENTITY % XLINK.xmlns.attrib "%RDF.xmlns.attrib;" >

<!-- Now add the comment element -->
<!ENTITY % RDF.RDF.qname  "%RDF.pfx;RDF" >
<!ENTITY % Misc.extra "| %RDF.RDF.qname;" >
<!ENTITY % RDF.Property.qname  "%RDF.pfx;Property" >

<!-- Bring in the XHTML 1.1 DTD -->
<!ENTITY % xhtml11.dtd
     PUBLIC "-//W3C//DTD XHTML 1.1//EN"
            "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd" >
%xhtml11.dtd;

<!ENTITY % RDF.RDF.content ANY >
     "( %RDF.Property.qname; )" 
<
<!ELEMENT %RDF.RDF.qname; %RDF.RDF.content; >
<!ELEMENT %RDF.Property.qname; ANY >

<!ENTITY % RDF.about.attribute "%RDF.pfx;about" >
<!ATTLIST %RDF.Property.qname; 
   %RDF.about.attribute;   %URI.datatype;   #IMPLIED
   %RDF.xmlns.attrib; 
>