<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE rdf:RDF [
  <!ENTITY xsins 'http://www.w3.org/2001/XMLSchema-instance'>
  <!ENTITY rdfns 'http://www.w3.org/1999/02/22-rdf-syntax-ns#'>
  <!ENTITY rdfsns 'http://www.w3.org/2000/01/rdf-schema#'>
  <!ENTITY dcns 'http://purl.org/dc/elements/1.1/'>
  <!ENTITY dctermsns 'http://purl.org/dc/terms/'>
  <!ENTITY mpns 'http://purl.org/net/osamurai/profiles#'>
  <!ENTITY mp.appendix 'http://purl.org/net/osamurai/profiles/appendix/'>
]>
<rdf:RDF
  xmlns:rdf="&rdfns;"
  xmlns:xsi="&xsins;"
  xmlns:rdfs="&rdfsns;"
  xmlns:dc="&dcns;"
  xmlns:dcterms="&dctermsns;"
  xmlns:mp="&mpns;"
  xml:lang="ja">

  <rdf:Description rdf:about="&mpns;">
    <dc:title>メタデータプロファイル (Meta data profiles) の語彙定義</dc:title>
    <dc:creator>らいおさむ</dc:creator>
    <dc:publisher>らいおさむのお屋敷</dc:publisher>
    <dc:format xsi:type="dcterms:IMT">application/rdf+xml</dc:format>
    <dc:language xsi:type="dcterms:RFC1766">ja</dc:language>
    <dc:description>メタデータプロファイルの名前空間は、RDFの修飾子語彙のための URIs を供給する。尚、本語彙は、RDF Schema 言語を用いて宣言される。</dc:description>
    <dc:subject>Meta data, Link types</dc:subject>
    <rdfs:seeAlso resource="http://purl.org/net/osamurai/profiles/spec" rdfs:label="meta data profiles Specification"/>
    <dcterms:issued xsi:type="dcterms:W3CDTF">2002-05-01T15:47:56+09:00</dcterms:issued>
    <dcterms:modified xsi:type="dcterms:W3CDTF">2005-07-11T20:24:19+09:00</dcterms:modified>
    <dc:identifier xsi:type="dcterms:URI">http://purl.org/net/osamurai/profiles</dc:identifier>
    <dcterms:isPartOf xsi:type="dcterms:URI">http://purl.org/net/osamurai/</dcterms:isPartOf>
  </rdf:Description>


  <!-- === プロパティの定義 === -->

  <!-- Meta data -->

  <rdf:Property rdf:about="&mpns;description">
    <rdfs:label>description</rdfs:label>
    <rdfs:comment>当該資源の内容の説明。</rdfs:comment>
    <rdfs:isDefinedBy rdf:resource="&mpns;"/>
    <rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
  </rdf:Property>

  <rdf:Property rdf:about="&mpns;keywords">
    <rdfs:label>keywords</rdfs:label>
    <rdfs:comment>当該資源のキーワード、キーになるフレーズまたは、分類コードなど。</rdfs:comment>
    <rdfs:isDefinedBy rdf:resource="&mpns;"/>
    <rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
  </rdf:Property>

  <rdf:Property rdf:about="&mpns;robots">
    <rdfs:label>robots</rdfs:label>
    <rdfs:comment>検索ロボットに対する、索引付けと解析の可否を指す。値は、ALL、NONE、INDEX、NOINDEX、FOLLOW、NOFOLLOW である。</rdfs:comment>
    <rdfs:isDefinedBy rdf:resource="&mpns;"/>
    <!--<rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>-->
    <rdfs:range rdf:resource="&mpns;RobotsMETAtagContent"/>
    <rdfs:seeAlso>
      <rdf:Description rdf:about="http://www.robotstxt.org/wc/meta-user.html">
	<dc:title>HTML Author's Guide to the Robots META tag.</dc:title>
      </rdf:Description>
    </rdfs:seeAlso>
  </rdf:Property>
  <rdfs:Class rdf:about="&mpns;RobotsMETAtagContent">
    <rdfs:label>Robots META tag content</rdfs:label>
    <rdfs:comment>Robots META tag に於いて、現在定義されている値。初期値は INDEX と FOLLOW である。</rdfs:comment>
    <rdf:value>INDEX,FOLLOW</rdf:value><!-- 初期値 -->
  </rdfs:Class>
  <RobotsMETAtagContent rdf:about="&mpns;ALL">
    <rdfs:label>ALL</rdfs:label>
    <rdfs:comment>ALL=INDEX,FOLLOW</rdfs:comment>
  </RobotsMETAtagContent>
  <RobotsMETAtagContent rdf:about="&mpns;NONE">
    <rdfs:label>NONE</rdfs:label>
    <rdfs:comment>NONE=NOINDEX,NOFOLLOW</rdfs:comment>
  </RobotsMETAtagContent>
  <RobotsMETAtagContent rdf:about="&mpns;INDEX">
    <rdfs:label>INDEX</rdfs:label>
    <rdfs:comment>robotに対して当該文書の索引付けを許可する。</rdfs:comment>
  </RobotsMETAtagContent>
  <RobotsMETAtagContent rdf:about="&mpns;NOINDEX">
    <rdfs:label>NOINDEX</rdfs:label>
    <rdfs:comment>robotに対して当該文書の索引付けを拒否する。</rdfs:comment>
  </RobotsMETAtagContent>
  <RobotsMETAtagContent rdf:about="&mpns;FOLLOW">
    <rdfs:label>FOLLOW</rdfs:label>
    <rdfs:comment>robotに対して当該文書のリンク部分を更に辿ることを許可する。</rdfs:comment>
  </RobotsMETAtagContent>
  <RobotsMETAtagContent rdf:about="&mpns;NOFOLLOW">
    <rdfs:label>NOFOLLOW</rdfs:label>
    <rdfs:comment>robotに対して当該文書のリンク部分を更に辿ることを拒否する。</rdfs:comment>
  </RobotsMETAtagContent>


  <!-- Link types: XHTML同様 -->

  <rdf:Property rdf:about="&mpns;alternate">
    <rdfs:label>Alternate</rdfs:label>
    <rdfs:comment>当該資源の代替資源を指す。例えば、X/HTMLのlink要素では、言語属性（lang）と併用した場合、当該資源の翻訳版を示す。また、媒体型属性（media）との併用は、別メディア版を示す。</rdfs:comment>
    <rdfs:isDefinedBy rdf:resource="&mpns;"/>
    <rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
    <rdfs:seeAlso rdf:resource="&mp.appendix;link_types-alternate"/>
  </rdf:Property>

  <rdf:Property rdf:about="&mpns;stylesheet">
    <rdfs:label>Stylesheet</rdfs:label>
    <rdfs:comment>外部スタイルシートを指す。リンク形式「Alternate」との併用で、ユーザが選択可能な代替スタイルシートを示す。</rdfs:comment>
    <rdfs:isDefinedBy rdf:resource="&mpns;"/>
    <rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
    <rdfs:seeAlso rdf:resource="&mp.appendix;link_types-stylesheet"/>
  </rdf:Property>

  <rdf:Property rdf:about="&mpns;start">
    <rdfs:label>Start</rdfs:label>
    <rdfs:comment>一連（続き物）の資源群の中の最初の資源を指す。</rdfs:comment>
    <rdfs:isDefinedBy rdf:resource="&mpns;"/>
    <rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
    <rdfs:seeAlso rdf:resource="&mp.appendix;link_types-start"/>
  </rdf:Property>

  <rdf:Property rdf:about="&mpns;next">
    <rdfs:label>Next</rdfs:label>
    <rdfs:comment>一連（続き物）の資源群の中の次の資源を指す。</rdfs:comment>
    <rdfs:isDefinedBy rdf:resource="&mpns;"/>
    <rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
    <rdfs:seeAlso rdf:resource="&mp.appendix;link_types-next"/>
  </rdf:Property>

  <rdf:Property rdf:about="&mpns;prev">
    <rdfs:label>Prev</rdfs:label>
    <rdfs:comment>一連（続き物）の資源群の中の前の資源を指す。</rdfs:comment>
    <rdfs:isDefinedBy rdf:resource="&mpns;"/>
    <rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
    <rdfs:seeAlso rdf:resource="&mp.appendix;link_types-prev"/>
  </rdf:Property>

  <rdf:Property rdf:about="&mpns;contents">
    <rdfs:label>Contents</rdfs:label>
    <rdfs:comment>当該資源の目次として提供される資源を指す。</rdfs:comment>
    <rdfs:isDefinedBy rdf:resource="&mpns;"/>
    <rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
    <rdfs:seeAlso rdf:resource="&mp.appendix;link_types-contents"/>
  </rdf:Property>

  <rdf:Property rdf:about="&mpns;index">
    <rdfs:label>Index</rdfs:label>
    <rdfs:comment>当該資源の索引である資源を指す。</rdfs:comment>
    <rdfs:isDefinedBy rdf:resource="&mpns;"/>
    <rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
    <rdfs:seeAlso rdf:resource="&mp.appendix;link_types-index"/>
  </rdf:Property>

  <rdf:Property rdf:about="&mpns;glossary">
    <rdfs:label>Glossary</rdfs:label>
    <rdfs:comment>当該資源に関連する用語集である資源を指す。</rdfs:comment>
    <rdfs:isDefinedBy rdf:resource="&mpns;"/>
    <rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
    <rdfs:seeAlso rdf:resource="&mp.appendix;link_types-glossary"/>
  </rdf:Property>

  <rdf:Property rdf:about="&mpns;copyright">
    <rdfs:label>Copyright</rdfs:label>
    <rdfs:comment>当該資源の著作権情報に関する資源を指す。</rdfs:comment>
    <rdfs:isDefinedBy rdf:resource="&mpns;"/>
    <rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
    <rdfs:seeAlso rdf:resource="&mp.appendix;link_types-copyright"/>
  </rdf:Property>

  <rdf:Property rdf:about="&mpns;chapter">
    <rdfs:label>Chapter</rdfs:label>
    <rdfs:comment>一連（続き物）の資源群の中の章である資源を指す。</rdfs:comment>
    <rdfs:isDefinedBy rdf:resource="&mpns;"/>
    <rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
    <rdfs:seeAlso rdf:resource="&mp.appendix;link_types-chapter"/>
  </rdf:Property>

  <rdf:Property rdf:about="&mpns;section">
    <rdfs:label>Section</rdfs:label>
    <rdfs:comment>一連（続き物）の資源群の中の節である資源を指す。</rdfs:comment>
    <rdfs:isDefinedBy rdf:resource="&mpns;"/>
    <rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
    <rdfs:seeAlso rdf:resource="&mp.appendix;link_types-section"/>
  </rdf:Property>

  <rdf:Property rdf:about="&mpns;subsection">
    <rdfs:label>Subsection</rdfs:label>
    <rdfs:comment>一連（続き物）の資源群の中の小節である資源を指す。</rdfs:comment>
    <rdfs:isDefinedBy rdf:resource="&mpns;"/>
    <rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
    <rdfs:seeAlso rdf:resource="&mp.appendix;link_types-subsection"/>
  </rdf:Property>

  <rdf:Property rdf:about="&mpns;appendix">
    <rdfs:label>Appendix</rdfs:label>
    <rdfs:comment>一連（続き物）の資源群の中の附属書である資源を指す。</rdfs:comment>
    <rdfs:isDefinedBy rdf:resource="&mpns;"/>
    <rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
    <rdfs:seeAlso rdf:resource="&mp.appendix;link_types-appendix"/>
  </rdf:Property>

  <rdf:Property rdf:about="&mpns;help">
    <rdfs:label>Help</rdfs:label>
    <rdfs:comment>詳説、他資源へのリンク等の、ヘルプ資源を指す。</rdfs:comment>
    <rdfs:isDefinedBy rdf:resource="&mpns;"/>
    <rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
    <rdfs:seeAlso rdf:resource="&mp.appendix;link_types-help"/>
  </rdf:Property>

  <rdf:Property rdf:about="&mpns;bookmark">
    <rdfs:label>Bookmark</rdfs:label>
    <rdfs:comment>ブックマークを指す。各資源に複数のブックマークが定義できる点に注意されたい。</rdfs:comment>
    <rdfs:isDefinedBy rdf:resource="&mpns;"/>
    <rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
    <rdfs:seeAlso rdf:resource="&mp.appendix;link_types-bookmark"/>
  </rdf:Property>

  <!-- Link types: 追加分 -->

  <rdf:Property rdf:about="&mpns;meta">
    <rdfs:label>meta</rdfs:label>
    <rdfs:comment>当該資源の外部メタ情報文書を指す。値にメタ情報を含む文書（RDF等）のURIを指定することで、X/HTMLにメタ情報を関連付けを行う。</rdfs:comment>
    <rdfs:isDefinedBy rdf:resource="&mpns;"/>
    <rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
    <rdfs:seeAlso rdf:resource="&mp.appendix;link_types-meta"/>
  </rdf:Property>

  <rdf:Property rdf:about="&mpns;made">
    <rdfs:label>made</rdfs:label>
    <rdfs:comment>当該資源の著者を指す。値にメールアドレス、或は、著者の”ホーム”ページのURIを指定することで、著者への接触方法を示す。例えば、X/HTMLのlink要素では、当該文書と指定URIとの関係は、rel属性とrev属性の用法により、当該文書と著作者との関係も明確にできる。</rdfs:comment>
    <rdfs:isDefinedBy rdf:resource="&mpns;"/>
    <rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
    <rdfs:seeAlso rdf:resource="&mp.appendix;link_types-made"/>
  </rdf:Property>

  <rdf:Property rdf:about="&mpns;icon">
    <rdfs:label>icon</rdfs:label>
    <rdfs:comment>サイト固有のアイコン（デフォルト名: /favicon.ico）のURIを示す。</rdfs:comment>
    <rdfs:isDefinedBy rdf:resource="&mpns;"/>
    <rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
    <rdfs:seeAlso rdf:resource="&mp.appendix;link_types-icon"/>
  </rdf:Property>

  <rdf:Property rdf:about="&mpns;up">
    <rdfs:label>up</rdfs:label>
    <rdfs:comment>当該資源の親にあたる資源、或いは上階層（現在のURIより一階層上）のディレクトリへのURIを指す。例えば、X/HTMLのlink要素では、rel属性とrev属性の用法により、文書の親子関係も明確にできる。</rdfs:comment>
    <rdfs:isDefinedBy rdf:resource="&mpns;"/>
    <rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
    <rdfs:seeAlso rdf:resource="&mp.appendix;link_types-up"/>
  </rdf:Property>

  <rdf:Property rdf:about="&mpns;first">
    <rdfs:label>first</rdfs:label>
    <rdfs:comment>一連（続き物）の資源群の、最初の資源を指す。</rdfs:comment>
    <rdfs:isDefinedBy rdf:resource="&mpns;"/>
    <rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
    <rdfs:seeAlso rdf:resource="&mp.appendix;link_types-first"/>
  </rdf:Property>

  <rdf:Property rdf:about="&mpns;last">
    <rdfs:label>last</rdfs:label>
    <rdfs:comment>一連（続き物）の資源群の、最後の資源を指す。</rdfs:comment>
    <rdfs:isDefinedBy rdf:resource="&mpns;"/>
    <rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
    <rdfs:seeAlso rdf:resource="&mp.appendix;link_types-last"/>
  </rdf:Property>

  <rdf:Property rdf:about="&mpns;translation">
    <rdfs:label>translation</rdfs:label>
    <rdfs:comment>翻訳サービスを指す。主に、X/HTMLの別言語への翻訳サービスを指す。値に翻訳サービスを提供しているURIを指定する。例えば、複数言語への翻訳サービスを提供する場合には、資源の基本言語を言語指定属性にて指定し得る。</rdfs:comment>
    <rdfs:isDefinedBy rdf:resource="&mpns;"/>
    <rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
    <rdfs:seeAlso rdf:resource="&mp.appendix;link_types-translation"/>
  </rdf:Property>

  <rdf:Property rdf:about="&mpns;validator">
    <rdfs:label>validator</rdfs:label>
    <rdfs:comment>妥当性検証サービスを指す。検証は、構造文書のマークアップやスタイルシート等が「その規格に対して妥当」なものであるかの証明に使用される。</rdfs:comment>
    <rdfs:isDefinedBy rdf:resource="&mpns;"/>
    <rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
  </rdf:Property>

  <rdf:Property rdf:about="&mpns;purl">
    <rdfs:label>purl</rdfs:label>
    <rdfs:comment>当該資源のPURL (Persistent Uniform Resource Locator) を指す。</rdfs:comment>
    <rdfs:isDefinedBy rdf:resource="&mpns;"/>
    <rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
    <rdfs:seeAlso rdf:resource="http://purl.org/"/>
    <rdfs:seeAlso rdf:resource="http://purl.org/net/linkpurl"/><!-- http://purl.org/maint/linkpurl.html/ -->
  </rdf:Property>


  <!-- 以下は、実験的な記述：正直どう表現してよいのか悩む・・・。 -->
  <!-- X/HTML では、<link rel="schema.dc" href="http://purl.org/dc/elements/1.1/" /> 等と記述し得る。 -->
  <rdf:Property rdf:about="&mpns;schema">
    <rdfs:label>schema.prefix</rdfs:label>
    <rdfs:comment>メタデータスキーマの参照定義（XML Namespace の名前空間宣言と同等）を指す。指定する接頭辞（prefix）に結び付けられている名前空間を示し、拡張名前空間はIRI (Internationalized Resource Identifier) で指定される。例えば、X/HTMLでのこの指定は、"." 区切りであらゆる要素のclass属性やrel属性などの属性値の接頭辞付きの値（prefix.Property 或いは prefix.Property.subProperty）に対する名前空間IRIになる。尚、接頭辞とは、名前空間に対応する一意の名称である。</rdfs:comment>
    <rdfs:isDefinedBy rdf:resource="&mpns;"/>
    <rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
    <rdfs:seeAlso rdf:resource="&mp.appendix;link_types-schema_prefix"/>
  </rdf:Property>

</rdf:RDF>
