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

2008年10月17日

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

要旨

オープン・アーカイブズ・イニシアティブ - オブジェクトの再利用と交換(OAI-ORE)は、Webリソースの集合を記述し、交換するための標準を定義する。OAI-OREはリソースマップという概念を導入する。これは、集合体、集合体を構成する集合リソース、およびこれらの関係(とこれらと他のリソースの関係)を記述するRDFグラフ [RDF Concepts] である。リソースマップはRDFグラフであるので、任意のRDF構文を使ってシリアル化することができる。本書はRDFa [RDFa Syntax] を使ったリソースマップのシリアル化を概説する。姉妹編の [ORE RDFXML] では、RDF/XML [RDFXML Syntax] を使ったリソースマップのシリアライゼーションを概説する。

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

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


目次

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

付録

A. 謝辞
B. 変更履歴


1. はじめに

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

RDFa in XHTML仕様書 [RDFa Syntax] は、一連の属性を使ってHTMLやXHTML文書にRDFグラフをエンコードする方法を記述している。RDFaは既存のHTML/XHTMLのマークアップとコンテンツを使用するので、通常、人間の読者に提供されるものと同じデータがRDFグラフのコンテンツの基礎として使用され、コンテンツを繰り返す必要が最小限に抑えられる。

1.1 表記法

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

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

1.2 名前空間

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

接頭辞 名前空間 URI 記述
dc http://purl.org/dc/elements/1.1/ ダブリンコア要素
dcterms http://purl.org/dc/terms/ ダブリンコア用語
foaf http://xmlns.com/foaf/0.1/ FOAF語彙用語
ore http://www.openarchives.org/ore/terms/ ORE語彙用語
xsd http://www.w3.org/2001/XMLSchema# XMLスキーマデータ型
rdf http://www.w3.org/1999/02/22-rdf-syntax-ns# RDF語彙用語
rdfs http://www.w3.org/2000/01/rdf-schema# RDFS語彙用語
eptype http://purl.org/eprint/type/ Eprint語彙用語
repo info:eu-repo/semantics/ Driverオブジェクトタイプ語彙

1.3 準拠規則

RDFaを含むXHTML文書がOREリソースマップのシリアル化に使用される場合は、そのXHTML+RDFa文書はRDFa in XHTML仕様書 [RDFa Syntax] に記述されているXHTML+PDFa文書に厳密に準拠しなければならない

RDFaでエンコードされたOREリソースマップのコンシューマは、RDFaで定義されているすべての構文規約をサポートしなければならない

2. ORE RDFa推奨構文のまとめ

RDFa構文は、RDFグラフがエンコードされる方法にある程度の柔軟性を提供している。本節の目的はRDFa構文の完全な記述を提供することではなく、RDFa構文をOREリソースマップのエンコードに使用する方法に関するいくつかの勧告を行うことである。本書で示す一連の規約の使用は要求事項ではない。OREリソースマップをエンコードするために、OREリソースマップの提供者はRDFaで定義されている任意の構文規約を使用することができる

極めて単純化すれば、RDFaでは

以下の例は、上の規則に従って構成された XHTML+RDFa 文書である([RDFa Primer] の例を改作)。

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML+RDFa 1.0//EN"
                      "http://www.w3.org/MarkUp/DTD/xhtml-rdfa-1.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"
      xmlns:dc="http://purl.org/dc/elements/1.1/"
      xmlns:dcterms="http://purl.org/dc/terms/"
      xmlns:foaf="http://xmlns.com/foaf/0.1/"
      xmlns:cc="http://creativecommons.org/ns#"
      version="XHTML+RDFa 1.0"
      xml:lang="en">
  <head>
    <title>Alice's Weblog</title>
  </head>

  <body>
    <div>
      <p>All content on this site is licensed under a <a rel="cc:license" href="http://creativecommons.org/licenses/by/3.0/">Creative Commons License</a>.</p>

      <div class="blog-entry" about="/posts/trouble_with_bob">
        <h2 property="dc:title">The trouble with Bob</h2>

        The trouble with Bob is that he takes much better photos than I do:

        <div about="http://example.com/bob/photos/sunset.jpg">
          <img src="http://example.com/bob/photos/sunset.jpg" />
          <span property="dc:title">Beautiful Sunset</span>
          by <span rel="dcterms:creator">
               <span property="foaf:name">Bob</span>
           </span>.
        </div>
     </div>
    </div>
  </body>
</html>

XHTML+RDFa, RDF/XML(RDFa Distillerで処理), NTriples形式(RDFa Distillerで処理)

この XHTML+RDFa 文書は、次のRDFトリプルをエンコードしている(文書のURIは http://example.org/blog/ であると仮定している)。

主語 述語 目的語
<http://example.org/blog/> cc:license <http://creativecommons.org/licenses/by/3.0/>
<http://example.org/posts/trouble_with_bob> dc:title "The trouble with Bob"
<http://example.com/bob/photos/sunset.jpg> dc:title "Beautiful Sunset"
<http://example.com/bob/photos/sunset.jpg> dcterms:creator <_:bnode1>
<_:bnode1> foaf:name "Bob"

最初のトリプルの主語 URI は文書の URI である。続く3つのトリプルでは、主語は about 属性の値から決められる。述語は rel 属性(最初と3番目のトリプル)と property 属性(残りのトリプル)の値から決められる。目的語は、href 属性(1番目)、property 属性を持つ要素のコンテンツ(残りのトリプル)から決められる。

最後の2つのトリプルは「空白ノード」("bnode")の使用を示している。空白ノードはリソースマップ、集合体、集合リソースの作成者や貢献者を表明する場合にOREリソースマップの中に存在することができる。上の例では、写真の作成者は "Bob" であるが、Bobは関連するURIを持っていない。表中の4番目と5番目のトリプルでは、URIの代わりに、空白ノードを識別する特別な "_" (アンダースコア)接頭辞(とグローバルな意味を持たない任意のローカル部分、この例では bnode1)が使用されている。

本書はRDFa処理規則の完全な記述であることを意図していない。その情報は RDFa in XHTML: 構文と処理 [RDFa Syntax] を参照されたい。

2.1 RDFaにおけるURI

RFDaでは、RDF URI 参照は常にXML属性の値としてエンコードされる。

属性値は完全参照または相対参照のURIの形をとることができる。後者の場合、XHTMLの base 要素を使って提供されるURIまたは文書自身のURIを基底URIとする相対で解釈される。

RDFaで使用される属性の中には、CURIE、または "コンパクトURI" のような短縮形のURIエンコーディングをサポートするものもある。CURIEを使うことにより、作者はURIの先頭部分をURIに対応付けられている代替トークンで置き換えることができる。CURIEで表されているURIの完全形は、代替トークンが対応付けられているURIにCURIEの2番目の部分を連結することにより得ることができる。代替トークンとURIの対応付けはXML名前空間宣言を使って表現される。このメカニズムは、RDF/XMLで使用されている、URIをXML QNameに対応付けるものと極めて似ているが、CURIEに対する語彙上の制約はQNameに対する制約よりゆるいことが大きな違いである。そのため、すべてのURIはCURIEとして短縮することができるが、上で注意したように、QNameには対応付けることができないURIが存在する。

RDFaで使用される属性は、URIを表現するこれら2つの方法を使用できるか否かが異なる。

RDFa in XHTML: 構文と処理 仕様書 [RDFa Syntax]から抽出した)次の3つの例は、about 属性の値として URI http://dbpedia.org/resource/Albert_Einstein をエンコードする3つの異なる方法を示している。最初の例は完全形のURI、残りの2つの例はCURIEとしてエンコードされている。

  <div>
    <div about="http://dbpedia.org/resource/Albert_Einstein">

    </div>
  </div>

 

  <div xmlns:db="http://dbpedia.org/">
    <div about="[db:resource/Albert_Einstein]">

    </div>
  </div>

 

  <div xmlns:dbr="http://dbpedia.org/resource/">
    <div about="[dbr:Albert_Einstein]">

    </div>
  </div>

