<?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://swat.cse.lehigh.edu/resources/onto/citeseer.owl" />
  <owl:imports rdf:resource="http://xmlns.com/foaf/spec/index.rdf" />
</owl:Ontology>

<owl:Class rdf:about="http://swat.cse.lehigh.edu/resources/onto/citeseer.owl#Person">
	<rdfs:subClassOf rdf:resource="http://xmlns.com/foaf/0.1/Person"/>
</owl:Class>
<rdf:Property rdf:about="http://swat.cse.lehigh.edu/resources/onto/citeseer.owl#coauthor">
	<rdfs:subPropertyOf rdf:resource="http://xmlns.com/foaf/0.1/knows"/>
</rdf:Property>
<rdf:Property rdf:about="http://swat.cse.lehigh.edu/resources/onto/citeseer.owl#name">
	<rdfs:subPropertyOf rdf:resource="http://xmlns.com/foaf/0.1/name"/>
</rdf:Property>
</rdf:RDF>