

<?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://linc.ece.utexas.edu/index.php/Special:URIResolver/'>
	<!ENTITY relation 'http://linc.ece.utexas.edu/index.php/Special:URIResolver/Relation-3A'>
	<!ENTITY attribute 'http://linc.ece.utexas.edu/index.php/Special:URIResolver/Attribute-3A'>
	<!ENTITY wikiurl 'http://www.utlinc.org/index.php/'>
]>

<rdf:RDF
	xmlns:rdf="&rdf;"
	xmlns:rdfs="&rdfs;"
	xmlns:owl ="&owl;"
	xmlns:smw="&smw;"
	xmlns:wiki="&wiki;"
	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:AnnotationProperty rdf:about="&smw;subPropertyOf">
		<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="&wiki;DCC_2010">
		<rdfs:label>DCC 2010</rdfs:label>
		<smw:hasArticle rdf:resource="&wikiurl;DCC_2010"/>
		<rdfs:isDefinedBy rdf:resource="&wikiurl;Special:ExportRDF/DCC_2010"/>
		<rdf:type rdf:resource="&wiki;Category-3AConferences"/>
		<relation:Event_in_series rdf:resource="&wiki;DCC_2010"/>
		<relation:Has_location_city rdf:resource="&wiki;Snowbird"/>
		<relation:Has_location_country rdf:resource="&wiki;USA"/>
		<relation:Has_location_state rdf:resource="&wiki;Utah"/>
		<attribute:End_date rdf:datatype="http://www.w3.org/2001/XMLSchema#dateTime">2010-03-26T00:00:00</attribute:End_date>
		<attribute:Homepage rdf:datatype="http://www.w3.org/2001/XMLSchema#string">http://www.cs.brandeis.edu/~dcc</attribute:Homepage>
		<attribute:Notification rdf:datatype="http://www.w3.org/2001/XMLSchema#dateTime">2009-12-24T00:00:00</attribute:Notification>
		<attribute:Start_date rdf:datatype="http://www.w3.org/2001/XMLSchema#dateTime">2010-03-24T00:00:00</attribute:Start_date>
		<attribute:Submission_deadline rdf:datatype="http://www.w3.org/2001/XMLSchema#dateTime">2009-11-06T00:00:00</attribute:Submission_deadline>
		<attribute:Title rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Data Compression Conference</attribute:Title>
	</smw:Thing>
	<!-- auxilliary definitions -->
	<owl:Class rdf:about="&wiki;Category-3AConferences">
		<rdfs:label>Category:Conferences</rdfs:label>
		<smw:hasArticle rdf:resource="&wikiurl;Category:Conferences"/>
		<rdfs:isDefinedBy rdf:resource="&wikiurl;Special:ExportRDF/Category:Conferences"/>
	</owl:Class>
	<owl:ObjectProperty rdf:about="&relation;Event_in_series">
		<rdfs:label>Relation:Event in series</rdfs:label>
		<smw:hasArticle rdf:resource="&wikiurl;Relation:Event_in_series"/>
		<rdfs:isDefinedBy rdf:resource="&wikiurl;Special:ExportRDF/Relation:Event_in_series"/>
	</owl:ObjectProperty>
	<owl:ObjectProperty rdf:about="&relation;Has_location_city">
		<rdfs:label>Relation:Has location city</rdfs:label>
		<smw:hasArticle rdf:resource="&wikiurl;Relation:Has_location_city"/>
		<rdfs:isDefinedBy rdf:resource="&wikiurl;Special:ExportRDF/Relation:Has_location_city"/>
	</owl:ObjectProperty>
	<smw:Thing rdf:about="&wiki;Snowbird">
		<rdfs:label>Snowbird</rdfs:label>
		<smw:hasArticle rdf:resource="&wikiurl;Snowbird"/>
		<rdfs:isDefinedBy rdf:resource="&wikiurl;Special:ExportRDF/Snowbird"/>
	</smw:Thing>
	<owl:ObjectProperty rdf:about="&relation;Has_location_country">
		<rdfs:label>Relation:Has location country</rdfs:label>
		<smw:hasArticle rdf:resource="&wikiurl;Relation:Has_location_country"/>
		<rdfs:isDefinedBy rdf:resource="&wikiurl;Special:ExportRDF/Relation:Has_location_country"/>
	</owl:ObjectProperty>
	<smw:Thing rdf:about="&wiki;USA">
		<rdfs:label>USA</rdfs:label>
		<smw:hasArticle rdf:resource="&wikiurl;USA"/>
		<rdfs:isDefinedBy rdf:resource="&wikiurl;Special:ExportRDF/USA"/>
	</smw:Thing>
	<owl:ObjectProperty rdf:about="&relation;Has_location_state">
		<rdfs:label>Relation:Has location state</rdfs:label>
		<smw:hasArticle rdf:resource="&wikiurl;Relation:Has_location_state"/>
		<rdfs:isDefinedBy rdf:resource="&wikiurl;Special:ExportRDF/Relation:Has_location_state"/>
	</owl:ObjectProperty>
	<smw:Thing rdf:about="&wiki;Utah">
		<rdfs:label>Utah</rdfs:label>
		<smw:hasArticle rdf:resource="&wikiurl;Utah"/>
		<rdfs:isDefinedBy rdf:resource="&wikiurl;Special:ExportRDF/Utah"/>
	</smw:Thing>
	<owl:DatatypeProperty rdf:about="&attribute;End_date">
		<rdfs:label>Attribute:End date</rdfs:label>
		<smw:hasArticle rdf:resource="&wikiurl;Attribute:End_date"/>
		<rdfs:isDefinedBy rdf:resource="&wikiurl;Special:ExportRDF/Attribute:End_date"/>
	</owl:DatatypeProperty>
	<owl:DatatypeProperty rdf:about="&attribute;Homepage">
		<rdfs:label>Attribute:Homepage</rdfs:label>
		<smw:hasArticle rdf:resource="&wikiurl;Attribute:Homepage"/>
		<rdfs:isDefinedBy rdf:resource="&wikiurl;Special:ExportRDF/Attribute:Homepage"/>
	</owl:DatatypeProperty>
	<owl:DatatypeProperty rdf:about="&attribute;Notification">
		<rdfs:label>Attribute:Notification</rdfs:label>
		<smw:hasArticle rdf:resource="&wikiurl;Attribute:Notification"/>
		<rdfs:isDefinedBy rdf:resource="&wikiurl;Special:ExportRDF/Attribute:Notification"/>
	</owl:DatatypeProperty>
	<owl:DatatypeProperty rdf:about="&attribute;Start_date">
		<rdfs:label>Attribute:Start date</rdfs:label>
		<smw:hasArticle rdf:resource="&wikiurl;Attribute:Start_date"/>
		<rdfs:isDefinedBy rdf:resource="&wikiurl;Special:ExportRDF/Attribute:Start_date"/>
	</owl:DatatypeProperty>
	<owl:DatatypeProperty rdf:about="&attribute;Submission_deadline">
		<rdfs:label>Attribute:Submission deadline</rdfs:label>
		<smw:hasArticle rdf:resource="&wikiurl;Attribute:Submission_deadline"/>
		<rdfs:isDefinedBy rdf:resource="&wikiurl;Special:ExportRDF/Attribute:Submission_deadline"/>
	</owl:DatatypeProperty>
	<owl:DatatypeProperty rdf:about="&attribute;Title">
		<rdfs:label>Attribute:Title</rdfs:label>
		<smw:hasArticle rdf:resource="&wikiurl;Attribute:Title"/>
		<rdfs:isDefinedBy rdf:resource="&wikiurl;Special:ExportRDF/Attribute:Title"/>
	</owl:DatatypeProperty>
</rdf:RDF>
