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

<!-- OK - Generates an INFORMATION indication saying the property implicitProperty is
   not explicitly defined -->
<daml:Property rdf:ID="explicitProperty">
  <daml:samePropertyAs rdf:resource="#implicitProperty"/>
</daml:Property>

</rdf:RDF>
