<?xml version='1.0'?>

<!-- Resource Indication - Type Conflict -->

<rdf:RDF
  xmlns:rdf ="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
  xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
  xmlns:xsd ="http://www.w3.org/2000/10/XMLSchema#"
  xmlns:daml="http://www.daml.org/2001/03/daml+oil#"
  xmlns     ="http://www.daml.org/validator/examples/nv2.daml#"
>

<!-- Can not be both an ObjectProperty and a DatatypeProperty -->
<daml:ObjectProperty rdf:ID="address"/>
<daml:DatatypeProperty rdf:about="#address"/>

<!-- Can not be both an ObjectRestriction and a DatatypeRestriction -->
<!-- ObjectRestriction and DatatypeRestriction are not in the language
     definition
<daml:ObjectRestriction rdf:ID="restriction"/>
<daml:DatatypeRestriction rdf:ID="restriction"/>
-->

</rdf:RDF>
