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

2008年10月17日

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

要旨

オープン・アーカイブズ・イニシアティブ - オブジェクトの再利用と交換(OAI-ORE)は、Webリソースの集合を記述し、交換するための標準を定義する。OAI-OREは集合体を記述するリソースマップという概念を導入する。リソースマップは、どの集合体を記述するのか、どのリソースが集合体の構成要素(集合リソース)であるのかを表明する。さらに、リソースマップは集合体、集合リソース、リソースマップ自身、および、これらに関連するリソースに付随する関係と型を表現することができる。各集合体は1つ以上のリソースマップで記述することができる。各リソースマップは、特定のフォーマットによるリソースマップのシリアライゼーションである表示形を丁度1つ持たなければならない。本書は、Atom配信フォーマットに基づいたリソースマップのシリアライゼーションを詳述する。このシリアライゼーションでは、各リソースマップはAtomエントリで表現される。

本書の想定読者はAtomとOREの概念を理解している実装者である。OREを使用する動機およびOREが提供するソルーションについての基本的な理解を得たい読者は [ORE入門] を読まれたい。

目次

1. はじめに
    1.1 表記法
    1.2 名前空間
    1.3 準拠規則
2. エントリ文書要素を実装する
    2.1 リソースマップのスケルトンを作成する
    2.2 リソースマップに関するメタデータを追加する
    2.3 集合体に関するメタデータを追加する
    2.4 集合リソースを追加する
3. 一般的なシナリオ
    3.1 関連バージョン
    3.2 参考文献と引用
    3.3 集合リソースに関するメタデータ
      3.3.1 スプラッシュページを記述する
      3.3.2 メタデータを記述する
      3.3.3 フォーマットの関係
      3.3.4 集合リソースの作者
      3.3.5 プロキシ
      3.3.6 完全なリソースマップ
    3.4 その他のシナリオ
      3.4.1 集合リソースの拡張
      3.4.2 ネストした集合体
4. OREモデルとAtomモデルの対応
    4.1 OREモデルとAtomモデルの対応付け: 概要
    4.2 OREモデルとAtomモデルの対応付け: Atom要素とRDFトリプル
5. 参考文献

付録

A. 謝辞
B. 拡張例
C. AtomリソースマッププロファイルのためのSchematronスキーマ
D. Atom XMLからRDF/XMLへのGRDDLクロスウォーク
E. 変更履歴


1. はじめに

本実装ガイドはAtom配信フォーマット [RFC4287] を使ったOREリソースマップのシリアライゼーションを記述する。本書の目的は、アプリケーション開発者にAtomエントリ文書に基づいたAtomベースのリソースマップを実装する方法の手引きを提供することである。エントリ文書は直接リンクされるか、Atomフィードで配信されることにより、発見されることができる。リソースマップはエントリ文書内で完結しており、エントリ文書が収録されるAtomフィードはOREセマンティクスを一切待たない。リソースマップの発見メカニズムの完全な考察については [ORE User Discovery] を参照して欲しい。

本書は、チュートリアルとレファレンスガイドからなり、次のように構成されている。

1.1 表記法

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

本仕様書では、XML Infoset [XML Infoset] の用語について [RFC4287]で使用されているものと同じ簡略表現を使用する。すなわち、要素情報項目および属性情報項目を示す際に「情報項目」という語句を省略する。したがって、本仕様書で「要素」という用語を使用する場合、それはInfoset用語における要素情報項目を表している。同様に、「属性」という用語を使用する場合は属性情報項目を表している。

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

1.2 名前空間

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

接頭辞 名前空間 URI 記述
atom http://www.w3.org/2005/Atom Atom名前空間
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語彙用語
oreatom http://www.openarchives.org/ore/atom/ ORE Atom要素
rdf http://www.w3.org/1999/02/22-rdf-syntax-ns# RDF語彙用語
rdfs http://www.w3.org/2000/01/rdf-schema# RDFスキーマ

1.3 準拠規則

リソースマップのAtomシリアライゼーションは、Atom配信フォーマット [RFC4287] に準拠しなければならない。さらに、4節で詳述される OREモデル [ORE Model] とAtomモデルのセマンティックな対応付けを順守しなければならない。具体的に言えば、リソースマップのAtom表示形は [RFC4287] の Relax NG 短縮構文に対して妥当な整形式のXML文書でなければならない。さらに、リソースマップを表現するためにAtom構文をさらに制限する、付録 Cに示したより具体的なSchematronスキーマに対して妥当でなければならない

2. エントリ文書要素を実装する

リソースマップはAtomエントリ文書 [RFC4287] として表現される。エントリ文書は直接リンクされるか、Atomフィードにまとめられて配信されることができる(発見技法に関する完全な考察は [ORE User Discovery] を参照)。Atomベースのリソースマップの第1の目的は機械処理であるが、比較的簡単であるので人間にも十分読むことができるはずである。

本節では、OREデータモデル [ORE Model] の概念を該当するAtom要素に対応付けながら、リソースマップを段階的に構築していく。本書を通じて、定義例として次のarXiv電子文書を使用する(この例は [ORE入門]で最初に導入された)。

http://arxiv.org/abs/astro-ph/0601007

この文書は複数の識別子、バージョン、フォーマット、ミラー、外部との関係を持っており、興味深い例である。実際のURIは将来変更されるかもしれないが、本書では、次の2つのリソースマップ(URI-R)と1つの集合体(URI-A)の存在を仮定する。

http://arxiv.org/rem/atom/astro-ph/0601007 (Atom XMLによるリソースマップのURI-R)
http://arxiv.org/rem/rdf/astro-ph/0601007 (RDF/XMLによるリソースマップのURI-R)
http://arxiv.org/aggregation/astro-ph/0601007 (URI-A)

以下の小節では、このarXiv電子文書のためのリソースマップを段階的に構築し、最小限ではあるが完結したリソースマップになるまでの過程を紹介する。このリソースマップは次節でさらに拡張されることになる。各節において太字のXMLは、その小節で新たに導入された概念に相当する。

2.1 リソースマップのスケルトンを作成する

まず、リソースマップのスケルトンの作成から始める。それにはまず、OREセマンティクスを持たず、Atomエントリ文書としてシリアル化されるリソースマップの処理と表示を容易にするために存在するAtom要素から始める。第1に、/entry/id 要素に tag: URI [RFC4151] を使用する。この要素はOREセマンティクスを持たず、Atom固有の処理にのみ使用される(例えば、異なるフィードから発見されるエントリ文書の重複の検知など)。リソースマップの作者は、既存のORE URI(URI-Aなど)を /entry/id に再利用することができるが、この目的のためにAtom固有のURI(例えば、tag URI [RFC4151] や uuid [RFC4122], info URI [RFC4452])を作成することが推奨される

第2に、スプラッシュページのURIを /entry/link[@rel="alternate"]/@href 要素に置く。この rel 値はOREセマンティクスを持っていないが、人間が読むことのできるエントリ文書の表示形をAtomプロセッサが作成する際にリンク先としてこのURIが使われるだろう。このリンクのための適当な候補がない場合は、/entry/contentが使用されなければならない(下の表 1を参照)。

<?xml version="1.0" encoding="utf-8"?>
<entry xmlns="http://www.w3.org/2005/Atom">

  <!-- Atom固有; OREのセマンティクスはない -->
  <id>tag:arxiv.org,2008:astro-ph:0601007</id>
  <link rel="alternate" type="text/html" href="http://arxiv.org/abs/astro-ph/0601007"/>

</entry>

2.2 リソースマップに関するメタデータを追加する

この節では、リソースマップ自身に関するメタデータを表現するリソースマップ要素を追加する。

<?xml version="1.0" encoding="utf-8"?>
<entry xmlns="http://www.w3.org/2005/Atom">

  <!-- Atom固有; OREのセマンティクスはない -->
  <id>tag:arxiv.org,2008:astro-ph:0601007</id>
  <link rel="alternate" type="text/html" href="http://arxiv.org/abs/astro-ph/0601007"/>

  <!-- リソースマップのメタデータ -->
  <link rel="self" type="application/atom+xml" href="http://arxiv.org/rem/atom/astro-ph/0601007"/>
  <link rel="http://www.openarchives.org/ore/terms/describes" href="http://arxiv.org/aggregation/astro-ph/0601007"/>
  <source>
        <author>
            <name>arXiv.org e-Print Repository</name>
            <uri>http://arXiv.org</uri>
        </author>
        <id>tag:arxiv.org,2008:astro-ph</id>
        <updated>2008-10-03T07:30:34Z</updated>
        <title>arXiv.org Astrophysics Feed</title>
  </source>
  <published>2008-10-01T18:30:02Z</published>
  <updated>2007-10-10T18:30:02Z</updated>
  <link rel="license" type="application/rdf+xml" href="http://creativecommons.org/licenses/by-nc/2.5/rdf" />
  <rights>This Resource Map is available under the Creative Commons Attribution-Noncommercial 2.5 Generic license</rights>

</entry>

2.3 集合体に関するメタデータを追加する

arXivは電子文書のOAI-PMHダブリンコアメタデータを持っているが、そのすべてを含むメタデータレコードは後の節で独立した集合リソースとして収録される予定である。しかし、それはリソースマップ自身の表示や処理を助けるものではない。この節では、リソースマップを役立つものにするために十分なメタデータをリソースマップに収録することに焦点をあて、複雑なメタデータフォーマットは考えない。

集合体の作者とタイトルを各々Atomの /entry/author/entry/title で表現することにより、リソースマップはより人間にとって読みやすくなり、標準的な配信ツール(Google Readerなど)で使いやすくなる。

集合体の作成時間と更新時間(リソースマップのそれらとは異なる)は、 /entry/category 要素を使って提供される。category 要素はこれがORE集合体であることの表明や場合によっては他のセマンティックな型の表明にも使用することができる。

<?xml version="1.0" encoding="utf-8"?>
<entry xmlns="http://www.w3.org/2005/Atom">

  <!-- Atom固有; OREのセマンティクスはない -->
  <id>tag:arxiv.org,2008:astro-ph:0601007</id>
  <link rel="alternate" type="text/html" href="http://arxiv.org/abs/astro-ph/0601007"/>

  <!-- リソースマップのメタデータ -->
  <link rel="self" type="application/atom+xml" href="http://arxiv.org/rem/atom/astro-ph/0601007"/>
  <link rel="http://www.openarchives.org/ore/terms/describes" href="http://arxiv.org/aggregation/astro-ph/0601007"/>
  <source>
        <author>
            <name>arXiv.org e-Print Repository</name>
            <uri>http://arXiv.org</uri>
        </author>
        <id>tag:arxiv.org,2008:astro-ph</id>
        <updated>2008-10-03T07:30:34Z</updated>
        <title>arXiv.org Astrophysics Feed</title>
  </source>
  <published>2008-10-01T18:30:02Z</published>
  <updated>2007-10-10T18:30:02Z</updated>
  <link rel="license" type="application/rdf+xml" href="http://creativecommons.org/licenses/by-nc/2.5/rdf" />
  <rights>This Resource Map is available under the Creative Commons Attribution-Noncommercial 2.5 Generic license</rights>

  <!-- 集合体のメタデータ -->
  <title>Parametrization of K-essence and Its Kinetic Term</title>
  <author>
    <name>Hui Li</name>
    <email>lihui@somewhere.cn</email>
  </author>
  <author>
    <name>Zong-Kuan Guo</name>
  </author>
  <author>
    <name>Yuan-Zhong Zhang</name>
  </author>
  <link rel="http://www.openarchives.org/ore/terms/isDescribedBy" href="http://arxiv.org/rem/rdf/astro-ph/0601007"/>
  <category term="2005-12-31T04:01:23Z" scheme="http://www.openarchives.org/ore/atom/created"/>
  <category term="http://www.openarchives.org/ore/terms/Aggregation" label="Aggregation" 
  scheme="http://www.openarchives.org/ore/terms/" />
  <category term="2006-01-18T06:16:15Z" scheme="http://www.openarchives.org/ore/atom/modified"/>
  <category term="http://purl.org/eprint/type/JournalArticle" 
  scheme="http://purl.org/eprint/type/" label="Journal Article"/>

</entry>

2.4 集合リソースを追加する

集合リソースは、Atomベースのリソースマップでは /entry/link[@rel="http://www.openarchives.org/ore/terms/aggregates"]/@href 要素で表される。arXirの電子論文の例では、次のリソースを集めている。

集合リソースが集合体とは明確に異なるタイトルを持っている場合(例えば、PostScriptの別バージョンなど)は、それに応じて /entry/link/[@title] 属性を使用する。また、可能であれば、/entry/link/[@type]/entry/link/[@hreflang] といったオプションの属性も使用する。リソースマップは、単なるスプラッシュページのXMLバージョンではないことに注意することが重要である。arXivのスプラッシュページは、電子論文のDVI、LaTeX、3つのPostScriptの各バージョンへのダイレクトリンクを含んでおらず(スプラッシュページの1レベル下のページに存在する)、ダブリンコアメタデータはスプラッシュページからはまったくリンクされていない。

リソースマップのスケルトンを拡張すると、次のようになる。

