OREユーザガイド - RDF/XMLによるリソースマップの実装

2008年10月17日

本バージョン:
http://www.openarchives.org/ore/1.0/rdfxml
最新バージョン:
http://www.openarchives.org/ore/rdfxml
旧バージョン:
http://www.openarchives.org/ore/0.9/rdfxml
編集者(OAI代表)
Carl Lagoze, コーネル大学情報科学
Herbert Van de Sompel, ロスアラモス国立研究所
編集者(ORE技術委員会)
Pete Johnston, Eduserv財団
Michael Nelson, オールドドミニオン大学
Robert Sanderson, リバプール大学
Simeon Warner, コーネル大学情報科学

要旨

オープン・アーカイブズ・イニシアティブ - オブジェクトの再利用と交換(OAI-ORE)は、Webリソースの集合を記述し、交換するための標準を定義する。OAI-OREはリソースマップという概念を導入する。これは、集合体、集合体を構成する集合リソース、およびこれらの関係(とこれらと他のリソースの関係)を記述するRDFグラフ [RDF Concepts] である。

リソースマップはRDFグラフであるので、任意のRDF構文を使ってシリアル化することができる。本書は、そのような構文の1つであるRDF/XML [RDF/XML] を使ったリソースマップのシリアライゼーションを概説する。姉妹編の [ORE RDFa] では、RDFa [RDFa Syntax] によるリソースマップのシリアライゼーションを概説する。

本書は、OREの概念を理解し、RDF/XMLを使ったリソースマップの生成・処理を行うアプリケーションの開発を担当する実装者を想定読者としている。OREを使用する動機およびOREが提供するソルーションについての基本的な理解を得たい読者は [ORE入門] を読まれたい。また、RDF/XML構文についてのさらに詳細な情報が欲しい読者はW3C RDF/XML仕様書 [RDF/XML] にあたるべきである。

本書は、OAI-ORE仕様書およびユーザガイドを構成する文書の1つである。


目次

1. はじめに
    1.1 表記法
    1.2 名前空間
    1.3 準拠規則
2. ORE RDF/XML推奨構文のまとめ
3. RDF/XMLでエンコードされたリソースマップの例
    3.1. リソースマップと集合体の関係
    3.2. リソースマップと集合体に関するメタデータ
    3.3. 集合リソースと集合体グラフ
    3.4. 集合体と類似リソースの関係
    3.5. 他のリソースや型との関係
    3.6. 集合リソースが別の集合体の構成要素であることを表明する
    3.7. ネストした集合体
    3.8. 集合リソースのためのプロキシ
4. 参考文献

付録

A. 謝辞
B. 変更履歴


1. はじめに

オープン・アーカイブズ・イニシアティブ - オブジェクトの再利用と交換(OAI-ORE)[Abstract Data Model] は、リソースマップという概念を導入する。これは、集合体、集合体を構成する集合リソース、およびこれらの関係(とこれらと他のリソースの関係)を記述するRDFグラフ [RDF Concepts] である。リソースマップはRDFグラフであるので、任意のRDF構文を使ってシリアル化することができる。

本書は、そのような構文の1つであるRDF/XML [RDF/XML] を使ったリソースマップのシリアライゼーションを概説する。RDF/XML仕様 [RDF/XML] はRDFグラフをシリアル化するためのXMLフォーマットを記述している。RDFグラフをXML文書として表現するには、RDFグラフのコンストラクト(主語、述語、目的語から成るトリプル)をXML文書の構成要素、すなわち、XML要素とXML属性、XML要素名とXML属性名、XML要素コンテンツとXML属性値で表現しなければならない。

RDFグラフの機能の中には、1つの機能を複数の方法でXMLにエンコードすることをRDF/XML構文が認めているものがある。本書の目的は、OREリソースマップをエンコードするためのRDF/XMLプロファイルを提供することである。しかし、RDF/XML仕様で認められている別の構文規約のRDF/XMLを使って同一のOREリソースマップをエンコードすることも可能である。

1.1 表記法

本書におけるキーワード「しなければならない(MUST)」「してはいけない(MUST NOT)」「必須とする(REQUIRED)」「とする(SHALL)」「とはしない(SHALL NOT)」「するべきである(SHOULD)」「するべきでない(SHOULD NOT)」「推奨する(RECOMMENDED)」「することができる(MAY)」「オプションである(OPTIONAL)」は、RFC 2119 [IETF RFC 2119] に記述されているように解釈されるものとする。

本仕様書では、IRI [RFC3987] およびURIの両者を意味する共通の用語としてURI [RFC3986] を使用する。

1.2 名前空間

本仕様書では、次の名前空間とその名前空間を示す接頭辞を使用する。

接頭辞 名前空間 URI 記述
dc http://purl.org/dc/elements/1.1/ ダブリンコア要素
dcterms http://purl.org/dc/terms/ ダブリンコア用語
foaf http://xmlns.com/foaf/0.1/ FOAF語彙用語
ore http://www.openarchives.org/ore/terms/ ORE語彙用語
rdf http://www.w3.org/1999/02/22-rdf-syntax-ns# RDF語彙用語
rdfs http://www.w3.org/2000/01/rdf-schema# RDFS語彙用語

1.3 準拠規則

RDF/XMLのインターネットメディアタイプ(MIMEタイプ)は、application/rdf+xml である。RDF/XMLを使ってOREリソースマップの表示形を提供する場合は、このメディアタイプが使用されなければならない

RDF/XMLでエンコードされたOREリソースマップのコンシューマは、RDF/XMLで定義されているすべての構文規約をサポートしなければならない。この異なる構文規約の許容は仕様に準拠したRDF/XMLパーサーによりサポートされる。

2. ORE RDF/XML推奨構文のまとめ

RDF/XMLで使用される一般規約は、主語-述語-目的語から成るトリプルの集合が、XML子要素(プロパティ要素)を含むXML要素(ノード要素)の並びで表現されるものである。ここで、ノード要素は1つ以上のトリプルの主語に、プロパティ要素は述語に、プロパティ要素の属性またはコンテンツは目的語に、各々対応する。1つのトリプルの目的語がそれ自身別のトリプルの主語となり、このパターンが繰り返されることがあるので、この規約は「ストライピング」と呼ばれることがある。ルート要素内のノード要素の順番も、ノード要素内のプロパティ要素の順番も意味を持たない。

本書はリソースマップをRDF/XMLでエンコードするための規約を記述するが、この規約ではストライピング「レベル」が1に制限されている。すなわち、ノード要素はプロパティ子要素を含むが、このプロパティ要素がさらにノード要素を含むことはない。

この1レベルストライピングの例外は、トリプルの目的語が「空白ノード」("bNode")の時である。この場合、目的語である bNode が主語であるような任意のトリプルが続き、最初のトリプルの主語に対応する「ストライプ」の中でネストされる。bNode はOREデータモデルにより強制されるものではなく、例えば、リソースマップの作成者を表明する際に該当するエージェントを示すURIがない場合のように、ある種のトリプルで存在することができるものであることに注意されたい。bNode が複数のトリプルの目的語である場合(例えば、同一のエージェントが複数のリソースの作成者である場合)には、2つの選択肢が存在する。1つは、bNode が存在する度に上のパターンが繰り返されて bNode が主語であるトリプルが各「ストライプ」の中でネストされる方法であり、もう1つは、bNode がそれ自体ネストしないノード要素として表現される方法である。

さらに、ここで使用される規約では、ノード要素は常にXML展開名("http://www.w3.org/1999/02/22-rdf-syntax-ns#", "Description") を持ち、通常、QName rdf:Description で表現される。ここで、接頭辞 rdf は、XML名前空間宣言を介して名前空間名 http://www.w3.org/1999/02/22-rdf-syntax-ns# に関連付けられる。言い換えれば、これらの例ではRDF/XMLの「型付きノード要素」規約を使用しない。述語 http://www.w3.org/1999/02/22-rdf-syntax-ns#type を持つトリプルは常にプロパティ要素を使って表現される。

これ以降、XML要素の名前はXML QNameで記述する。XML QNameとは、XML名前空間名(1つのURI)とローカル名の対である展開名の短縮形である。XML QNameの接頭辞部分は、XML名前空間宣言を介してXML名前空間名に結び付けられる。XML QNameが接頭辞を持たない場合は、XML名前空間名はデフォルトの名前空間宣言から取得される。XML QNameがRDF/XMLにおけるURIの表現に使用される場合、そのURIはXML名前空間名にQNameのローカル名部分を追加することにより決定される。例えば、上の名前空間に関する節で示された対応付けを使用すると、QName ore:describes は、URI http://www.openarchives.org/ore/terms/describes に対応付けられる。本書の QName に使用されている接頭辞に意味があると解釈するべきではない。上の名前空間に関する節に記載されている接頭辞と名前空間名の対を使って生成されるXML展開名にQNameが対応する限り、任意の接頭辞を使用することができる。

以降の例で示されるように、リソースマップをRDF/XMLでエンコードするための推奨規則は次のとおりである。

3. RDF/XMLでエンコードしたリソースマップの例

本節では、http://arxiv.org/abs/astro-ph/0601007に「スプラッシュページ」を持つ arXiv の電子文書を使用して、リソースマップの推奨RDF/XMLエンコーディングを示す。この文書は複数の識別子、バージョン、フォーマット、ミラー、外部との関係を持っており、興味深い例である。例示目的のため、この例は、データの集合を電子文書に結び付ける方法がarXiv にある実際の電子文書とは異なっている。

この例では、集合体(URI-A)とリソースマップ(URI-R)のURIとして次のURIを使用する。OREモデルで指摘されているように、集合体のURI-AはスプラッシュページのURIとは区別されるべきである。

以下の小節の順番は、抽象データモデルの仕様書 [Abstract Data Model] で機能を紹介する際に使用された順番に対応する。各節の見出しは対応する抽象データモデルの節にリンクしている。これらの例は網羅的ではなく、推奨されるRDF/XML構文を示すのに十分であることを意図している。

3.1 リソースマップと集合体の関係

リソースマップは、述語 ore:describes を持つトリプルを1つ含まなければならない。このトリプルの主語はリソースマップのURI-Rでなければならない。目的語はリソースマップにより記述される集合体のURI-Aである。

この例に対応するトリプルは次のとおりである。

主語 述語 目的語
リソースマップに関する表明
http://arxiv.org/rem/rdf/astro-ph/0601007 ore:describes http://arxiv.org/aggregation/astro-ph/0601007
集合体に関する表明
http://arxiv.org/aggregation/astro-ph/0601007 ore:isDescribedy http://arxiv.org/rem/atom/astro-ph/0601007
http://arxiv.org/aggregation/astro-ph/0601007 ore:isDescribedy http://arxiv.org/rem/xhtml/astro-ph/0601007

これらのトリプルはRDF/XMLで次のようにシリアル化されるべきである

<?xml version="1.0" encoding="UTF-8" ?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
        xmlns:ore="http://www.openarchives.org/ore/terms/">
  <rdf:Description rdf:about="http://arxiv.org/rem/rdf/astro-ph/0601007">
    <ore:describes rdf:resource="http://arxiv.org/aggregation/astro-ph/0601007" />
  </rdf:Description>
  <rdf:Description rdf:about="http://arxiv.org/aggregation/astro-ph/0601007">
    <ore:isDescribedBy rdf:resource="http://arxiv.org/rem/atom/astro-ph/0601007" />
    <ore:isDescribedBy rdf:resource="http://arxiv.org/rem/xhtml/astro-ph/0601007" />
  </rdf:Description>
</rdf:RDF>

[RDF/XML, NTriples形式(Triplrで処理)]

