<?xml version="1.0"?>

<!DOCTYPE document [
 <!ENTITY i  'http://interdataworking.com/vocabulary/strawman-20000408#'>
 <!ELEMENT document ANY>
 <!ATTLIST document i:instance CDATA "">
 <!ATTLIST document xmlns:i CDATA "&i;">
 <!ELEMENT section ANY>
 <!ATTLIST section i:instance CDATA "">
 <!ELEMENT abstract ANY>
 <!ATTLIST abstract i:instance CDATA "">
 <!ELEMENT a ANY>
 <!ATTLIST a rdf:instance CDATA "">
 <!ELEMENT em ANY>
 <!ATTLIST em rdf:instance CDATA "">
 <!ELEMENT p ANY>
 <!ATTLIST p rdf:instance CDATA "">
]>

<document>

  <title>Bridging the Gap between RDF and XML</title> 
  <author>Sergey Melnik</author> 

  <abstract>A proposal to provide RDF interpretation for XML</abstract> 

  <section caption="Introduction"> 

     <p>The goal of this proposal is to facilitate the use of RDF mechanisms
        to access the information contained in a broad range of XML documents.</p>

     <p>It builds upon a <a href="syntax.html">simplified syntax</a> for RDF, 
        but has a <em>broader</em> scope.</p> 

  </section> 

</document>
