<?xml version='1.0'?>

<!-- Undefined Property Indication - An implicit property is referenced -->

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

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

<!-- OK - Properties are allowed to be used with being defined.
     DAML assumes it is a binary property without any globally
     applicable constraints.  An information indication is
     generated.  -->
<ont1:Person rdf:ID="Dave">
  <ont1:assumedPredicate>data</ont1:assumedPredicate>
</ont1:Person>

</rdf:RDF>