CURIEをURIに対応付けるメカニズムの完全な説明については、RDFa in XHTML: 構文と処理 [RDFa Syntax]の「CURIEとURIの処理」の節を参照されたい。

2.2 スプラッシュページシナリオにおけるURIの選択

RDFaの1つの応用は、人間が読むことができるXHTMLページに集合体を記述しているリソースマップをエンコードすることである。学術文献リポジトリなどのアプリケーションでは、そのようなページは通常スプラッシュページと呼ばれる。スプラッシュページを集合体の集合リソースの1つとして含めることも可能である。

OREモデルでは、リソースマップのURI(URI-R)は、集合体のURI(URI-A)と区別されなければならない。同様に、スプラッシュページのURI(URI-S)は集合体のURI(URI-A)とは区別されなければならない

スプラッシュページがそれ自体集合リソースである場合、スプラッシュページのURIはリソースマップのURIとは区別されることが推奨される

RDFaシリアライゼーションにおけるURIの選択に関するさらなる考察については、[ORE HTTP] の「RDFaまたはマイクロフォーマットによる実装」を参照されたい。

3. RDFaでエンコードされたリソースマップの例

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

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

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

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

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

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

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

これらのトリプルは次のように XHTML+RDFa で表現することができる。

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML+RDFa 1.0//EN"
                      "http://www.w3.org/MarkUp/DTD/xhtml-rdfa-1.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"
      xmlns:ore="http://www.openarchives.org/ore/terms/"
      version="XHTML+RDFa 1.0"
      xml:lang="en">
  <head>
    <title>Resource Map http://arxiv.org/rem/xhtml/astro-ph/0601007</title>
  </head>

  <body>
    <div about="http://arxiv.org/rem/xhtml/astro-ph/0601007"
        class="ResourceMap">
        <h1>Resource Map http://arxiv.org/rem/xhtml/astro-ph/0601007</h1>

      <p>Describes Aggregation: <a rel="ore:describes"
        href="http://arxiv.org/aggregation/astro-ph/0601007">
        http://arxiv.org/aggregation/astro-ph/0601007</a></p>

      <div about="http://arxiv.org/aggregation/astro-ph/0601007"
        class="Aggregation">
        <h2>Aggregation http://arxiv.org/aggregation/astro-ph/0601007</h2>

        <p>Is Described By Resource Map: <a rel="ore:isDescribedBy"
          href="http://arxiv.org/rem/atom/astro-ph/0601007">
          http://arxiv.org/rem/atom/astro-ph/0601007</a></p>

        <p>Is Described By Resource Map: <a rel="ore:isDescribedBy"
          href="http://arxiv.org/rem/rdf/astro-ph/0601007">
          http://arxiv.org/rem/rdf/astro-ph/0601007</a></p>

      </div>

    </div>

  </body>
</html>

XHTML+RDFa, RDF/XML(RDFa Distillerで処理), NTriples形式(RDFa Distillerで処理)

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

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

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

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

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

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

