<?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://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;Help-3AExtensions-2FFlash_MP3_Player">
		<rdfs:label>Help:Extensions/Flash MP3 Player</rdfs:label>
		<smw:hasArticle rdf:resource="&wikiurl;Help:Extensions/Flash_MP3_Player"/>
		<rdfs:isDefinedBy rdf:resource="&wikiurl;Special:ExportRDF/Help:Extensions/Flash_MP3_Player"/>
		<rdf:type rdf:resource="&wiki;Category-3AMyWikiBiz_Extensions"/>
		<relation:Page_Of rdf:resource="&wiki;Help-3AExtensions"/>
		<attribute:Extension_Name rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Flash MP3 Player</attribute:Extension_Name>
	</smw:Thing>
	<!-- auxilliary definitions -->
	<owl:Class rdf:about="&wiki;Category-3AMyWikiBiz_Extensions">
		<rdfs:label>Category:MyWikiBiz Extensions</rdfs:label>
		<smw:hasArticle rdf:resource="&wikiurl;Category:MyWikiBiz_Extensions"/>
		<rdfs:isDefinedBy rdf:resource="&wikiurl;Special:ExportRDF/Category:MyWikiBiz_Extensions"/>
	</owl:Class>
	<owl:ObjectProperty rdf:about="&relation;Page_Of">
		<rdfs:label>Relation:Page Of</rdfs:label>
		<smw:hasArticle rdf:resource="&wikiurl;Relation:Page_Of"/>
		<rdfs:isDefinedBy rdf:resource="&wikiurl;Special:ExportRDF/Relation:Page_Of"/>
	</owl:ObjectProperty>
	<smw:Thing rdf:about="&wiki;Help-3AExtensions">
		<rdfs:label>Help:Extensions</rdfs:label>
		<smw:hasArticle rdf:resource="&wikiurl;Help:Extensions"/>
		<rdfs:isDefinedBy rdf:resource="&wikiurl;Special:ExportRDF/Help:Extensions"/>
	</smw:Thing>
	<owl:DatatypeProperty rdf:about="&attribute;Extension_Name">
		<rdfs:label>Attribute:Extension Name</rdfs:label>
		<smw:hasArticle rdf:resource="&wikiurl;Attribute:Extension_Name"/>
		<rdfs:isDefinedBy rdf:resource="&wikiurl;Special:ExportRDF/Attribute:Extension_Name"/>
	</owl:DatatypeProperty>
</rdf:RDF>