<?xml version="1.0" encoding="UTF-8" ?> 
<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:owl="http://www.w3.org/2002/07/owl#" 
>

<owl:Ontology>
  <owl:imports rdf:resource="http://xmlns.com/foaf/spec/index.rdf" />
  <owl:imports rdf:resource="http://swat.cse.lehigh.edu/resources/onto/aigp.owl" />
</owl:Ontology>


<owl:Class rdf:about="http://swat.cse.lehigh.edu/resources/onto/aigp.owl#Researcher">
	<rdfs:subClassOf rdf:resource="http://xmlns.com/foaf/0.1/Person"/>
</owl:Class>
<owl:Class rdf:about="http://swat.cse.lehigh.edu/resources/onto/aigp.owl#University">
	<rdfs:subClassOf rdf:resource="http://xmlns.com/foaf/0.1/Organization"/>
</owl:Class>
<rdf:Property rdf:about="http://swat.cse.lehigh.edu/resources/onto/aigp.owl#name">
	<!--the domain for aigp:name is a subclass of the domain for foaf:name, and subproperty could have a smaller table for a specific query-->
	<rdfs:subPropertyOf rdf:resource="http://xmlns.com/foaf/0.1/name"/>
</rdf:Property>
<rdf:Property rdf:about="http://swat.cse.lehigh.edu/resources/onto/aigp.owl#hasAdvisor">
	<rdfs:subPropertyOf rdf:resource="http://xmlns.com/foaf/0.1/knows"/>
</rdf:Property>
</rdf:RDF>