<?xml version='1.0'?>

<!-- Undefined Resource Indication - Resource (class) does not exist in the file corresponding to the URI namespace -->

<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/rv3.daml#"
>

<!-- OK -->
<ont1:Person rdf:ID="John">
  <ont1:name>John</ont1:name>
</ont1:Person>

<!-- Undefined class -->
<ont1:badClass rdf:ID="Dave">
  <ont1:name>Dave</ont1:name>
</ont1:badClass>

</rdf:RDF>
