<?xml version='1.0'?>

<!-- Undefined Resource Indication - URI namespace does not have a corresponding file -->

<rdf:RDF
  xmlns:rdf ="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
  xmlns:daml="http://www.daml.org/2001/03/daml+oil#"
  xmlns:ont1="http://www.daml.org/validator/examples/ont1.daml#"
  xmlns     ="http://www.daml.org/validator/examples/rv1.daml#"
>

  <rdf:Description rdf:about="http://www.daml.org/validator/examples/doesnotexist.daml#Dave">
    <ont1:name>Dave</ont1:name>
  </rdf:Description>

</rdf:RDF>