これらのトリプルは次のように XHTML+RDFa で表現することができる。

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML+RDFa 1.0//EN"
                      "http://www.w3.org/MarkUp/DTD/xhtml-rdfa-1.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"
      xmlns:ore="http://www.openarchives.org/ore/terms/"
      xmlns:dc="http://purl.org/dc/elements/1.1/"
      xmlns:dcterms="http://purl.org/dc/terms/"
      xmlns:foaf="http://xmlns.com/foaf/0.1/"
      xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
      xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
      xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
      version="XHTML+RDFa 1.0"
      xml:lang="en">
  <head>
    <title>Resource Map http://arxiv.org/rem/xhtml/astro-ph/0601007</title>
  </head>

  <body>
    <div about="http://arxiv.org/rem/xhtml/astro-ph/0601007"
      class="ResourceMap">
      <h1>Resource Map http://arxiv.org/rem/xhtml/astro-ph/0601007</h1>

      <p>Describes Aggregation: <a rel="ore:describes"
        href="http://arxiv.org/aggregation/astro-ph/0601007">
        http://arxiv.org/aggregation/astro-ph/0601007</a></p>

        <p>Creator:
          <span rel="dcterms:creator">
            <span property="foaf:name">arXiv.org e-Print Repository</span>
            <a rel="foaf:page" href="http://arXiv.org">http://arXiv.org</a>
          </span>
        </p>

      <p>Creation date: <span property="dcterms:created"
        datatype="xsd:dateTime" content="2008-10-01T18:30:02Z">2008-10-01T18:30:02Z</span></p>

      <p>Modification date: <span property="dcterms:modified"
        datatype="xsd:dateTime" content="2008-10-03T07:30:34Z">2008-10-03T07:30:34Z</span></p>

      <p>Rights:
        <span property="dc:rights">
          This Resource Map is available under the Creative Commons Attribution-Noncommercial 2.5 Generic license
        </span>
      </p>

      <p>Rights:
        <a rel="dcterms:rights" href="http://creativecommons.org/licenses/by-nc/2.5/">
          http://creativecommons.org/licenses/by-nc/2.5/
        </a>
      </p>

      <div about="http://arxiv.org/aggregation/astro-ph/0601007"
        class="Aggregation">
        <h2>Aggregation http://arxiv.org/aggregation/astro-ph/0601007</h2>

        <p>Is Described By Resource Map: <a rel="ore:isDescribedBy"
          href="http://arxiv.org/rem/atom/astro-ph/0601007">
          http://arxiv.org/rem/atom/astro-ph/0601007</a></p>

        <p>Is Described By Resource Map: <a rel="ore:isDescribedBy"
          href="http://arxiv.org/rem/rdf/astro-ph/0601007">
          http://arxiv.org/rem/rdf/astro-ph/0601007</a></p>

        <p>Title:
          <span property="dc:title">
            Parametrization of K-essence and Its Kinetic Term
          </span>
        </p>

        <p>Abstract:
          <span property="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.
          </span>
        </p>

        <p>Creation date: <span property="dcterms:created"
          datatype="xsd:dateTime" content="2005-12-31T04:01:23Z">2005-12-31T04:01:23Z</span></p>

        <p>Modification date: <span property="dcterms:modified"
          datatype="xsd:dateTime" content="2006-01-18T06:16:15Z">2006-01-18T06:16:15Z</span></p>

        <p>Creator:
          <span rel="dcterms:creator">
            <span property="foaf:name">Hui Li</span>
            <a rel="foaf:mbox" href="mailto:lihui@somewhere.cn">mailto:lihui@somewhere.cn</a>
          </span>
        </p>

        <p>Creator:
          <span rel="dcterms:creator">
            <span property="foaf:name">Zong-Kuan Guo</span>
          </span>
        </p>

        <p>Creator:
          <span rel="dcterms:creator">
            <span property="foaf:name">Yuan-Zhong Zhang</span>
          </span>
        </p>

      </div>

    </div>

  </body>
</html>

XHTML+RDFa, RDF/XML(RDFa Distillerで処理), NTriples形式(RDFa Distillerで処理)

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

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

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

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

これらのトリプルは次のように XHTML+RDFa で表現することができる。

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML+RDFa 1.0//EN"
                      "http://www.w3.org/MarkUp/DTD/xhtml-rdfa-1.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"
      xmlns:ore="http://www.openarchives.org/ore/terms/"
      xmlns:dc="http://purl.org/dc/elements/1.1/"
      xmlns:dcterms="http://purl.org/dc/terms/"
      xmlns:foaf="http://xmlns.com/foaf/0.1/"
      xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
      xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
      xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
      version="XHTML+RDFa 1.0"
      xml:lang="en">
  <head>
    <title>Resource Map http://arxiv.org/rem/xhtml/astro-ph/0601007</title>
  </head>

  <body>

...
        <p>Components/members of Aggregation: </p>
        <ul>
          <li><a rel="ore:aggregates"
            href="http://arxiv.org/abs/astro-ph/0601007">
            http://arxiv.org/abs/astro-ph/0601007</a></li>
          <li><a rel="ore:aggregates"
            href="http://arxiv.org/pdf/astro-ph/0601007">
            http://arxiv.org/pdf/astro-ph/0601007</a></li>
          <li><a rel="ore:aggregates"
            href="http://arxiv.org/ps/astro-ph/0601007">
            http://arxiv.org/ps/astro-ph/0601007</a></li>
          <li><a rel="ore:aggregates"
            href="http://arxiv.org/ps/astro-ph/0601007?dpi=600&amp;font=bitmapped">
            http://arxiv.org/ps/astro-ph/0601007?dpi=600&amp;font=bitmapped</a></li>
          <li><a rel="ore:aggregates"
            href="http://arxiv.org/ps/astro-ph/0601007?dpi=300&amp;font=bitmapped">
            http://arxiv.org/ps/astro-ph/0601007?dpi=300&amp;font=bitmapped</a></li>
          <li><a rel="ore:aggregates"
            href="http://arxiv.org/ps/astro-ph/0601007?fname=cm&amp;font=TypeI">
            http://arxiv.org/ps/astro-ph/0601007?fname=cm&amp;font=TypeI</a></li>
          <li><a rel="ore:aggregates"
            href="http://arxiv.org/dvi/astro-ph/0601007">
            http://arxiv.org/dvi/astro-ph/0601007</a></li>
          <li><a rel="ore:aggregates"
            href="http://export.arxiv.org/oai2?verb=GetRecord
&amp;metadataPrefix=oai_dc&amp;identifier=oai:arXiv.org:astro-ph/0601007"
> http://export.arxiv.org/oai2?verb=GetRecord
&amp;metadataPrefix=oai_dc&amp;identifier=oai:arXiv.org:astro-ph/0601007</a></li> <li><a rel="ore:aggregates" href="http://arxiv.org/cits/astro-ph/0601007"> http://arxiv.org/cits/astro-ph/0601007</a></li> <li><a rel="ore:aggregates" href="http://www.citebase.org/abstract?id=oai:arXiv.org:astro-ph/0601007"> http://www.citebase.org/abstract?id=oai:arXiv.org:astro-ph/0601007</a></li> </ul> </div> </div> </body> </html>

XHTML+RDFa, RDF/XML(RDFa Distillerで処理), NTriples形式(RDFa Distillerで処理)

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

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

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

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

これらのトリプルは次のように XHTML+RDFa で表現することができる。

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML+RDFa 1.0//EN"
                      "http://www.w3.org/MarkUp/DTD/xhtml-rdfa-1.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"
      xmlns:ore="http://www.openarchives.org/ore/terms/"
      xmlns:dc="http://purl.org/dc/elements/1.1/"
      xmlns:dcterms="http://purl.org/dc/terms/"
      xmlns:foaf="http://xmlns.com/foaf/0.1/"
      xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
      xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
      xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
      version="XHTML+RDFa 1.0"
      xml:lang="en">
  <head>
    <title>Resource Map http://arxiv.org/rem/xhtml/astro-ph/0601007</title>
  </head>

  <body>

