<?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://wikicompany.org/wiki/Special:URIResolver/'>
	<!ENTITY relation 'http://wikicompany.org/wiki/Special:URIResolver/Relation-3A'>
	<!ENTITY attribute 'http://wikicompany.org/wiki/Special:URIResolver/Attribute-3A'>
	<!ENTITY wikiurl 'http://wikicompany.org/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;Yumeki_Entertainment_Agency">
		<rdfs:label>Yumeki Entertainment Agency</rdfs:label>
		<smw:hasArticle rdf:resource="&wikiurl;Yumeki_Entertainment_Agency"/>
		<rdfs:isDefinedBy rdf:resource="&wikiurl;Special:ExportRDF/Yumeki_Entertainment_Agency"/>
		<attribute:Employees rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">25</attribute:Employees>
		<attribute:Founding rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">2004</attribute:Founding>
	</smw:Thing>
	<!-- auxilliary definitions -->
	<owl:DatatypeProperty rdf:about="&attribute;Employees">
		<rdfs:label>Attribute:Employees</rdfs:label>
		<smw:hasArticle rdf:resource="&wikiurl;Attribute:Employees"/>
		<rdfs:isDefinedBy rdf:resource="&wikiurl;Special:ExportRDF/Attribute:Employees"/>
	</owl:DatatypeProperty>
	<owl:DatatypeProperty rdf:about="&attribute;Founding">
		<rdfs:label>Attribute:Founding</rdfs:label>
		<smw:hasArticle rdf:resource="&wikiurl;Attribute:Founding"/>
		<rdfs:isDefinedBy rdf:resource="&wikiurl;Special:ExportRDF/Attribute:Founding"/>
	</owl:DatatypeProperty>
</rdf:RDF>