<?xml version="1.0" encoding="utf-8"?>
<entry xmlns="http://www.w3.org/2005/Atom">

  <!-- Atom固有; OREのセマンティクスはない -->
  <id>tag:arxiv.org,2008:astro-ph:0601007</id>
  <link rel="alternate" type="text/html" href="http://arxiv.org/abs/astro-ph/0601007"/>

  <!-- リソースマップのメタデータ -->
  <link rel="self" type="application/atom+xml" href="http://arxiv.org/rem/atom/astro-ph/0601007"/>
  <link rel="http://www.openarchives.org/ore/terms/describes" href="http://arxiv.org/aggregation/astro-ph/0601007"/>
  <source>
        <author>
            <name>arXiv.org e-Print Repository</name>
            <uri>http://arXiv.org</uri>
        </author>
        <id>tag:arxiv.org,2008:astro-ph</id>
        <updated>2008-10-03T07:30:34Z</updated>
        <title>arXiv.org Astrophysics Feed</title>
  </source>
  <published>2008-10-01T18:30:02Z</published>
  <updated>2007-10-10T18:30:02Z</updated>
  <link rel="license" type="application/rdf+xml" href="http://creativecommons.org/licenses/by-nc/2.5/rdf" />
  <rights>This Resource Map is available under the Creative Commons Attribution-Noncommercial 2.5 Generic license</rights>

  <!-- 集合体のメタデータ -->
  <title>Parametrization of K-essence and Its Kinetic Term</title>
  <author>
    <name>Hui Li</name>
    <email>lihui@somewhere.cn</email>
  </author>
  <author>
    <name>Zong-Kuan Guo</name>
  </author>
  <author>
    <name>Yuan-Zhong Zhang</name>
  </author>
  <link rel="http://www.openarchives.org/ore/terms/isDescribedBy" href="http://arxiv.org/rem/rdf/astro-ph/0601007"/>
  <category term="2005-12-31T04:01:23Z" scheme="http://www.openarchives.org/ore/atom/created"/>
  <category term="http://www.openarchives.org/ore/terms/Aggregation" label="Aggregation" 
  scheme="http://www.openarchives.org/ore/terms/" />
  <category term="2006-01-18T06:16:15Z" scheme="http://www.openarchives.org/ore/atom/modified"/>
  <category term="http://purl.org/eprint/type/JournalArticle" 
  scheme="http://purl.org/eprint/type/" label="Journal Article"/>

  <!-- 集合リソース -->
  <link rel="http://www.openarchives.org/ore/terms/aggregates" 
  href="http://arxiv.org/abs/astro-ph/0601007" 
  title="[astro-ph/0601007] Parametrization of K-essence and Its Kinetic Term" 
  type="text/html" hreflang="en"/>
  
  <link rel="http://www.openarchives.org/ore/terms/aggregates" 
  href="http://arxiv.org/ps/astro-ph/0601007" 
  title="Parametrization of K-essence and Its Kinetic Term" 
  type="application/postscript" hreflang="en"/>
  
  <link rel="http://www.openarchives.org/ore/terms/aggregates" 
  href="http://arxiv.org/pdf/astro-ph/0601007" 
  title="Parametrization of K-essence and Its Kinetic Term" 
  type="application/pdf" hreflang="en"/>
  
  <link rel="http://www.openarchives.org/ore/terms/aggregates" 
  href="http://arxiv.org/ps/astro-ph/0601007?dpi=600&amp;font=bitmapped"
  title="Parametrization of K-essence and Its Kinetic Term (600 DPI Bitmapped Fonts PostScript)"
  type="application/postscript" hreflang="en"/>
  
  <link rel="http://www.openarchives.org/ore/terms/aggregates" 
  href="http://arxiv.org/ps/astro-ph/0601007?dpi=300&amp;font=bitmapped"
  title="Parametrization of K-essence and Its Kinetic Term (300 DPI Bitmapped Fonts PostScript)"
  type="application/postscript" hreflang="en"/>
  
  <link rel="http://www.openarchives.org/ore/terms/aggregates" 
  href="http://arxiv.org/ps/astro-ph/0601007?fname=cm&amp;font=TypeI"
  title="Parametrization of K-essence and Its Kinetic Term (Type I Fonts PostScript)" 
  type="application/postscript" hreflang="en"/>
  
  <link rel="http://www.openarchives.org/ore/terms/aggregates" 
  href="http://arxiv.org/dvi/astro-ph/0601007"
  title="Parametrization of K-essence and Its Kinetic Term" 
  type="application/dvi" hreflang="en"/>
  
  <link rel="http://www.openarchives.org/ore/terms/aggregates" 
  href="http://export.arxiv.org/oai2?verb=GetRecord&amp;metadataPrefix=oai_dc&amp;identifier=astro-ph/0601007" 
  title="Dublin Core Metadata for Parametrization of K-essence and Its Kinetic Term" 
  type="application/xml"/>
  
  <link rel="http://www.openarchives.org/ore/terms/aggregates" 
  href="http://arxiv.org/cits/astro-ph/0601007" 
  title="Citations for astro-ph/0601007" type="text/html" hreflang="en"/>
  
  <link rel="http://www.openarchives.org/ore/terms/aggregates" 
  href="http://www.citebase.org/abstract?id=oai:arXiv.org:astro-ph/0601007" 
  title="Citebase - Parametrization of K-essence and Its Kinetic Term" 
  type="text/html" hreflang="en"/>

</entry>

3. 一般的なシナリオ

前節ではAtomベースのリソースマップを構築する基礎を説明した。本節では、前節で説明した基礎の範囲を超える集合体に対する一般的なシナリオをAtom ORE仕様において処理する適切な方法を検討する。

3.1 関連バージョン

集合体に関連するリソースにリンクする方法は数多く存在する。この節では、3種類の関連リソースを示し、その推奨する /entry/link/[@rel] 値を説明する。

<?xml version="1.0" encoding="utf-8"?>
<entry xmlns="http://www.w3.org/2005/Atom">

  <!-- Atom固有; OREのセマンティクスはない -->
  <id>tag:arxiv.org,2008:astro-ph:0601007</id>
  <link rel="alternate" type="text/html" href="http://arxiv.org/abs/astro-ph/0601007"/>

  <!-- リソースマップのメタデータ -->
  <link rel="self" type="application/atom+xml" href="http://arxiv.org/rem/atom/astro-ph/0601007"/>
  <link rel="http://www.openarchives.org/ore/terms/describes" href="http://arxiv.org/aggregation/astro-ph/0601007"/>
  <source>
        <author>
            <name>arXiv.org e-Print Repository</name>
            <uri>http://arXiv.org</uri>
        </author>
        <id>tag:arxiv.org,2008:astro-ph</id>
        <updated>2008-10-03T07:30:34Z</updated>
        <title>arXiv.org Astrophysics Feed</title>
  </source>
  <published>2008-10-01T18:30:02Z</published>
  <updated>2007-10-10T18:30:02Z</updated>
  <link rel="license" type="application/rdf+xml" href="http://creativecommons.org/licenses/by-nc/2.5/rdf" />
  <rights>This Resource Map is available under the Creative Commons Attribution-Noncommercial 2.5 Generic license</rights>

  <!-- 集合体のメタデータ -->
  <title>Parametrization of K-essence and Its Kinetic Term</title>
  <author>
    <name>Hui Li</name>
    <email>lihui@somewhere.cn</email>
  </author>
  <author>
    <name>Zong-Kuan Guo</name>
  </author>
  <author>
    <name>Yuan-Zhong Zhang</name>
  </author>
  <link rel="http://www.openarchives.org/ore/terms/isDescribedBy" href="http://arxiv.org/rem/rdf/astro-ph/0601007"/>
  <category term="2005-12-31T04:01:23Z" scheme="http://www.openarchives.org/ore/atom/created"/>
  <category term="http://www.openarchives.org/ore/terms/Aggregation" label="Aggregation" 
  scheme="http://www.openarchives.org/ore/terms/" />
  <category term="2006-01-18T06:16:15Z" scheme="http://www.openarchives.org/ore/atom/modified"/>
  <category term="http://purl.org/eprint/type/JournalArticle" 
  scheme="http://purl.org/eprint/type/" label="Journal Article"/> 
  <link rel="http://purl.org/dc/terms/hasVersion" href="http://arxiv.org/aggregation/astro-ph/0601007v1"/>
  <link rel="http://purl.org/dc/terms/hasVersion" href="http://arxiv.org/aggregation/astro-ph/0601007v2"/>
  <link rel="related" href="http://jp.arxiv.org/aggregation/astro-ph/0601007"/>
  <link rel="http://www.openarchives.org/ore/terms/similarTo" href="info:arxiv/astro-ph/0601007"/>
  <link rel="http://www.openarchives.org/ore/terms/similarTo" href="info:doi/10.1142/S0217732306019475"/>

  <!-- 集合リソース -->
  <link rel="http://www.openarchives.org/ore/terms/aggregates" 
  href="http://arxiv.org/abs/astro-ph/0601007" 
  title="[astro-ph/0601007] Parametrization of K-essence and Its Kinetic Term" 
  type="text/html" hreflang="en"/>
  
  <link rel="http://www.openarchives.org/ore/terms/aggregates" 
  href="http://arxiv.org/ps/astro-ph/0601007" 
  title="Parametrization of K-essence and Its Kinetic Term" 
  type="application/postscript" hreflang="en"/>
  
  <link rel="http://www.openarchives.org/ore/terms/aggregates" 
  href="http://arxiv.org/pdf/astro-ph/0601007" 
  title="Parametrization of K-essence and Its Kinetic Term" 
  type="application/pdf" hreflang="en"/>
  
  <link rel="http://www.openarchives.org/ore/terms/aggregates" 
  href="http://arxiv.org/ps/astro-ph/0601007?dpi=600&amp;font=bitmapped"
  title="Parametrization of K-essence and Its Kinetic Term (600 DPI Bitmapped Fonts PostScript)"
  type="application/postscript" hreflang="en"/>
  
  <link rel="http://www.openarchives.org/ore/terms/aggregates" 
  href="http://arxiv.org/ps/astro-ph/0601007?dpi=300&amp;font=bitmapped"
  title="Parametrization of K-essence and Its Kinetic Term (300 DPI Bitmapped Fonts PostScript)"
  type="application/postscript" hreflang="en"/>
  
  <link rel="http://www.openarchives.org/ore/terms/aggregates" 
  href="http://arxiv.org/ps/astro-ph/0601007?fname=cm&amp;font=TypeI"
  title="Parametrization of K-essence and Its Kinetic Term (Type I Fonts PostScript)" 
  type="application/postscript" hreflang="en"/>
  
  <link rel="http://www.openarchives.org/ore/terms/aggregates" 
  href="http://arxiv.org/dvi/astro-ph/0601007"
  title="Parametrization of K-essence and Its Kinetic Term" 
  type="application/dvi" hreflang="en"/>
  
  <link rel="http://www.openarchives.org/ore/terms/aggregates" 
  href="http://export.arxiv.org/oai2?verb=GetRecord&amp;metadataPrefix=oai_dc&amp;identifier=astro-ph/0601007" 
  title="Dublin Core Metadata for Parametrization of K-essence and Its Kinetic Term" 
  type="application/xml"/>
  
  <link rel="http://www.openarchives.org/ore/terms/aggregates" 
  href="http://arxiv.org/cits/astro-ph/0601007" 
  title="Citations for astro-ph/0601007" type="text/html" hreflang="en"/>
  
  <link rel="http://www.openarchives.org/ore/terms/aggregates" 
  href="http://www.citebase.org/abstract?id=oai:arXiv.org:astro-ph/0601007" 
  title="Citebase - Parametrization of K-essence and Its Kinetic Term" 
  type="text/html" hreflang="en"/>

</entry>

3.2 参考文献と引用

この例では、電子論文集合体に対する引用および電子論文集合体による引用を収録する2つの方法を示している。これら2種類の引用を動的に算出するサービスが集合リソースとして収録されている(2.4節)が、個々の引用を /entry/link/[@rel="http://purl.org/dc/terms/isReferencedBy"]/@href 要素と /entry/link/[@rel="http://purl.org/dc/terms/references"]/@href 要素でリンクすることもできる。この例では、この電子論文を参照する引用の例を2つ示している。また、より良い表示ができるように /entry/link/[@title] も使用している。これらのrel属性の対象となるURIは集合体を識別するURIであることにも注意されたい。

