<?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://www.genx2k.com/wiki/index.php/Special:URIResolver/'>
	<!ENTITY relation 'http://www.genx2k.com/wiki/index.php/Special:URIResolver/Relation-3A'>
	<!ENTITY attribute 'http://www.genx2k.com/wiki/index.php/Special:URIResolver/Attribute-3A'>
	<!ENTITY wikiurl 'http://www.genx2k.com/wiki/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: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;Configure_IIS_for_Perl">
		<rdfs:label>Configure IIS for Perl</rdfs:label>
		<smw:hasArticle rdf:resource="&wikiurl;Configure_IIS_for_Perl"/>
		<rdfs:isDefinedBy rdf:resource="&wikiurl;Special:ExportRDF/Configure_IIS_for_Perl"/>
		<rdf:type rdf:resource="&wiki;Category-3APerl"/>
		<attribute:Author rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Ben Wiechel</attribute:Author>
		<attribute:Summary rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Instructions on how to configure the PLX extension for IIS under Windows 2000</attribute:Summary>
		<attribute:Title rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Configuring IIS for Perl</attribute:Title>
	</smw:Thing>
	<!-- auxilliary definitions -->
	<owl:Class rdf:about="&wiki;Category-3APerl">
		<rdfs:label>Category:Perl</rdfs:label>
		<smw:hasArticle rdf:resource="&wikiurl;Category:Perl"/>
		<rdfs:isDefinedBy rdf:resource="&wikiurl;Special:ExportRDF/Category:Perl"/>
	</owl:Class>
	<owl:DatatypeProperty rdf:about="&attribute;Author">
		<rdfs:label>Attribute:Author</rdfs:label>
		<smw:hasArticle rdf:resource="&wikiurl;Attribute:Author"/>
		<rdfs:isDefinedBy rdf:resource="&wikiurl;Special:ExportRDF/Attribute:Author"/>
	</owl:DatatypeProperty>
	<owl:DatatypeProperty rdf:about="&attribute;Summary">
		<rdfs:label>Attribute:Summary</rdfs:label>
		<smw:hasArticle rdf:resource="&wikiurl;Attribute:Summary"/>
		<rdfs:isDefinedBy rdf:resource="&wikiurl;Special:ExportRDF/Attribute:Summary"/>
	</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>