<?xml version="1.0"?>

<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:per="http://www.cs.umd.edu/projects/plus/DAML/onts/personal1.0.daml#"
  xmlns:geo ="http://www.daml.org/projects/integration/projects-20010811#"
  xmlns:fact="http://www.daml.org/2001/12/factbook/factbook-ont#"
  xml:base="http://www.cs.umd.edu/~sengcy/classes/828y/scy_pers-ont.daml"
  xmlns   ="http://www.cs.umd.edu/~sengcy/classes/828y/scy_pers-ont.daml#"
>

<daml:Ontology rdf:about="">
  <daml:versionInfo>$Id: scy_pers-ont.daml,v 0.1 2002/09/30 12:12:00  $</daml:versionInfo>
  <rdfs:comment>
    This ontology describes more properties about myself.
  </rdfs:comment>
  <daml:imports rdf:resource="http://www.daml.org/2001/03/daml+oil"/>
</daml:Ontology>


<daml:DatatypeProperty rdf:ID="familysize">
   <rdfs:comment>
	this describes family size
   </rdfs:comment>
   <rdf:type rdf:resource="http://www.daml.org/2001/03/daml+oil#UniqueProperty"/>
   <rdfs:range rdf:resource="http://www.w3.org/2000/10/XMLSchema#nonNegativeInteger"/>
</daml:DatatypeProperty>

<daml:ObjectProperty rdf:ID="bornin">
   <rdfs:comment>
	bornin(x,y) means that person x is born in the country y
   </rdfs:comment>
   <rdf:type rdf:resource="http://www.daml.org/2001/03/daml+oil#UniqueProperty"/>
   <rdfs:domain rdf:resource="http://www.cs.umd.edu/projects/plus/DAML/onts/personal1.0.daml#Person"/>
   <rdfs:range rdf:resource="http://www.daml.org/projects/integration/projects-20010811#Country"/>
</daml:ObjectProperty>

<daml:ObjectProperty rdf:ID="ethnicity">
   <rdfs:comment>
	ethnicity(x,y) means that the ethnic group of person x, is y
   </rdfs:comment>
   <rdf:type rdf:resource="http://www.daml.org/2001/03/daml+oil#UniqueProperty"/>
   <rdfs:domain rdf:resource="http://www.cs.umd.edu/projects/plus/DAML/onts/personal1.0.daml#Person"/>
   <rdfs:range rdf:resource="http://www.daml.org/2001/12/factbook/factbook-ont#EthnicGroup"/>
</daml:ObjectProperty>

<daml:ObjectProperty rdf:ID="speaks">
   <rdfs:comment>
	speaks(x,y) means that person x speaks language y
   </rdfs:comment>
   <rdfs:domain rdf:resource="http://www.cs.umd.edu/projects/plus/DAML/onts/personal1.0.daml#Person"/>
   <rdfs:range rdf:resource="http://www.daml.org/2001/12/factbook/factbook-ont#Language"/>
</daml:ObjectProperty>

<daml:ObjectProperty rdf:ID="writes">
   <rdfs:comment>
	writes(x,y) means that person x writes language y
   </rdfs:comment>
   <rdfs:domain rdf:resource="http://www.cs.umd.edu/projects/plus/DAML/onts/personal1.0.daml#Person"/>
   <rdfs:range rdf:resource="http://www.daml.org/2001/12/factbook/factbook-ont#Language"/>
</daml:ObjectProperty>

</rdf:RDF>