<?xml version="1.0" encoding="utf-8"?>
<entry xmlns="http://www.w3.org/2005/Atom">

  <!-- Atom固有; OREのセマンティクスはない -->
  <id>tag:arxiv.org,2008:astro-ph:0601007</id>
  <link rel="alternate" type="text/html" href="http://arxiv.org/abs/astro-ph/0601007"/>

  <!-- リソースマップのメタデータ -->
  <link rel="self" type="application/atom+xml" href="http://arxiv.org/rem/atom/astro-ph/0601007"/>
  <link rel="http://www.openarchives.org/ore/terms/describes" href="http://arxiv.org/aggregation/astro-ph/0601007"/>
  <source>
        <author>
            <name>arXiv.org e-Print Repository</name>
            <uri>http://arXiv.org</uri>
        </author>
        <id>tag:arxiv.org,2008:astro-ph</id>
        <updated>2008-10-03T07:30:34Z</updated>
        <title>arXiv.org Astrophysics Feed</title>
  </source>
  <published>2008-10-01T18:30:02Z</published>
  <updated>2007-10-10T18:30:02Z</updated>
  <link rel="license" type="application/rdf+xml" href="http://creativecommons.org/licenses/by-nc/2.5/rdf" />
  <rights>This Resource Map is available under the Creative Commons Attribution-Noncommercial 2.5 Generic license</rights>

  <!-- 集合体のメタデータ -->
  <title>Parametrization of K-essence and Its Kinetic Term</title>
  <author>
    <name>Hui Li</name>
    <email>lihui@somewhere.cn</email>
  </author>
  <author>
    <name>Zong-Kuan Guo</name>
  </author>
  <author>
    <name>Yuan-Zhong Zhang</name>
  </author>
  <link rel="http://www.openarchives.org/ore/terms/isDescribedBy" href="http://arxiv.org/rem/rdf/astro-ph/0601007"/>
  <category term="2005-12-31T04:01:23Z" scheme="http://www.openarchives.org/ore/atom/created"/>
  <category term="http://www.openarchives.org/ore/terms/Aggregation" label="Aggregation" 
  scheme="http://www.openarchives.org/ore/terms/" />
  <category term="2006-01-18T06:16:15Z" scheme="http://www.openarchives.org/ore/atom/modified"/>
  <category term="http://purl.org/eprint/type/JournalArticle" 
  scheme="http://purl.org/eprint/type/" label="Journal Article"/> 
  <link rel="http://purl.org/dc/terms/hasVersion" href="http://arxiv.org/aggregation/astro-ph/0601007v1"/>
  <link rel="http://purl.org/dc/terms/hasVersion" href="http://arxiv.org/aggregation/astro-ph/0601007v2"/>
  <link rel="related" href="http://jp.arxiv.org/aggregation/astro-ph/0601007"/>
  <link rel="http://www.openarchives.org/ore/terms/similarTo" href="info:arxiv/astro-ph/0601007"/>
  <link rel="http://www.openarchives.org/ore/terms/similarTo" href="info:doi/10.1142/S0217732306019475"/> 
  <link rel="http://purl.org/dc/terms/isReferencedBy" href="http://arxiv.org/aggregation/0807.1020"
  title="How the Scalar Field of Unified Dark Matter Models Can Cluster"/>
  <link rel="http://purl.org/dc/terms/isReferencedBy" href="http://arxiv.org/aggregation/0806.4327"
  title="Cosmological scalar fields that mimic the $\Lambda CDM$ cosmological model"/>

  <!-- 集合リソース -->
  <link rel="http://www.openarchives.org/ore/terms/aggregates" 
  href="http://arxiv.org/abs/astro-ph/0601007" 
  title="[astro-ph/0601007] Parametrization of K-essence and Its Kinetic Term" 
  type="text/html" hreflang="en"/>
  
  <link rel="http://www.openarchives.org/ore/terms/aggregates" 
  href="http://arxiv.org/ps/astro-ph/0601007" 
  title="Parametrization of K-essence and Its Kinetic Term" 
  type="application/postscript" hreflang="en"/>
  
  <link rel="http://www.openarchives.org/ore/terms/aggregates" 
  href="http://arxiv.org/pdf/astro-ph/0601007" 
  title="Parametrization of K-essence and Its Kinetic Term" 
  type="application/pdf" hreflang="en"/>
  
  <link rel="http://www.openarchives.org/ore/terms/aggregates" 
  href="http://arxiv.org/ps/astro-ph/0601007?dpi=600&amp;font=bitmapped"
  title="Parametrization of K-essence and Its Kinetic Term (600 DPI Bitmapped Fonts PostScript)"
  type="application/postscript" hreflang="en"/>
  
  <link rel="http://www.openarchives.org/ore/terms/aggregates" 
  href="http://arxiv.org/ps/astro-ph/0601007?dpi=300&amp;font=bitmapped"
  title="Parametrization of K-essence and Its Kinetic Term (300 DPI Bitmapped Fonts PostScript)"
  type="application/postscript" hreflang="en"/>
  
  <link rel="http://www.openarchives.org/ore/terms/aggregates" 
  href="http://arxiv.org/ps/astro-ph/0601007?fname=cm&amp;font=TypeI"
  title="Parametrization of K-essence and Its Kinetic Term (Type I Fonts PostScript)" 
  type="application/postscript" hreflang="en"/>
  
  <link rel="http://www.openarchives.org/ore/terms/aggregates" 
  href="http://arxiv.org/dvi/astro-ph/0601007"
  title="Parametrization of K-essence and Its Kinetic Term" 
  type="application/dvi" hreflang="en"/>
  
  <link rel="http://www.openarchives.org/ore/terms/aggregates" 
  href="http://export.arxiv.org/oai2?verb=GetRecord&amp;metadataPrefix=oai_dc&amp;identifier=astro-ph/0601007" 
  title="Dublin Core Metadata for Parametrization of K-essence and Its Kinetic Term" 
  type="application/xml"/>
  
  <link rel="http://www.openarchives.org/ore/terms/aggregates" 
  href="http://arxiv.org/cits/astro-ph/0601007" 
  title="Citations for astro-ph/0601007" type="text/html" hreflang="en"/>
  
  <link rel="http://www.openarchives.org/ore/terms/aggregates" 
  href="http://www.citebase.org/abstract?id=oai:arXiv.org:astro-ph/0601007" 
  title="Citebase - Parametrization of K-essence and Its Kinetic Term" 
  type="text/html" hreflang="en"/>

</entry>

3.3 集合リソースに関するメタデータ

集合体や集合リソースに関する付加的なメタデータを伝達したいというシナリオもあるかもしれない。上の例では /entry/link 要素と /entry/category 要素を使って処理できる一般的なシナリオを対象とした。しかし、Atomのネイティブ要素を使って表現できない表明文も存在する。

これらの表明文は、oreatom:triples 拡張要素を使って収録することができる。本書の執筆時点において、Atom配信フォーマット内でトリプルを表現するためのメカニズムがいくつか提案されているが、最終的に承認されたり、コミュニティのクリティカルマスを獲得したものはない。それが達成されるまでは、トリプルは oreatom:triples で表現されることを推奨する。将来コミュニティがどんな構文を採用したとしても、oreatom:triplesから簡単に移行できる方法があると予想している。

これらのRDF/XML表明文はすべて次のURIの1つに「接続」されなければならない

すなわち、これらURIの1つを主語または目的語に持つトリプルが少なくとも1つ存在しなければならない。リソースはそのようなトリプルに現れてはじめて、それに続くトリプルの主語または目的語として使用することができる。これは結果として集合体に「接続された」トリプルの集合となる。

3.3.1 スプラッシュページを記述する

この節では、スプラッシュページについてさらに説明したい。先の節で既に /entry/link/[@rel="alternate"]/@href 要素を使用した(2.1節)。しかし、これはAtom固有の規約に過ぎない。集合リソースの1つがスプラッシュページであることを明確に述べるには、rdf:Description 要素を使用し、用語 info:eu-repo/semantics/humanStartPage を使用する。例ではさらに、rdfs:label プロパティと rdfs:isDefinedBy プロパティを追加することにより、型 info:eu-repo/semantics/humanStartPage を記述している。これらのプロパティトリプルは主語として集合リソースを持たないが、リソース info:eu-repo/semantics/humanStartPage を介して集合リソースに「接続されている」ので、これらのトリプルは容認される。

...
  <oreatom:triples>
        <rdf:Description rdf:about="http://arxiv.org/abs/astro-ph/0601007">
            <rdf:type rdf:resource="info:eu-repo/semantics/humanStartPage"/>
        </rdf:Description>
        <rdf:Description rdf:about="info:eu-repo/semantics/humanStartPage">
            <rdfs:label>humanStartPage</rdfs:label>
            <rdfs:isDefinedBy rdf:resource="info:eu-repo/semantics/"/>
        </rdf:Description>
  </oreatom:triples>
...

3.3.2 メタデータを記述する

スプラッシュページとは異なり、集合リソースが記述メタデータであることを暗示するAtom固有の規約は存在しない。再び info:eu-repo/ URIを使用するが、集合リソースのメタデータフォーマットも表明する。

...
  <oreatom:triples>
        <rdf:Description rdf:about="http://export.arxiv.org/oai2?verb=GetRecord&metadataPrefix=oai_dc&identifier=astro-ph/0601007">
            <dcterms:conformsTo rdf:resource="http://www.openarchives.org/OAI/2.0/oai_dc/"/>
            <rdf:type rdf:resource="info:eu-repo/semantics/descriptiveMetadata"/>
        </rdf:Description>
  </oreatom:triples>
...

3.3.3 フォーマットの関係

集合体は多くの集合リソースを持っているが、すべてが同じコンテンツであるわけではない。例えば、この例の集合体はメタデータ、フルテキスト、引用を含んでいる。集合リソースの中には、フルテキストのように同一コンテンツの異なるフォーマットによる表示形であるというプロパティを共有しているものがある。例えば、PDFバージョンとPostScriptバージョンは互いに異なるフォーマットであることを表明することができる。この例では、Pronomフォーマットレジストリで提供されているPDFのフォーマットURIを使用して、PDF集合リソースのフォーマットの識別も行っている。

...
  <oreatom:triples>
        <rdf:Description rdf:about="http://arxiv.org/ps/astro-ph/0601007">
            <dcterms:hasFormat rdf:resource="http://arxiv.org/pdf/astro-ph/0601007"/>
            <dcterms:hasFormat rdf:resource="http://arxiv.org/ps/astro-ph/0601007&dpi=600&font=bitmapped"/>
            <dcterms:hasFormat rdf:resource="http://arxiv.org/ps/astro-ph/0601007&dpi=300&font=bitmapped"/>
            <dcterms:hasFormat rdf:resource="http://arxiv.org/ps/astro-ph/0601007&fname=cm&font=TypeI"/>
            <dcterms:hasFormat rdf:resource="http://arxiv.org/dvi/astro-ph/0601007"/>
        </rdf:Description>
  </oreatom:triples>
...

3.3.4 集合リソースの作者

集合リソースに関するメタデータの中には /entry/link/ 要素の様々な属性では表現できないものも存在する。このメタデータも oreatom:triples 要素に現れる。次の例は、CiteBase.org 集合リソースの作者を記載する方法を示している。

...
  <oreatom:triples>
        <rdf:Description rdf:about="http://www.citebase.org/abstract?id=oai:arXiv.org:astro-ph/0601007">
            <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>
  </oreatom:triples>
...

3.3.5 プロキシ

プロキシはOREデータモデル [ORE Model] で定義され、[ORE HTTP] でその実装が検討されている。要約すれば、プロキシは特定の集合体のコンテキストにある集合リソースを識別する方法を提供する。プロキシURIにより、URI-ARが単独で存在しているのか、相異なる複数の集合体、例えば、URI-A1とURI-A2の一部として登場するのかを区別することができる。

プロキシを使うことにより、由来(集合リソースが別の集合体を起源としたり、別の集合体から供給されたこと)を表明することができる(プロキシと由来に関する完全な考察は [ORE Model] を参照)。由来を表現したいと考える作者は、URI-ARではなくプロキシのURIをリンク(HTMLの場合)または収集(リソースマップの場合)するべきである

プロキシの使用はOREモデルでは必須ではない。プロキシがAtomリソースマップで使用される場合は、oreatom:triples 要素で表現される。

...
  <oreatom:triples>
        <rdf:Description rdf:about="http://oreproxy.org/r?what=http://arxiv.org/cits/astro-ph/0601007&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>
  </oreatom:triples>
...

3.3.6 完全なリソースマップ

本節では、3.3.1節から3.3.5節で紹介されたすべての概念を oreatom:triples 要素を1つ持つリソースマップにまとめる。文書の最初にあるXML名前空間も更新した。このリソースマップは、もはやAtomのネイティブ要素のみを使ったものではないが、2.4節や3.2節のリソースマップより表現力が高くなっている。