注: 上のRDF/XMLにおいて太字で示された部分は、直前の表で示されたトリプルに対応するXMLの断片であることを示している。この表示上の処理は本書を通じて使用される。

3.2 リソースマップと集合体に関するメタデータ

リソースマップは、リソースマップに関する最小限のメタデータプロパティを表すトリプルを含んでいなければならない。リソースマップは、リソースマップに関する付加的なメタデータプロパティを表すトリプルを含むことができる。さらに、リソースマップは、集合体に関するメタデータプロパティを表すトリプルを含むことができる

この例に対応するトリプルは次のとおりである。

主語 述語 目的語
リソースマップ(および関連するエージェント)に関する表明
http://arxiv.org/rem/rdf/astro-ph/0601007 dcterms:creator _:blank1
_:blank1 foaf:name "arXiv.org e-Print Repository"
_:blank1 foaf:page http://arXiv.org
http://arxiv.org/rem/rdf/astro-ph/0601007 dcterms:created "2008-10-01T18:30:02Z"^^
http://www.w3.org/2001/XMLSchema#dateTime
http://arxiv.org/rem/rdf/astro-ph/0601007 dcterms:modified "2008-10-03T07:30:34Z"^^
http://www.w3.org/2001/XMLSchema#dateTime
http://arxiv.org/rem/rdf/astro-ph/0601007 dc:rights "This Resource Map is available under the Creative Commons Attribution-Noncommercial 2.5 Generic license"
http://arxiv.org/rem/rdf/astro-ph/0601007 dcterms:rights http://creativecommons.org/licenses/by-nc/2.5/
集合体(および関連するエージェント)に関する表明
http://arxiv.org/aggregation/astro-ph/0601007 dc:title "Parametrization of K-essence and Its Kinetic Term"
http://arxiv.org/aggregation/astro-ph/0601007 dcterms:abstract "We construct the non-canonical kinetic term of a k-essence field directly from the effective equation of state function $w_k(z)$, which describes the properties of the dark energy. Adopting the usual parametrizations of equation of state we numerically reproduce the shape of the non-canonical kinetic term and discuss some features of the constructed form of k-essence."
http://arxiv.org/aggregation/astro-ph/0601007 dcterms:created "2005-12-31T04:01:23Z"^^
http://www.w3.org/2001/XMLSchema#dateTime
http://arxiv.org/aggregation/astro-ph/0601007 dcterms:modified "2006-01-18T06:16:15Z"^^
http://www.w3.org/2001/XMLSchema#dateTime
http://arxiv.org/aggregation/astro-ph/0601007 dcterms:creator _:blank2
_:blank2 foaf:name "Hui Li"
_:blank2 foaf:mbox mailto:lihui@somewhere.cn
http://arxiv.org/aggregation/astro-ph/0601007 dcterms:creator _:blank3
_:blank3 foaf:name "Zong-Kuan Guo"
http://arxiv.org/aggregation/astro-ph/0601007 dcterms:creator _:blank4
_:blank4 foaf:name "Yuan-Zhong Zhang"

エージェントを示すために利用できるURIがないため、リソースマップと集合体の作成者としてbnodeが導入されていることに注意されたい。

これらのトリプルはRDF/XMLで次のようにシリアル化されるべきである

<?xml version="1.0" encoding="UTF-8" ?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:ore="http://www.openarchives.org/ore/terms/"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
    xmlns:dcterms="http://purl.org/dc/terms/"
    xmlns:foaf="http://xmlns.com/foaf/0.1/"
    xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#">
    <rdf:Description rdf:about="http://arxiv.org/rem/rdf/astro-ph/0601007">
        <ore:describes rdf:resource="http://arxiv.org/aggregation/astro-ph/0601007"/>
       <dcterms:creator rdf:parseType="Resource">
           <foaf:name>arXiv.org e-Print Repository</foaf:name>
           <foaf:page rdf:resource="http://arXiv.org" />
       </dcterms:creator>
       <dcterms:created rdf:datatype="http://www.w3.org/2001/XMLSchema#dateTime"
         >2008-10-01T18:30:02Z</dcterms:created>
       <dcterms:modified rdf:datatype="http://www.w3.org/2001/XMLSchema#dateTime"
         >2008-10-03T07:30:34Z</dcterms:modified>
       <dc:rights>This Resource Map is available under the Creative Commons Attribution-Noncommercial 2.5 Generic license</dc:rights>
       <dcterms:rights rdf:resource="http://creativecommons.org/licenses/by-nc/2.5/"/>
   </rdf:Description>
    <rdf:Description rdf:about="http://arxiv.org/aggregation/astro-ph/0601007">
        <ore:isDescribedBy rdf:resource="http://arxiv.org/rem/atom/astro-ph/0601007"/>
        <ore:isDescribedBy rdf:resource="http://arxiv.org/rem/xhtml/astro-ph/0601007" />
       <dc:title>Parametrization of K-essence and Its Kinetic Term</dc:title>
       <dcterms:created rdf:datatype="http://www.w3.org/2001/XMLSchema#dateTime"
         >2005-12-31T04:01:23Z</dcterms:created>
       <dcterms:modified rdf:datatype="http://www.w3.org/2001/XMLSchema#dateTime"
         >2006-01-18T06:16:15Z</dcterms:modified>
       <dcterms:creator rdf:parseType="Resource">
           <foaf:name>Hui Li</foaf:name>
           <foaf:mbox rdf:resource="mailto:lihui@somewhere.cn" />
       </dcterms:creator>
       <dcterms:creator rdf:parseType="Resource">
           <foaf:name>Zong-Kuan Guo</foaf:name>
       </dcterms:creator>
       <dcterms:creator rdf:parseType="Resource">
           <foaf:name>Yuan-Zhong Zhang</foaf:name>
       </dcterms:creator>
   </rdf:Description>
</rdf:RDF>

[RDF/XML, NTriples形式(Triplrで処理)]

3.3 集合リソースと集合体グラフ

リソースマップは集合体と集合リソースの関係を記述するトリプルを1つ以上含むことができる

この例に対応するトリプルは次のとおりである。

主語 述語 目的語
集合体に関する表明
http://arxiv.org/aggregation/astro-ph/0601007 ore:aggregates http://arxiv.org/abs/astro-ph/0601007
http://arxiv.org/aggregation/astro-ph/0601007 ore:aggregates http://arxiv.org/pdf/astro-ph/0601007
http://arxiv.org/aggregation/astro-ph/0601007 ore:aggregates http://arxiv.org/ps/astro-ph/0601007
http://arxiv.org/aggregation/astro-ph/0601007 ore:aggregates http://arxiv.org/ps/astro-ph/0601007?dpi=600&font=bitmapped
http://arxiv.org/aggregation/astro-ph/0601007 ore:aggregates http://arxiv.org/ps/astro-ph/0601007?dpi=300&font=bitmapped
http://arxiv.org/aggregation/astro-ph/0601007 ore:aggregates http://arxiv.org/ps/astro-ph/0601007?fname=cm&font=TypeI
http://arxiv.org/aggregation/astro-ph/0601007 ore:aggregates http://arxiv.org/dvi/astro-ph/0601007
http://arxiv.org/aggregation/astro-ph/0601007 ore:aggregates http://export.arxiv.org/oai2?verb=GetRecord
&metadataPrefix=oai_dc&identifier=oai:arXiv.org:astro-ph/0601007
http://arxiv.org/aggregation/astro-ph/0601007 ore:aggregates http://arxiv.org/cits/astro-ph/0601007
http://arxiv.org/aggregation/astro-ph/0601007 ore:aggregates http://www.citebase.org/abstract?id=oai:arXiv.org:astro-ph/0601007

これらのトリプルはRDF/XMLで次のようにシリアル化されるべきである

<?xml version="1.0" encoding="UTF-8" ?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:ore="http://www.openarchives.org/ore/terms/"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
    xmlns:dcterms="http://purl.org/dc/terms/"
    xmlns:foaf="http://xmlns.com/foaf/0.1/">
    <rdf:Description rdf:about="http://arxiv.org/rem/rdf/astro-ph/0601007">
        <ore:describes rdf:resource="http://arxiv.org/aggregation/astro-ph/0601007"/>
        <dcterms:creator rdf:parseType="Resource">
            <foaf:name>arXiv.org e-Print Repository</foaf:name>
            <foaf:page rdf:resource="http://arXiv.org" />
        </dcterms:creator>
        <dcterms:created rdf:datatype="http://www.w3.org/2001/XMLSchema#dateTime"
          >2008-10-01T18:30:02Z</dcterms:created>
        <dcterms:modified rdf:datatype="http://www.w3.org/2001/XMLSchema#dateTime"
          >2008-10-03T07:30:34Z</dcterms:modified>
        <dc:rights>This Resource Map is available under the Creative Commons Attribution-Noncommercial 2.5 Generic license</dc:rights>
        <dcterms:rights rdf:resource="http://creativecommons.org/licenses/by-nc/2.5/"/>
    </rdf:Description>
    <rdf:Description rdf:about="http://arxiv.org/aggregation/astro-ph/0601007">
        <ore:isDescribedBy rdf:resource="http://arxiv.org/rem/atom/astro-ph/0601007"/>
        <ore:isDescribedBy rdf:resource="http://arxiv.org/rem/xhtml/astro-ph/0601007" />
        <dc:title>Parametrization of K-essence and Its Kinetic Term</dc:title>
        <dcterms:created rdf:datatype="http://www.w3.org/2001/XMLSchema#dateTime"
          >2005-12-31T04:01:23Z</dcterms:created>
        <dcterms:modified rdf:datatype="http://www.w3.org/2001/XMLSchema#dateTime"
          >2006-01-18T06:16:15Z</dcterms:modified>
        <dcterms:creator rdf:parseType="Resource">
            <foaf:name>Hui Li</foaf:name>
            <foaf:mbox rdf:resource="mailto:lihui@somewhere.cn" />
        </dcterms:creator>
        <dcterms:creator rdf:parseType="Resource">
            <foaf:name>Zong-Kuan Guo</foaf:name>
        </dcterms:creator>
        <dcterms:creator rdf:parseType="Resource">
            <foaf:name>Yuan-Zhong Zhang</foaf:name>
        </dcterms:creator>
       <ore:aggregates rdf:resource="http://arxiv.org/abs/astro-ph/0601007"/>
       <ore:aggregates rdf:resource="http://arxiv.org/pdf/astro-ph/0601007"/>
       <ore:aggregates rdf:resource="http://arxiv.org/ps/astro-ph/0601007"/>
       <ore:aggregates rdf:resource="http://arxiv.org/ps/astro-ph/0601007?dpi=600&amp;font=bitmapped"/>
       <ore:aggregates rdf:resource="http://arxiv.org/ps/astro-ph/0601007?dpi=300&amp;font=bitmapped"/>
       <ore:aggregates rdf:resource="http://arxiv.org/ps/astro-ph/0601007?fname=cm&amp;font=TypeI"/>
       <ore:aggregates rdf:resource="http://arxiv.org/dvi/astro-ph/0601007"/>
       <ore:aggregates rdf:resource="http://export.arxiv.org/oai2?verb=GetRecord
&amp;metadataPrefix=oai_dc&amp;identifier=astro-ph/0601007"/> <ore:aggregates rdf:resource="http://arxiv.org/cits/astro-ph/0601007"/> <ore:aggregates rdf:resource="http://www.citebase.org/abstract?id=oai:arXiv.org:astro-ph/0601007"/>
</rdf:Description> </rdf:RDF>

[RDF/XML, NTriples形式(Triplrで処理)]

3.4 集合体と類似リソースの関係

