<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE rdf:RDF[
	<!ENTITY rdf 'http://www.w3.org/1999/02/22-rdf-syntax-ns#'>
	<!ENTITY rdfs 'http://www.w3.org/2000/01/rdf-schema#'>
	<!ENTITY owl 'http://www.w3.org/2002/07/owl#'>
	<!ENTITY smw 'http://smw.ontoware.org/2005/smw#'>
	<!ENTITY smwdt 'http://smw.ontoware.org/2005/smw-datatype#'>
	<!ENTITY wiki 'http://wiki.case.edu/index.php/'>
	<!ENTITY thing 'http://wiki.case.edu/index.php/_'>
	<!ENTITY relation 'http://wiki.case.edu/index.php/_Relation-3A'>
	<!ENTITY attribute 'http://wiki.case.edu/index.php/_Attribute-3A'>
	<!ENTITY wikiurl 'http://wiki.case.edu/index.php/'>
]>

<rdf:RDF
	xmlns:rdf="&rdf;"
	xmlns:rdfs="&rdfs;"
	xmlns:owl ="&owl;"
	xmlns:smw="&smw;"
	xmlns:wiki="&wiki;"
	xmlns:thing="&thing;"
	xmlns:relation="&relation;"
	xmlns:attribute="&attribute;">
	<!-- reference to the Semantic MediaWiki schema -->
	<owl:AnnotationProperty rdf:about="&smw;hasArticle">
		<rdfs:isDefinedBy rdf:resource="http://smw.ontoware.org/2005/smw"/>
	</owl:AnnotationProperty>
	<owl:AnnotationProperty rdf:about="&smw;hasType">
		<rdfs:isDefinedBy rdf:resource="http://smw.ontoware.org/2005/smw"/>
	</owl:AnnotationProperty>
	<owl:Class rdf:about="&smw;Thing">
		<rdfs:isDefinedBy rdf:resource="http://smw.ontoware.org/2005/smw"/>
	</owl:Class>
	<!-- exported page data -->
	<smw:Thing rdf:about="&thing;Office_of_Undergraduate_Studies">
		<rdfs:label>Office of Undergraduate Studies</rdfs:label>
		<smw:hasArticle rdf:resource="&wikiurl;Office_of_Undergraduate_Studies"/>
		<rdfs:isDefinedBy rdf:resource="&wikiurl;Special:ExportRDF/Office_of_Undergraduate_Studies"/>
		<rdf:type rdf:resource="&thing;Category-3AAcademics"/>
		<rdf:type rdf:resource="&thing;Category-3ADepartments"/>
		<rdf:type rdf:resource="&thing;Category-3AStudent_Resources"/>
		<relation:Located_in rdf:resource="&thing;Sears_Building"/>
		<attribute:Floor rdf:datatype="http://www.w3.org/2001/XMLSchema#string">3</attribute:Floor>
		<attribute:Room rdf:datatype="http://www.w3.org/2001/XMLSchema#string">357</attribute:Room>
	</smw:Thing>
	<!-- auxilliary definitions -->
	<owl:Class rdf:about="&thing;Category-3AAcademics">
		<rdfs:label>Category:Academics</rdfs:label>
		<smw:hasArticle rdf:resource="&wikiurl;Category:Academics"/>
		<rdfs:isDefinedBy rdf:resource="&wikiurl;Special:ExportRDF/Category:Academics"/>
	</owl:Class>
	<owl:Class rdf:about="&thing;Category-3ADepartments">
		<rdfs:label>Category:Departments</rdfs:label>
		<smw:hasArticle rdf:resource="&wikiurl;Category:Departments"/>
		<rdfs:isDefinedBy rdf:resource="&wikiurl;Special:ExportRDF/Category:Departments"/>
	</owl:Class>
	<owl:Class rdf:about="&thing;Category-3AStudent_Resources">
		<rdfs:label>Category:Student Resources</rdfs:label>
		<smw:hasArticle rdf:resource="&wikiurl;Category:Student_Resources"/>
		<rdfs:isDefinedBy rdf:resource="&wikiurl;Special:ExportRDF/Category:Student_Resources"/>
	</owl:Class>
	<owl:ObjectProperty rdf:about="&relation;Located_in">
		<rdfs:label>Relation:Located in</rdfs:label>
		<smw:hasArticle rdf:resource="&wikiurl;Relation:Located_in"/>
		<rdfs:isDefinedBy rdf:resource="&wikiurl;Special:ExportRDF/Relation:Located_in"/>
	</owl:ObjectProperty>
	<smw:Thing rdf:about="&thing;Sears_Building">
		<rdfs:label>Sears Building</rdfs:label>
		<smw:hasArticle rdf:resource="&wikiurl;Sears_Building"/>
		<rdfs:isDefinedBy rdf:resource="&wikiurl;Special:ExportRDF/Sears_Building"/>
	</smw:Thing>
	<owl:DatatypeProperty rdf:about="&attribute;Floor">
		<rdfs:label>Attribute:Floor</rdfs:label>
		<smw:hasArticle rdf:resource="&wikiurl;Attribute:Floor"/>
		<rdfs:isDefinedBy rdf:resource="&wikiurl;Special:ExportRDF/Attribute:Floor"/>
	</owl:DatatypeProperty>
	<owl:DatatypeProperty rdf:about="&attribute;Room">
		<rdfs:label>Attribute:Room</rdfs:label>
		<smw:hasArticle rdf:resource="&wikiurl;Attribute:Room"/>
		<rdfs:isDefinedBy rdf:resource="&wikiurl;Special:ExportRDF/Attribute:Room"/>
	</owl:DatatypeProperty>
</rdf:RDF>