<?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:aigp="http://swat.cse.lehigh.edu/resources/onto/aigp.owl#"
  xmlns:univ="http://swat.cse.lehigh.edu/resources/onto/university.owl#"
>

  <owl:Ontology rdf:about="">
	<owl:imports rdf:resource="http://swat.cse.lehigh.edu/resources/onto/aigp.owl" />
    <owl:imports rdf:resource="http://swat.cse.lehigh.edu/resources/onto/university.owl" />
  </owl:Ontology>
  
  <owl:Class rdf:about="http://swat.cse.lehigh.edu/resources/onto/aigp.owl#University">
        <owl:equivalentClass rdf:resource="http://swat.cse.lehigh.edu/resources/onto/university.owl#University"/>
  </owl:Class>
  <rdf:Property rdf:about="http://swat.cse.lehigh.edu/resources/onto/university.owl#name">
	<!--aigp:name could be used as both university name and person name-->
	<rdfs:subPropertyOf rdf:resource="http://swat.cse.lehigh.edu/resources/onto/aigp.owl#name"/>
  </rdf:Property>

</rdf:RDF>