リソースマップは主語としてURI-Aを持つトリプルを1つ以上含むことができる。これは、集合体が別のリソースと類似するコンテンツを持つリソースであることを表明する。述語は rdfs:seeAlso か、その下位プロパティである ore:similarTo のいずれかであることができる

この例に対応するトリプルは次のとおりである。

主語 述語 目的語
集合体に関する表明
http://arxiv.org/aggregation/astro-ph/0601007 rdfs:seeAlso http://arxiv.org/abs/astro-ph/0601007
http://arxiv.org/aggregation/astro-ph/0601007 rdfs:seeAlso http://jp.arxiv.org/aggregation/astro-ph/0601007
http://arxiv.org/aggregation/astro-ph/0601007 ore:similarTo info:arxiv/astro-ph/0601007
http://arxiv.org/aggregation/astro-ph/0601007 ore:similarTo info:doi/10.1142/S0217732306019475

これらのトリプルはRDF/XMLで次のようにシリアル化されるべきである

<?xml version="1.0" encoding="UTF-8" ?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:ore="http://www.openarchives.org/ore/terms/"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
    xmlns:dcterms="http://purl.org/dc/terms/"
    xmlns:foaf="http://xmlns.com/foaf/0.1/"
    xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#">
    <rdf:Description rdf:about="http://arxiv.org/rem/rdf/astro-ph/0601007">
        <ore:describes rdf:resource="http://arxiv.org/aggregation/astro-ph/0601007"/>
        <dcterms:creator rdf:parseType="Resource">
            <foaf:name>arXiv.org e-Print Repository</foaf:name>
            <foaf:page rdf:resource="http://arXiv.org" />
        </dcterms:creator>
        <dcterms:created rdf:datatype="http://www.w3.org/2001/XMLSchema#dateTime"
          >2008-10-01T18:30:02Z</dcterms:created>
        <dcterms:modified rdf:datatype="http://www.w3.org/2001/XMLSchema#dateTime"
          >2008-10-03T07:30:34Z</dcterms:modified>
        <dc:rights>This Resource Map is available under the Creative Commons Attribution-Noncommercial 2.5 Generic license</dc:rights>
        <dcterms:rights rdf:resource="http://creativecommons.org/licenses/by-nc/2.5/"/>
    </rdf:Description>
    <rdf:Description rdf:about="http://arxiv.org/aggregation/astro-ph/0601007">
        <ore:isDescribedBy rdf:resource="http://arxiv.org/rem/atom/astro-ph/0601007"/>
        <ore:isDescribedBy rdf:resource="http://arxiv.org/rem/xhtml/astro-ph/0601007" />
        <dc:title>Parametrization of K-essence and Its Kinetic Term</dc:title>
        <dcterms:created rdf:datatype="http://www.w3.org/2001/XMLSchema#dateTime"
          >2005-12-31T04:01:23Z</dcterms:created>
        <dcterms:modified rdf:datatype="http://www.w3.org/2001/XMLSchema#dateTime"
          >2006-01-18T06:16:15Z</dcterms:modified>
        <dcterms:creator rdf:parseType="Resource">
            <foaf:name>Hui Li</foaf:name>
            <foaf:mbox rdf:resource="mailto:lihui@somewhere.cn" />
        </dcterms:creator>
        <dcterms:creator rdf:parseType="Resource">
            <foaf:name>Zong-Kuan Guo</foaf:name>
        </dcterms:creator>
        <dcterms:creator rdf:parseType="Resource">
            <foaf:name>Yuan-Zhong Zhang</foaf:name>
        </dcterms:creator>
        <ore:aggregates rdf:resource="http://arxiv.org/abs/astro-ph/0601007"/>
        <ore:aggregates rdf:resource="http://arxiv.org/pdf/astro-ph/0601007"/>
        <ore:aggregates rdf:resource="http://arxiv.org/ps/astro-ph/0601007"/>
        <ore:aggregates rdf:resource="http://arxiv.org/ps/astro-ph/0601007?dpi=600&amp;font=bitmapped"/>
        <ore:aggregates rdf:resource="http://arxiv.org/ps/astro-ph/0601007?dpi=300&amp;font=bitmapped"/>
        <ore:aggregates rdf:resource="http://arxiv.org/ps/astro-ph/0601007?fname=cm&amp;font=TypeI"/>
        <ore:aggregates rdf:resource="http://arxiv.org/dvi/astro-ph/0601007"/>
        <ore:aggregates rdf:resource="http://export.arxiv.org/oai2?verb=GetRecord
&amp;metadataPrefix=oai_dc&amp;identifier=astro-ph/0601007"/> <ore:aggregates rdf:resource="http://arxiv.org/cits/astro-ph/0601007"/> <ore:aggregates rdf:resource="http://www.citebase.org/abstract?id=oai:arXiv.org:astro-ph/0601007"/> <rdfs:seeAlso rdf:resource="http://arxiv.org/abs/astro-ph/0601007"/> <rdfs:seeAlso rdf:resource="http://jp.arxiv.org/aggregation/astro-ph/0601007"/> <ore:similarTo rdf:resource="info:arxiv/astro-ph/0601007"/> <ore:similarTo rdf:resource="info:doi/10.1142/S0217732306019475"/> </rdf:Description> </rdf:RDF>

[RDF/XML, NTriples形式(Triplrで処理)]

3.5 他のリソースや型との関係

リソースマップはリソースマップ、集合体、集合リソース、他の関連するリソースまたはリテラルに関するプロパティを表明する付加的なトリプルを含むことができる

この例に対応するトリプルは次のとおりである。

主語 述語 目的語
集合体に関する表明
http://arxiv.org/aggregation/astro-ph/0601007 dcterms:hasVersion http://arxiv.org/aggregation/astro-ph/0601007v1
http://arxiv.org/aggregation/astro-ph/0601007 dcterms:hasVersion http://arxiv.org/aggregation/astro-ph/0601007v2
http://arxiv.org/aggregation/astro-ph/0601007 dcterms:isReferencedBy http://arxiv.org/aggregation/0807.1020
http://arxiv.org/aggregation/astro-ph/0601007 dcterms:isReferencedBy http://arxiv.org/aggregation/0806.4327
http://arxiv.org/aggregation/astro-ph/0601007 rdf:type http://purl.org/eprint/type/JournalArticle
http://arxiv.org/aggregation/astro-ph/0601007 dcterms:audience _:blank6
_:blank6 rdf:value "OCLC audience level 1: research"
他のリソースマップに関する表明
http://arxiv.org/rem/atom/astro-ph/0601007 dc:format "application/atom+xml"
http://arxiv.org/rem/xhtml/astro-ph/0601007 dc:format "application/xhtml+xml"
関連する集合体に関する表明
http://arxiv.org/aggregation/0807.1020 dc:title "How the Scalar Field of Unified Dark Matter Models Can Cluster"
http://arxiv.org/aggregation/0806.4327 dc:title "Cosmological scalar fields that mimic the $\Lambda CDM$ cosmological model"
集合リソース(および関連するエージェント)に関する表明
http://arxiv.org/abs/astro-ph/0601007 dc:title "[astro-ph/0601007] Parametrization of K-essence and Its Kinetic Term"
http://arxiv.org/abs/astro-ph/0601007 dc:format "text/html"
http://arxiv.org/abs/astro-ph/0601007 dc:language "en"
http://arxiv.org/abs/astro-ph/0601007 rdf:type info:eu-repo/semantics/humanStartPage
http://arxiv.org/pdf/astro-ph/0601007 dc:title "Parametrization of K-essence and Its Kinetic Term"
http://arxiv.org/pdf/astro-ph/0601007 dc:format "application/pdf"
http://arxiv.org/pdf/astro-ph/0601007 dc:language "en"
http://arxiv.org/pdf/astro-ph/0601007 dcterms:conformsTo info:pronom/fmt/18
http://arxiv.org/ps/astro-ph/0601007 dc:title "Parametrization of K-essence and Its Kinetic Term"
http://arxiv.org/ps/astro-ph/0601007 dc:format "application/postscript"
http://arxiv.org/ps/astro-ph/0601007 dc:language "en"
http://arxiv.org/ps/astro-ph/0601007 dcterms:hasFormat http://arxiv.org/pdf/astro-ph/0601007
http://arxiv.org/ps/astro-ph/0601007 dcterms:hasFormat http://arxiv.org/ps/astro-ph/0601007?dpi=600&font=bitmapped
http://arxiv.org/ps/astro-ph/0601007 dcterms:hasFormat http://arxiv.org/ps/astro-ph/0601007?dpi=300&font=bitmapped
http://arxiv.org/ps/astro-ph/0601007 dcterms:hasFormat http://arxiv.org/ps/astro-ph/0601007?fname=cm&font=TypeI
http://arxiv.org/ps/astro-ph/0601007 dcterms:hasFormat http://arxiv.org/dvi/astro-ph/0601007
http://arxiv.org/ps/astro-ph/0601007?dpi=600&font=bitmapped dc:title "Parametrization of K-essence and Its Kinetic Term (600 DPI Bitmapped Fonts PostScript)"
http://arxiv.org/ps/astro-ph/0601007?dpi=600&font=bitmapped dc:format "application/postscript"
http://arxiv.org/ps/astro-ph/0601007?dpi=600&font=bitmapped dc:language "en"
http://arxiv.org/ps/astro-ph/0601007?dpi=300&font=bitmapped dc:title "Parametrization of K-essence and Its Kinetic Term (300 DPI Bitmapped Fonts PostScript)"
http://arxiv.org/ps/astro-ph/0601007?dpi=300&font=bitmapped dc:format "application/postscript"
http://arxiv.org/ps/astro-ph/0601007?dpi=300&font=bitmapped dc:language "en"
http://arxiv.org/ps/astro-ph/0601007?fname=cm&font=TypeI dc:title "Parametrization of K-essence and Its Kinetic Term (Type I Fonts PostScript)"
http://arxiv.org/ps/astro-ph/0601007?fname=cm&font=TypeI dc:format "application/postscript"
http://arxiv.org/ps/astro-ph/0601007?fname=cm&font=TypeI dc:language "en"
http://arxiv.org/dvi/astro-ph/0601007 dc:title "Parametrization of K-essence and Its Kinetic Term"
http://arxiv.org/dvi/astro-ph/0601007 dc:format "application/dvi"
http://arxiv.org/dvi/astro-ph/0601007 dc:language "en"
http://export.arxiv.org/oai2?verb=GetRecord
&metadataPrefix=oai_dc&identifier=oai:arXiv.org:astro-ph/0601007
dc:title "Dublin Core Metadata for Parametrization of K-essence and Its Kinetic Term"
http://export.arxiv.org/oai2?verb=GetRecord
&metadataPrefix=oai_dc&identifier=oai:arXiv.org:astro-ph/0601007
dc:format "application/xml"
http://export.arxiv.org/oai2?verb=GetRecord
&metadataPrefix=oai_dc&identifier=oai:arXiv.org:astro-ph/0601007
dcterms:conformsTo http://www.openarchives.org/OAI/2.0/oai_dc/
http://export.arxiv.org/oai2?verb=GetRecord
&metadataPrefix=oai_dc&identifier=oai:arXiv.org:astro-ph/0601007
rdf:type info:eu-repo/semantics/descriptiveMetadata
http://arxiv.org/cits/astro-ph/0601007 dc:title "Citations for astro-ph/0601007"
http://arxiv.org/cits/astro-ph/0601007 dc:format "text/html"
http://arxiv.org/cits/astro-ph/0601007 dc:language "en"
http://www.citebase.org/abstract?id=oai:arXiv.org:astro-ph/0601007 dc:title "Citebase - Parametrization of K-essence and Its Kinetic Term"
http://www.citebase.org/abstract?id=oai:arXiv.org:astro-ph/0601007 dc:format "text/html"
http://www.citebase.org/abstract?id=oai:arXiv.org:astro-ph/0601007 dc:language "en"
http://www.citebase.org/abstract?id=oai:arXiv.org:astro-ph/0601007 dcterms:creator _:blank5
_:blank5 foaf:name "The Citebase Project"
_:blank5 foaf:page http://www.citebase.org/
_:blank5 foaf:mbox mailto:tdb01r@ecs.soton.ac.uk

