<?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/dblp.owl" />
  <owl:imports rdf:resource="http://purl.org/dc/elements/1.1/" />
  <owl:imports rdf:resource="http://purl.org/dc/terms/" />
</owl:Ontology>

<owl:Class rdf:about="http://swat.cse.lehigh.edu/resources/onto/dblp.owl#Publication">
	<rdfs:subClassOf rdf:resource="http://purl.org/dc/terms/BibliographicResource"/>
</owl:Class>
<rdf:Property rdf:about="http://swat.cse.lehigh.edu/resources/onto/dblp.owl#author">
	<rdfs:subPropertyOf rdf:resource="http://purl.org/dc/elements/1.1/creator"/>
</rdf:Property>
<rdf:Property rdf:about="http://swat.cse.lehigh.edu/resources/onto/dblp.owl#cites">
	<rdfs:subPropertyOf rdf:resource="http://purl.org/dc/elements/1.1/references"/>
</rdf:Property>
<rdf:Property rdf:about="http://swat.cse.lehigh.edu/resources/onto/dblp.owl#title">
	<rdfs:subPropertyOf rdf:resource="http://purl.org/dc/elements/1.1/title"/>
</rdf:Property>
</rdf:RDF>