<?xml version='1.0' encoding='ISO-8859-1'?>

<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:dt  ="http://www.daml.org/validator/examples/dt1.xsd#"
  xmlns     ="http://www.daml.org/validator/examples/dt4.daml#"
 >

<daml:Class rdf:ID="Product"/>

<daml:DatatypeProperty rdf:ID="code"/>

<!-- Testing Regular Expressions -->

<Product rdf:ID="P1">
   <code>
     <dt:regExp1 rdf:value="babe"/>
   </code>
   <code>
     <dt:regExp1 rdf:value="abba"/>
   </code>
</Product>


<Product rdf:ID="P2">
   <code>
     <dt:regExp2 rdf:value="babe"/>
   </code>
   <code>
     <dt:regExp2 rdf:value="abba"/>
   </code>
</Product>

</rdf:RDF>