これらのトリプルはRDF/XMLで次のようにシリアル化されるべきである

<?xml version="1.0" encoding="UTF-8" ?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:ore="http://www.openarchives.org/ore/terms/"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
    xmlns:dcterms="http://purl.org/dc/terms/"
    xmlns:foaf="http://xmlns.com/foaf/0.1/"
    xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#">
    <rdf:Description rdf:about="http://arxiv.org/rem/rdf/astro-ph/0601007">
        <ore:describes rdf:resource="http://arxiv.org/aggregation/astro-ph/0601007"/>
        <dcterms:creator rdf:parseType="Resource">
            <foaf:name>arXiv.org e-Print Repository</foaf:name>
            <foaf:page rdf:resource="http://arXiv.org" />
        </dcterms:creator>
        <dcterms:created rdf:datatype="http://www.w3.org/2001/XMLSchema#dateTime"
          >2008-10-01T18:30:02Z</dcterms:created>
        <dcterms:modified rdf:datatype="http://www.w3.org/2001/XMLSchema#dateTime"
          >2008-10-03T07:30:34Z</dcterms:modified>
        <dc:rights>This Resource Map is available under the Creative Commons Attribution-Noncommercial 2.5 Generic license</dc:rights>
        <dcterms:rights rdf:resource="http://creativecommons.org/licenses/by-nc/2.5/"/>
    </rdf:Description>
    <rdf:Description rdf:about="http://arxiv.org/aggregation/astro-ph/0601007">
        <ore:isDescribedBy rdf:resource="http://arxiv.org/rem/atom/astro-ph/0601007"/>
        <ore:isDescribedBy rdf:resource="http://arxiv.org/rem/xhtml/astro-ph/0601007" />
        <dc:title>Parametrization of K-essence and Its Kinetic Term</dc:title>
        <dcterms:created rdf:datatype="http://www.w3.org/2001/XMLSchema#dateTime"
          >2005-12-31T04:01:23Z</dcterms:created>
        <dcterms:modified rdf:datatype="http://www.w3.org/2001/XMLSchema#dateTime"
          >2006-01-18T06:16:15Z</dcterms:modified>
        <dcterms:creator rdf:parseType="Resource">
            <foaf:name>Hui Li</foaf:name>
            <foaf:mbox rdf:resource="mailto:lihui@somewhere.cn" />
        </dcterms:creator>
        <dcterms:creator rdf:parseType="Resource">
            <foaf:name>Zong-Kuan Guo</foaf:name>
        </dcterms:creator>
        <dcterms:creator rdf:parseType="Resource">
            <foaf:name>Yuan-Zhong Zhang</foaf:name>
        </dcterms:creator>
        <ore:aggregates rdf:resource="http://arxiv.org/abs/astro-ph/0601007"/>
        <ore:aggregates rdf:resource="http://arxiv.org/pdf/astro-ph/0601007"/>
        <ore:aggregates rdf:resource="http://arxiv.org/ps/astro-ph/0601007"/>
        <ore:aggregates rdf:resource="http://arxiv.org/ps/astro-ph/0601007?dpi=600&amp;font=bitmapped"/>
        <ore:aggregates rdf:resource="http://arxiv.org/ps/astro-ph/0601007?dpi=300&amp;font=bitmapped"/>
        <ore:aggregates rdf:resource="http://arxiv.org/ps/astro-ph/0601007?fname=cm&amp;font=TypeI"/>
        <ore:aggregates rdf:resource="http://arxiv.org/dvi/astro-ph/0601007"/>
        <ore:aggregates rdf:resource="http://export.arxiv.org/oai2?verb=GetRecord
&amp;metadataPrefix=oai_dc&amp;identifier=astro-ph/0601007"/> <ore:aggregates rdf:resource="http://arxiv.org/cits/astro-ph/0601007"/> <ore:aggregates rdf:resource="http://www.citebase.org/abstract?id=oai:arXiv.org:astro-ph/0601007"/> <rdfs:seeAlso rdf:resource="http://arxiv.org/abs/astro-ph/0601007"/> <rdfs:seeAlso rdf:resource="http://jp.arxiv.org/aggregation/astro-ph/0601007"/> <ore:similarTo rdf:resource="info:arxiv/astro-ph/0601007"/> <ore:similarTo rdf:resource="info:doi/10.1142/S0217732306019475"/> <dcterms:hasVersion rdf:resource="http://arxiv.org/aggregation/astro-ph/0601007v1"/> <dcterms:hasVersion rdf:resource="http://arxiv.org/aggregation/astro-ph/0601007v2"/> <dcterms:isReferencedBy rdf:resource="http://arxiv.org/aggregation/0807.1020"/> <dcterms:isReferencedBy rdf:resource="http://arxiv.org/aggregation/0806.4327"/> <rdf:type rdf:resource="http://purl.org/eprint/type/JournalArticle"/> <dcterms:audience rdf:parseType="Resource"> <rdf:value>OCLC audience level 1: research</rdf:value> </dcterms:audience> </rdf:Description> <rdf:Description rdf:about="http://arxiv.org/rem/atom/astro-ph/0601007"> <dc:format>application/atom+xml</dc:format> </rdf:Description> <rdf:Description rdf:about="http://arxiv.org/rem/xhtml/astro-ph/0601007"> <dc:format>application/xhtml+xml</dc:format> </rdf:Description> <rdf:Description rdf:about="http://arxiv.org/aggregation/0807.1020"> <dc:title>How the Scalar Field of Unified Dark Matter Models Can Cluster</dc:title> </rdf:Description> <rdf:Description rdf:about="http://arxiv.org/aggregation/0807.1020"> <dc:title>Cosmological scalar fields that mimic the $\Lambda CDM$ cosmological model</dc:title> </rdf:Description> <rdf:Description rdf:about="http://arxiv.org/abs/astro-ph/0601007"> <dc:title>[astro-ph/0601007] Parametrization of K-essence and Its Kinetic Term</dc:title> <dc:format>text/html</dc:format> <dc:language>en</dc:language> <rdf:type rdf:resource="info:eu-repo/semantics/humanStartPage"/> </rdf:Description> <rdf:Description rdf:about="http://arxiv.org/pdf/astro-ph/0601007"> <dc:title>Parametrization of K-essence and Its Kinetic Term</dc:title> <dc:format>application/pdf</dc:format> <dc:language>en</dc:language> <dcterms:conformsTo rdf:resource="info:pronom/fmt/18"/> </rdf:Description> <rdf:Description rdf:about="http://arxiv.org/ps/astro-ph/0601007"> <dc:title>Parametrization of K-essence and Its Kinetic Term</dc:title> <dc:format>application/postscript</dc:format> <dc:language>en</dc:language> <dcterms:hasFormat rdf:resource="http://arxiv.org/pdf/astro-ph/0601007"/> <dcterms:hasFormat rdf:resource="http://arxiv.org/ps/astro-ph/0601007?dpi=600&amp;font=bitmapped"/> <dcterms:hasFormat rdf:resource="http://arxiv.org/ps/astro-ph/0601007?dpi=300&amp;font=bitmapped"/> <dcterms:hasFormat rdf:resource="http://arxiv.org/ps/astro-ph/0601007?fname=cm&amp;font=TypeI"/> <dcterms:hasFormat rdf:resource="http://arxiv.org/dvi/astro-ph/0601007"/> </rdf:Description> <rdf:Description rdf:about="http://arxiv.org/ps/astro-ph/0601007?dpi=600&amp;font=bitmapped"> <dc:title>Parametrization of K-essence and Its Kinetic Term (600 DPI Bitmapped Fonts PostScript)</dc:title> <dc:format>application/postscript</dc:format> <dc:language>en</dc:language> </rdf:Description> <rdf:Description rdf:about="http://arxiv.org/ps/astro-ph/0601007?dpi=300&amp;font=bitmapped"> <dc:title>Parametrization of K-essence and Its Kinetic Term (300 DPI Bitmapped Fonts PostScript)</dc:title> <dc:format>application/postscript</dc:format> <dc:language>en</dc:language> </rdf:Description> <rdf:Description rdf:about="http://arxiv.org/ps/astro-ph/0601007?fname=cm&amp;font=TypeI"> <dc:title>Parametrization of K-essence and Its Kinetic Term (Type I Fonts PostScript)</dc:title> <dc:format>application/postscript</dc:format> <dc:language>en</dc:language> </rdf:Description> <rdf:Description rdf:about="http://arxiv.org/dvi/astro-ph/0601007"> <dc:title>Parametrization of K-essence and Its Kinetic Term</dc:title> <dc:format>application/dvi</dc:format> <dc:language>en</dc:language> </rdf:Description> <rdf:Description rdf:about="http://export.arxiv.org/oai2?verb=GetRecord
&amp;metadataPrefix=oai_dc&amp;identifier=astro-ph/0601007"> <dc:title>Dublin Core Metadata for Parametrization of K-essence and Its Kinetic Term</dc:title> <dc:format>application/xml</dc:format> <dcterms:conformsTo rdf:resource="http://www.openarchives.org/OAI/2.0/oai_dc/"/> <rdf:type rdf:resource="info:eu-repo/semantics/descriptiveMetadata"/> </rdf:Description> <rdf:Description rdf:about="http://arxiv.org/cits/astro-ph/0601007"> <dc:title>Citations for astro-ph/0601007</dc:title> <dc:format>text/html</dc:format> <dc:language>en</dc:language> </rdf:Description> <rdf:Description rdf:about="http://www.citebase.org/abstract?id=oai:arXiv.org:astro-ph/0601007"> <dc:title>Citebase - Parametrization of K-essence and Its Kinetic Term</dc:title> <dc:format>text/html</dc:format> <dc:language>en</dc:language> <dcterms:creator rdf:parseType="Resource"> <foaf:name>The Citebase Project</foaf:name> <foaf:page rdf:resource="http://www.citebase.org/" /> <foaf:mbox rdf:resource="mailto:tdb01r@ecs.soton.ac.uk" /> </dcterms:creator> </rdf:Description>
</rdf:RDF>

[RDF/XML, NTriples形式(Triplrで処理)]

3.6 集合リソースが別の集合体の構成要素であることを表明する

リソースマップは集合リソースが別の集合体の構成要素であることを表明するために述語 ore:isAggregatedBy を持つトリプルを1つ以上含むことができる

この例に対応するトリプルは次のとおりである。

主語 述語 目的語
集合リソースに関する表明
http://arxiv.org/ps/astro-ph/0601007 ore:isAggregatedBy http://example.org/aggregation-1

これらのトリプルはRDF/XMLで次のようにシリアル化されるべきである

