<?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://nigov.tmtm.com/wiki/index.php/'>
	<!ENTITY thing 'http://nigov.tmtm.com/wiki/index.php/_'>
	<!ENTITY relation 'http://nigov.tmtm.com/wiki/index.php/_Relation-3A'>
	<!ENTITY attribute 'http://nigov.tmtm.com/wiki/index.php/_Attribute-3A'>
	<!ENTITY wikiurl 'http://bible.tmtm.com/wiki/index.php/'>
]>

<rdf:RDF
	xmlns:rdf="&rdf;"
	xmlns:rdfs="&rdfs;"
	xmlns:owl ="&owl;"
	xmlns:smw="&smw;"
	xmlns:wiki="&wiki;"
	xmlns:thing="&thing;"
	xmlns:relation="&relation;"
	xmlns:attribute="&attribute;">
	<!-- reference to the Semantic MediaWiki schema -->
	<rdf:Description rdf:about="&smw;hasArticle">
		<rdfs:isDefinedBy rdf:resource="http://smw.ontoware.org/2005/smw"/>
	</rdf:Description>
	<rdf:Description rdf:about="&smw;Thing">
		<rdfs:isDefinedBy rdf:resource="http://smw.ontoware.org/2005/smw"/>
	</rdf:Description>
	<!-- exported page data -->
	<smw:Thing rdf:about="&thing;Book_of_Ephesians">
		<rdfs:label>Book of Ephesians</rdfs:label>
		<smw:hasArticle rdf:resource="&wikiurl;Book_of_Ephesians"/>
		<rdfs:isDefinedBy rdf:resource="&wikiurl;Special:ExportRDF/Book_of_Ephesians"/>
		<rdf:type rdf:resource="&thing;Category-3ABooks_of_the_New_Testament"/>
		<relation:Written_By rdf:resource="&thing;Paul_or_a_follower_of_Paul"/>
		<relation:Written_To rdf:resource="&thing;Ephesus_or_a_more_general_audience"/>
	</smw:Thing>
	<!-- auxilliary definitions -->
	<owl:Class rdf:about="&thing;Category-3ABooks_of_the_New_Testament">
		<rdfs:label>Category:Books of the New Testament</rdfs:label>
		<smw:hasArticle rdf:resource="&wikiurl;Category:Books_of_the_New_Testament"/>
		<rdfs:isDefinedBy rdf:resource="&wikiurl;Special:ExportRDF/Category:Books_of_the_New_Testament"/>
	</owl:Class>
	<owl:ObjectProperty rdf:about="&relation;Written_By">
		<rdfs:label>Relation:Written By</rdfs:label>
		<smw:hasArticle rdf:resource="&wikiurl;Relation:Written_By"/>
		<rdfs:isDefinedBy rdf:resource="&wikiurl;Special:ExportRDF/Relation:Written_By"/>
	</owl:ObjectProperty>
	<smw:Thing rdf:about="&thing;Paul_or_a_follower_of_Paul">
		<rdfs:label>Paul or a follower of Paul</rdfs:label>
		<smw:hasArticle rdf:resource="&wikiurl;Paul_or_a_follower_of_Paul"/>
		<rdfs:isDefinedBy rdf:resource="&wikiurl;Special:ExportRDF/Paul_or_a_follower_of_Paul"/>
	</smw:Thing>
	<owl:ObjectProperty rdf:about="&relation;Written_To">
		<rdfs:label>Relation:Written To</rdfs:label>
		<smw:hasArticle rdf:resource="&wikiurl;Relation:Written_To"/>
		<rdfs:isDefinedBy rdf:resource="&wikiurl;Special:ExportRDF/Relation:Written_To"/>
	</owl:ObjectProperty>
	<smw:Thing rdf:about="&thing;Ephesus_or_a_more_general_audience">
		<rdfs:label>Ephesus or a more general audience</rdfs:label>
		<smw:hasArticle rdf:resource="&wikiurl;Ephesus_or_a_more_general_audience"/>
		<rdfs:isDefinedBy rdf:resource="&wikiurl;Special:ExportRDF/Ephesus_or_a_more_general_audience"/>
	</smw:Thing>
</rdf:RDF>