<?xml version="1.0" encoding="utf-8"?>
<entry xmlns="http://www.w3.org/2005/Atom"
       xmlns:oreatom="http://www.openarchives.org/ore/atom/"
       xmlns:dcterms="http://purl.org/dc/terms/"
       xmlns:dc="http://purl.org/dc/elements/1.1/"
       xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
       xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
       xmlns:ore="http://www.openarchives.org/ore/terms/"
       xmlns:foaf="http://xmlns.com/foaf/0.1/"
       xmlns:grddl="http://www.w3.org/2003/g/data-view#" 
       grddl:transformation="http://www.openarchives.org/ore/atom/atom-grddl.xsl">

  <!-- Atom固有; OREのセマンティクスはない -->
  <id>tag:arxiv.org,2008:astro-ph:0601007</id>
  <link rel="alternate" type="text/html" href="http://arxiv.org/abs/astro-ph/0601007"/>

  <!-- リソースマップのメタデータ -->
  <link rel="self" type="application/atom+xml" href="http://arxiv.org/rem/atom/astro-ph/0601007"/>
  <link rel="http://www.openarchives.org/ore/terms/describes" href="http://arxiv.org/aggregation/astro-ph/0601007"/>
  <source>
        <author>
            <name>arXiv.org e-Print Repository</name>
            <uri>http://arXiv.org</uri>
        </author>
        <id>tag:arxiv.org,2008:astro-ph</id>
        <updated>2008-10-03T07:30:34Z</updated>
        <title>arXiv.org Astrophysics Feed</title>
  </source>
  <published>2008-10-01T18:30:02Z</published>
  <updated>2007-10-10T18:30:02Z</updated>
  <link rel="license" type="application/rdf+xml" href="http://creativecommons.org/licenses/by-nc/2.5/rdf" />
  <rights>This Resource Map is available under the Creative Commons Attribution-Noncommercial 2.5 Generic license</rights>

  <!-- 集合体のメタデータ -->
  <title>Parametrization of K-essence and Its Kinetic Term</title>
  <author>
    <name>Hui Li</name>
    <email>lihui@somewhere.cn</email>
  </author>
  <author>
    <name>Zong-Kuan Guo</name>
  </author>
  <author>
    <name>Yuan-Zhong Zhang</name>
  </author>
  <link rel="http://www.openarchives.org/ore/terms/isDescribedBy" href="http://arxiv.org/rem/rdf/astro-ph/0601007"/>
  <category term="2005-12-31T04:01:23Z" scheme="http://www.openarchives.org/ore/atom/created"/>
  <category term="http://www.openarchives.org/ore/terms/Aggregation" label="Aggregation" 
  scheme="http://www.openarchives.org/ore/terms/" />
  <category term="2006-01-18T06:16:15Z" scheme="http://www.openarchives.org/ore/atom/modified"/>
  <category term="http://purl.org/eprint/type/JournalArticle" 
  scheme="http://purl.org/eprint/type/" label="Journal Article"/> 
  <link rel="http://purl.org/dc/terms/hasVersion" href="http://arxiv.org/aggregation/astro-ph/0601007v1"/>
  <link rel="http://purl.org/dc/terms/hasVersion" href="http://arxiv.org/aggregation/astro-ph/0601007v2"/>
  <link rel="related" href="http://jp.arxiv.org/aggregation/astro-ph/0601007"/>
  <link rel="http://www.openarchives.org/ore/terms/similarTo" href="info:arxiv/astro-ph/0601007"/>
  <link rel="http://www.openarchives.org/ore/terms/similarTo" href="info:doi/10.1142/S0217732306019475"/> 
  <link rel="http://purl.org/dc/terms/isReferencedBy" href="http://arxiv.org/aggregation/0807.1020"
  title="How the Scalar Field of Unified Dark Matter Models Can Cluster"/>
  <link rel="http://purl.org/dc/terms/isReferencedBy" href="http://arxiv.org/aggregation/0806.4327"
  title="Cosmological scalar fields that mimic the $\Lambda CDM$ cosmological model"/>

  <!-- 集合リソース -->
  <link rel="http://www.openarchives.org/ore/terms/aggregates" 
  href="http://arxiv.org/abs/astro-ph/0601007" 
  title="[astro-ph/0601007] Parametrization of K-essence and Its Kinetic Term" 
  type="text/html" hreflang="en"/>
  
  <link rel="http://www.openarchives.org/ore/terms/aggregates" 
  href="http://arxiv.org/ps/astro-ph/0601007" 
  title="Parametrization of K-essence and Its Kinetic Term" 
  type="application/postscript" hreflang="en"/>
  
  <link rel="http://www.openarchives.org/ore/terms/aggregates" 
  href="http://arxiv.org/pdf/astro-ph/0601007" 
  title="Parametrization of K-essence and Its Kinetic Term" 
  type="application/pdf" hreflang="en"/>
  
  <link rel="http://www.openarchives.org/ore/terms/aggregates" 
  href="http://arxiv.org/ps/astro-ph/0601007?dpi=600&amp;font=bitmapped"
  title="Parametrization of K-essence and Its Kinetic Term (600 DPI Bitmapped Fonts PostScript)"
  type="application/postscript" hreflang="en"/>
  
  <link rel="http://www.openarchives.org/ore/terms/aggregates" 
  href="http://arxiv.org/ps/astro-ph/0601007?dpi=300&amp;font=bitmapped"
  title="Parametrization of K-essence and Its Kinetic Term (300 DPI Bitmapped Fonts PostScript)"
  type="application/postscript" hreflang="en"/>
  
  <link rel="http://www.openarchives.org/ore/terms/aggregates" 
  href="http://arxiv.org/ps/astro-ph/0601007?fname=cm&amp;font=TypeI"
  title="Parametrization of K-essence and Its Kinetic Term (Type I Fonts PostScript)" 
  type="application/postscript" hreflang="en"/>
  
  <link rel="http://www.openarchives.org/ore/terms/aggregates" 
  href="http://arxiv.org/dvi/astro-ph/0601007"
  title="Parametrization of K-essence and Its Kinetic Term" 
  type="application/dvi" hreflang="en"/>
  
  <link rel="http://www.openarchives.org/ore/terms/aggregates" 
  href="http://export.arxiv.org/oai2?verb=GetRecord&amp;metadataPrefix=oai_dc&amp;identifier=oai:arXiv.org:astro-ph/0601007" 
  title="Dublin Core Metadata for Parametrization of K-essence and Its Kinetic Term" 
  type="application/xml"/>
  
  <link rel="http://www.openarchives.org/ore/terms/aggregates" 
  href="http://arxiv.org/cits/astro-ph/0601007" 
  title="Citations for astro-ph/0601007" type="text/html" hreflang="en"/>
  
  <link rel="http://www.openarchives.org/ore/terms/aggregates" 
  href="http://www.citebase.org/abstract?id=oai:arXiv.org:astro-ph/0601007" 
  title="Citebase - Parametrization of K-essence and Its Kinetic Term" 
  type="text/html" hreflang="en"/>

  <!-- 集合リソースおよび集合体に付随する付加的なプロパティ -->
    <oreatom:triples>
        <!-- 集合体に関する記述 -->
        <rdf:Description rdf:about="http://arxiv.org/aggregation/astro-ph/0601007">
            <dcterms:audience rdf:parseType="Resource">
                <rdf:value>OCLC audience level 1: research</rdf:value>
            </dcterms:audience>
        </rdf:Description>
        <!-- 集合リソース http://arxiv.org/abs/astro-ph/0601007 -->
        <rdf:Description rdf:about="http://arxiv.org/abs/astro-ph/0601007">
            <rdf:type rdf:resource="info:eu-repo/semantics/humanStartPage"/>
        </rdf:Description>
        <rdf:Description rdf:about="info:eu-repo/semantics/humanStartPage">
            <rdfs:label>humanStartPage</rdfs:label>
            <rdfs:isDefinedBy rdf:resource="info:eu-repo/semantics/"/>
        </rdf:Description>
        <!-- 集合リソース http://arxiv.org/abs/astro-ph/0601007 のためのプロキシ -->
        <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>
        <!-- 集合リソース http://arxiv.org/ps/astro-ph/0601007 -->
        <rdf:Description rdf:about="http://arxiv.org/ps/astro-ph/0601007">
            <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>
        <!-- 集合リソース http://arxiv.org/ps/astro-ph/0601007 のためのプロキシ -->
        <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>
        <!-- 集合リソース http://arxiv.org/pdf/astro-ph/0601007 -->
        <rdf:Description rdf:about="http://arxiv.org/pdf/astro-ph/0601007">
            <dcterms:conformsTo rdf:resource="info:pronom/fmt/18"/>
        </rdf:Description>
        <!-- 集合リソース http://arxiv.org/pdf/astro-ph/0601007 のためのプロキシ -->
        <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>
        <!-- 集合リソース http://arxiv.org/ps/astro-ph/0601007?dpi=600&amp;font=bitmapped のためのプロキシ -->
        <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>
        <!-- 集合リソース http://arxiv.org/ps/astro-ph/0601007?dpi=300&amp;font=bitmapped のためのプロキシ -->
        <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>
        <!-- 集合リソース http://arxiv.org/ps/astro-ph/0601007?fname=cm&amp;font=TypeI のためのプロキシ -->
        <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>
        <!-- 集合リソース http://arxiv.org/dvi/astro-ph/0601007 のためのプロキシ -->
        <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>
        <!-- 集合リソース http://export.arxiv.org/oai2?verb=GetRecord&amp;metadataPrefix=oai_dc&amp;identifier=oai:arXiv.org:astro-ph/0601007 -->
        <rdf:Description
            rdf:about="http://export.arxiv.org/oai2?verb=GetRecord&amp;metadataPrefix=oai_dc&amp;identifier=oai:arXiv.org:astro-ph/0601007">
            <dcterms:conformsTo rdf:resource="http://www.openarchives.org/OAI/2.0/oai_dc/"/>
            <rdf:type rdf:resource="info:eu-repo/semantics/descriptiveMetadata"/>
        </rdf:Description>
        <!-- 集合リソース http://export.arxiv.org/oai2?verb=GetRecord&amp;metadataPrefix=oai_dc&amp;identifier=oai:arXiv.org:astro-ph/0601007 のためのプロキシ -->
        <rdf:Description
            rdf:about="http://oreproxy.org/r?what=http://export.arxiv.org/oai2?verb%3dGetRecord%26metadataPrefix%3doai_dc%26identifier%3doai:arXiv.org:astro-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=oai:arXiv.org:astro-ph/0601007"/>
            <ore:proxyIn rdf:resource="http://arxiv.org/aggregation/astro-ph/0601007"/>
        </rdf:Description>
        <!-- 集合リソース http://arxiv.org/cits/astro-ph/0601007 のためのプロキシ -->
        <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>
        <!-- 集合リソース http://www.citebase.org/abstract?id=oai:arXiv.org:astro-ph/0601007 -->
        <rdf:Description
            rdf:about="http://www.citebase.org/abstract?id=oai:arXiv.org:astro-ph/0601007">
            <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>
        <!-- 集合リソース http://www.citebase.org/abstract?id=oai:arXiv.org:astro-ph/0601007 のためのプロキシ -->
        <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>
    </oreatom:triples>

</entry>

3.4 その他のシナリオ

本節では、arXivの例では説明されなかった2つの一般的なシナリオを紹介する。2つの例では共に oreatom:triples 拡張要素を使用する。

3.4.1 集合リソースの拡張

この電子論文のスプラッシュページがORE準拠のブログに収録されていることを知っていると仮定する。この事実を知らせたい場合は、oreatom:triples のスプラッシュページに関する部分で、述語 http://www.openarchives.org/ore/tems/isAggregatedBy を使用することができる。

...
  <oreatom:triples>
        <rdf:Description rdf:about="http://arxiv.org/abs/astro-ph/0601007">
            <rdf:type rdf:resource="info:eu-repo/semantics/humanStartPage"/>
            <ore:isAggregatedBy rdf:resource="http://blogs.foo.com/bob/2008/10/02/dark-energy/>
        </rdf:Description>
        <rdf:Description rdf:about="info:eu-repo/semantics/humanStartPage">
            <rdfs:label>humanStartPage</rdfs:label>
            <rdfs:isDefinedBy rdf:resource="info:eu-repo/semantics/"/>
        </rdf:Description>
  </oreatom:triples>
...

3.4.2 ネストした集合体

集合リソースが集合体でもある場合は、これを示すために用語 http://www.openarchives.org/ore/terms/Aggregation が使用されるべきである。これにより集合体の「ネスティング」や階層的コレクションが可能になる。例えば、arXir引用サービスがコンテントネゴシエーション([ORE HTTP] を参照)によりHTMLページと集合体の両者を返すことができる場合、oreatom:triples 要素に表明文を追加することによりこれを示すことができるだろう。これはこのリソースマップを処理するエージェントに集合リソースが集合体でもあるという処理上の「ヒント」を提供するだろう。

...
  <oreatom:triples>
        <rdf:Description rdf:about="http://arxiv.org/cits/astro-ph/0601007">
            <rdf:type rdf:resource="http://www.openarchives.org/ore/terms/Aggregation"/>
        </rdf:Description>
  </oreatom:triples>
...

4. OREモデルとAtomモデルの対応

4.1. OREモデルとAtomモデルの対応付け: 概要