<?xml version="1.0" encoding="UTF-8" ?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:ore="http://www.openarchives.org/ore/terms/"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
    xmlns:dcterms="http://purl.org/dc/terms/"
    xmlns:foaf="http://xmlns.com/foaf/0.1/"
    xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#">
    <rdf:Description rdf:about="http://arxiv.org/rem/rdf/astro-ph/0601007">
        <ore:describes rdf:resource="http://arxiv.org/aggregation/astro-ph/0601007"/>
        <dcterms:creator rdf:parseType="Resource">
            <foaf:name>arXiv.org e-Print Repository</foaf:name>
            <foaf:page rdf:resource="http://arXiv.org" />
        </dcterms:creator>
        <dcterms:created rdf:datatype="http://www.w3.org/2001/XMLSchema#dateTime"
          >2008-10-01T18:30:02Z</dcterms:created>
        <dcterms:modified rdf:datatype="http://www.w3.org/2001/XMLSchema#dateTime"
          >2008-10-03T07:30:34Z</dcterms:modified>
        <dc:rights>This Resource Map is available under the Creative Commons Attribution-Noncommercial 2.5 Generic license</dc:rights>
        <dcterms:rights rdf:resource="http://creativecommons.org/licenses/by-nc/2.5/"/>
    </rdf:Description>
    <rdf:Description rdf:about="http://arxiv.org/aggregation/astro-ph/0601007">
        <ore:isDescribedBy rdf:resource="http://arxiv.org/rem/atom/astro-ph/0601007"/>
        <ore:isDescribedBy rdf:resource="http://arxiv.org/rem/xhtml/astro-ph/0601007" />
        <dc:title>Parametrization of K-essence and Its Kinetic Term</dc:title>
        <dcterms:created rdf:datatype="http://www.w3.org/2001/XMLSchema#dateTime"
          >2005-12-31T04:01:23Z</dcterms:created>
        <dcterms:modified rdf:datatype="http://www.w3.org/2001/XMLSchema#dateTime"
          >2006-01-18T06:16:15Z</dcterms:modified>
        <dcterms:creator rdf:parseType="Resource">
            <foaf:name>Hui Li</foaf:name>
            <foaf:mbox rdf:resource="mailto:lihui@somewhere.cn" />
        </dcterms:creator>
        <dcterms:creator rdf:parseType="Resource">
            <foaf:name>Zong-Kuan Guo</foaf:name>
        </dcterms:creator>
        <dcterms:creator rdf:parseType="Resource">
            <foaf:name>Yuan-Zhong Zhang</foaf:name>
        </dcterms:creator>
        <ore:aggregates rdf:resource="http://arxiv.org/abs/astro-ph/0601007"/>
        <ore:aggregates rdf:resource="http://arxiv.org/pdf/astro-ph/0601007"/>
        <ore:aggregates rdf:resource="http://arxiv.org/ps/astro-ph/0601007"/>
        <ore:aggregates rdf:resource="http://arxiv.org/ps/astro-ph/0601007?dpi=600&amp;font=bitmapped"/>
        <ore:aggregates rdf:resource="http://arxiv.org/ps/astro-ph/0601007?dpi=300&amp;font=bitmapped"/>
        <ore:aggregates rdf:resource="http://arxiv.org/ps/astro-ph/0601007?fname=cm&amp;font=TypeI"/>
        <ore:aggregates rdf:resource="http://arxiv.org/dvi/astro-ph/0601007"/>
        <ore:aggregates rdf:resource="http://export.arxiv.org/oai2?verb=GetRecord
&amp;metadataPrefix=oai_dc&amp;identifier=astro-ph/0601007"/> <ore:aggregates rdf:resource="http://arxiv.org/cits/astro-ph/0601007"/> <ore:aggregates rdf:resource="http://www.citebase.org/abstract?id=oai:arXiv.org:astro-ph/0601007"/> <rdfs:seeAlso rdf:resource="http://arxiv.org/abs/astro-ph/0601007"/> <rdfs:seeAlso rdf:resource="http://jp.arxiv.org/aggregation/astro-ph/0601007"/> <ore:similarTo rdf:resource="info:arxiv/astro-ph/0601007"/> <ore:similarTo rdf:resource="info:doi/10.1142/S0217732306019475"/> <dcterms:hasVersion rdf:resource="http://arxiv.org/aggregation/astro-ph/0601007v1"/> <dcterms:hasVersion rdf:resource="http://arxiv.org/aggregation/astro-ph/0601007v2"/> <dcterms:isReferencedBy rdf:resource="http://arxiv.org/aggregation/0807.1020"/> <dcterms:isReferencedBy rdf:resource="http://arxiv.org/aggregation/0806.4327"/> <rdf:type rdf:resource="http://purl.org/eprint/type/JournalArticle"/> <dcterms:audience rdf:parseType="Resource"> <rdf:value>OCLC audience level 1: research</rdf:value> </dcterms:audience> </rdf:Description> <rdf:Description rdf:about="http://arxiv.org/rem/atom/astro-ph/0601007"> <dc:format>application/atom+xml</dc:format> </rdf:Description> <rdf:Description rdf:about="http://arxiv.org/rem/xhtml/astro-ph/0601007"> <dc:format>application/xhtml+xml</dc:format> </rdf:Description> <rdf:Description rdf:about="http://arxiv.org/aggregation/0807.1020"> <dc:title>How the Scalar Field of Unified Dark Matter Models Can Cluster</dc:title> </rdf:Description> <rdf:Description rdf:about="http://arxiv.org/aggregation/0807.1020"> <dc:title>Cosmological scalar fields that mimic the $\Lambda CDM$ cosmological model</dc:title> </rdf:Description> <rdf:Description rdf:about="http://arxiv.org/abs/astro-ph/0601007"> <dc:title>[astro-ph/0601007] Parametrization of K-essence and Its Kinetic Term</dc:title> <dc:format>text/html</dc:format> <dc:language>en</dc:language> <rdf:type rdf:resource="info:eu-repo/semantics/humanStartPage"/> </rdf:Description> <rdf:Description rdf:about="http://arxiv.org/pdf/astro-ph/0601007"> <dc:title>Parametrization of K-essence and Its Kinetic Term</dc:title> <dc:format>application/pdf</dc:format> <dc:language>en</dc:language> <dcterms:conformsTo rdf:resource="info:pronom/fmt/18"/> </rdf:Description> <rdf:Description rdf:about="http://arxiv.org/ps/astro-ph/0601007"> <dc:title>Parametrization of K-essence and Its Kinetic Term</dc:title> <dc:format>application/postscript</dc:format> <dc:language>en</dc:language> <dcterms:hasFormat rdf:resource="http://arxiv.org/pdf/astro-ph/0601007"/> <dcterms:hasFormat rdf:resource="http://arxiv.org/ps/astro-ph/0601007?dpi=600&amp;font=bitmapped"/> <dcterms:hasFormat rdf:resource="http://arxiv.org/ps/astro-ph/0601007?dpi=300&amp;font=bitmapped"/> <dcterms:hasFormat rdf:resource="http://arxiv.org/ps/astro-ph/0601007?fname=cm&amp;font=TypeI"/> <dcterms:hasFormat rdf:resource="http://arxiv.org/dvi/astro-ph/0601007"/> <ore:isAggregatedBy rdf:resource="http://example.org/aggregation-1"/> </rdf:Description> <rdf:Description rdf:about="http://arxiv.org/ps/astro-ph/0601007?dpi=600&amp;font=bitmapped"> <dc:title>Parametrization of K-essence and Its Kinetic Term (600 DPI Bitmapped Fonts PostScript)</dc:title> <dc:format>application/postscript</dc:format> <dc:language>en</dc:language> </rdf:Description> <rdf:Description rdf:about="http://arxiv.org/ps/astro-ph/0601007?dpi=300&amp;font=bitmapped"> <dc:title>Parametrization of K-essence and Its Kinetic Term (300 DPI Bitmapped Fonts PostScript)</dc:title> <dc:format>application/postscript</dc:format> <dc:language>en</dc:language> </rdf:Description> <rdf:Description rdf:about="http://arxiv.org/ps/astro-ph/0601007?fname=cm&amp;font=TypeI"> <dc:title>Parametrization of K-essence and Its Kinetic Term (Type I Fonts PostScript)</dc:title> <dc:format>application/postscript</dc:format> <dc:language>en</dc:language> </rdf:Description> <rdf:Description rdf:about="http://arxiv.org/dvi/astro-ph/0601007"> <dc:title>Parametrization of K-essence and Its Kinetic Term</dc:title> <dc:format>application/dvi</dc:format> <dc:language>en</dc:language> </rdf:Description> <rdf:Description rdf:about="http://export.arxiv.org/oai2?verb=GetRecord
&amp;metadataPrefix=oai_dc&amp;identifier=astro-ph/0601007"> <dc:title>Dublin Core Metadata for Parametrization of K-essence and Its Kinetic Term</dc:title> <dc:format>application/xml</dc:format> <dcterms:conformsTo rdf:resource="http://www.openarchives.org/OAI/2.0/oai_dc/"/> <rdf:type rdf:resource="info:eu-repo/semantics/descriptiveMetadata"/> </rdf:Description> <rdf:Description rdf:about="http://arxiv.org/cits/astro-ph/0601007"> <dc:title>Citations for astro-ph/0601007</dc:title> <dc:format>text/html</dc:format> <dc:language>en</dc:language> </rdf:Description> <rdf:Description rdf:about="http://www.citebase.org/abstract?id=oai:arXiv.org:astro-ph/0601007"> <dc:title>Citebase - Parametrization of K-essence and Its Kinetic Term</dc:title> <dc:format>text/html</dc:format> <dc:language>en</dc:language> <dcterms:creator rdf:parseType="Resource"> <foaf:name>The Citebase Project</foaf:name> <foaf:page rdf:resource="http://www.citebase.org/" /> <foaf:mbox rdf:resource="mailto:tdb01r@ecs.soton.ac.uk" /> </dcterms:creator> </rdf:Description> </rdf:RDF>

[RDF/XML, NTriples形式(Triplrで処理)]

3.7 ネストした集合体

集合リソースとして別の集合体を表明するリソースマップは、この集合リソースと別の集合体を記述するリソースマップとの関係 ore:isDescribedBy を表明することが できる

この例に対応するトリプルは次のとおりである。

主語 述語 目的語
集合体に関する表明
http://arxiv.org/aggregation/astro-ph/0601007 ore:aggregates http://example.org/dataSet
集合リソースに関する表明
http://example.org/dataSet ore:isDescribedBy http://example.org/dataSet/rem.rdf

これらのトリプルはRDF/XMLで次のようにシリアル化されるべきである

