<?xml version="1.0" encoding="UTF-8" ?>
<rdf:RDF
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:owl="http://www.w3.org/2002/07/owl#"
    xmlns:iswc="http://annotation.semanticweb.org/iswc/iswc.owl#">

<owl:Ontology rdf:about="">
	<owl:imports rdf:resource="http://annotation.semanticweb.org/iswc/iswc.owl"/>
	<owl:imports rdf:resource="http://swat.cse.lehigh.edu/swat.owl"/>
</owl:Ontology>

<iswc:Conference rdf:ID="AAAI-2006">
	<iswc:topic rdf:resource="http://annotation.semanticweb.org/2004/iswc#Artificial_Intelligence"/>
	<iswc:location rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Boston, MA</iswc:location>
</iswc:Conference>

<iswc:InProceedings rdf:about="http://swat.cse.lehigh.edu/pubs/index.html#guo06a">
	<iswc:conference rdf:resource="#AAAI-2006"/>
	<iswc:year rdf:datatype="http://www.w3.org/2001/XMLSchema#string">2006</iswc:year>
	<iswc:topic rdf:resource="http://annotation.semanticweb.org/2004/iswc#Semantic_Web"/>
	<iswc:topic rdf:resource="http://annotation.semanticweb.org/2004/iswc#Knowledge_Systems"/>
	<iswc:title rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Large Scale Knowledge Base Systems: An Empirical Evaluation Perspective</iswc:title>
	<iswc:author rdf:resource="http://www.lehigh.edu/~yug2#This"/>
	<iswc:author rdf:resource="http://www.lehigh.edu/~abq2#This"/>
	<iswc:author rdf:resource="http://www.cse.lehigh.edu/~heflin#This"/>
</iswc:InProceedings>

</rdf:RDF>