...
        <p>See also:
          <a rel="rdfs:seeAlso"
            href="http://arxiv.org/abs/astro-ph/0601007">
            http://arxiv.org/abs/astro-ph/0601007</a>
        </p>
        <p>See also:
          <a rel="rdfs:seeAlso"
            href="http://jp.arxiv.org/aggregation/astro-ph/0601007">
            http://jp.arxiv.org/aggregation/astro-ph/0601007</a>
        </p>
        <p>Similar to:
          <a rel="ore:similarTo"
            href="info:arxiv/astro-ph/0601007">
            info:arxiv/astro-ph/0601007</a>
        </p>
        <p>Similar to:
          <a rel="ore:similarTo"
            href="info:doi/10.1142/S0217732306019475">
            info:doi/10.1142/S0217732306019475</a>
        </p>

      </div>

    </div>

  </body>
</html>

XHTML+RDFa, RDF/XML(RDFa Distillerで処理), NTriples形式(RDFa Distillerで処理)

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

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

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

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

これらのトリプルは次のように XHTML+RDFa で表現することができる。

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML+RDFa 1.0//EN"
                      "http://www.w3.org/MarkUp/DTD/xhtml-rdfa-1.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"
      xmlns:ore="http://www.openarchives.org/ore/terms/"
      xmlns:dc="http://purl.org/dc/elements/1.1/"
      xmlns:dcterms="http://purl.org/dc/terms/"
      xmlns:foaf="http://xmlns.com/foaf0/0.1/"
      xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
      xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
      xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
      xmlns:eptype="http://purl.org/eprint/type/"
      xmlns:repo="info:eu-repo/semantics/"
      version="XHTML+RDFa 1.0"
      xml:lang="en">
  <head>
    <title>Resource Map http://arxiv.org/rem/xhtml/astro-ph/0601007</title>
  </head>

  <body>
    <div about="http://arxiv.org/rem/xhtml/astro-ph/0601007"
      class="ResourceMap">
      <h1>Resource Map http://arxiv.org/rem/xhtml/astro-ph/0601007</h1>

      <p>Describes Aggregation: <a rel="ore:describes"
        href="http://arxiv.org/aggregation/astro-ph/0601007">
        http://arxiv.org/aggregation/astro-ph/0601007</a></p>

        <p>Creator:
          <span rel="dcterms:creator">
            <span property="foaf:name">arXiv.org e-Print Repository</span>
            <a rel="foaf:page" href="http://arXiv.org">http://arXiv.org</a>
          </span>
        </p>

      <p>Creation date: <span property="dcterms:created"
        datatype="xsd:dateTime" content="2008-10-01T18:30:02Z">2008-10-01T18:30:02Z</span></p>

      <p>Modification date: <span property="dcterms:modified"
        datatype="xsd:dateTime" content="2008-10-03T07:30:34Z">2008-10-03T07:30:34Z</span></p>

      <p>Rights:
        <span property="dc:rights">
          This Resource Map is available under the Creative Commons Attribution-Noncommercial 2.5 Generic license
        </span>
      </p>

      <p>Rights:
        <a rel="dcterms:rights" href="http://creativecommons.org/licenses/by-nc/2.5/">
          http://creativecommons.org/licenses/by-nc/2.5/
        </a>
      </p>

      <div about="http://arxiv.org/aggregation/astro-ph/0601007"
        class="Aggregation" typeof="eptype:JournalArticle">
        <h2>Aggregation http://arxiv.org/aggregation/astro-ph/0601007</h2>

        <p>Is Described By Resource Map:
          <a rel="ore:isDescribedBy"
            href="http://arxiv.org/rem/atom/astro-ph/0601007">
            http://arxiv.org/rem/atom/astro-ph/0601007
            (<span property="dc:format">application/atom+xml</span>)
          </a>
        </p>

        <p>Is Described By Resource Map:
          <a rel="ore:isDescribedBy"
            href="http://arxiv.org/rem/rdf/astro-ph/0601007">
            http://arxiv.org/rem/rdf/astro-ph/0601007
            (<span property="dc:format">application/rdf+xml</span>)
          </a>
        </p>

        <p>Title:
          <span property="dc:title">
            Parametrization of K-essence and Its Kinetic Term
          </span>
        </p>

        <p>Abstract:
          <span property="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.
          </span>
        </p>

        <p>Creation date: <span property="dcterms:created"
          datatype="xsd:dateTime" content="2005-12-31T04:01:23Z">2005-12-31T04:01:23Z</span></p>

        <p>Modification date: <span property="dcterms:modified"
          datatype="xsd:dateTime" content="2006-01-18T06:16:15Z">2006-01-18T06:16:15Z</span></p>

        <p>Creator:
          <span rel="dcterms:creator">
            <span property="foaf:name">Hui Li</span>
            <a rel="foaf:mbox" href="mailto:lihui@somewhere.cn">mailto:lihui@somewhere.cn</a>
          </span>.
        </p>

        <p>Creator:
          <span rel="dcterms:creator">
            <span property="foaf:name">Zong-Kuan Guo</span>
          </span>.
        </p>

        <p>Creator:
          <span rel="dcterms:creator">
            <span property="foaf:name">Yuan-Zhong Zhang</span>
          </span>.
        </p>

        <p>Components/members of Aggregation: </p>
        <ul>
          <li><a rel="ore:aggregates"
            href="http://arxiv.org/abs/astro-ph/0601007">
            http://arxiv.org/abs/astro-ph/0601007</a></li>
          <li><a rel="ore:aggregates"
            href="http://arxiv.org/pdf/astro-ph/0601007">
            http://arxiv.org/pdf/astro-ph/0601007</a></li>
          <li><a rel="ore:aggregates"
            href="http://arxiv.org/ps/astro-ph/0601007">
            http://arxiv.org/ps/astro-ph/0601007</a></li>
          <li><a rel="ore:aggregates"
            href="http://arxiv.org/ps/astro-ph/0601007?dpi=600&amp;font=bitmapped">
            http://arxiv.org/ps/astro-ph/0601007?dpi=600&amp;font=bitmapped</a></li>
          <li><a rel="ore:aggregates"
            href="http://arxiv.org/ps/astro-ph/0601007?dpi=300&amp;font=bitmapped">
            http://arxiv.org/ps/astro-ph/0601007?dpi=300&amp;font=bitmapped</a></li>
          <li><a rel="ore:aggregates"
            href="http://arxiv.org/ps/astro-ph/0601007?fname=cm&amp;font=TypeI">
            http://arxiv.org/ps/astro-ph/0601007?fname=cm&amp;font=TypeI</a></li>
          <li><a rel="ore:aggregates"
            href="http://arxiv.org/dvi/astro-ph/0601007">
            http://arxiv.org/dvi/astro-ph/0601007</a></li>
          <li><a rel="ore:aggregates"
            href="http://export.arxiv.org/oai2?verb=GetRecord
