<?xml version="1.0"?>
<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#"
    xmlns="http://swat.cse.lehigh.edu/resources/onto/citeseer.owl#"
    xml:base="http://swat.cse.lehigh.edu/resources/onto/citeseer.owl" >
	
  <owl:Ontology rdf:about="" />
    
  <owl:Class rdf:about="#Record">
    <rdfs:comment>This name has been selected in accordance to the name used in Citeseer's XML data. This class
	     however is supposed to be equivalent to the dblp ontology's Publication class.
	</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:about="#Person" />
  
  <owl:ObjectProperty rdf:about="#author">
    <rdfs:domain rdf:resource="#Record" />
	<rdfs:range rdf:resource="#Person" />
  </owl:ObjectProperty>

  <owl:ObjectProperty rdf:about="#coauthor">
    <rdfs:domain rdf:resource="#Person" />
	<rdfs:range rdf:resource="#Person" />
  </owl:ObjectProperty>
  
  <owl:ObjectProperty rdf:about="#refers">
    <rdfs:domain rdf:resource="#Record" />
	<rdfs:range rdf:resource="#Record" />
  </owl:ObjectProperty>
  
  <owl:DatatypeProperty rdf:about="#name"> 
    <rdfs:domain rdf:resource="#Person" />
  </owl:DatatypeProperty>
  
  <owl:DatatypeProperty rdf:about="#title"> 
    <rdfs:domain rdf:resource="#Record" />
  </owl:DatatypeProperty>
  
  <owl:DatatypeProperty rdf:about="#date"> 
    <rdfs:domain rdf:resource="#Record" />
  </owl:DatatypeProperty>
  
</rdf:RDF>

<!-- Created with Protege (with OWL Plugin 3.2.1, Build 365)  http://protege.stanford.edu -->
