<?xml version='1.0' encoding='ISO-8859-1'?>
<!DOCTYPE rdf:RDF [
	<!ENTITY mk2002 'http://www.daml.org/2002/01/coabs-daml/mk2002#'>
	<!ENTITY logistics-ont 'http://www.daml.org/2001/12/charter/logistics-ont#'>
]>

<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:daml="http://www.daml.org/2001/03/daml+oil#"
  xmlns     ="&logistics-ont;"
>

<rdf:Description rdf:about="">
  <rdfs:comment>Logistics information</rdfs:comment>
  <daml:versionInfo>$Id: logistics.daml,v 1.2 2002/08/12 22:04:22 mdean Exp $</daml:versionInfo>
</rdf:Description>

<Depot rdf:ID="depot1">
</Depot>

<rdf:Description rdf:about="&mk2002;Mk2002">
  <cost>10</cost>
  <nationalStockNumber>1234567890123</nationalStockNumber>
  <reorderLeadTime>P30D</reorderLeadTime>
  <inventory>
    <Inventory>
      <quantityOnHand>4000</quantityOnHand>
      <depot rdf:resource="#depot1"/>
    </Inventory>
  </inventory>
</rdf:Description>

</rdf:RDF>
