<?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     ="http://www.daml.org/services/owl-s/0.9/Country.owl#"
>

<daml:Ontology rdf:about="">
  <daml:versionInfo>$Id: Country.owl,v 1.4 2003/03/24 15:16:59 martin Exp $</daml:versionInfo>
  <rdfs:comment>

This is a temporary placeholder/stub.  There is a more substantive Country
ontology file, but it draws on a very large geography ontology, which
currently is not handled by the OWL Validator.

We will reintroduce the more substantive country ontology file, when
this problem has been resolved.

  </rdfs:comment>
  <daml:imports rdf:resource="http://www.daml.org/2001/03/daml+oil"/>
</daml:Ontology>

<daml:Class rdf:ID="Country">
  <rdfs:label>Country</rdfs:label>
</daml:Class>

<Country rdf:ID="UnitedStates">
</Country>

</rdf:RDF>