&amp;metadataPrefix=oai_dc&amp;identifier=oai:arXiv.org:astro-ph/0601007"> http://export.arxiv.org/oai2?verb=GetRecord
&amp;metadataPrefix=oai_dc&amp;identifier=oai:arXiv.org:astro-ph/0601007</a></li> <li><a rel="ore:aggregates" href="http://arxiv.org/cits/astro-ph/0601007"> http://arxiv.org/cits/astro-ph/0601007</a></li> <li><a rel="ore:aggregates" href="http://www.citebase.org/abstract?id=oai:arXiv.org:astro-ph/0601007"> http://www.citebase.org/abstract?id=oai:arXiv.org:astro-ph/0601007</a></li> </ul> <p>See also: <a rel="rdfs:seeAlso" href="http://arxiv.org/abs/astro-ph/0601007"> http://arxiv.org/abs/astro-ph/0601007</a> </p> <p>See also: <a rel="rdfs:seeAlso" href="http://jp.arxiv.org/aggregation/astro-ph/0601007"> http://jp.arxiv.org/aggregation/astro-ph/0601007</a> </p> <p>Similar to: <a rel="ore:similarTo" href="info:arxiv/astro-ph/0601007"> info:arxiv/astro-ph/0601007</a> </p> <p>Similar to: <a rel="ore:similarTo" href="info:doi/10.1142/S0217732306019475"> info:doi/10.1142/S0217732306019475</a> </p> <p>Has version: <a rel="dcterms:hasVersion" href="http://arxiv.org/aggregation/astro-ph/0601007v1"> http://arxiv.org/aggregation/astro-ph/0601007v1</a> </p> <p>Has version: <a rel="dcterms:hasVersion" href="http://arxiv.org/aggregation/astro-ph/0601007v2"> http://arxiv.org/aggregation/astro-ph/0601007v2</a> </p> <p>Is Referenced By: <a rel="dcterms:isReferencedBy" href="http://arxiv.org/aggregation/0807.1020"> http://arxiv.org/aggregation/0807.1020 (Title: <span property="dc:title">How the Scalar Field of Unified Dark Matter Models Can Cluster</span>) </a> </p> <p>Is Referenced By: <a rel="dcterms:isReferencedBy" href="http://arxiv.org/aggregation/0806.4327"> http://arxiv.org/aggregation/0806.4327 (Title: <span property="dc:title">Cosmological scalar fields that mimic the $\Lambda CDM$ cosmological model</span>) </a> </p> <p>Audience: <span rel="dcterms:audience"> <span property="rdf:value">OCLC audience level 1: research</span> </span>. </p> <div about="http://arxiv.org/abs/astro-ph/0601007" class="AggregatedResource" typeof="repo:humanStartPage"> <h3>Aggregated Resource http://arxiv.org/abs/astro-ph/0601007</h3> <p>Title: <span property="dc:title">[astro-ph/0601007] Parametrization of K-essence and Its Kinetic Term</span></p> <p>Format: <span property="dc:format">text/html</span></p> <p>Language: <span property="dc:language">en</span></p> </div> <div about="http://arxiv.org/pdf/astro-ph/0601007" class="AggregatedResource"> <h3>Aggregated Resource http://arxiv.org/pdf/astro-ph/0601007</h3> <p>Title: <span property="dc:title">Parametrization of K-essence and Its Kinetic Term</span></p> <p>Format: <span property="dc:format">application/pdf</span></p> <p>Language: <span property="dc:language">en</span></p> <p>Conforms to: <a rel="dcterms:conformsTo" href="info:pronom/fmt/18">info:pronom/fmt/18</a> </p> </div> <div about="http://arxiv.org/ps/astro-ph/0601007" class="AggregatedResource"> <h3>Aggregated Resource http://arxiv.org/ps/astro-ph/0601007</h3> <p>Title: <span property="dc:title">Parametrization of K-essence and Its Kinetic Term</span></p> <p>Format: <span property="dc:format">application/postscript</span></p> <p>Language: <span property="dc:language">en</span></p> <p>Has Format: <a rel="dcterms:hasFormat" href="http://arxiv.org/pdf/astro-ph/0601007">http://arxiv.org/pdf/astro-ph/0601007</a> </p> <p>Has Format: <a rel="dcterms:hasFormat" href="http://arxiv.org/ps/astro-ph/0601007?dpi=600&amp;font=bitmapped">http://arxiv.org/ps/astro-ph/0601007?dpi=600&amp;font=bitmapped</a> </p> <p>Has Format: <a rel="dcterms:hasFormat" href="http://arxiv.org/ps/astro-ph/0601007?dpi=300&amp;font=bitmapped">http://arxiv.org/ps/astro-ph/0601007?dpi=300&amp;font=bitmapped</a> </p> <p>Has Format: <a rel="dcterms:hasFormat" href="http://arxiv.org/ps/astro-ph/0601007?fname=cm&amp;font=TypeI">http://arxiv.org/ps/astro-ph/0601007?fname=cm&amp;font=TypeI</a> </p> <p>Has Format: <a rel="dcterms:hasFormat" href="http://arxiv.org/dvi/astro-ph/0601007">http://arxiv.org/dvi/astro-ph/0601007</a> </p> </div> <div about="http://arxiv.org/ps/astro-ph/0601007?dpi=600&amp;font=bitmapped" class="AggregatedResource"> <h3>Aggregated Resource http://arxiv.org/ps/astro-ph/0601007?dpi=600&amp;font=bitmapped</h3> <p>Title: <span property="dc:title">Parametrization of K-essence and Its Kinetic Term (600 DPI Bitmapped Fonts PostScript)</span></p> <p>Format: <span property="dc:format">application/postscript</span></p> <p>Language: <span property="dc:language">en</span></p> </div> <div about="http://arxiv.org/ps/astro-ph/0601007?dpi=300&amp;font=bitmapped" class="AggregatedResource"> <h3>Aggregated Resource http://arxiv.org/ps/astro-ph/0601007?dpi=300&amp;font=bitmapped</h3> <p>Title: <span property="dc:title">Parametrization of K-essence and Its Kinetic Term (300 DPI Bitmapped Fonts PostScript)</span></p> <p>Format: <span property="dc:format">application/postscript</span></p> <p>Language: <span property="dc:language">en</span></p> </div> <div about="http://arxiv.org/ps/astro-ph/0601007?fname=cm&amp;font=TypeI" class="AggregatedResource"> <h3>Aggregated Resource http://arxiv.org/ps/astro-ph/0601007?fname=cm&amp;font=TypeI</h3> <p>Title: <span property="dc:title">Parametrization of K-essence and Its Kinetic Term (Type I Fonts PostScript)</span></p> <p>Format: <span property="dc:format">application/postscript</span></p> <p>Language: <span property="dc:language">en</span></p> </div> <div about="http://arxiv.org/dvi/astro-ph/0601007" class="AggregatedResource"> <h3>Aggregated Resource http://arxiv.org/dvi/astro-ph/0601007</h3> <p>Title: <span property="dc:title">Parametrization of K-essence and Its Kinetic Term</span></p> <p>Format: <span property="dc:format">application/dvi</span></p> <p>Language: <span property="dc:language">en</span></p> </div> <div about="http://export.arxiv.org/oai2?verb=GetRecord
&amp;metadataPrefix=oai_dc&amp;identifier=oai:arXiv.org:astro-ph/0601007" class="AggregatedResource" typeof="repo:descriptiveMetadata"> <h3>Aggregated Resource http://export.arxiv.org/oai2?verb=GetRecord
&amp;metadataPrefix=oai_dc&amp;identifier=oai:arXiv.org:astro-ph/0601007</h3> <p>Title: <span property="dc:title">Dublin Core Metadata for Parametrization of K-essence and Its Kinetic Term</span></p> <p>Format: <span property="dc:format">application/xml</span></p> <p>Conforms to: <a rel="dcterms:conformsTo" href="http://www.openarchives.org/OAI/2.0/oai_dc/">http://www.openarchives.org/OAI/2.0/oai_dc/</a> </p> </div> <div about="http://arxiv.org/cits/astro-ph/0601007" class="AggregatedResource"> <h3>Aggregated Resource http://arxiv.org/cits/astro-ph/0601007</h3> <p>Title: <span property="dc:title">Citations for astro-ph/0601007</span></p> <p>Format: <span property="dc:format">text/html</span></p> <p>Language: <span property="dc:language">en</span></p> </div> <div about="http://www.citebase.org/abstract?id=oai:arXiv.org:astro-ph/0601007" class="AggregatedResource"> <h3>Aggregated Resource http://www.citebase.org/abstract?id=oai:arXiv.org:astro-ph/0601007</h3> <p>Title: <span property="dc:title">Citebase - Parametrization of K-essence and Its Kinetic Term</span></p> <p>Format: <span property="dc:format">text/html</span></p> <p>Language: <span property="dc:language">en</span></p> <p>Creator: <span rel="dcterms:creator"> <span property="foaf:name">The Citebase Project</span> <a rel="foaf:mbox" href="mailto:tdb01r@ecs.soton.ac.uk">mailto:tdb01r@ecs.soton.ac.uk</a> <a rel="foaf:page" href="http://www.citebase.org/">http://www.citebase.org/</a> </span>. </p> </div> </div> </div> </body> </html>