<?xml version="1.0" encoding="UTF-8" ?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:ore="http://www.openarchives.org/ore/terms/"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
    xmlns:dcterms="http://purl.org/dc/terms/"
    xmlns:foaf="http://xmlns.com/foaf/0.1/"
    xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#">
    <rdf:Description rdf:about="http://arxiv.org/rem/rdf/astro-ph/0601007">
        <ore:describes rdf:resource="http://arxiv.org/aggregation/astro-ph/0601007"/>
        <dcterms:creator rdf:parseType="Resource">
            <foaf:name>arXiv.org e-Print Repository</foaf:name>
            <foaf:page rdf:resource="http://arXiv.org" />
        </dcterms:creator>
        <dcterms:created rdf:datatype="http://www.w3.org/2001/XMLSchema#dateTime"
          >2008-10-01T18:30:02Z</dcterms:created>
        <dcterms:modified rdf:datatype="http://www.w3.org/2001/XMLSchema#dateTime"
          >2008-10-03T07:30:34Z</dcterms:modified>
        <dc:rights>This Resource Map is available under the Creative Commons Attribution-Noncommercial 2.5 Generic license</dc:rights>
        <dcterms:rights rdf:resource="http://creativecommons.org/licenses/by-nc/2.5/"/>
    </rdf:Description>
    <rdf:Description rdf:about="http://arxiv.org/aggregation/astro-ph/0601007">
        <ore:isDescribedBy rdf:resource="http://arxiv.org/rem/atom/astro-ph/0601007"/>
        <ore:isDescribedBy rdf:resource="http://arxiv.org/rem/xhtml/astro-ph/0601007" />
        <dc:title>Parametrization of K-essence and Its Kinetic Term</dc:title>
        <dcterms:created rdf:datatype="http://www.w3.org/2001/XMLSchema#dateTime"
          >2005-12-31T04:01:23Z</dcterms:created>
        <dcterms:modified rdf:datatype="http://www.w3.org/2001/XMLSchema#dateTime"
          >2006-01-18T06:16:15Z</dcterms:modified>
        <dcterms:creator rdf:parseType="Resource">
            <foaf:name>Hui Li</foaf:name>
            <foaf:mbox rdf:resource="mailto:lihui@somewhere.cn" />
        </dcterms:creator>
        <dcterms:creator rdf:parseType="Resource">
            <foaf:name>Zong-Kuan Guo</foaf:name>
        </dcterms:creator>
        <dcterms:creator rdf:parseType="Resource">
            <foaf:name>Yuan-Zhong Zhang</foaf:name>
        </dcterms:creator>
        <ore:aggregates rdf:resource="http://arxiv.org/abs/astro-ph/0601007"/>
        <ore:aggregates rdf:resource="http://arxiv.org/pdf/astro-ph/0601007"/>
        <ore:aggregates rdf:resource="http://arxiv.org/ps/astro-ph/0601007"/>
        <ore:aggregates rdf:resource="http://arxiv.org/ps/astro-ph/0601007?dpi=600&amp;font=bitmapped"/>
        <ore:aggregates rdf:resource="http://arxiv.org/ps/astro-ph/0601007?dpi=300&amp;font=bitmapped"/>
        <ore:aggregates rdf:resource="http://arxiv.org/ps/astro-ph/0601007?fname=cm&amp;font=TypeI"/>
        <ore:aggregates rdf:resource="http://arxiv.org/dvi/astro-ph/0601007"/>
        <ore:aggregates rdf:resource="http://export.arxiv.org/oai2?verb=GetRecord
&amp;metadataPrefix=oai_dc&amp;identifier=astro-ph/0601007"/> <ore:aggregates rdf:resource="http://arxiv.org/cits/astro-ph/0601007"/> <ore:aggregates rdf:resource="http://www.citebase.org/abstract?id=oai:arXiv.org:astro-ph/0601007"/> <ore:aggregates rdf:resource="http://example.org/dataSet"/> <rdfs:seeAlso rdf:resource="http://arxiv.org/abs/astro-ph/0601007"/> <rdfs:seeAlso rdf:resource="http://jp.arxiv.org/aggregation/astro-ph/0601007"/> <ore:similarTo rdf:resource="info:arxiv/astro-ph/0601007"/> <ore:similarTo rdf:resource="info:doi/10.1142/S0217732306019475"/> <dcterms:hasVersion rdf:resource="http://arxiv.org/aggregation/astro-ph/0601007v1"/> <dcterms:hasVersion rdf:resource="http://arxiv.org/aggregation/astro-ph/0601007v2"/> <dcterms:isReferencedBy rdf:resource="http://arxiv.org/aggregation/0807.1020"/> <dcterms:isReferencedBy rdf:resource="http://arxiv.org/aggregation/0806.4327"/> <rdf:type rdf:resource="http://purl.org/eprint/type/JournalArticle"/> <dcterms:audience rdf:parseType="Resource"> <rdf:value>OCLC audience level 1: research</rdf:value> </dcterms:audience> </rdf:Description> <rdf:Description rdf:about="http://arxiv.org/rem/atom/astro-ph/0601007"> <dc:format>application/atom+xml</dc:format> </rdf:Description> <rdf:Description rdf:about="http://arxiv.org/rem/xhtml/astro-ph/0601007"> <dc:format>application/xhtml+xml</dc:format> </rdf:Description> <rdf:Description rdf:about="http://arxiv.org/aggregation/0807.1020"> <dc:title>How the Scalar Field of Unified Dark Matter Models Can Cluster</dc:title> </rdf:Description> <rdf:Description rdf:about="http://arxiv.org/aggregation/0807.1020"> <dc:title>Cosmological scalar fields that mimic the $\Lambda CDM$ cosmological model</dc:title> </rdf:Description> <rdf:Description rdf:about="http://arxiv.org/abs/astro-ph/0601007"> <dc:title>[astro-ph/0601007] Parametrization of K-essence and Its Kinetic Term</dc:title> <dc:format>text/html</dc:format> <dc:language>en</dc:language> <rdf:type rdf:resource="info:eu-repo/semantics/humanStartPage"/> </rdf:Description> <rdf:Description rdf:about="http://arxiv.org/pdf/astro-ph/0601007"> <dc:title>Parametrization of K-essence and Its Kinetic Term</dc:title> <dc:format>application/pdf</dc:format> <dc:language>en</dc:language> <dcterms:conformsTo rdf:resource="info:pronom/fmt/18"/> </rdf:Description> <rdf:Description rdf:about="http://arxiv.org/ps/astro-ph/0601007"> <dc:title>Parametrization of K-essence and Its Kinetic Term</dc:title> <dc:format>application/postscript</dc:format> <dc:language>en</dc:language> <dcterms:hasFormat rdf:resource="http://arxiv.org/pdf/astro-ph/0601007"/> <dcterms:hasFormat rdf:resource="http://arxiv.org/ps/astro-ph/0601007?dpi=600&amp;font=bitmapped"/> <dcterms:hasFormat rdf:resource="http://arxiv.org/ps/astro-ph/0601007?dpi=300&amp;font=bitmapped"/> <dcterms:hasFormat rdf:resource="http://arxiv.org/ps/astro-ph/0601007?fname=cm&amp;font=TypeI"/> <dcterms:hasFormat rdf:resource="http://arxiv.org/dvi/astro-ph/0601007"/> <ore:isAggregatedBy rdf:resource="http://example.org/aggregation-1"/> </rdf:Description> <rdf:Description rdf:about="http://arxiv.org/ps/astro-ph/0601007?dpi=600&amp;font=bitmapped"> <dc:title>Parametrization of K-essence and Its Kinetic Term (600 DPI Bitmapped Fonts PostScript)</dc:title> <dc:format>application/postscript</dc:format> <dc:language>en</dc:language> </rdf:Description> <rdf:Description rdf:about="http://arxiv.org/ps/astro-ph/0601007?dpi=300&amp;font=bitmapped"> <dc:title>Parametrization of K-essence and Its Kinetic Term (300 DPI Bitmapped Fonts PostScript)</dc:title> <dc:format>application/postscript</dc:format> <dc:language>en</dc:language> </rdf:Description> <rdf:Description rdf:about="http://arxiv.org/ps/astro-ph/0601007?fname=cm&amp;font=TypeI"> <dc:title>Parametrization of K-essence and Its Kinetic Term (Type I Fonts PostScript)</dc:title> <dc:format>application/postscript</dc:format> <dc:language>en</dc:language> </rdf:Description> <rdf:Description rdf:about="http://arxiv.org/dvi/astro-ph/0601007"> <dc:title>Parametrization of K-essence and Its Kinetic Term</dc:title> <dc:format>application/dvi</dc:format> <dc:language>en</dc:language> </rdf:Description> <rdf:Description rdf:about="http://export.arxiv.org/oai2?verb=GetRecord
&amp;metadataPrefix=oai_dc&amp;identifier=astro-ph/0601007"> <dc:title>Dublin Core Metadata for Parametrization of K-essence and Its Kinetic Term</dc:title> <dc:format>application/xml</dc:format> <dcterms:conformsTo rdf:resource="http://www.openarchives.org/OAI/2.0/oai_dc/"/> <rdf:type rdf:resource="info:eu-repo/semantics/descriptiveMetadata"/> </rdf:Description> <rdf:Description rdf:about="http://arxiv.org/cits/astro-ph/0601007"> <dc:title>Citations for astro-ph/0601007</dc:title> <dc:format>text/html</dc:format> <dc:language>en</dc:language> </rdf:Description> <rdf:Description rdf:about="http://www.citebase.org/abstract?id=oai:arXiv.org:astro-ph/0601007"> <dc:title>Citebase - Parametrization of K-essence and Its Kinetic Term</dc:title> <dc:format>text/html</dc:format> <dc:language>en</dc:language> <dcterms:creator rdf:parseType="Resource"> <foaf:name>The Citebase Project</foaf:name> <foaf:page rdf:resource="http://www.citebase.org/" /> <foaf:mbox rdf:resource="mailto:tdb01r@ecs.soton.ac.uk" /> </dcterms:creator> </rdf:Description> <rdf:Description rdf:about="http://example.org/dataSet"> <ore:isDescribedBy rdf:resource="http://example.org/dataSet/rem.rdf"/> </rdf:Description> </rdf:RDF>

[RDF/XML, NTriples形式(Triplrで処理)]

3.8 集合リソースのためのプロキシ

プロキシとは、1つの集合体に特有な方法で集合リソースを「代理する」リソースである。リソースマップはこのリソースマップにより表明されている任意の集合リソースに各々プロキシを1つ表明することができる

この例に対応するトリプルは次のとおりである。

