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

<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;Cam_Seals">
		<rdfs:label>Cam Seals</rdfs:label>
		<smw:hasArticle rdf:resource="&wikiurl;Cam_Seals"/>
		<rdfs:isDefinedBy rdf:resource="&wikiurl;Special:ExportRDF/Cam_Seals"/>
		<rdf:type rdf:resource="&wiki;Category-3AProducts"/>
		<rdf:type rdf:resource="&wiki;Category-3ASkunk2"/>
		<relation:Manufacturer rdf:resource="&wiki;Blox"/>
		<relation:Manufacturer rdf:resource="&wiki;Skunk_2"/>
	</smw:Thing>
	<!-- auxilliary definitions -->
	<owl:Class rdf:about="&wiki;Category-3AProducts">
		<rdfs:label>Category:Products</rdfs:label>
		<smw:hasArticle rdf:resource="&wikiurl;Category:Products"/>
		<rdfs:isDefinedBy rdf:resource="&wikiurl;Special:ExportRDF/Category:Products"/>
	</owl:Class>
	<owl:Class rdf:about="&wiki;Category-3ASkunk2">
		<rdfs:label>Category:Skunk2</rdfs:label>
		<smw:hasArticle rdf:resource="&wikiurl;Category:Skunk2"/>
		<rdfs:isDefinedBy rdf:resource="&wikiurl;Special:ExportRDF/Category:Skunk2"/>
	</owl:Class>
	<owl:ObjectProperty rdf:about="&relation;Manufacturer">
		<rdfs:label>Relation:Manufacturer</rdfs:label>
		<smw:hasArticle rdf:resource="&wikiurl;Relation:Manufacturer"/>
		<rdfs:isDefinedBy rdf:resource="&wikiurl;Special:ExportRDF/Relation:Manufacturer"/>
	</owl:ObjectProperty>
	<smw:Thing rdf:about="&wiki;Blox">
		<rdfs:label>Blox</rdfs:label>
		<smw:hasArticle rdf:resource="&wikiurl;Blox"/>
		<rdfs:isDefinedBy rdf:resource="&wikiurl;Special:ExportRDF/Blox"/>
	</smw:Thing>
	<smw:Thing rdf:about="&wiki;Skunk_2">
		<rdfs:label>Skunk 2</rdfs:label>
		<smw:hasArticle rdf:resource="&wikiurl;Skunk_2"/>
		<rdfs:isDefinedBy rdf:resource="&wikiurl;Special:ExportRDF/Skunk_2"/>
	</smw:Thing>
</rdf:RDF>