XHTML+RDFa, RDF/XML(RDFa Distillerで処理), NTriples形式(RDFa Distillerで処理)

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

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

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

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

このトリプルは次のように XHTML+RDFa で表現することができる。

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML+RDFa 1.0//EN"
                      "http://www.w3.org/MarkUp/DTD/xhtml-rdfa-1.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"
      xmlns:ore="http://www.openarchives.org/ore/terms/"
      xmlns:dc="http://purl.org/dc/elements/1.1/"
      xmlns:dcterms="http://purl.org/dc/terms/"
      xmlns:foaf="http://xmlns.com/foaf/0.1/"
      xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
      xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
      xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
      xmlns:eptype="http://purl.org/eprint/type/"
      xmlns:repo="info:eu-repo/semantics/"
      version="XHTML+RDFa 1.0"
      xml:lang="en">

...
        <div about="http://arxiv.org/ps/astro-ph/0601007"
          class="AggregatedResource">
          <h3>Aggregated Resource http://arxiv.org/ps/astro-ph/0601007</h3>

          <p>Title: <span property="dc:title">Parametrization of K-essence and Its Kinetic Term</span></p>
          <p>Format: <span property="dc:format">application/postscript</span></p>
          <p>Language: <span property="dc:language">en</span></p>
          <p>Has Format:
            <a rel="dcterms:hasFormat"
                href="http://arxiv.org/pdf/astro-ph/0601007">http://arxiv.org/pdf/astro-ph/0601007</a>
          </p>
          <p>Has Format:
            <a rel="dcterms:hasFormat"
                href="http://arxiv.org/ps/astro-ph/0601007?dpi=600&amp;font=bitmapped">http://arxiv.org/ps/astro-ph/0601007?dpi=600&amp;font=bitmapped</a>
          </p>
          <p>Has Format:
            <a rel="dcterms:hasFormat"
                href="http://arxiv.org/ps/astro-ph/0601007?dpi=300&amp;font=bitmapped">http://arxiv.org/ps/astro-ph/0601007?dpi=300&amp;font=bitmapped</a>
          </p>
          <p>Has Format:
            <a rel="dcterms:hasFormat"
                href="http://arxiv.org/ps/astro-ph/0601007?fname=cm&amp;font=TypeI">http://arxiv.org/ps/astro-ph/0601007?fname=cm&amp;font=TypeI</a>
          </p>
          <p>Has Format:
            <a rel="dcterms:hasFormat"
                href="http://arxiv.org/dvi/astro-ph/0601007">http://arxiv.org/dvi/astro-ph/0601007</a>
          </p>
          <p>Is Aggregated By:
            <a rel="ore:isAggregatedy"
                href="http://example.org/aggregation-1">http://example.org/aggregation-1</a></p>

        </div>
  ...
</html>

XHTML+RDFa, RDF/XML(RDFa Distillerで処理), NTriples形式(RDFa Distillerで処理)

3.7 ネストした集合体

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

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

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

これらのトリプルは次のように XHTML+RDFa で表現することができる。

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML+RDFa 1.0//EN"
                      "http://www.w3.org/MarkUp/DTD/xhtml-rdfa-1.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"
      xmlns:ore="http://www.openarchives.org/ore/terms/"
      xmlns:dc="http://purl.org/dc/elements/1.1/"
      xmlns:dcterms="http://purl.org/dc/terms/"
      xmlns:foaf="http://xmlns.com/foaf/0.1/"
      xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
      xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
      xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
      xmlns:eptype="http://purl.org/eprint/type/"
      xmlns:repo="info:eu-repo/semantics/"
      version="XHTML+RDFa 1.0"
      xml:lang="en">
  <head>
    <title>Resource Map http://arxiv.org/rem/xhtml/astro-ph/0601007</title>
  </head>

  <body>