OREモデルの実体をAtomで表現するためのアプローチは次のようにまとめることができる。

  1. 集合体はAtomエントリで記述される。集合体を記述するリソースマップはAtomエントリXML文書である。
  2. atom:entryatom:id 子要素は、ORE モデルでは何の意味も持たない。これは全世界的に一意であり、Atom固有の処理に使用される。
  3. atom:entryatom:content 子要素は、ORE モデルでは何の意味も持たない。これはAtomコンテンツを伝達する要素である。
  4. IANA Atom Link Relations レジストリに登録されている rel 属性値を持つすべての atom:link 要素は、Atom固有の意味を持っている。下の5項で述べるように、rel 属性の値としてIANAに登録されている selflicense を 持つ atom:link 要素は、OREモデルにおける意味も持っている。
  5. 集合体を記述するリソースマップのURI-Rは、rel 属性値が "self" である atom:link 要素の href 属性の値として表現される。
    1. Atom名前空間にある atom:entry の以下の子要素は、リソースマップに付随する: atom:publishedatom:updatedatom:rightsrel 属性値が "license" である atom:link 要素、atom:sourceatom:author 子要素。
  6. Atomエントリで記述される集合体のURI-A は、rel 属性値が "http://www.openarchives.org/ore/terms/describes" であるORE独自用途の atom:link 要素の href 属性の値として表現される。
    1. rel 属性にORE名前空間(http://www.openarchives.org/ore/terms/)の値を持つすべての atom:link 要素は、集合体に付随する。
    2. 上の5項で述べたAtom要素を除いて、Atom名前空間にある atom:entry のすべての子要素は集合体に付随する。
  7. 集合体の集合リソースのURI-ARは、rel 属性値がORE名前空間(http://www.openarchives.org/ore/terms/)の "http://www.openarchives.org/ore/terms/aggregates" である atom:link 要素の href 属性の値として表現される。
  8. ORE名前空間(http://www.openarchives.org/ore/terms/)の triples 要素は、Atom名前空間の要素を使って表現できない、集合体、リソースマップ、集合リソース、これらに関連するリソースに付随するRDFメタデータを表現するために導入されたORE固有のAtom拡張要素である。OREプロセッサは triples 要素の内容をAtomリソースマップの不可欠な部分として扱うべきである
  9. atom:entry のその他の子要素は、ORE固有の意味を持たず、OREプロセッサはこれを無視することができる

4.2. OREモデルとAtomモデルの対応付け: Atom要素と対応するRDFトリプル

図 1 に、AtomとORE両モデルの実体間の対応付けを示す。さらに、表 1は、明示的な対応付けの詳細を提供する。

図 1: OREとAtom両モデルの基本的項目間の対応付け
ORE Atom mapping

 

表 1は次の区分に整理されている。

表 1では、Atomシリアライゼーションにおける必須の要素の背景を黄色にしてある。表 1の「ORE抽象モデルとRDFトリプル」の欄は、Atomベースのリソースマップの要素がどのようにRDFトリプルに対応付けられなければならないかを示している。見ての通り、これらRDFトリプルの述語には ore 名前空間のものだけでなく、その他の名前空間のものもある。一般的に使用される名前空間は、1.2節にリストアップされている。リソースマップには見られるが表 1には取り上げられていない要素については、AtomベースのリソースマップとRDFトリプルの対応付けが定義されておらず、そのような要素をOREプロセッサは無視することができる

表 1: OREリソースマップを表現するために使用されるAtomエントリの要素と関連するRDFトリプル
Atomエントリ項目 Atom表現 ORE抽象モデルとRDFトリプル
Atom固有
エントリのID

/entry/id

[RFC3987] [RFC3986]

この要素はAtomエントリの全世界で一意な識別子を伝達する。

次のトリプルの主語:

URI-R dcterms:isVersionOf /entry/id

エントリの内容

/entry/content

content 要素が提供されない場合は、rel 属性の値として alternate を持つ link 要素の使用が必須である

対応付けは未定義
エントリのリンク要素: 対象とプロパティ

/entry/link

rel 属性の値として、IANA Atom Link Relationsレジストリに登録されている値を持つ link 要素は、Atom固有の意味を持つ。

  • rel 属性の値として self を持つ link 要素は、OREモデル上の意味も持つ。この link 要素の使用は必須である。下のリソースマップについてを参照のこと。
  • rel 属性の値として license を持つ link 要素は、OREモデル上の意味も持つ。下のリソースマップについてを参照のこと。
  • rel 属性の値として alternate を持つ link 要素の使用が推奨される。下の集合体についてを参照のこと。content 要素が提供されない場合は、この link 要素の使用は必須である
  • rel 属性の値として related を持つ link 要素の使用が推奨される。下の集合体についてを参照のこと。

rel 属性の値としてORE名前空間の値(http://www.openarchives.org/ore/terms/)を持つ link 要素は、集合体に付随する。下の集合体についてを参照のこと。

rel 属性の値 selflicensealternaterelated を除いて、対応付けは未定義。下の集合体についてリソースマップについてを参照のこと。

集合体、リソースマップ、集合リソースのURI
エントリの "http://www.openarchives.org/ore/terms/describes" リンク: 対象とプロパティ

/entry/link[@rel="http://www.openarchives.org/ore/terms/describes"]/@href

[RFC3987] [RFC3986]

このリンクは集合体のURI(URI-A)を伝達する。

このリンク要素のその他の属性(hreflangtitletypelength)は使用されるべきでない

 

URI-A

[集合体のURI].

下の行の情報と組み合わせることにより次のトリプルとなる。

URI-R ore:describes URI-A

エントリの "self" リンク: 対象とプロパティ

/entry/link[@rel="self"]/@href

このリンクはリソースマップのURI(URI-R)を伝達する。

[RFC3987] [RFC3986]

/entry/link[@rel="self"]/@hreflang

/entry/link[@rel="self"]/@title

/entry/link[@rel="self"]/@type

/entry/link[@rel="self"]/@length

このリンクの type 属性の使用が推奨される。その場合、その値は application/atom+xmlでなければならない

URI-R

[集合体のAtomベースの表示形を取り出すことができるリソースマップのURI]

次のトリプルの目的語:

URI-R dc:language "language"

URI-R dc:title "title"

URI-R dc:format "type"

URI-R dcterms:extent "length"

[Atomベースのリソースマップに関するメタデータ]

上の行の情報と組み合わせることにより次のトリプルとなる。

URI-R ore:describes URI-A

エントリの "http://www.openarchives.org/ore/terms/aggregates" リンク: 対象とプロパティ

/entry/link[@rel="http://www.openarchives.org/ore/terms/aggregates"]/@href

このリンクは集合リソースのURI(URI-AR)を伝達する。

[RFC3987] [RFC3986]

/entry/link[@rel="http://www.openarchives.org/ore/terms/aggregates"]/@hreflang

/entry/link[@rel="http://www.openarchives.org/ore/terms/aggregates"]/@title

/entry/link[@rel="http://www.openarchives.org/ore/terms/aggregates"]/@type

/entry/link[@rel="http://www.openarchives.org/ore/terms/aggregates"]/@length

次のトリプルの目的語:

URI-A ore:aggregates URI-AR

[集合リソースのURI-AR]

次の各トリプルの目的語:

URI-AR dc:language "language"

URI-AR dc:title "title"

URI-AR dc:format "type"

URI-AR dcterms:extent "length"

集合体について
エントリの "http://www.openarchives.org/ore/terms/describes" リンク: 対象とプロパティ

/entry/link[@rel="http://www.openarchives.org/ore/terms/describes"]/@href

[RFC3987] [RFC3986]

このリンクは集合体のURI(URI-A)を伝達する。

このリンク要素のその他の属性(hreflangtitletypelength)は使用されるべきでない

 

URI-A

[集合体のURI]

エントリの作者

/entry/author

/entry/author/name
/entry/author/email

/entry/author/uri

この要素は集合体の作者を伝達するために使用される。

エントリ自体が作者を指定しない場合はAtomフィードの作者がAtomエントリに継承されるというAtomのデフォルト動作を上書きするために、author 要素を持つことが強く推奨される

作者の識別にはURIの使用が推奨される

次のトリプル:

URI-A dcterms:creator URI-b

URI-b foaf:name "author name"

URI-b foaf:mbox URI-author-email

URI-b foaf:page URI-author

URI-b designates a blank node.

/entry/author/email は文字列であり、URIではないことに注意されたい。従って、URI-author-email は文字列の先頭に mailto: を追加することにより作成されなければならない。

[(集合体に付随する)他のリソースや型との関係]

エントリのカテゴリ: 用語、スキーム、ラベル

/entry/category/@term

/entry/category/@scheme

/entry/category/@label

カテゴリは、集合体の型を表現するために提供することができる。集合体を雑誌論文として型付けるためにカテゴリを使用するのがその一例である。

term 属性の値には URI の使用が推奨される

scheme 属性値の提供、および、その値にはURIの使用が推奨される

term の値がURIの場合は次のトリプル:

URI-A rdf:type URI-term

URI-term rdfs:label "label"

scheme の値がURIの場合は次のオプションのトリプル:

URI-term rdfs:isDefinedBy URI-scheme

[(集合体に付随する)他のリソースや型との関係]

[他のリソースや型との関係]

エントリのカテゴリ: 用語 "http://www.openarchives.org/ore/terms/Aggregation" term 属性の値として "http://www.openarchives.org/ore/terms/Aggregation"、 scheme 属性の値として "http://www.openarchives.org/ore/terms/" を持つカテゴリが1つ提供されなければならない。この場合、label 属性の値には "Aggregation" の使用が推奨される

次のトリプル:

URI-A rdf:type ore:Aggregation

および、次のオプションのトリプル:

ore:Aggregation rdfs:isDefinedBy http://www.openarchives.org/ore/terms/

ore:Aggregation rdfs:label "Aggregation"

エントリのカテゴリ: 作成日時値を持つ用語

term 属性の値がISO 8601形式の日時であり、scheme 属性の値が "http://www.openarchives.org/ore/atom/created"であるカテゴリを1つ提供することができる。このカテゴリは集合体の作成日時の伝達に使用される。

[RFC3339]

フォーマットは、"YYYY-MM-DDThh:mm:ssZ" であるべきである

次のトリプルの目的語:

URI-A dcterms:created "datetime"

エントリのカテゴリ: 更新日時値を持つ用語

term 属性の値がISO 8601形式の日時であり、scheme 属性の値が "http://www.openarchives.org/ore/atom/modified"であるカテゴリを1つ提供することができる。このカテゴリは集合体の更新日時の伝達に使用される。

[RFC3339]

フォーマットは、"YYYY-MM-DDThh:mm:ssZ" であるべきである

次のトリプルの目的語:

URI-A dcterms:modified "datetime"

エントリの貢献者

/entry/contributor

/entry/contributor/name
/entry/contributor/email

/entry/contributor/uri

この要素は、集合体に対する貢献者の伝達に使用される。

貢献者の識別にはURIの使用が推奨される

次のトリプル:

URI-A dcterms:contributor URI-b

URI-b foaf:name "author name"

URI-b foaf:mbox URI-author-email

URI-b foaf:page URI-author

URI-b は空白ノードを示すことに注意されたい。

/entry/contributor/email は文字列であり、URIではないことに注意されたい。従って、URI-contributer-email は文字列の先頭に mailto: を追加することにより作成されなければならない。

[(集合体に付随する)他のリソースや型との関係]

エントリの "alternate" リンク: 対象とプロパティ

/entry/link[@rel="alternate"]/@href

[RFC3987] [RFC3986]

人間が読むことのできるAtomエントリの表示形を参照するためにこのリンク要素が使用されることが推奨される。エントリは集合体を記述するので、この表示形は人間が読むことのできる集合体の記述を伝達するだろう。

/entry/link[@rel="alternate"]/@hreflang

/entry/link[@rel="alternate"]/@title

/entry/link[@rel="alternate"]/@type

/entry/link[@rel="alternate"]/@length

次のトリプルの目的語:

URI-A rdfs:seeAlso URI-alternate

[(集合体に付随する)他のリソースや型との関係]

次の各トリプルの目的語:

URI-alternate dc:language "language"

URI-alternate dc:title "title"

URI-alternate dc:format "type"

URI-alternate dcterms:extent "length"

[他のリソースや型との関係]

エントリの "related" リンク: 対象とプロパティ

/entry/link[@rel="related"]/@href

[RFC3987] [RFC3986]

Atomエントリに関連するリソースを参照するためにこのリンク要素を使用することが推奨される。エントリは集合体を記述するので、このリソースは集合体にも関係するだろう。

/entry/link[@rel="related"]/@hreflang

/entry/link[@rel="related"]/@title

/entry/link[@rel="related"]/@type

/entry/link[@rel="related"]/@length

次のトリプルの目的語:

URI-A rdfs:seeAlso URI-related

[(集合体に付随する)他のリソースや型との関係]

次の各トリプルの目的語:

URI-related dc:language "language"

URI-related dc:title "title"

URI-related dc:format "type"

URI-related dcterms:extent "length"

[他のリソースや型との関係]

エントリの "http://www.openarchives.org/ore/terms/isDescribedBy" リンク: 対象とプロパティ

/entry/link[@rel="http://www.openarchives.org/ore/terms/isDescribedBy"]/@href

[RFC3987] [RFC3986]

Atom以外のシリアライゼーションフォーマットを使って集合体を記述しているリソースマップが存在する場合は、この link 要素を使ってそのリソースマップのURI(URI-R)を伝達することが推奨される。RDF/XMLで表現されたリソースマップへのポインタがその一例である。

/entry/link[@rel="http://www.openarchives.org/ore/terms/isDescribedBy"]/@hreflang

/entry/link[@rel="http://www.openarchives.org/ore/terms/isDescribedBy"]/@title

/entry/link[@rel="http://www.openarchives.org/ore/terms/isDescribedBy"]/@type

/entry/link[@rel="http://www.openarchives.org/ore/terms/isDescribedBy"]/@length

次のトリプルの目的語:

URI-A ore:isDescribedBy URI-R-other

[(集合体に付随する)他のリソースや型との関係 ]

次の各トリプルの目的語:

URI-R-other dc:language "language"

URI-R-other dc:title "title"

URI-R-other dc:format "type"

URI-R-other dcterms:extent "length"

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

エントリの "http://www.openarchives.org/ore/terms/similarTo" リンク: 対象とプロパティ

/entry/link[@rel="http://www.openarchives.org/ore/terms/similarTo"]/@href

[RFC3987] [RFC3986]

集合体と何らかの形で同等なリソースのURIを表現するためにこのリンク要素を使用することが推奨される。info:doi/... や http://dx.doi.org/... がその例である。

/entry/link[@rel="http://www.openarchives.org/ore/terms/similarTo"]/@hreflang

/entry/link[@rel="http://www.openarchives.org/ore/terms/similarTo"]/@title

/entry/link[@rel="http://www.openarchives.org/ore/terms/similarTo"]/@type

/entry/link[@rel="http://www.openarchives.org/ore/terms/similarTo"]/@length

次のトリプルの目的語:

URI-A ore:similarTo URI-similar

[(集合体に付随する)他のリソースや型との関係 ]

次の各トリプルの目的語:

URI-similar dc:language "language"

URI-similar dc:title "title"

URI-similar dc:format "type"

URI-similar dcterms:extent "length"

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

エントリのサマリ /entry/summary

次のトリプルの目的語:

URI-A dcterms:abstract "summary"

[(集合体に付随する)他のリソースや型との関係 ]

エントリのタイトル /entry/title

次のトリプルの目的語:

URI-A dc:title "title"

[(集合体に付随する)他のリソースや型との関係 ]

エントリの拡張要素 oreatom:triples

/entry/oreatom:triples

このORE固有の拡張要素は、この表に載っているAtomのネイティブ要素を使って伝達することができない集合体、リソースマップ、集合リソース、その他の関連リソースに付随するプロパティや型を伝達するのに使用することができる

この要素の内容は、RDF/XMLであり、OREユーザガイド: RDF/XMLによるリソースマップの実装で説明されているように、1つ以上の rdf:Description 要素で構成されるべきである

集合体におけるこの要素の使用例は、集合体を主語に、リテラルを目的語に持つトリプルの表明だろう。そのようなトリプルは atom:link 要素を使っては表現することができない。なぜなら、(トリプルの目的語を伝達する)href 属性の値が URI でなければならないからである。

oreatom:triples 要素の内容はRDF/XMLのトリプルを表す。

リソースマップについて
エントリの "self" リンク: 対象とプロパティ

/entry/link[@rel="self"]/@href

このリンクはリソースマップのURI(URI-R)を伝達する。

[RFC3987] [RFC3986]

/entry/link[@rel="self"]/@hreflang

/entry/link[@rel="self"]/@title

/entry/link[@rel="self"]/@type

/entry/link[@rel="self"]/@length

このリンクの type 属性の使用が推奨される。その場合、その値は application/atom+xml でなければならない

URI-R

[集合体を記述しているAtomベースの表示形を取り出すことができるリソースマップのURI]

URI-R dc:language "language"

URI-R dc:title "title"

URI-R dc:format "type"

URI-R dcterms:extent "length"

エントリの "license" リンク: 対象とプロパティ

/entry/link[@rel=">license"]/@href

[RFC3987] [RFC3986] [RFC4946]

このリンク要素はリソースマップに付随する権利記述のURIの提供に使用される。権利記述は機械可読であることが推奨される。逆参照するとRDF/XML権利記述となるクリエイティブ・コモンズライセンスのURIがその一例である。

/entry/link[@rel="license"]/@hreflang

/entry/link[@rel="license"]/@title

/entry/link[@rel="license"]/@type

/entry/link[@rel="license"]/@length

次のトリプルの目的語:

URI-R dcterms:rights URI-rights

[Atomベースのリソースマップに関するメタデータ]

URI-rights dc:language "language"

URI-rights dc:title "title"

URI-rights dc:format "type"

URI-rights dcterms:extent "length"

エントリの公開日時

/entry/published

[RFC3339]

この要素はリソースマップの作成日時の提供に使用される。

フォーマットは "YYYY-MM-DDThh:mm:ssZ" であるべきである

次のトリプルの目的語:

URI-R dcterms:created "published"

[Atomベースのリソースマップに関するメタデータ]

エントリの更新日時

/entry/updated

[RFC3339]

この要素はリソースマップの更新日時の提供に使用される。フォーマットは "YYYY-MM-DDThh:mm:ssZ" であるべきである

次のトリプルの目的語:

URI-R dcterms:modified "updated"

[Atomベースのリソースマップに関するメタデータ]

エントリの権利

/entry/rights

この要素はリソースマップに付随する人間が読むことのできる権利記述の提供に使用される。

次のトリプルの目的語:

URI-R dc:rights "rights"

[Atomベースのリソースマップに関するメタデータ]

エントリのソースの作者子要素

/entry/source/author

/entry/source/author/name
/entry/source/author/email

/entry/source/author/uri

この要素はリソースマップの作者の伝達に使用されなければならない

次のトリプル:

URI-R dcterms:creator URI-b

URI-b foaf:name "author name"

URI-b foaf:mbox URI-author-email

URI-b foaf:page URI-author

URI-b は空白ノードを示すことに注意されたい。

Note that/entry/source/author/email は文字列であり、URIではないことに注意されたい。従って、URI-author-email は文字列の先頭に mailto: を追加することにより作成されなければならない。

[Atomベースのリソースマップに関するメタデータ]

エントリのソースの作者以外の子要素

これらの要素は、Atomベースのリソースマップが収録されているAtomフィードに関する情報の伝達に使用することができる。次の要素の使用が推奨される

/entry/source/id

/entry/source/link[@rel="self"]/@href

/entry/source/title

/entry/source/updated


次のトリプル:

URI-entry-id dcterms:isPartOf URI-feed-id

URI-feed-id rdfs:seeAlso URL-feed

URI-feed-id dc:title "title"

URI-feed-id dcterms:modified "updated"

エントリの拡張要素 oreatom:triples

/entry/oreatom:triples

このORE固有の拡張要素は、この表に載っているAtomのネイティブ要素を使って伝達することができない集合体、リソースマップ、集合リソース、その他の関連リソースに付随するプロパティや型の伝達に使用することができる

この要素の内容は、RDF/XML であり、OREユーザガイド: RDF/XMLによるリソースマップの実装で説明されているように、1つ以上の rdf:Description 要素で構成されるべきである

oreatom:triples 要素の内容はRDF/XMLのトリプルを表す。

集合リソースについて
エントリの "http://www.openarchives.org/ore/terms/aggregates" リンク: 対象とプロパティ

/entry/link[@rel="http://www.openarchives.org/ore/terms/aggregates"]/@href

このリンクは集合リソースのURI(URI-AR)を伝達する。

[RFC3987] [RFC3986]

/entry/link[@rel="http://www.openarchives.org/ore/terms/aggregates"]/@hreflang

/entry/link[@rel="http://www.openarchives.org/ore/terms/aggregates"]/@title

/entry/link[@rel="http://www.openarchives.org/ore/terms/aggregates"]/@type

/entry/link[@rel="http://www.openarchives.org/ore/terms/aggregates"]/@length

次のトリプルの目的語:

URI-A ore:aggregates URI-AR

[集合リソースのURI-AR]

次の各トリプルの目的語:

URI-AR dc:language "language"

URI-AR dc:title "title"

URI-AR dc:format "type"

URI-AR dcterms:extent "length"

エントリの拡張要素 oreatom:triples

/entry/oreatom:triples

このORE固有の拡張要素は、この表に載っているAtomのネイティブ要素を使って伝達することができない集合体、リソースマップ、集合リソース、その他の関連リソースに付随するプロパティや型の伝達に使用することができる

この要素の内容は、RDF/XML であり、OREユーザガイド: RDF/XMLによるリソースマップの実装で説明されているように、1つ以上の rdf:Description 要素で構成されるべきである

atom:linkhreflangtitletypelength 属性を使って伝達できるものを除いて、集合リソースのすべてのプロパティは oreatom:triples 拡張要素を使って表現されなければならない。これには集合リソースのためのプロキシURIを含む。

oreatom:triples 要素の内容はRDF/XMLのトリプルを表す。

5. 参考文献

[ORE HTTP]
ORE User Guide - HTTP Implementation, C. Lagoze, H. Van de Sompel, P. Johnston, M. Nelson, R. Sanderson, S. Warner, 17 October 2008, Available at http://www.openarchives.org/ore/1.0/http.
翻訳版: OREユーザガイド - HTTPによる実装
[ORE Model]
ORE Specification - Abstract Data Model, C. Lagoze, H. Van de Sompel, P. Johnston, M. Nelson, R. Sanderson, S. Warner, 17 October 2008, Available at http://www.openarchives.org/ore/1.0/datamodel.
翻訳版: ORE仕様書 - 抽象データモデル
[ORE Vocabulary]
ORE Specification - Vocabulary, C. Lagoze, H. Van de Sompel, P. Johnston, M. Nelson, R. Sanderson, S. Warner, 17 October 2008, Available at http://www.openarchives.org/ore/1.0/vocabulary.
翻訳版: ORE仕様書 - 語彙
[ORE Primer]
ORE User Guide - Primer, C. Lagoze, H. Van de Sompel, P. Johnston, M. Nelson, R. Sanderson, S. Warner, 17 October 2008, Available at http://www.openarchives.org/ore/1.0/primer.
翻訳版: OREユーザガイド - ORE入門
[ORE User Guide Resource Map]
ORE User Guide - Resource Map Implementation in Atom, C. Lagoze, H. Van de Sompel, P. Johnston, M. Nelson, R. Sanderson, S. Warner, 17 October 2008, Available at http://www.openarchives.org/ore/1.0/atom.
翻訳版: OREユーザガイド - Atomによるリソースマップの実装
[ORE User Guide RDF Syntax]
ORE User Guide - Resource Map Implementation in RDF/XML, C. Lagoze, H. Van de Sompel, P. Johnston, M. Nelson, R. Sanderson, S. Warner, 17 October 2008, Available at http://www.openarchives.org/ore/1.0/rdfxml.
翻訳版: OREユーザガイド - RDF/XMLによるリソースマップの実装
[ORE User Guide Discovery]
ORE User Guide - Resource Map Discovery, C. Lagoze, H. Van de Sompel, P. Johnston, M. Nelson, R. Sanderson, S. Warner, 17 October 2008, Available at http://www.openarchives.org/ore/1.0/discovery.
翻訳版: OREユーザガイド - リソースマップの発見
[RDF CONCEPTS]
Resource Description Framework (RDF): Concepts and Abstract Syntax, G. Klyne, Carroll J. February 2004. Available at http://www.w3.org/TR/rdf-concepts/.
[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.
[RFC2616]
IETF RFC 2616: Hypertext Transfer Protocol - HTTP/1.1, R. Fielding, J. Gettys, J. Mogul, H. Frystyk, L. Masinter, P.Leach, T. Berners-Lee, June 1999. Available at http://www.ietf.org/rfc/rfc2616.txt.
[RFC2822]
IETF 2822: Internet Message Format, P. Resnick, April 2001. Available at http://www.ietf.org/rfc/rfc2822.txt.
[RFC3339]
IETF 3339: Date and Time on the Internet: Timestamps, G. Klyne, C. Newman, July 2002, Available at http://www.ietf.org/rfc/rfc3339.txt.
[RFC3986]
IETF RFC 3986: Uniform Resource Identifier (URI): Generic Syntax, T. Berners-Lee, R. Fielding, L. Masinter, January 2005. Available at http://www.ietf.org/rfc/rfc3986.txt.
[RFC3987]
IETF RFC 3987: Internationalized Resource Identifiers (IRIs), M. Duerst, M. Suignard, January 2005. Available at http://www.ietf.org/rfc/rfc3987.txt.
[RFC4122]
IETF RFC 4122:A Universally Unique IDentifier (UUID) URN Namespace, P. Leach, M. Mealling, R. Salz, July 2005. Available at http://www.ietf.org/rfc/rfc4122.txt.
[RFC4151]
IETF RFC 4151:The 'tag' URI Scheme, T. Kindberg, S. Hawke, October 2005. Available at http://www.ietf.org/rfc/rfc4151.txt.
[RFC4287]
IETF RFC 4287: The Atom Syndication Format, M. Nottingham, R. Sayre, December 2005. Available at http://www.ietf.org/rfc/rfc4287.txt.
[XML Infoset]
W3C XML Infoset (Second Edition), J. Cowan, R. Tobin, February 2004, Available at http://www.w3.org/TR/xml-infoset/.
[RFC4452]
IETF RFC 4452:The "info" URI Scheme for Information Assets with Identifiers in Public Namespaces, H. Van de Sompel, T. Hammond, Manifest Solutions, S. Weibel, April 2006. Available at http://www.ietf.org/rfc/rfc4452.txt.

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)の意見にも感謝する。

AtomとOREについて示唆に富む調査を行ったロスアラモス国立研究所のデジタルライブラリ研究・試作チームのLyudmilla Balakireva、Ryan Chute、Stephan Drescher、Alberto Pepe、Zhiwu Xieにも感謝する。

B. 拡張例

例題に使用したarXiv文書のための詳細なリソースマップを以下に示す。これは、ここでも公開されている。

<?xml version="1.0" encoding="UTF-8"?>
<atom:entry
    xmlns:dcterms="http://purl.org/dc/terms/" 
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
    xmlns:atom="http://www.w3.org/2005/Atom"
    xmlns:ore="http://www.openarchives.org/ore/terms/"
    xmlns:oreatom="http://www.openarchives.org/ore/atom/"
    xmlns:foaf="http://xmlns.com/foaf/0.1/"
    xmlns:grddl="http://www.w3.org/2003/g/data-view#"
    grddl:transformation="http://www.openarchives.org/ore/atom/atom-grddl.xsl">
    
    <!-- Atomエントリに関する情報 -->
    <!--                          -->
    
    <atom:id>tag:arxiv.org,2008:astro-ph:0601007</atom:id>
    
    <!-- 集合体に関する情報 -->
    <!--                    -->
    
    <!-- URI-Aを表す: このAtomエントリはURI-Aに関するものである -->
    <atom:link href="http://arxiv.org/aggregation/astro-ph/0601007"
        rel="http://www.openarchives.org/ore/terms/describes"/>
    
    <!-- 集合体の作者(繰り返し可) -->
    <atom:author>
        <atom:name>Hui Li</atom:name>
        <atom:email>lihui@somewhere.cn</atom:email>
    </atom:author>
    <atom:author>
        <atom:name>Zong-Kuan Guo</atom:name>
    </atom:author>
    <atom:author>
        <atom:name>Yuan-Zhong Zhang</atom:name>
    </atom:author>
    
    <!-- 集合体のタイトル -->
    
    <atom:title>Parametrization of K-essence and Its Kinetic Term</atom:title>
    
    <!-- 集合体のサマリ -->
    <atom:summary>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.</atom:summary>
    
    <!-- 集合体と何らかの形で同等なリソース  -->
    <atom:link href="info:arxiv/astro-ph/0601007"
        rel="http://www.openarchives.org/ore/terms/similarTo"/>
    <atom:link href="info:doi/10.1142/S0217732306019475"
        rel="http://www.openarchives.org/ore/terms/similarTo"/>    
    
    <!-- 集合体を記述している別のフォーマットのリソースマップ  -->
    
    <atom:link href="http://arxiv.org/rem/rdf/astro-ph/0601007"
        rel="http://www.openarchives.org/ore/terms/isDescribedBy"
        type="application/rdf+xml"/>
    
    <!-- 集合体の人間用のエントリページ  -->
    <atom:link href="http://arxiv.org/abs/astro-ph/0601007"
        rel="alternate"/>
    
    <!-- 集合体のミラーバージョンを発見するためのポインタ  -->
    <atom:link href="http://jp.arxiv.org/aggregation/astro-ph/0601007"
        rel="related"/>

    <!-- 集合体の他のバージョン -->
    <atom:link href="http://arxiv.org/aggregation/astro-ph/0601007v1"
        rel="http://purl.org/dc/terms/hasVersion"/>
    <atom:link href="http://arxiv.org/aggregation/astro-ph/0601007v2"
        rel="http://purl.org/dc/terms/hasVersion"/>
    
    <!-- 集合体を参照しているリソースResources that reference the Aggregation -->
    <atom:link href="http://arxiv.org/aggregation/0807.1020"
        rel="http://purl.org/dc/terms/isReferencedBy"
        title="How the Scalar Field of Unified Dark Matter Models Can Cluster"/>
    <atom:link href="http://arxiv.org/aggregation/0806.4327"
        rel="http://purl.org/dc/terms/isReferencedBy"
        title="Cosmological scalar fields that mimic the $\Lambda CDM$ cosmological model"/>

    <!-- 集合体のカテゴリ(rdf:type) -->
    <atom:category term="http://www.openarchives.org/ore/terms/Aggregation"
        scheme="http://www.openarchives.org/ore/terms/" label="Aggregation"/>
    <atom:category term="http://purl.org/eprint/type/JournalArticle"
        scheme="http://purl.org/eprint/type/" label="Journal Article"/>
    
    <!-- 集合体の作成/更新日時(rdf リテラル) -->
    <atom:category term="2005-12-31T04:01:23Z"
        scheme="http://www.openarchives.org/ore/terms/datetime/created"/>
    <atom:category term="2006-01-18T06:16:15Z"
        scheme="http://www.openarchives.org/ore/terms/datetime/modified"/>

    <!-- リソースマップに関する情報 -->
    <!--                            -->
    
    <!-- AtomリソースマップのURIであるURI-Rを表す  -->
    <atom:link href="http://arxiv.org/rem/atom/astro-ph/0601007"
        rel="self"
        type="application/atom+xml"/>
    
    <!-- リソースマップの作成/更新日時 -->
    <atom:published>2008-10-01T18:30:02Z</atom:published>
    <atom:updated>2008-10-03T07:30:34Z</atom:updated>

    <!-- Atomリソースマップに付随する権利を表す -->
    <atom:link href="http://creativecommons.org/licenses/by-nc/2.5/"
        rel="license"
        type="application/rdf+xml"/>
    <atom:rights>This Resource Map is available under the Creative Commons Attribution-Noncommercial 2.5 Generic license</atom:rights>
    
    <!-- atom:source を使ってリソースマップの作者を表す      -->
    <!-- Atomで推奨されている atom:source の追加子要素を表す -->
    <atom:source>
        <atom:author>
            <atom:name>arXiv.org e-Print Repository</atom:name>
            <atom:uri>http://arXiv.org</atom:uri>
        </atom:author>
        <atom:id>tag:arxiv.org,2008:astro-ph</atom:id>
        <atom:link href="http://arxiv.org/feed/astro-ph"
            rel="self"
            type="application/atom+xml"/>
        <atom:updated>2008-10-03T07:30:34Z</atom:updated>
        <atom:title>ArXiv.org Atrophysics Feed</atom:title>
    </atom:source>
    
    <!-- Atom出版プロトコルによりこのAtomエントリを編集するためのURIを表す -->
    <atom:link href="http://arxiv.org/edit/astro-ph/0601007"
        rel="edit"/>

    <!-- 集合リソース  -->
    <!--               -->
    <atom:link href="http://arxiv.org/abs/astro-ph/0601007"
        rel="http://www.openarchives.org/ore/terms/aggregates"
        title="[astro-ph/0601007] Parametrization of K-essence and Its Kinetic Term"
        type="text/html" hreflang="en"/>
    <atom:link href="http://arxiv.org/ps/astro-ph/0601007"
        rel="http://www.openarchives.org/ore/terms/aggregates"
        title="Parametrization of K-essence and Its Kinetic Term"
        type="application/postscript" hreflang="en"/>
    <atom:link href="http://arxiv.org/pdf/astro-ph/0601007"
        rel="http://www.openarchives.org/ore/terms/aggregates"
        title="Parametrization of K-essence and Its Kinetic Term"
        type="application/pdf" hreflang="en"/>
    <atom:link href="http://arxiv.org/ps/astro-ph/0601007&amp;dpi=600&amp;font=bitmapped"
        rel="http://www.openarchives.org/ore/terms/aggregates"
        title="Parametrization of K-essence and Its Kinetic Term (600 DPI Bitmapped Fonts PostScript)"
        type="application/postscript" hreflang="en"/>
    <atom:link href="http://arxiv.org/ps/astro-ph/0601007&amp;dpi=300&amp;font=bitmapped"
        rel="http://www.openarchives.org/ore/terms/aggregates"
        title="Parametrization of K-essence and Its Kinetic Term (300 DPI Bitmapped Fonts PostScript)"
        type="application/postscript" hreflang="en"/>
    <atom:link href="http://arxiv.org/ps/astro-ph/0601007&amp;fname=cm&amp;font=TypeI"
        rel="http://www.openarchives.org/ore/terms/aggregates"
        title="Parametrization of K-essence and Its Kinetic Term (Type I Fonts PostScript)"
        type="application/postscript" hreflang="en"/>
    <atom:link href="http://arxiv.org/dvi/astro-ph/0601007"
        rel="http://www.openarchives.org/ore/terms/aggregates"
        title="Parametrization of K-essence and Its Kinetic Term"
        type="application/dvi" hreflang="en"/>
    <atom:link
        href="http://export.arxiv.org/oai2?verb=GetRecord&amp;metadataPrefix=oai_dc&amp;identifier=oai:arXiv.org:astro-ph/0601007"
        rel="http://www.openarchives.org/ore/terms/aggregates"
        title="Dublin Core Metadata for Parametrization of K-essence and Its Kinetic Term"
        type="application/xml"/>
    <atom:link href="http://arxiv.org/cits/astro-ph/0601007"
        rel="http://www.openarchives.org/ore/terms/aggregates"
        title="Citations for astro-ph/0601007" type="text/html" hreflang="en"/>
    <atom:link href="http://www.citebase.org/abstract?id=oai:arXiv.org:astro-ph/0601007"
        rel="http://www.openarchives.org/ore/terms/aggregates"
        title="Citebase - Parametrization of K-essence and Its Kinetic Term" type="text/html"
        hreflang="en"/>

    <!-- 集合リソースと集合体に付随する付加的プロパティ -->
    <!--                                                -->
    <oreatom:triples>
        <!-- 集合体について -->
        <rdf:Description rdf:about="http://arxiv.org/aggregation/astro-ph/0601007">
            <dcterms:audience rdf:parseType="Resource">
                <rdf:value>OCLC audience level 1: research</rdf:value>
            </dcterms:audience>
        </rdf:Description>
        <!-- 集合リソース http://arxiv.org/abs/astro-ph/0601007 -->
        <rdf:Description rdf:about="http://arxiv.org/abs/astro-ph/0601007">
            <rdf:type rdf:resource="info:eu-repo/semantics/humanStartPage"/>
        </rdf:Description>
        <rdf:Description rdf:about="info:eu-repo/semantics/humanStartPage">
            <rdfs:label>humanStartPage</rdfs:label>
            <rdfs:isDefinedBy rdf:resource="info:eu-repo/semantics/"/>
        </rdf:Description>
        <!-- 集合リソース http://arxiv.org/abs/astro-ph/0601007 のためのプロキシ -->
        <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>
        <!-- 集合リソース http://arxiv.org/ps/astro-ph/0601007 -->
        <rdf:Description rdf:about="http://arxiv.org/ps/astro-ph/0601007">
            <dcterms:hasFormat rdf:resource="http://arxiv.org/pdf/astro-ph/0601007"/>
            <dcterms:hasFormat rdf:resource="http://arxiv.org/ps/astro-ph/0601007&amp;dpi=600&amp;font=bitmapped"/>
            <dcterms:hasFormat rdf:resource="http://arxiv.org/ps/astro-ph/0601007&amp;dpi=300&amp;font=bitmapped"/>
            <dcterms:hasFormat rdf:resource="http://arxiv.org/ps/astro-ph/0601007&amp;fname=cm&amp;font=TypeI"/>
            <dcterms:hasFormat rdf:resource="http://arxiv.org/dvi/astro-ph/0601007"/>
        </rdf:Description>
        <!-- 集合リソース http://arxiv.org/ps/astro-ph/0601007 のためのプロキシ -->
        <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>
        <!-- 集合リソース http://arxiv.org/pdf/astro-ph/0601007 -->
        <rdf:Description rdf:about="http://arxiv.org/pdf/astro-ph/0601007">
            <dcterms:conformsTo rdf:resource="info:pronom/fmt/18"/>
        </rdf:Description>
        <!-- 集合リソース http://arxiv.org/pdf/astro-ph/0601007 のためのプロキシ -->
        <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>
        <!-- 集合リソース http://arxiv.org/ps/astro-ph/0601007&dpi=600&font=bitmapped のためのプロキシ -->
        <rdf:Description
            rdf:about="http://oreproxy.org/r?what=http://arxiv.org/ps/astro-ph/0601007%26dpi%3d600%26font%3dbitmapped&amp;where=http://arxiv.org/aggregation/astro-ph/0601007">
            <ore:proxyFor rdf:resource="http://arxiv.org/ps/astro-ph/0601007&amp;dpi=600&amp;font=bitmapped"/>
            <ore:proxyIn rdf:resource="http://arxiv.org/aggregation/astro-ph/0601007"/>
        </rdf:Description>
        <!-- 集合リソース http://arxiv.org/ps/astro-ph/0601007&dpi=300&font=bitmapped のためのプロキシ -->
        <rdf:Description
            rdf:about="http://oreproxy.org/r?what=http://arxiv.org/ps/astro-ph/0601007%26dpi%3d300%26font%3dbitmapped&amp;where=http://arxiv.org/aggregation/astro-ph/0601007">
            <ore:proxyFor rdf:resource="http://arxiv.org/ps/astro-ph/0601007&amp;dpi=300&amp;font=bitmapped"/>
            <ore:proxyIn rdf:resource="http://arxiv.org/aggregation/astro-ph/0601007"/>
        </rdf:Description>
        <!-- 集合リソース http://arxiv.org/ps/astro-ph/0601007&fname=cm&font=TypeI のためのプロキシ -->
        <rdf:Description
            rdf:about="http://oreproxy.org/r?what=http://arxiv.org/ps/astro-ph/0601007%26fname%3dcm%26font%3dTypeI&amp;where=http://arxiv.org/aggregation/astro-ph/0601007">
            <ore:proxyFor rdf:resource="http://arxiv.org/ps/astro-ph/0601007&amp;fname=cm&amp;font=TypeI"/>
            <ore:proxyIn rdf:resource="http://arxiv.org/aggregation/astro-ph/0601007"/>
        </rdf:Description>
        <!-- 集合リソース http://arxiv.org/dvi/astro-ph/0601007 のためのプロキシ -->
        <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>
        <!-- 集合リソース http://export.arxiv.org/oai2?verb=GetRecord&metadataPrefix=oai_dc&identifier=oai:arXiv.org:astro-ph/0601007 -->
        <rdf:Description
            rdf:about="http://export.arxiv.org/oai2?verb=GetRecord&amp;metadataPrefix=oai_dc&amp;identifier=oai:arXiv.org:astro-ph/0601007">
            <dcterms:conformsTo rdf:resource="http://www.openarchives.org/OAI/2.0/oai_dc/"/>
            <rdf:type rdf:resource="info:eu-repo/semantics/descriptiveMetadata"/>
        </rdf:Description>
        <!-- 集合リソース http://export.arxiv.org/oai2?verb=GetRecord&metadataPrefix=oai_dc&identifier=oai:arXiv.org:astro-ph/0601007 のためのプロキシ -->
        <rdf:Description
            rdf:about="http://oreproxy.org/r?what=http://export.arxiv.org/oai2?verb%3dGetRecord%26metadataPrefix%3doai_dc%26identifier%3doai:arXiv.org:astro-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=oai:arXiv.org:astro-ph/0601007"/>
            <ore:proxyIn rdf:resource="http://arxiv.org/aggregation/astro-ph/0601007"/>
        </rdf:Description>
        <!-- 集合リソース http://arxiv.org/cits/astro-ph/0601007 のためのプロキシ -->
        <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>
        <!-- 集合リソース http://www.citebase.org/abstract?id=oai:arXiv.org:astro-ph/0601007 -->
        <rdf:Description
            rdf:about="http://www.citebase.org/abstract?id=oai:arXiv.org:astro-ph/0601007">
            <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>
        <!-- 集合リソース http://www.citebase.org/abstract?id=oai:arXiv.org:astro-ph/0601007 のためのプロキシ -->
        <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>
    </oreatom:triples>
</atom:entry>

C. AtomリソースマッププロファイルのためのSchematronスキーマ

AtomリソースマッププロファイルのためのSchematronスキーマの最新版は http://www.openarchives.org/ore/atom-tron で公開されている。

D. Atom XMLからRDF/XMLへのGRDDLクロスウォーク

リソースマップのAtomベースのシリアライゼーションをRDF/XMLによるシリアライゼーションに変換するGRDDL準拠のXSLTの最新版は http://www.openarchives.org/ore/atom-grddl.xsl で公開されている。このXSLTはXSLT 2.0の機能を使用している。Atomベースのリソースマップをこの方法で手軽に変換できるようにするために、下に示すようにGRDDL名前空間とtransformation情報を atom:entry 要素の属性として追加することを推奨する

<?xml version="1.0" encoding="UTF-8"?>
<atom:entry xmlns:atom="http://www.w3.org/2005/Atom"
    xmlns:grddl="http://www.w3.org/2003/g/data-view#"
    grddl:transformation="http://www.openarchives.org/ore/atom-grddl.xsl">
...

この方法で付録 Bの拡張例を変換した結果を以下に示す。これは、ここでも公開されている。オンライン変換エンジンも存在する。たとえば、W3Cのオンライン XSLT 2.0サービスは、スタイルシートのURIとXML文書を入力としている。

<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:ore="http://www.openarchives.org/ore/terms/" xmlns:dcterms="http://purl.org/dc/terms/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:foaf="http://xmlns.com/foaf/0.1/" xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:grddl="http://www.w3.org/2003/g/data-view#">
    <rdf:Description rdf:about="http://arxiv.org/rem/atom/astro-ph/0601007">
        <rdf:type rdf:resource="http://www.openarchives.org/ore/terms/ResourceMap"/>
        <ore:describes rdf:resource="http://arxiv.org/aggregation/astro-ph/0601007"/>
        <dcterms:modified>2008-10-03T07:30:34Z</dcterms:modified>
        <dcterms:created>2008-10-01T18:30:02Z</dcterms:created>
        <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/"/>
        <dcterms:creator rdf:parseType="Resource">
            <foaf:page rdf:resource="http://arXiv.org"/>
            <foaf:name>arXiv.org e-Print Repository</foaf:name>
        </dcterms:creator>
        <dcterms:isVersionOf rdf:resource="tag:arxiv.org,2008:astro-ph:0601007"/>
    </rdf:Description>
    <rdf:Description rdf:about="tag:arxiv.org,2008:astro-ph:0601007">
        <rdf:type rdf:resource="http://bblfish.net/work/atom-owl/2006-06-06/#Entry"/>
        <dcterms:isPartOf rdf:resource="tag:arxiv.org,2008:astro-ph"/>
    </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"/>
        <rdf:type rdf:resource="http://www.openarchives.org/ore/terms/Aggregation"/>
        <rdf:type rdf:resource="http://purl.org/eprint/type/JournalArticle"/>
        <created xmlns="http://purl.org/dc/terms/">2005-12-31T04:01:23Z</created>
        <modified xmlns="http://purl.org/dc/terms/">2006-01-18T06:16:15Z</modified>
        <dc:title>Parametrization of K-essence and Its Kinetic Term</dc:title>
        <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>
        <similarTo xmlns="http://www.openarchives.org/ore/terms/" rdf:resource="info:arxiv/astro-ph/0601007"/>
        <similarTo xmlns="http://www.openarchives.org/ore/terms/" rdf:resource="info:doi/10.1142/S0217732306019475"/>
        <isDescribedBy xmlns="http://www.openarchives.org/ore/terms/" rdf:resource="http://arxiv.org/rem/rdf/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"/>
        <hasVersion xmlns="http://purl.org/dc/terms/" rdf:resource="http://arxiv.org/aggregation/astro-ph/0601007v1"/>
        <hasVersion xmlns="http://purl.org/dc/terms/" rdf:resource="http://arxiv.org/aggregation/astro-ph/0601007v2"/>
        <isReferencedBy xmlns="http://purl.org/dc/terms/" rdf:resource="http://arxiv.org/aggregation/0807.1020"/>
        <isReferencedBy xmlns="http://purl.org/dc/terms/" rdf:resource="http://arxiv.org/aggregation/0806.4327"/>
        <aggregates xmlns="http://www.openarchives.org/ore/terms/" rdf:resource="http://arxiv.org/abs/astro-ph/0601007"/>
        <aggregates xmlns="http://www.openarchives.org/ore/terms/" rdf:resource="http://arxiv.org/ps/astro-ph/0601007"/>
        <aggregates xmlns="http://www.openarchives.org/ore/terms/" rdf:resource="http://arxiv.org/pdf/astro-ph/0601007"/>
        <aggregates xmlns="http://www.openarchives.org/ore/terms/" rdf:resource="http://arxiv.org/ps/astro-ph/0601007&amp;dpi=600&amp;font=bitmapped"/>
        <aggregates xmlns="http://www.openarchives.org/ore/terms/" rdf:resource="http://arxiv.org/ps/astro-ph/0601007&amp;dpi=300&amp;font=bitmapped"/>
        <aggregates xmlns="http://www.openarchives.org/ore/terms/" rdf:resource="http://arxiv.org/ps/astro-ph/0601007&amp;fname=cm&amp;font=TypeI"/>
        <aggregates xmlns="http://www.openarchives.org/ore/terms/" rdf:resource="http://arxiv.org/dvi/astro-ph/0601007"/>
        <aggregates xmlns="http://www.openarchives.org/ore/terms/" rdf:resource="http://export.arxiv.org/oai2?verb=GetRecord&amp;metadataPrefix=oai_dc&amp;identifier=oai:arXiv.org:astro-ph/0601007"/>
        <aggregates xmlns="http://www.openarchives.org/ore/terms/" rdf:resource="http://arxiv.org/cits/astro-ph/0601007"/>
        <aggregates xmlns="http://www.openarchives.org/ore/terms/" rdf:resource="http://www.citebase.org/abstract?id=oai:arXiv.org: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.</dcterms:abstract>
    </rdf:Description>
    <rdf:Description rdf:about="http://www.openarchives.org/ore/terms/Aggregation">
        <rdfs:isDefinedBy rdf:resource="http://www.openarchives.org/ore/terms/"/>
        <rdfs:label xml:lang="en-US">Aggregation</rdfs:label>
    </rdf:Description>
    <rdf:Description rdf:about="http://purl.org/eprint/type/JournalArticle">
        <rdfs:isDefinedBy rdf:resource="http://purl.org/eprint/type/"/>
        <rdfs:label xml:lang="en-US">Journal Article</rdfs:label>
    </rdf:Description>
    <rdf:Description rdf:about="http://arxiv.org/rem/rdf/astro-ph/0601007">
        <dc:format>application/rdf+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/0806.4327">
        <dc:title>Cosmological scalar fields that mimic the $\Lambda CDM$ cosmological model</dc:title>
    </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://creativecommons.org/licenses/by-nc/2.5/">
        <dc:format>application/rdf+xml</dc:format>
    </rdf:Description>
    <rdf:Description rdf:about="http://arxiv.org/abs/astro-ph/0601007">
        <dc:format>text/html</dc:format>
        <dc:language>en</dc:language>
        <dc:title>[astro-ph/0601007] Parametrization of K-essence and Its Kinetic Term</dc:title>
    </rdf:Description>
    <rdf:Description rdf:about="http://arxiv.org/ps/astro-ph/0601007">
        <dc:format>application/postscript</dc:format>
        <dc:language>en</dc:language>
        <dc:title>Parametrization of K-essence and Its Kinetic Term</dc:title>
    </rdf:Description>
    <rdf:Description rdf:about="http://arxiv.org/pdf/astro-ph/0601007">
        <dc:format>application/pdf</dc:format>
        <dc:language>en</dc:language>
        <dc:title>Parametrization of K-essence and Its Kinetic Term</dc:title>
    </rdf:Description>
    <rdf:Description rdf:about="http://arxiv.org/ps/astro-ph/0601007&amp;dpi=600&amp;font=bitmapped">
        <dc:format>application/postscript</dc:format>
        <dc:language>en</dc:language>
        <dc:title>Parametrization of K-essence and Its Kinetic Term (600 DPI Bitmapped Fonts PostScript)</dc:title>
    </rdf:Description>
    <rdf:Description rdf:about="http://arxiv.org/ps/astro-ph/0601007&amp;dpi=300&amp;font=bitmapped">
        <dc:format>application/postscript</dc:format>
        <dc:language>en</dc:language>
        <dc:title>Parametrization of K-essence and Its Kinetic Term (300 DPI Bitmapped Fonts PostScript)</dc:title>
    </rdf:Description>
    <rdf:Description rdf:about="http://arxiv.org/ps/astro-ph/0601007&amp;fname=cm&amp;font=TypeI">
        <dc:format>application/postscript</dc:format>
        <dc:language>en</dc:language>
        <dc:title>Parametrization of K-essence and Its Kinetic Term (Type I Fonts PostScript)</dc:title>
    </rdf:Description>
    <rdf:Description rdf:about="http://arxiv.org/dvi/astro-ph/0601007">
        <dc:format>application/dvi</dc:format>
        <dc:language>en</dc:language>
        <dc:title>Parametrization of K-essence and Its Kinetic Term</dc:title>
    </rdf:Description>
    <rdf:Description rdf:about="http://export.arxiv.org/oai2?verb=GetRecord&amp;metadataPrefix=oai_dc&amp;identifier=oai:arXiv.org:astro-ph/0601007">
        <dc:format>application/xml</dc:format>
        <dc:title>Dublin Core Metadata for Parametrization of K-essence and Its Kinetic Term</dc:title>
    </rdf:Description>
    <rdf:Description rdf:about="http://arxiv.org/cits/astro-ph/0601007">
        <dc:format>text/html</dc:format>
        <dc:language>en</dc:language>
        <dc:title>Citations for astro-ph/0601007</dc:title>
    </rdf:Description>
    <rdf:Description rdf:about="http://www.citebase.org/abstract?id=oai:arXiv.org:astro-ph/0601007">
        <dc:format>text/html</dc:format>
        <dc:language>en</dc:language>
        <dc:title>Citebase - Parametrization of K-essence and Its Kinetic Term</dc:title>
    </rdf:Description>
    <rdf:Description rdf:about="http://arxiv.org/aggregation/astro-ph/0601007"> 
        <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/abs/astro-ph/0601007"> 
        <rdf:type rdf:resource="info:eu-repo/semantics/humanStartPage"/> 
        </rdf:Description>
    <rdf:Description rdf:about="info:eu-repo/semantics/humanStartPage"> 
        <rdfs:label>humanStartPage</rdfs:label> 
        <rdfs:isDefinedBy rdf:resource="info:eu-repo/semantics/"/> 
        </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://arxiv.org/ps/astro-ph/0601007"> 
        <dcterms:hasFormat rdf:resource="http://arxiv.org/pdf/astro-ph/0601007"/> 
        <dcterms:hasFormat rdf:resource="http://arxiv.org/ps/astro-ph/0601007&amp;dpi=600&amp;font=bitmapped"/> 
        <dcterms:hasFormat rdf:resource="http://arxiv.org/ps/astro-ph/0601007&amp;dpi=300&amp;font=bitmapped"/> 
        <dcterms:hasFormat rdf:resource="http://arxiv.org/ps/astro-ph/0601007&amp;fname=cm&amp;font=TypeI"/> 
        <dcterms:hasFormat rdf:resource="http://arxiv.org/dvi/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://arxiv.org/pdf/astro-ph/0601007"> 
        <dcterms:conformsTo rdf:resource="info:pronom/fmt/18"/> 
        </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?dpi%3d600%26font%3dbitmapped&amp;where=http://arxiv.org/aggregation/astro-ph/0601007"> 
        <ore:proxyFor rdf:resource="http://arxiv.org/ps/astro-ph/0601007&amp;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&amp;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&amp;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://export.arxiv.org/oai2?verb=GetRecord&amp;metadataPrefix%3doai_dc%26identifier=oai:arXiv.org:astro-ph/0601007"> 
        <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://oreproxy.org/r?what=http://export.arxiv.org/oai2?verb%3dGetRecord%26metadataPrefix%3doai_dc%26identifier%3doai:arXiv.org:astro-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=oai:arXiv.org: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://www.citebase.org/abstract?id=oai:arXiv.org:astro-ph/0601007"> 
        <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://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:Description rdf:about="tag:arxiv.org,2008:astro-ph">
        <rdf:type rdf:resource="http://bblfish.net/work/atom-owl/2006-06-06/#Feed"/>
        <rdfs:seeAlso rdf:resource="http://arxiv.org/feed/astro-ph"/>
        <dcterms:modified>2008-10-03T07:30:34Z</dcterms:modified>
        <dc:title>ArXiv.org Atrophysics Feed</dc:title>
    </rdf:Description>
</rdf:RDF>

E. 変更履歴

日付 編集者 記述
2008-10-17 herbertv & mln ORE-Atom対応付けの完全な見直し; 以前の2つのAtom文書を統合

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