<?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://mywikibiz.com/Special:URIResolver/'>
	<!ENTITY relation 'http://mywikibiz.com/Special:URIResolver/Relation-3A'>
	<!ENTITY attribute 'http://mywikibiz.com/Special:URIResolver/Attribute-3A'>
	<!ENTITY wikiurl 'http://www.mywikibiz.com/'>
]>

<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: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;Directory-3AColorado_DUI">
		<rdfs:label>Directory:Colorado DUI</rdfs:label>
		<smw:hasArticle rdf:resource="&wikiurl;Directory:Colorado_DUI"/>
		<rdfs:isDefinedBy rdf:resource="&wikiurl;Special:ExportRDF/Directory:Colorado_DUI"/>
		<attribute:City rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Denver</attribute:City>
		<attribute:Company_Name rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Colorado DUI Law</attribute:Company_Name>
		<attribute:Company_Type rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Non Profit</attribute:Company_Type>
		<attribute:Web rdf:datatype="http://www.w3.org/2001/XMLSchema#string">duicoloradolaw.com</attribute:Web>
		<attribute:Year_Started rdf:datatype="http://www.w3.org/2001/XMLSchema#string">2007</attribute:Year_Started>
	</smw:Thing>
	<!-- auxilliary definitions -->
	<owl:DatatypeProperty rdf:about="&attribute;City">
		<rdfs:label>Attribute:City</rdfs:label>
		<smw:hasArticle rdf:resource="&wikiurl;Attribute:City"/>
		<rdfs:isDefinedBy rdf:resource="&wikiurl;Special:ExportRDF/Attribute:City"/>
	</owl:DatatypeProperty>
	<owl:DatatypeProperty rdf:about="&attribute;Company_Name">
		<rdfs:label>Attribute:Company Name</rdfs:label>
		<smw:hasArticle rdf:resource="&wikiurl;Attribute:Company_Name"/>
		<rdfs:isDefinedBy rdf:resource="&wikiurl;Special:ExportRDF/Attribute:Company_Name"/>
	</owl:DatatypeProperty>
	<owl:DatatypeProperty rdf:about="&attribute;Company_Type">
		<rdfs:label>Attribute:Company Type</rdfs:label>
		<smw:hasArticle rdf:resource="&wikiurl;Attribute:Company_Type"/>
		<rdfs:isDefinedBy rdf:resource="&wikiurl;Special:ExportRDF/Attribute:Company_Type"/>
	</owl:DatatypeProperty>
	<owl:DatatypeProperty rdf:about="&attribute;Web">
		<rdfs:label>Attribute:Web</rdfs:label>
		<smw:hasArticle rdf:resource="&wikiurl;Attribute:Web"/>
		<rdfs:isDefinedBy rdf:resource="&wikiurl;Special:ExportRDF/Attribute:Web"/>
	</owl:DatatypeProperty>
	<owl:DatatypeProperty rdf:about="&attribute;Year_Started">
		<rdfs:label>Attribute:Year Started</rdfs:label>
		<smw:hasArticle rdf:resource="&wikiurl;Attribute:Year_Started"/>
		<rdfs:isDefinedBy rdf:resource="&wikiurl;Special:ExportRDF/Attribute:Year_Started"/>
	</owl:DatatypeProperty>
</rdf:RDF>