...
        <p>Components/members of Aggregation: </p>
        <ul>
          <li><a rel="ore:aggregates"
            href="http://arxiv.org/abs/astro-ph/0601007">
            http://arxiv.org/abs/astro-ph/0601007</a></li>
          <li><a rel="ore:aggregates"
            href="http://arxiv.org/pdf/astro-ph/0601007">
            http://arxiv.org/pdf/astro-ph/0601007</a></li>
          <li><a rel="ore:aggregates"
            href="http://arxiv.org/ps/astro-ph/0601007">
            http://arxiv.org/ps/astro-ph/0601007</a></li>
          <li><a rel="ore:aggregates"
            href="http://arxiv.org/ps/astro-ph/0601007?dpi=600&amp;font=bitmapped">
            http://arxiv.org/ps/astro-ph/0601007?dpi=600&amp;font=bitmapped</a></li>
          <li><a rel="ore:aggregates"
            href="http://arxiv.org/ps/astro-ph/0601007?dpi=300&amp;font=bitmapped">
            http://arxiv.org/ps/astro-ph/0601007?dpi=300&amp;font=bitmapped</a></li>
          <li><a rel="ore:aggregates"
            href="http://arxiv.org/ps/astro-ph/0601007?fname=cm&amp;font=TypeI">
            http://arxiv.org/ps/astro-ph/0601007?fname=cm&amp;font=TypeI</a></li>
          <li><a rel="ore:aggregates"
            href="http://arxiv.org/dvi/astro-ph/0601007">
            http://arxiv.org/dvi/astro-ph/0601007</a></li>
          <li><a rel="ore:aggregates"
            href="http://export.arxiv.org/oai2?verb=GetRecord
&amp;metadataPrefix=oai_dc&amp;identifier=oai:arXiv.org:astro-ph/0601007"> http://export.arxiv.org/oai2?verb=GetRecord
&amp;metadataPrefix=oai_dc&amp;identifier=oai:arXiv.org:astro-ph/0601007</a></li> <li><a rel="ore:aggregates" href="http://arxiv.org/cits/astro-ph/0601007"> http://arxiv.org/cits/astro-ph/0601007</a></li> <li><a rel="ore:aggregates" href="http://www.citebase.org/abstract?id=oai:arXiv.org:astro-ph/0601007"> http://www.citebase.org/abstract?id=oai:arXiv.org:astro-ph/0601007</a></li> <li><a rel="ore:aggregates" href="http://example.org/dataSet"> http://example.org/dataSet</a></li> </ul> ... <div about="http://arxiv.org/ps/astro-ph/0601007" class="AggregatedResource"> <h3>Aggregated Resource http://arxiv.org/ps/astro-ph/0601007</h3> <p>Title: <span property="dc:title">Parametrization of K-essence and Its Kinetic Term</span></p> <p>Format: <span property="dc:format">application/postscript</span></p> <p>Language: <span property="dc:language">en</span></p> <p>Has Format: <a rel="dcterms:hasFormat" href="http://arxiv.org/pdf/astro-ph/0601007">http://arxiv.org/pdf/astro-ph/0601007</a> </p> <p>Has Format: <a rel="dcterms:hasFormat" href="http://arxiv.org/ps/astro-ph/0601007?dpi=600&amp;font=bitmapped">http://arxiv.org/ps/astro-ph/0601007?dpi=600&amp;font=bitmapped</a> </p> <p>Has Format: <a rel="dcterms:hasFormat" href="http://arxiv.org/ps/astro-ph/0601007?dpi=300&amp;font=bitmapped">http://arxiv.org/ps/astro-ph/0601007?dpi=300&amp;font=bitmapped</a> </p> <p>Has Format: <a rel="dcterms:hasFormat" href="http://arxiv.org/ps/astro-ph/0601007?fname=cm&amp;font=TypeI">http://arxiv.org/ps/astro-ph/0601007?fname=cm&amp;font=TypeI</a> </p> <p>Has Format: <a rel="dcterms:hasFormat" href="http://arxiv.org/dvi/astro-ph/0601007">http://arxiv.org/dvi/astro-ph/0601007</a> </p> <p>Is Aggregated By: <a rel="ore:isAggregatedy" href="http://example.org/aggregation-1">http://example.org/aggregation-1</a></p> </div> ... <div about="http://example.org/dataSet" class="AggregatedResource"> <h3>Aggregated Resource http://example.org/dataSet</h3> <p>Is Described By: <a rel="ore:isDescribedBy" href="http://example.org/dataSet/rem.rdf" >http://example.org/dataSet/rem.rdf</a></p> </div> </div> </div> </body> </html>

XHTML+RDFa, RDF/XML(RDFa Distillerで処理), NTriples形式(RDFa Distillerで処理)

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

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

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

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

これらのトリプルは次のように XHTML+RDFa で表現することができる。

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML+RDFa 1.0//EN"
                      "http://www.w3.org/MarkUp/DTD/xhtml-rdfa-1.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"
      xmlns:ore="http://www.openarchives.org/ore/terms/"
      xmlns:dc="http://purl.org/dc/elements/1.1/"
      xmlns:dcterms="http://purl.org/dc/terms/"
      xmlns:foaf="http://xmlns.com/foaf/0.1/"
      xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
      xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
      xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
      xmlns:eptype="http://purl.org/eprint/type/"
      xmlns:repo="info:eu-repo/semantics/"
      version="XHTML+RDFa 1.0"
      xml:lang="en">
  <head>
    <title>Resource Map http://arxiv.org/rem/xhtml/astro-ph/0601007</title>
  </head>

  <body>

...
        <div about="http://oreproxy.org/r?what=http://arxiv.org/abs/astro-ph/0601007