主語 述語 目的語
プロキシに関する表明
http://oreproxy.org/r?what=http://arxiv.org/abs/astro-ph/0601007
&where=http://arxiv.org/aggregation/astro-ph/0601007
ore:proxyFor http://arxiv.org/abs/astro-ph/0601007
http://oreproxy.org/r?what=http://arxiv.org/abs/astro-ph/0601007
&where=http://arxiv.org/aggregation/astro-ph/0601007
ore:proxyIn http://arxiv.org/aggregation/astro-ph/0601007
http://oreproxy.org/r?what=http://arxiv.org/pdf/astro-ph/0601007
&where=http://arxiv.org/aggregation/astro-ph/0601007
ore:proxyFor http://arxiv.org/pdf/astro-ph/0601007
http://oreproxy.org/r?what=http://arxiv.org/pdf/astro-ph/0601007
&where=http://arxiv.org/aggregation/astro-ph/0601007
ore:proxyIn http://arxiv.org/aggregation/astro-ph/0601007
http://oreproxy.org/r?what=http://arxiv.org/ps/astro-ph/0601007
&where=http://arxiv.org/aggregation/astro-ph/0601007
ore:proxyFor http://arxiv.org/ps/astro-ph/0601007
http://oreproxy.org/r?what=http://arxiv.org/ps/astro-ph/0601007
&where=http://arxiv.org/aggregation/astro-ph/0601007
ore:proxyIn http://arxiv.org/aggregation/astro-ph/0601007
http://oreproxy.org/r?what=http://arxiv.org/ps/astro-ph/0601007?dpi%3d600%26font%3dbitmapped
&where=http://arxiv.org/aggregation/astro-ph/0601007
ore:proxyFor http://arxiv.org/ps/astro-ph/0601007?dpi=600&font=bitmapped
http://oreproxy.org/r?what=http://arxiv.org/ps/astro-ph/0601007?dpi%3d600%26font%3dbitmapped
&where=http://arxiv.org/aggregation/astro-ph/0601007
ore:proxyIn http://arxiv.org/aggregation/astro-ph/0601007
http://oreproxy.org/r?what=http://arxiv.org/ps/astro-ph/0601007?dpi%3d300%26font%3dbitmapped
&where=http://arxiv.org/aggregation/astro-ph/0601007
ore:proxyFor http://arxiv.org/ps/astro-ph/0601007?dpi=300&font=bitmapped
http://oreproxy.org/r?what=http://arxiv.org/ps/astro-ph/0601007?dpi%3d300%26font%3dbitmapped
&where=http://arxiv.org/aggregation/astro-ph/0601007
ore:proxyIn http://arxiv.org/aggregation/astro-ph/0601007
http://oreproxy.org/r?what=http://arxiv.org/ps/astro-ph/0601007?fname%3dcm%26font%3dTypeI
&where=http://arxiv.org/aggregation/astro-ph/0601007
ore:proxyFor http://arxiv.org/ps/astro-ph/0601007?fname=cm&font=TypeI
http://oreproxy.org/r?what=http://arxiv.org/ps/astro-ph/0601007?fname%3dcm%26font%3dTypeI
&where=http://arxiv.org/aggregation/astro-ph/0601007
ore:proxyIn http://arxiv.org/aggregation/astro-ph/0601007
http://oreproxy.org/r?what=http://arxiv.org/dvi/astro-ph/0601007
&where=http://arxiv.org/aggregation/astro-ph/0601007
ore:proxyFor http://arxiv.org/dvi/astro-ph/0601007
http://oreproxy.org/r?what=http://arxiv.org/dvi/astro-ph/0601007
&where=http://arxiv.org/aggregation/astro-ph/0601007
ore:proxyIn http://arxiv.org/aggregation/astro-ph/0601007
http://oreproxy.org/r?what=http://export.arxiv.org/oai2?verb%3dGetRecord
%26metadataPrefix%3doai_dc%26identifier%3doai:arXiv.org:astro-ph/0601007
&where=http://arxiv.org/aggregation/astro-ph/0601007
ore:proxyFor http://export.arxiv.org/oai2?verb=GetRecord
&metadataPrefix=oai_dc&identifier=oai:arXiv.org:astro-ph/0601007
http://oreproxy.org/r?what=http://export.arxiv.org/oai2?verb%3dGetRecord
%26metadataPrefix%3doai_dc%26identifier%3doai:arXiv.org:astro-ph/0601007
&where=http://arxiv.org/aggregation/astro-ph/0601007
ore:proxyIn http://arxiv.org/aggregation/astro-ph/0601007
http://oreproxy.org/r?what=http://arxiv.org/cits/astro-ph/0601007
&where=http://arxiv.org/aggregation/astro-ph/0601007
ore:proxyFor http://arxiv.org/cits/astro-ph/0601007
http://oreproxy.org/r?what=http://arxiv.org/cits/astro-ph/0601007
&where=http://arxiv.org/aggregation/astro-ph/0601007
ore:proxyIn http://arxiv.org/aggregation/astro-ph/0601007
http://oreproxy.org/r?what=http://www.citebase.org/abstract?id%3doai:arXiv.org:astro-ph/0601007
&where=http://arxiv.org/aggregation/astro-ph/0601007
ore:proxyFor http://www.citebase.org/abstract?id=oai:arXiv.org:astro-ph/0601007
http://oreproxy.org/r?what=http://www.citebase.org/abstract?id%3doai:arXiv.org:astro-ph/0601007
&where=http://arxiv.org/aggregation/astro-ph/0601007
ore:proxyIn http://arxiv.org/aggregation/astro-ph/0601007

これらのトリプルはRDF/XMLで次のようにシリアル化されるべきである

<?xml version="1.0" encoding="UTF-8" ?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:ore="http://www.openarchives.org/ore/terms/"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
    xmlns:dcterms="http://purl.org/dc/terms/"
    xmlns:foaf="http://xmlns.com/foaf/0.1/"
    xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#">
    <rdf:Description rdf:about="http://arxiv.org/rem/rdf/astro-ph/0601007">
        <ore:describes rdf:resource="http://arxiv.org/aggregation/astro-ph/0601007"/>
        <dcterms:creator rdf:parseType="Resource">
            <foaf:name>arXiv.org e-Print Repository</foaf:name>
            <foaf:page rdf:resource="http://arXiv.org" />
        </dcterms:creator>
        <dcterms:created rdf:datatype="http://www.w3.org/2001/XMLSchema#dateTime"
          >2008-10-01T18:30:02Z</dcterms:created>
        <dcterms:modified rdf:datatype="http://www.w3.org/2001/XMLSchema#dateTime"
          >2008-10-03T07:30:34Z</dcterms:modified>
        <dc:rights>This Resource Map is available under the Creative Commons Attribution-Noncommercial 2.5 Generic license</dc:rights>
        <dcterms:rights rdf:resource="http://creativecommons.org/licenses/by-nc/2.5/"/>
    </rdf:Description>
    <rdf:Description rdf:about="http://arxiv.org/aggregation/astro-ph/0601007">
        <ore:isDescribedBy rdf:resource="http://arxiv.org/rem/atom/astro-ph/0601007"/>
        <ore:isDescribedBy rdf:resource="http://arxiv.org/rem/xhtml/astro-ph/0601007" />
        <dc:title>Parametrization of K-essence and Its Kinetic Term</dc:title>
        <dcterms:created rdf:datatype="http://www.w3.org/2001/XMLSchema#dateTime"
          >2005-12-31T04:01:23Z</dcterms:created>
        <dcterms:modified rdf:datatype="http://www.w3.org/2001/XMLSchema#dateTime"
          >2006-01-18T06:16:15Z</dcterms:modified>
        <dcterms:creator rdf:parseType="Resource">
            <foaf:name>Hui Li</foaf:name>
            <foaf:mbox rdf:resource="mailto:lihui@somewhere.cn" />
        </dcterms:creator>
        <dcterms:creator rdf:parseType="Resource">
            <foaf:name>Zong-Kuan Guo</foaf:name>
        </dcterms:creator>
        <dcterms:creator rdf:parseType="Resource">
            <foaf:name>Yuan-Zhong Zhang</foaf:name>
        </dcterms:creator>
        <ore:aggregates rdf:resource="http://arxiv.org/abs/astro-ph/0601007"/>
        <ore:aggregates rdf:resource="http://arxiv.org/pdf/astro-ph/0601007"/>
        <ore:aggregates rdf:resource="http://arxiv.org/ps/astro-ph/0601007"/>
        <ore:aggregates rdf:resource="http://arxiv.org/ps/astro-ph/0601007?dpi=600&amp;font=bitmapped"/>
        <ore:aggregates rdf:resource="http://arxiv.org/ps/astro-ph/0601007?dpi=300&amp;font=bitmapped"/>
        <ore:aggregates rdf:resource="http://arxiv.org/ps/astro-ph/0601007?fname=cm&amp;font=TypeI"/>
        <ore:aggregates rdf:resource="http://arxiv.org/dvi/astro-ph/0601007"/>
        <ore:aggregates rdf:resource="http://export.arxiv.org/oai2?verb=GetRecord
