<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
 xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
 xmlns:owl="http://www.w3.org/2002/07/owl#"
 xmlns:dc="http://purl.org/dc/elements/1.1/"
 xmlns:dcterm="http://purl.org/dc/terms/"
 xmlns:vann="http://purl.org/vocab/vann/">
<owl:Ontology rdf:about="">
	<dc:title>Document List</dc:title>
	<dc:description xml:lang="ja">文書などの一覧表をRDFによって表す際の並べ替えに使用する要素を示す。</dc:description>
	<dc:date>2005-01-05</dc:date>
	<dc:identifier>http://www.junkwork.net/xml/DocumentList</dc:identifier>
	<dc:creator>
		<rdf:Alt>
		<rdf:li xml:lang="ja">イソムラ</rdf:li>
		<rdf:li xml:lang="en">Isomura</rdf:li>
		</rdf:Alt>
	</dc:creator>
	<owl:imports rdf:resource="http://www.w3.org/2000/01/rdf-schema" />
	<owl:imports rdf:resource="http://www.w3.org/2002/07/owl" />
	<vann:preferredNamespaceUri>http://www.junkwork.net/xml/DocumentList#</vann:preferredNamespaceUri>
	<vann:preferredNamespacePrefix>doclist</vann:preferredNamespacePrefix>
	<vann:example>
		<rdf:Description rdf:about="http://www.junkwork.net/stories/list">
			<dc:title>monologue : Stories List</dc:title>
			<dc:identifier>http://www.junkwork.net/stories/list</dc:identifier>
		</rdf:Description>
	</vann:example>
	<dcterm:hasFormat>
		<rdf:Description rdf:about="http://www.junkwork.net/xml/DocumentList.html">
			<dc:format>
				<dcterm:IMT>
					<rdf:value>text/html</rdf:value>
					<rdfs:label>HTML</rdfs:label>
				</dcterm:IMT>
			</dc:format>
		</rdf:Description>
	</dcterm:hasFormat>
	<dcterm:hasFormat>
		<rdf:Description rdf:about="http://www.junkwork.net/xml/DocumentList.rdf">
			<dc:format>
				<dcterm:IMT>
					<rdf:value>application/rdf+xml</rdf:value>
					<rdfs:label>RDF</rdfs:label>
				</dcterm:IMT>
			</dc:format>
		</rdf:Description>
	</dcterm:hasFormat>
</owl:Ontology>

<rdfs:Class rdf:about="http://www.junkwork.net/xml/DocumentList#Document">
	<rdfs:label>Document</rdfs:label>
	<rdfs:comment xml:lang="ja">一つの文書を表す要素。</rdfs:comment>
	<rdfs:comment xml:lang="en">This means a unit of document.</rdfs:comment>
	<rdfs:isDefinedBy rdf:resource="http://www.junkwork.net/xml/DocumentList#" />
</rdfs:Class>

<rdf:Property rdf:about="http://www.junkwork.net/xml/DocumentList#sortName">
	<rdfs:label>sortName</rdfs:label>
	<rdfs:comment xml:lang="ja">並べ替えに使用される文書の名前。</rdfs:comment>
	<rdfs:comment xml:lang="en">Name of document to use in an alphabetically sorted list.</rdfs:comment>
	<rdfs:domain rdf:resource="http://www.junkwork.net/xml/DocumentList#Document" />
	<rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
	<rdfs:subPropertyOf rdf:resource="http://purl.org/dc/elements/1.1/title" />
	<rdfs:isDefinedBy rdf:resource="http://www.junkwork.net/xml/DocumentList#" />
</rdf:Property>

<rdf:Property rdf:about="http://www.junkwork.net/xml/DocumentList#categoryName">
	<rdfs:label>categoryName</rdfs:label>
	<rdfs:comment xml:lang="ja">並べ替えに使用される文書の分類項目の名前。</rdfs:comment>
	<rdfs:comment xml:lang="en">Category name of document to use in an alphabetically sorted list.</rdfs:comment>
	<rdfs:domain rdf:resource="http://www.junkwork.net/xml/DocumentList#Document" />
	<rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal" />
	<rdfs:subPropertyOf rdf:resource="http://purl.org/dc/elements/1.1/subject" />
	<rdfs:isDefinedBy rdf:resource="http://www.junkwork.net/xml/DocumentList#" />
</rdf:Property>

<rdf:Property rdf:about="http://www.junkwork.net/xml/DocumentList#sortNumber">
	<rdfs:label>sortNumber</rdfs:label>
	<rdfs:comment xml:lang="ja">並べ替えに使用される文書の番号。</rdfs:comment>
	<rdfs:comment xml:lang="en">The number of the document for a numerically sorted list.</rdfs:comment>
	<rdfs:domain rdf:resource="http://www.junkwork.net/xml/DocumentList#Document" />
	<rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal" />
	<rdfs:isDefinedBy rdf:resource="http://www.junkwork.net/xml/DocumentList#" />
</rdf:Property>

</rdf:RDF>

