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