<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF
  xmlns:owl="http://www.w3.org/2002/07/owl#"
  xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
  xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
  xmlns="http://swat.cse.lehigh.edu/resources/maps/citeseer-foaf-dc-map.owl#" 
  xml:base="http://swat.cse.lehigh.edu/resources/maps/citeseer-foaf-dc-map.owl" >

  <owl:Ontology rdf:about="">
    <owl:imports rdf:resource="http://swat.cse.lehigh.edu/resources/onto/nsfaward.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/nsfaward.owl#Person">
    <!-- <owl:subClassOf rdf:resource="http://xmlns.com/foaf/0.1/#Person" /> -->
	<owl:equivalentClass rdf:resource="http://xmlns.com/foaf/0.1/#Person" />
  </owl:Class>
  
  <owl:Class rdf:about="http://swat.cse.lehigh.edu/resources/onto/nsfaward.owl#Organization">
    <!-- <owl:subClassOf rdf:resource="http://xmlns.com/foaf/0.1/#Organization" /> -->
	<owl:equivalentClass rdf:resource="http://xmlns.com/foaf/0.1/#Organization" />
  </owl:Class>
  
</rdf:RDF>  