&amp;metadataPrefix=oai_dc&amp;identifier=astro-ph/0601007"/> <ore:aggregates rdf:resource="http://arxiv.org/cits/astro-ph/0601007"/> <ore:aggregates rdf:resource="http://www.citebase.org/abstract?id=oai:arXiv.org:astro-ph/0601007"/> <ore:aggregates rdf:resource="http://example.org/dataSet"/> <rdfs:seeAlso rdf:resource="http://arxiv.org/abs/astro-ph/0601007"/> <rdfs:seeAlso rdf:resource="http://jp.arxiv.org/aggregation/astro-ph/0601007"/> <ore:similarTo rdf:resource="info:arxiv/astro-ph/0601007"/> <ore:similarTo rdf:resource="info:doi/10.1142/S0217732306019475"/> <dcterms:hasVersion rdf:resource="http://arxiv.org/aggregation/astro-ph/0601007v1"/> <dcterms:hasVersion rdf:resource="http://arxiv.org/aggregation/astro-ph/0601007v2"/> <dcterms:isReferencedBy rdf:resource="http://arxiv.org/aggregation/0807.1020"/> <dcterms:isReferencedBy rdf:resource="http://arxiv.org/aggregation/0806.4327"/> <rdf:type rdf:resource="http://purl.org/eprint/type/JournalArticle"/> <dcterms:audience rdf:parseType="Resource"> <rdf:value>OCLC audience level 1: research</rdf:value> </dcterms:audience> </rdf:Description> <rdf:Description rdf:about="http://arxiv.org/rem/atom/astro-ph/0601007"> <dc:format>application/atom+xml</dc:format> </rdf:Description> <rdf:Description rdf:about="http://arxiv.org/rem/xhtml/astro-ph/0601007"> <dc:format>application/xhtml+xml</dc:format> </rdf:Description> <rdf:Description rdf:about="http://arxiv.org/aggregation/0807.1020"> <dc:title>How the Scalar Field of Unified Dark Matter Models Can Cluster</dc:title> </rdf:Description> <rdf:Description rdf:about="http://arxiv.org/aggregation/0807.1020"> <dc:title>Cosmological scalar fields that mimic the $\Lambda CDM$ cosmological model</dc:title> </rdf:Description> <rdf:Description rdf:about="http://arxiv.org/abs/astro-ph/0601007"> <dc:title>[astro-ph/0601007] Parametrization of K-essence and Its Kinetic Term</dc:title> <dc:format>text/html</dc:format> <dc:language>en</dc:language> <rdf:type rdf:resource="info:eu-repo/semantics/humanStartPage"/> </rdf:Description> <rdf:Description rdf:about="http://arxiv.org/pdf/astro-ph/0601007"> <dc:title>Parametrization of K-essence and Its Kinetic Term</dc:title> <dc:format>application/pdf</dc:format> <dc:language>en</dc:language> <dcterms:conformsTo rdf:resource="info:pronom/fmt/18"/> </rdf:Description> <rdf:Description rdf:about="http://arxiv.org/ps/astro-ph/0601007"> <dc:title>Parametrization of K-essence and Its Kinetic Term</dc:title> <dc:format>application/postscript</dc:format> <dc:language>en</dc:language> <dcterms:hasFormat rdf:resource="http://arxiv.org/pdf/astro-ph/0601007"/> <dcterms:hasFormat rdf:resource="http://arxiv.org/ps/astro-ph/0601007?dpi=600&amp;font=bitmapped"/> <dcterms:hasFormat rdf:resource="http://arxiv.org/ps/astro-ph/0601007?dpi=300&amp;font=bitmapped"/> <dcterms:hasFormat rdf:resource="http://arxiv.org/ps/astro-ph/0601007?fname=cm&amp;font=TypeI"/> <dcterms:hasFormat rdf:resource="http://arxiv.org/dvi/astro-ph/0601007"/> <ore:isAggregatedBy rdf:resource="http://example.org/aggregation-1"/> </rdf:Description> <rdf:Description rdf:about="http://arxiv.org/ps/astro-ph/0601007?dpi=600&amp;font=bitmapped"> <dc:title>Parametrization of K-essence and Its Kinetic Term (600 DPI Bitmapped Fonts PostScript)</dc:title> <dc:format>application/postscript</dc:format> <dc:language>en</dc:language> </rdf:Description> <rdf:Description rdf:about="http://arxiv.org/ps/astro-ph/0601007?dpi=300&amp;font=bitmapped"> <dc:title>Parametrization of K-essence and Its Kinetic Term (300 DPI Bitmapped Fonts PostScript)</dc:title> <dc:format>application/postscript</dc:format> <dc:language>en</dc:language> </rdf:Description> <rdf:Description rdf:about="http://arxiv.org/ps/astro-ph/0601007?fname=cm&amp;font=TypeI"> <dc:title>Parametrization of K-essence and Its Kinetic Term (Type I Fonts PostScript)</dc:title> <dc:format>application/postscript</dc:format> <dc:language>en</dc:language> </rdf:Description> <rdf:Description rdf:about="http://arxiv.org/dvi/astro-ph/0601007"> <dc:title>Parametrization of K-essence and Its Kinetic Term</dc:title> <dc:format>application/dvi</dc:format> <dc:language>en</dc:language> </rdf:Description> <rdf:Description rdf:about="http://export.arxiv.org/oai2?verb=GetRecord
&amp;metadataPrefix=oai_dc&amp;identifier=astro-ph/0601007"> <dc:title>Dublin Core Metadata for Parametrization of K-essence and Its Kinetic Term</dc:title> <dc:format>application/xml</dc:format> <dcterms:conformsTo rdf:resource="http://www.openarchives.org/OAI/2.0/oai_dc/"/> <rdf:type rdf:resource="info:eu-repo/semantics/descriptiveMetadata"/> </rdf:Description> <rdf:Description rdf:about="http://arxiv.org/cits/astro-ph/0601007"> <dc:title>Citations for astro-ph/0601007</dc:title> <dc:format>text/html</dc:format> <dc:language>en</dc:language> </rdf:Description> <rdf:Description rdf:about="http://www.citebase.org/abstract?id=oai:arXiv.org:astro-ph/0601007"> <dc:title>Citebase - Parametrization of K-essence and Its Kinetic Term</dc:title> <dc:format>text/html</dc:format> <dc:language>en</dc:language> <dcterms:creator rdf:parseType="Resource"> <foaf:name>The Citebase Project</foaf:name> <foaf:page rdf:resource="http://www.citebase.org/" /> <foaf:mbox rdf:resource="mailto:tdb01r@ecs.soton.ac.uk" /> </dcterms:creator> </rdf:Description> <rdf:Description rdf:about="http://example.org/dataSet"> <ore:isDescribedBy rdf:resource="http://example.org/dataSet/rem.rdf"/> </rdf:Description> <rdf:Description rdf:about="http://oreproxy.org/r?what=http://arxiv.org/abs/astro-ph/0601007
&amp;where=http://arxiv.org/aggregation/astro-ph/0601007"> <ore:proxyFor rdf:resource="http://arxiv.org/abs/astro-ph/0601007"/> <ore:proxyIn rdf:resource="http://arxiv.org/aggregation/astro-ph/0601007"/> </rdf:Description> <rdf:Description rdf:about="http://oreproxy.org/r?what=http://arxiv.org/pdf/astro-ph/0601007
&amp;where=http://arxiv.org/aggregation/astro-ph/0601007"> <ore:proxyFor rdf:resource="http://arxiv.org/pdf/astro-ph/0601007"/> <ore:proxyIn rdf:resource="http://arxiv.org/aggregation/astro-ph/0601007"/> </rdf:Description> <rdf:Description rdf:about="http://oreproxy.org/r?what=http://arxiv.org/ps/astro-ph/0601007
&amp;where=http://arxiv.org/aggregation/astro-ph/0601007"> <ore:proxyFor rdf:resource="http://arxiv.org/ps/astro-ph/0601007"/> <ore:proxyIn rdf:resource="http://arxiv.org/aggregation/astro-ph/0601007"/> </rdf:Description> <rdf:Description rdf:about="http://oreproxy.org/r?what=http://arxiv.org/ps/astro-ph/0601007?dpi%3d600%26font%3dbitmapped
&amp;where=http://arxiv.org/aggregation/astro-ph/0601007"> <ore:proxyFor rdf:resource="http://arxiv.org/ps/astro-ph/0601007?dpi=600&amp;font=bitmapped"/> <ore:proxyIn rdf:resource="http://arxiv.org/aggregation/astro-ph/0601007"/> </rdf:Description> <rdf:Description rdf:about="http://oreproxy.org/r?what=http://arxiv.org/ps/astro-ph/0601007?dpi%3d300%26font%3dbitmapped
&amp;where=http://arxiv.org/aggregation/astro-ph/0601007"> <ore:proxyFor rdf:resource="http://arxiv.org/ps/astro-ph/0601007?dpi=300&amp;font=bitmapped"/> <ore:proxyIn rdf:resource="http://arxiv.org/aggregation/astro-ph/0601007"/> </rdf:Description> <rdf:Description rdf:about="http://oreproxy.org/r?what=http://arxiv.org/ps/astro-ph/0601007?fname%3dcm%26font%3dTypeI
&amp;where=http://arxiv.org/aggregation/astro-ph/0601007"> <ore:proxyFor rdf:resource="http://arxiv.org/ps/astro-ph/0601007?fname=cm&amp;font=TypeI"/> <ore:proxyIn rdf:resource="http://arxiv.org/aggregation/astro-ph/0601007"/> </rdf:Description> <rdf:Description rdf:about="http://oreproxy.org/r?what=http://arxiv.org/dvi/astro-ph/0601007
&amp;where=http://arxiv.org/aggregation/astro-ph/0601007"> <ore:proxyFor rdf:resource="http://arxiv.org/dvi/astro-ph/0601007"/> <ore:proxyIn rdf:resource="http://arxiv.org/aggregation/astro-ph/0601007"/> </rdf:Description> <rdf:Description rdf:about="http://oreproxy.org/r?what=http://export.arxiv.org/oai2?verb%3dGetRecord
%26metadataPrefix%3doai_dc%26identifier%3dastro-ph/0601007
&amp;where=http://arxiv.org/aggregation/astro-ph/0601007"> <ore:proxyFor rdf:resource="http://export.arxiv.org/oai2?verb=GetRecord
&amp;metadataPrefix=oai_dc&amp;identifier=astro-ph/0601007"/> <ore:proxyIn rdf:resource="http://arxiv.org/aggregation/astro-ph/0601007"/> </rdf:Description> <rdf:Description rdf:about="http://oreproxy.org/r?what=http://arxiv.org/cits/astro-ph/0601007
&amp;where=http://arxiv.org/aggregation/astro-ph/0601007"> <ore:proxyFor rdf:resource="http://arxiv.org/cits/astro-ph/0601007"/> <ore:proxyIn rdf:resource="http://arxiv.org/aggregation/astro-ph/0601007"/> </rdf:Description> <rdf:Description rdf:about="http://oreproxy.org/r?what=http://www.citebase.org/abstract?id%3doai:arXiv.org:astro-ph/0601007
&amp;where=http://arxiv.org/aggregation/astro-ph/0601007"> <ore:proxyFor rdf:resource="http://www.citebase.org/abstract?id=oai:arXiv.org:astro-ph/0601007"/> <ore:proxyIn rdf:resource="http://arxiv.org/aggregation/astro-ph/0601007"/> </rdf:Description>
</rdf:RDF>

[RDF/XML, NTriples形式(Triplrで処理)]

4. 参考文献

[ORE Model]
ORE Specification - Abstract Data Model, C. Lagoze, H. Van de Sompel, P. Johnston, M. Nelson, R. Sanderson, S. Warner, 2008-10-17. Available at http://www.openarchives.org/ore/1.0/datamodel.
翻訳版: ORE仕様書 - 抽象データモデル
[ORE Primer]
ORE User Guide - Primer, C. Lagoze, H. Van de Sompel, P. Johnston, M. Nelson, R. Sanderson, S. Warner, 2008-10-17. Available at http://www.openarchives.org/ore/1.0/primer.
翻訳版: OREユーザガイド - ORE入門
[ORE RDFa]
ORE User Guide - Resource Map Implementation in RDFa, C. Lagoze, H. Van de Sompel, P. Johnston, M. Nelson, R. Sanderson, S. Warner, 2008-10-17. Available at http://www.openarchives.org/ore/1.0/rdfa.
翻訳版: OREユーザガイド - RDFaによるリソースマップの実装
[RDF Concepts]
Resource Description Framework (RDF): Concepts and Abstract Syntax, Graham Klyne and Jeremy J. Carroll, Editors, W3C Recommendation, 10 February 2004, http://www.w3.org/TR/2004/REC-rdf-concepts-20040210/ . Latest version available at http://www.w3.org/TR/rdf-concepts/ .
[RDFa Syntax]
RDFa in XHTML: Syntax and Processing. A collection of attributes and processing rules for extending XHTML to support RDF, Ben Adida, Mark Birbeck, Shane McCarron and Steven Pemberton, Editors, W3C Proposed Recommendation 4 September 2008.
Available at http://www.w3.org/TR/2008/PR-rdfa-syntax-20080904/ .
Latest version available at http://www.w3.org/TR/rdfa-syntax/.
[RDFS]
RDF Vocabulary Description Language 1.0: RDF Schema, Dan Brickley and R.V. Guha, Editors. W3C Recommendation, 10 February 2004,
http://www.w3.org/TR/2004/REC-rdf-schema-20040210/ .
Latest version available at http://www.w3.org/TR/rdf-schema/.
[RDFXML]
RDF/XML Syntax Specification (Revised), Dave Beckett and Brian McBrde, Editors. W3C Recommendation, 10 February 2004,
http://www.w3.org/TR/2004/REC-rdf-syntax-grammar-20040210/ .
Latest version available at http://www.w3.org/TR/rdf-syntax-grammar/.
[RFC2119]
IETF RFC 2119: Key words for use in RFCs to Indicate Requirement Levels, S. Bradner, March 1997. Available at http://www.ietf.org/rfc/rfc2119.txt.
[RFC3986]
Uniform Resource Identifier (URI): Generic Syntax, T. Berners-Lee, R. Fielding, L. Masinter, IETF RFC3986, January 2005.
[RFC3987]
Internationalized Resource Identifiers (IRIs), M. Duerst & M. Suignard, IETF RFC3987, January 2005.
[Web Architecture]
Architecture of the World Wide Web, Volume One, I. Jacobs and N. Walsh, Editors, World Wide Web Consortium, 15 January 2004.

A. 謝辞

本書は、オープン・アーカイブズ・イニシアティブの成果である。OAIオブジェクトの再利用と交換プロジェクトは、アンドリュー・W・メロン財団Microsoft社、全米科学財団から助成していただいた。さらに、ネットワーク情報連合からもご支援をいただいた。

本書は、OAI-ORE技術委員会(ORE-TC)の会議に基づいている。会議にはOAI-OREリエゾングループ(ORE-LG)も参加している。ORE-TCの委員は、次のとおりである。Chris Bizer(ベルリン自由大学)、Les Carr(サウサンプトン大学)、Tim DiLauro(ジョンホプキンス大学)、Leigh Dodds(Ingenta)、David Fulker(UCAR)、Tony Hammond(Nature出版グループ)、Pete Johnston(Eduserv財団)、Richard Jones(インペリアル・カレッジ)、Peter Murray(OhioLINK)、Michael Nelson(オールドドミニオン大学)、Ray Plante(NCSAおよび国立仮想天文台)、Rob Sanderson(リバプール大学)、Simeon Warner(コーネル大学)、Jeff Young(OCLC)。ORE-LGの委員は次のとおりである。Leonardo Candela(DRIVER)、Tim Cole(DLF AquiferおよびUIUC図書館)、Julie Allinson(JISC)、Jane Hunter(DEST)、Savas Parastatidis(Microsoft)、Sandy Payette(Fedora Commons)、Thomas Place(DAREおよびティルブルグ大学)、Andy Powell(DCMI)、Robert Tansley(Google, Inc.およびDSpace)。

また、OAI-ORE諮問委員会(ORE-AC)の意見にも感謝する。

B. 変更履歴

日付 編集者 記述
2008-10-17 johnston パブリック 1.0 のリリース
2008-06-02 johnston/lagoze パブリックベータ 0.9 のリリース
2008-02-29 johnston パブリックアルファ 0.2 のリリース(rdfsyntax文書の一部として)

Creative Commons License
本書は、Creative Commons Attribution-Noncommercial-Share Alike 3.0 Unported Licenseによりライセンスされている。