関連情報

要素名

jpcoar:relation
記入レベル:
R(推奨)
繰返回数:
0-N(繰返可:必須以外)

属性

relationType
記入レベル:
R(推奨)
繰返回数:
0-1(繰返不可:必須以外)
統制語彙
  • inSeries
    -
    ~のデータセットシリーズに属する
  • isCitedBy
    -
    ~によって引用されている
  • Cites
    -
    ~を引用している
  • isVersionOf
    -
    ~の異版である
  • hasVersion
    -
    ~は異版である
  • isPartOf
    -
    ~の一部分である
  • hasPart
    -
    ~を一部分として持つ
  • isReferencedBy
    -
    ~で参照されている
  • references
    -
    ~を参照している
  • isFormatOf
    -
    ~の別の記録形式である
  • hasFormat
    -
    ~は以前から存在していた別の記録形式である
  • isReplacedBy
    -
    ~によって置き換えられている
  • replaces
    -
    ~を置き換えている
  • isRequiredBy
    -
    ~によって必要とされている
  • requires
    -
    ~を必要としている
  • isSupplementedBy
    -
    ~によって補足されている
  • isSupplementTo
    -
    ~を補足している
  • isIdenticalTo
    -
    ~と同一である
  • isDerivedFrom
    -
    ~に由来している
  • isSourceOf
    -
    ~の由来になっている

説明

  • 登録するコンテンツと関連するコンテンツ間の関連性を記入する。relationTypeには統制語彙から選択して記入する。
  • 該当する語彙がない場合はrelationTypeを記入しない。

注意点

  • シリーズ名を有するコンテンツで、シリーズタイトルにリンクする場合は、relationType="isPartOf"を使用する。
  • 共通の特徴を有するデータセットシリーズに属するコンテンツで、データセットシリーズにリンクする場合は、relationType=“inSeries”を用いる。
  • 著者最終稿から出版者が付与したDOIにリンクする場合は、relationType="isVersionOf"を使用する。
  • relationType="isCitedBy”および”Cites”は論文やデータの参考文献において直接的に引用される場合に使用し、relationType="isReferencedBy”および”references”は直接的な引用ではなく情報源として用いられる場合に使用する。

推奨例

  • 学術雑誌の著者最終稿から出版社版へリンクする場合
<jpcoar:relation relationType="isVersionOf">
    <jpcoar:relatedIdentifier identifierType="DOI">
        https://doi.org/10.1371/journal.pone.0170224
    </jpcoar:relatedIdentifier>
</jpcoar:relation>
  •  研究データから当該研究データを根拠にした成果論文へリンクする場合
<jpcoar:relation relationType="isSupplementTo">
<jpcoar:relatedIdentifier identifierType="HDL">https://hdl.handle.net/1912/6236</jpcoar:relatedIdentifier>
</jpcoar:relation>
  • 論文から根拠となった研究データへリンクする場合
<jpcoar:relation relationType="isSupplementedBy">
<jpcoar:relatedIdentifier identifierType="HDL">https://hdl.handle.net/1912/4965</jpcoar:relatedIdentifier>
<jpcoar:relatedIdentifier identifierType="HDL">https://hdl.handle.net/1912/4966</jpcoar:relatedIdentifier>
</jpcoar:relation>
  • デジタル化資料から原資料へリンクする場合
<jpcoar:relation relationType="isFormatOf">
<jpcoar:relatedIdentifier identifierType="NCID">BC03765035</jpcoar:relatedIdentifier>
<jpcoar:relatedTitle xml:lang="ja">一辭題開方式省過乗明平方以下定式有無法</jpcoar:relatedTitle>
</jpcoar:relation>
  • 原資料からデジタル化資料へリンクする場合
<jpcoar:relation relationType="hasFormat">
<jpcoar:relatedIdentifier identifierType="DOI">https://doi.org/10.20730/100344422</jpcoar:relatedIdentifier>
</jpcoar:relation>
  • 共通の特徴を有するデータセットシリーズにリンクする場合
<jpcoar:relation relationType="inSeries">
<jpcoar:relatedIdentifier identifierType="URI">https://da.dl.itc.u-tokyo.ac.jp/portal/collection/kokubunken</jpcoar:relatedIdentifier>
<jpcoar:relatedTitle xml:lang="ja">総合図書館所蔵古典籍(国文研デジタル化分)</jpcoar:relatedTitle>
</jpcoar:relation>
  • リンク先のコンテンツに識別子がない場合
<jpcoar:relation relationType="isPartOf">
    <jpcoar:relatedTitle xml:lang="ja">
        バイリンガル育成を目指した中・高・大、日本人院生、外国人院生のティームティーチングによる支援
    </jpcoar:relatedTitle>
</jpcoar:relation>

junii2からのマッピング

  • isVersionOf(異版である)
  • hasVersionOf(異版あり)
  • isReplacedBy(置換される)
  • replaces(置換する)
  • isRequiredBy(要件とされる)
  • requires(要件とする)
  • isPartOf(部分である)
  • hasPart(部分を持つ)
  • isReferencedBy(参照される)
  • references(参照する)
  • isFormatOf(別フォーマットである)
  • hasFormat(別フォーマットあり)