&amp;where=http://arxiv.org/aggregation/astro-ph/0601007"
class="Proxy"> <h3>Proxy http://oreproxy.org/r?what=http://arxiv.org/abs/astro-ph/0601007
&amp;where=http://arxiv.org/aggregation/astro-ph/0601007</h3> <p>Is Proxy For: <a rel="ore:proxyFor" href="http://arxiv.org/abs/astro-ph/0601007" >http://arxiv.org/abs/astro-ph/0601007</a></p> <p>Is Proxy In: <a rel="ore:proxyIn" href="http://arxiv.org/aggregation/astro-ph/0601007" >http://arxiv.org/aggregation/astro-ph/0601007</a></p> </div> <div about="http://oreproxy.org/r?what=http://arxiv.org/pdf/astro-ph/0601007
&amp;where=http://arxiv.org/aggregation/astro-ph/0601007"
class="Proxy"> <h3>Proxy http://oreproxy.org/r?what=http://arxiv.org/pdf/astro-ph/0601007
&amp;where=http://arxiv.org/aggregation/astro-ph/0601007</h3> <p>Is Proxy For: <a rel="ore:proxyFor" href="http://arxiv.org/pdf/astro-ph/0601007" >http://arxiv.org/pdf/astro-ph/0601007</a></p> <p>Is Proxy In: <a rel="ore:proxyIn" href="http://arxiv.org/aggregation/astro-ph/0601007" >http://arxiv.org/aggregation/astro-ph/0601007</a></p> </div> <div about="http://oreproxy.org/r?what=http://arxiv.org/ps/astro-ph/0601007
&amp;where=http://arxiv.org/aggregation/astro-ph/0601007"
class="Proxy"> <h3>Proxy http://oreproxy.org/r?what=http://arxiv.org/ps/astro-ph/0601007
&amp;where=http://arxiv.org/aggregation/astro-ph/0601007</h3> <p>Is Proxy For: <a rel="ore:proxyFor" href="http://arxiv.org/ps/astro-ph/0601007" >http://arxiv.org/ps/astro-ph/0601007</a></p> <p>Is Proxy In: <a rel="ore:proxyIn" href="http://arxiv.org/aggregation/astro-ph/0601007" >http://arxiv.org/aggregation/astro-ph/0601007</a></p> </div> <div 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"
class="Proxy"> <h3>Proxy 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</h3> <p>Is Proxy For: <a rel="ore:proxyFor" href="http://arxiv.org/ps/astro-ph/0601007?dpi=600&amp;font=bitmapped" >http://arxiv.org/ps/astro-ph/0601007?dpi=600&amp;font=bitmapped</a></p> <p>Is Proxy In: <a rel="ore:proxyIn" href="http://arxiv.org/aggregation/astro-ph/0601007" >http://arxiv.org/aggregation/astro-ph/0601007</a></p> </div> <div 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"
class="Proxy"> <h3>Proxy 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</h3> <p>Is Proxy For: <a rel="ore:proxyFor" href="http://arxiv.org/ps/astro-ph/0601007?dpi=300&amp;font=bitmapped" >http://arxiv.org/ps/astro-ph/0601007?dpi=300&amp;font=bitmapped</a></p> <p>Is Proxy In: <a rel="ore:proxyIn" href="http://arxiv.org/aggregation/astro-ph/0601007" >http://arxiv.org/aggregation/astro-ph/0601007</a></p> </div> <div 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"
class="Proxy"> <h3>Proxy 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</h3> <p>Is Proxy For: <a rel="ore:proxyFor" href="http://arxiv.org/ps/astro-ph/0601007?fname=cm&amp;font=TypeI" >http://arxiv.org/ps/astro-ph/0601007?fname=cm&amp;font=TypeI</a></p> <p>Is Proxy In: <a rel="ore:proxyIn" href="http://arxiv.org/aggregation/astro-ph/0601007" >http://arxiv.org/aggregation/astro-ph/0601007</a></p> </div> <div about="http://oreproxy.org/r?what=http://arxiv.org/dvi/astro-ph/0601007
&amp;where=http://arxiv.org/aggregation/astro-ph/0601007"
class="Proxy"> <h3>Proxy http://oreproxy.org/r?what=http://arxiv.org/dvi/astro-ph/0601007
&amp;where=http://arxiv.org/aggregation/astro-ph/0601007</h3> <p>Is Proxy For: <a rel="ore:proxyFor" href="http://arxiv.org/dvi/astro-ph/0601007" >http://arxiv.org/dvi/astro-ph/0601007</a></p> <p>Is Proxy In: <a rel="ore:proxyIn" href="http://arxiv.org/aggregation/astro-ph/0601007" >http://arxiv.org/aggregation/astro-ph/0601007</a></p> </div> <div 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"
class="Proxy"> <h3>Proxy 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</h3> <p>Is Proxy For: <a rel="ore:proxyFor" href="http://export.arxiv.org/oai2?verb=GetRecord
&amp;metadataPrefix=oai_dc&amp;identifier=oai:arXiv.org:astro-ph/0601007"
>http://export.arxiv.org/oai2?verb=GetRecord
&amp;metadataPrefix=oai_dc&amp;identifier=oai:arXiv.org:astro-ph/0601007</a></p> <p>Is Proxy In: <a rel="ore:proxyIn" href="http://arxiv.org/aggregation/astro-ph/0601007" >http://arxiv.org/aggregation/astro-ph/0601007</a></p> </div> <div about="http://oreproxy.org/r?what=http://arxiv.org/cits/astro-ph/0601007
&amp;where=http://arxiv.org/aggregation/astro-ph/0601007"
class="Proxy"> <h3>Proxy http://oreproxy.org/r?what=http://arxiv.org/cits/astro-ph/0601007
&amp;where=http://arxiv.org/aggregation/astro-ph/0601007</h3> <p>Is Proxy For: <a rel="ore:proxyFor" href="http://arxiv.org/cits/astro-ph/0601007" >http://arxiv.org/cits/astro-ph/0601007</a></p> <p>Is Proxy In: <a rel="ore:proxyIn" href="http://arxiv.org/aggregation/astro-ph/0601007" >http://arxiv.org/aggregation/astro-ph/0601007</a></p> </div> <div 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"
class="Proxy"> <h3>Proxy 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</h3> <p>Is Proxy For: <a rel="ore:proxyFor" href="http://www.citebase.org/abstract?id=oai:arXiv.org:astro-ph/0601007" >http://www.citebase.org/abstract?id=oai:arXiv.org:astro-ph/0601007</a></p> <p>Is Proxy In: <a rel="ore:proxyIn" href="http://arxiv.org/aggregation/astro-ph/0601007" >http://arxiv.org/aggregation/astro-ph/0601007</a></p> </div> </div> </div> </body> </html>

XHTML+RDFa, RDF/XML(RDFa Distillerで処理), NTriples形式(RDFa Distillerで処理)

4. 参考文献

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

B. 変更履歴

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

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