v2API_OA.pdf

Type: Document | Status: ready

109

3.5.1.11 担当経験のある科目(授業) レスポンス

{ "@context": "https://api.researchmap.jp/researcher.jsonld", "@id": "https://api.researchmap.jp/{permalink}/teaching_experience/{achievement_id}", "@type": "teaching_experience", "@reverse": "https://api.researchmap.jp/{permalink}/teaching_experience", "rm:creator_id": "R000282839", "rm:creator_type": "myself", "rm:created": "2017-02-15T14:17:04Z", "rm:modifier_id": "R000282839", "rm:modifier_type": "myself", "rm:modified": "2017-02-15T14:17:04Z", "rm:id": "{achievement_id}", "rm:user_id": "R000282839", "subject_name": { "ja": "科目名", "en": "The subject name" }, "rm:institution_code": "1234567890", "institution_name": { "ja": "XXX 大学", "en": "XXX University" }, "from_date": "2015-07", "to_date": "2015-07", "description": { "ja": "xxxxxx", "en": "xxxxxxxx" }, "teaching_experience_type": "xxxx", "address_country": "JPN", "see_also": [ { "@id": "http://xxxxxx", "label": "url" } ], "custom_items": {

110

"field_name": { "ja": "xxxxxx", "en": "xxxxxx" } }, "major_achievement": true, "display": "disclosed" }

No. フィールド名 内容 登録/更新時のチェック内容 1. @context フィールド名のIRI 先定義ファイルパ ス(上記の内容で固定) (注vi)

@id 業績IRI 識別子(リソースを一意に示 すURL - {achievement_id}は業績 ID)

@type 業績種別名 "teaching_experience"固定。

@reverse 親データIRI 識別子(上記の内容で固 定-{permalink}は会員により変動)

rm:creator_id 作成者の会員ID (ai からの登録:ai:(AI の種別key), API からの登録: client_id: (client_id)) (更新不可) 6. rm:creator_type 作成者種別(注vii) (更新不可) 7. rm:created 登録日時(GMT) (更新不可) 8. rm:modifier_id 更新者の会員ID (ai からの更新:ai:(AI の種別key), API からの更新: client_id: (client_id)) (更新不可) 9. rm:modifier_type 更新者種別(注vii) (更新不可) 10. rm:modified 更新日時(GMT) (更新不可) 11. rm:id 業績ID (更新不可) 12. rm:user_id 会員ID
(更新不可) 13. subject_name 科目名 (注ix) ja、en のどちらか必須 14.
ja 科目名(日本語) 最大文字長(500) ※ja の項目に入力があれば必 須 15.
en 科目名(英語) 最大文字長(500)

111

※en の項目に入力があれば 必須 16. rm:institution_code 機関コード(注xi) (更新不可) 17. institution_name 機関名(注ix)

ja 機関名(日本語) 最大文字長(500) 19.
en 機関名(英語) 最大文字長(500) 20. from_date 年月(From) ※ yyyy-MM or yyyy 有効な日付、日付形式 21. to_date 年月(To) ※ yyyy-MM or yyyy ※ 「現在まで」の場合、「9999」と します。 有効な日付、日付形式 from,to どちらも指定された 場合、from<=to であること 22. description 概要 (注ix)

ja 概要(日本語) 最大文字長(15000) 24.
en 概要(英語) 最大文字長(15000) 25. teaching_experience_typ e 科目区分 デフォルト: 未選択 "undergraduate_liberal_arts": 学部 教養科目 "undergraduate_special_subjects": 学部専門科目 "graduate_school_liberal_arts_cours e": 大学院教養科目 "postgraduate_courses": 大学院専門 科目 "others": その他 選択肢からの単一選択 26. address_country 国・地域 ISO 3166-1 alpha-3 形式 設定値については、国・地域 コード一覧(注x)を参照。 27. see_also 対象リソースに関する詳細情報 ※ 記載していないものも出力するこ とがあります。

@id 対象リソースのIRI
URL 形式 RFC に準拠していること 最大5000 バイト 29.
label 対象リソースタイトル(注xii) (url 以外は、更新不可) 30. custom_items カスタム項目 フィールド名(field_name)をobject カスタム項目設定時の入力タ イプでチェック内容が異なる

112

として出力。 レスポンスサンプルは、テキスト(言 語毎の出力)の出力例です。 ・ テキスト : 最大文字長 (500) ・テキストエリア:最大文字 長(15000) ・チェックボックス、セレク トボックス、ラジオボタン: 選択肢の中から選択 31. major_achievement 主要な業績かどうか。 デフォルト: false ※ true に設定した業績が優先的に表 示されます。 選択肢からの単一選択 32. display 公開の有無(注 viii) 選択肢からの単一選択

3.5.1.12 所属学協会 レスポンス

{ "@context": "https://api.researchmap.jp/researcher.jsonld", "@id": "https://api.researchmap.jp/{permalink}/association_memberships/{achievement_id}", "@type": "association_memberships", "@reverse": "https://api.researchmap.jp/{permalink}/association_memberships", "rm:creator_id": "R000282839", "rm:creator_type": "myself", "rm:created": "2017-02-15T14:17:04Z", "rm:modifier_id": "R000282839", "rm:modifier_type": "myself", "rm:modified": "2017-02-15T14:17:04Z", "rm:id": "{achievement_id}", "rm:user_id": "R000282839", "academic_society_name": { "ja": "所属学協会名", "en": "The association name" }, "from_date": "2015-07", "to_date": "2015-07", "see_also": [ { "@id": "http://xxxxxx", "label": "url"

113

} 

], "custom_items": { "field_name": { "ja": "xxxxxx", "en": "xxxxxx" } }, "major_achievement": true, "display": "disclosed" }

No. フィールド名 内容 登録/更新時のチェック内容 1. @context フィールド名のIRI 先定義ファイルパ ス(上記の内容で固定) (注vi)

@id 業績IRI 識別子(リソースを一意に示 すURL - {achievement_id}は業績 ID)

@type 業績種別名 "association_memberships"固定。

@reverse 親データIRI 識別子(上記の内容で固 定-{permalink}は会員により変動)

rm:creator_id 作成者の会員ID (ai からの登録:ai:(AI の種別key), API からの登録: client_id: (client_id)) (更新不可) 6. rm:creator_type 作成者種別(注vii)
(更新不可) 7. rm:created 登録日時(GMT) (更新不可) 8. rm:modifier_id 更新者の会員ID (ai からの更新:ai:(AI の種別key), API からの更新: client_id: (client_id)) (更新不可) 9. rm:modifier_type 更新者種別(注vii)
(更新不可) 10. rm:modified 更新日時(GMT) (更新不可) 11. rm:id 業績ID (更新不可) 12. rm:user_id 会員ID
(更新不可) 13. academic_society_na me 所属学協会名 (注ix) ja、en のどちらか必須

114

ja 所属学協会名(日本語) 最大文字長(500) ※ja の項目に入力があれば必須 15.
en 所属学協会名(英語) 最大文字長(500) ※en の項目に入力があれば必須 16. from_date 年月(From) ※ yyyy-MM or yyyy 有効な日付、日付形式 17. to_date 年月(To) ※ yyyy-MM or yyyy ※ 「現在まで」の場合、「9999」とし ます。 有効な日付、日付形式 from,to どちらも指定された場 合、from<=to であること 18. see_also 対象リソースに関する詳細情報 ※ 記載していないものも出力すること があります。

@id 対象リソースのIRI
URL 形式 RFC に準拠していること 最大5000 バイト 20.
label 対象リソースタイトル(注xii) (url 以外は、更新不可) 21. custom_items カスタム項目 フィールド名(field_name)をobject として出力。 レスポンスサンプルは、テキスト(言 語毎の出力)の出力例です。 カスタム項目設定時の入力タイ プでチェック内容が異なる ・テキスト:最大文字長(500) ・テキストエリア:最大文字長 (15000) ・チェックボックス、セレクト ボックス、ラジオボタン:選択 肢の中から選択 22. major_achievement 主要な業績かどうか。 デフォルト: false ※ true に設定した業績が優先的に表 示されます。 選択肢からの単一選択 23. display 公開の有無(注viii) 選択肢からの単一選択

3.5.1.13 Works(作品等) レスポンス

{ "@context": "https://api.researchmap.jp/researcher.jsonld", "@id": "https://api.researchmap.jp/{permalink}/works/{achievement_id}", "@type": "works", "@reverse": "https://api.researchmap.jp/{permalink}/works", "rm:creator_id": "R000282839",

115

"rm:creator_type": "myself", "rm:created": "2017-02-15T14:17:04Z", "rm:modifier_id": "R000282839", "rm:modifier_type": "myself", "rm:modified": "2017-02-15T14:17:04Z", "rm:id": "{achievement_id}", "rm:user_id": "R000282839", "work_title": { "ja": "作品名", "en": "The work title." }, "creators": { "ja": [ { "name": "情報太郎" }, { "name": "情報花子" } ], "en": [ { "name": "Jyouhou Taro" }, { "name": " Jyouhou Hanako" } ] }, "work_type": "xxxxxx", "from_date": "2015-07", "to_date": "2015-07", "dataset": { "dataset_name": "file_name.pdf", "access_url": "https://researchmap.jp/xxxxxxxxxx.pdf", "rm:media_type": "application/pdf ", "rm:use_password": true, }, "location": {

116

"ja": "xxxxxx", 
"en": "xxxxxxxx" 

}, "description": { "ja": "xxxxxx", "en": "xxxxxxxx" }, "is_international_collaboration": false, "identifiers": { "doi": ["xxxx"], "rm:research_project_id": ["xxxx"] }, "see_also": [ { "@id": "http://xxxxxx", "label": "url", "is_downloadable": true }, { "@id": "http://xxxxxxxx", "label": "url" }, { "@id": "http://dx.doi.org/xxxxxx", "label": "doi" }, { "@id": "https://api.researchmap.jp/{permalink}/research_projects/xxxx", "label": "rm:research_projects" } ], "custom_items": { "field_name": { "ja": "xxxxxx", "en": "xxxxxx" } }, "major_achievement": true, "display": "disclosed"

117

}

No. フィールド名 内容 登録/更新時のチェック内容 1. @context フィールド名のIRI 先定義ファイルパ ス(上記の内容で固定)(注vi)

@id 業績IRI 識別子(リソースを一意に示 すURL - {achievement_id}は業績 ID)

@type 業績種別名 "works"固定。

@reverse 親データIRI 識別子(上記の内容で固 定-{permalink}は会員により変動)

rm:creator_id 作成者の会員ID (ai からの登録:ai:(AI の種別key), API からの登録: client_id: (client_id)) (更新不可) 6. rm:creator_type 作成者種別(注vii) (更新不可) 7. rm:created 登録日時(GMT) (更新不可) 8. rm:modifier_id 更新者の会員ID (ai からの更新:ai:(AI の種別key), API からの更新: client_id: (client_id)) (更新不可) 9. rm:modifier_type 更新者種別(注vii) (更新不可) 10. rm:modified 更新日時(GMT) (更新不可) 11. rm:id 業績ID (更新不可) 12. rm:user_id 会員ID (更新不可) 13. work_title 作品名(注ix) ja、en のどちらか必須 14.
ja 作品名(日本語) 最大文字長(500) ※ja の項目に入力があれば必須 15.
en 作品名(英語) 最大文字長(500) ※en の項目に入力があれば必須 16. creators 発表者

ja (en) 言語種別(en 言語の記載、省略) n 回繰り返し(n>=0)(注ix)

name 発表者名 最大文字長(500) 19. work_type 作品分類 デフォルト: 未選択 "artistic_activity": 芸術活動 選択肢からの単一選択

118

"architectural_works": 建築作品 "software": コンピュータソフト "database": データベース "web_service": Web サービス "educational_materials": 教材 "others": その他 20. from_date 年月(From) ※ yyyy-MM-dd or yyyy-MM or yyyy 有効な日付、日付形式 21. to_date 年月(To) ※ yyyy-MM-dd or yyyy-MM or yyyy ※ 「現在まで」の場合、「9999」と します。 有効な日付、日付形式 from,to どちらも指定された場 合、from<=to であること 22. dataset 添付ファイル ※ 添付ファイルなし、あるいはパス ワード付きで本人以外の取得の場 合、本項目は表示されません。 (dataset 以下、更新不可) 23.
dataset_name ファイル名

  1. access_url 添付ファイルのURL

  2. rm:media_type メディアタイプ

  3. rm:use_password パスワードの有無

  4. location 発表場所(開催地)(注ix)

ja 発表場所(開催地)(日本語) 最大文字長(500) 29.
en 発表場所(開催地)(英語) 最大文字長(500) 30. description 発表内容(注ix)

ja 発表内容(日本語) 最大文字長(15000) 32.
en 発表内容(英語) 最大文字長(15000) 33. is_international_colla boration 国際共著(国際的な共同執筆、共同発 明、共同特許、共同発表、共同研究 等) デフォルト: 未選択 false: 国際共著していない true: 国際共著している 選択肢からの単一選択 34. identifiers 識別子(曖昧性がなく区別できる IDs)

doi DOI ※ 配列に値がはいります。 書式チェック 10.[スラッシュ以外の文字1つ以 上]/[出版社指定の文字列]

rm:research_project 紐づいた共同研究・競争的資金等の業 (更新不可)

119

_id 績ID ※ 配列に値がはいります。 37. see_also 対象リソースに関する詳細情報 ※ 記載していないものも出力するこ とがあります。

@id 対象リソースのIRI
URL 形式 RFC に準拠していること 最大5000 バイト 39.
label 対象リソースタイトル(注xii) (url 以外は、更新不可) 40.
is_downloadable 無償でダウンロードできるURL(リ ソースの定義場所) であるかどう か。 デフォルト: false false: 無償でダウンロードできない true: 無償でダウンロード可 選択肢からの単一選択 41. custom_items カスタム項目 フィールド名(field_name)をobject として出力。 レスポンスサンプルは、テキ スト(言語毎の出力)の出力 例です。 カスタム項目設定時の入力タイ プでチェック内容が異なる ・テキスト:最大文字長(500) ・テキストエリア:最大文字長 (15000) ・チェックボックス、セレクト ボックス、ラジオボタン:選択 肢の中から選択 42. major_achievement 主要な業績かどうか。 デフォルト: false ※ true に設定した業績が優先的に表 示されます。 選択肢からの単一選択 43. display 公開の有無(注viii) 選択肢からの単一選択

3.5.1.14 共同研究・競争的資金等の研究課題 レスポンス { "@context": "https://api.researchmap.jp/researcher.jsonld", "@id": "https://api.researchmap.jp/{permalink}/research_projects/{achievement_id}", "@type": "research_projects", "@reverse": "https://api.researchmap.jp/{permalink}/research_projects", "rm:creator_id": "R000282839", "rm:creator_type": "myself", "rm:created": "2017-02-15T14:17:04Z",

120

"rm:modifier_id": "R000282839", "rm:modifier_type": "myself", "rm:modified": "2017-02-15T14:17:04Z", "rm:id": "{achievement_id}", "rm:user_id": "R000282839", "research_project_title": { "ja": "競争的資金タイトル", "en": "The research project title." }, "investigators": { "ja": [ { "name": "情報太郎" }, { "name": "情報花子" } ], "en": [ { "name": "Jyouhou Taro" }, { "name": " Jyouhou Hanako" } ] }, "offer_organization": { "ja": "xxxxxx", "en": "xxxxxxxx" }, "system_name": { "ja": "xxxxxx", "en": "xxxxxxxx" }, "category": { "ja": "xxxxxx", "en": "xxxxxxxx" },

121

"institution_name": { "ja": "xxxxxx", "en": "xxxxxxxx" }, "from_date": "2015-07", "to_date": "2015-07", "research_project_owner_role": "xxxxxx", "overall_grant_amount": { "total_cost": "4290000", "direct_cost": "3300000", "indirect_cost": "990000" }, "description": { "ja": "xxxxxx", "en": "xxxxxxxx" }, "fund_type": "xxxxx", "is_international_collaboration": false, "identifiers": { "grant_number": ["xxxx"], "national_grant_number": ["xxxx"], "j_global_id": ["xxxx"], "rm:published_paper_id": ["xxxx"], "rm:misc_id": ["xxxx"], "rm:book_etc_id": ["xxxx"], "rm:presentation_id": ["xxxx"], "rm:award_id": ["xxxx"], "rm:work_id": ["xxxx"], "rm:industrial_property_right_id": ["xxxx"], "rm:social_contribution_id": ["xxxx"], "rm:media_coverage_id": ["xxxx"], "rm:academic_contribution_id": ["xxxx"] }, "see_also": [ { "@id": "http://xxxxxx", "label": "url" }, {

122

  "@id": "https://kaken.nii.ac.jp/ja/grant/xxxx/", 
  "label": "kaken" 
}, 

{ "@id": "https://api.researchmap.jp/{permalink}/research_projects/xxxx", "label": "rm:published_papers" }, { "@id": "https://api.researchmap.jp/{permalink}/misc/xxxx", "label": "rm:misc" }, { "@id": "https://api.researchmap.jp/{permalink}/books_etc/xxxx", "label": "rm:books_etc" }, { "@id": "https://api.researchmap.jp/{permalink}/presentations/xxxx", "label": "rm:presentations" }, { "@id": "https://api.researchmap.jp/{permalink}/awards/xxxx", "label": "rm:awards" }, { "@id": "https://api.researchmap.jp/{permalink}/works/xxxx", "label": "rm:works" }, { "@id": "https://api.researchmap.jp/{permalink}/industrial_property_rights/xxxx", "label": "rm:industrial_property_rights" }, { "@id": "https://api.researchmap.jp/{permalink}/social_contribution/xxxx", "label": "rm:social_contribution" } ], "custom_items": { "field_name": { "ja": "xxxxxx",

123

"en": "xxxxxx" } }, "major_achievement": true, "display": "disclosed" }

No. フィールド名 内容 登録/更新時のチェック内容 1. @context フィールド名のIRI 先定義ファイル パス(上記の内容で固定)(注vi)

@id 業績IRI 識別子(リソースを一意に 示すURL - {achievement_id}は業 績のID)

@type 業績種別名"research_projects"固 定。

@reverse 親データIRI 識別子(上記の内容で 固定-{permalink}は会員により変 動)

rm:creator_id 作成者の会員ID (ai からの登録:ai:(AI の種別 key), API からの登録: client_id: (client_id)) (更新不可) 6. rm:creator_type 作成者種別(注vii) (更新不可) 7. rm:created 登録日時(GMT) (更新不可) 8. rm:modifier_id 更新者の会員ID (ai からの更新:ai:(AI の種別 key), API からの更新: client_id: (client_id)) (更新不可) 9. rm:modifier_type 更新者種別(注vii) (更新不可) 10. rm:modified 更新日時(GMT) (更新不可) 11. rm:id 業績ID (更新不可) 12. rm:user_id 会員ID (更新不可) 13. research_project_title 研究課題タイトル(注ix) ja、en のどちらか必須 14.
ja 研究課題タイトル(日本語) 最大文字長(500) ※ja の項目に入力があれば必須 15.
en 研究課題タイトル(英語) 最大文字長(500) ※en の項目に入力があれば必須 16. investigators 担当研究者

124

ja (en) 言語種別(en 言語の記載、省略) n 回繰り返し(n>=0)(注ix)

name 担当研究者名 最大文字長(500) 19. offer_organization 提供機関(注ix)

ja 提供機関(日本語) 最大文字長(500) 21.
en 提供機関(英語) 最大文字長(500) 22. system_name 制度名(注ix)

ja 制度名(日本語) 最大文字長(500) 24.
en 制度名(英語) 最大文字長(500) 25. category 研究種目(注ix)

ja 研究種目(日本語) 最大文字長(500) 27.
en 研究種目(英語) 最大文字長(500) 28. institution_name 研究機関(注ix)

ja 研究機関(日本語) 最大文字長(500) 30.
en 研究機関(英語) 最大文字長(500) 31. from_date 研究期間(年月)(From)
※ yyyy-MM or yyyy 有効な日付、日付形式 32. to_date 研究期間(年月)(To) ※ yyyy-MM or yyyy 有効な日付、日付形式 from,to どちらも指定された場 合、from<=to であること 33. research_project_owner _role 担当区分 デフォルト: 未選択 "principal_investigator": 研究代表 者 "coinvestigator": 研究分担者 "coinvestigator_not_use_grants": 連携研究者 "others": その他 選択肢からの単一選択 34. overall_grant_amount 配分額

total_cost 総額 0 以上の半角数値 36.
direct_cost 直接経費 0 以上の半角数値 37.
indirect_cost 間接経費 0 以上の半角数値 38. description 研究概要 (注ix)

ja 研究概要(日本語) 最大文字長(15000) 40.
en 研究概要(英語) 最大文字長(15000) 41. fund_type 資金種別 デフォルト: 未選択 "competitive_research_funding": 競 選択肢からの単一選択

125

争的資金 "industry_academia_cooperation": 産学連携による資金 "others": その他 42. is_international_collabo ration 国際共同研究 デフォルト: 未選択 false: 国際共同研究していない true: 国際共同研究している 選択肢からの単一選択 43. identifiers 識別子(曖昧性がなく区別できる IDs)

grant_number 課題番号 ※ 配列として複数表示できるよう にしていますが、1 項目しか利用 しません。 書式チェック 半角英数字, -(ハイフン)

national_grant_numb er 体系的番号 ※ 配列として複数表示できるよう にしていますが、1 項目しか利用 しません。 書式チェック JP で始まる3 桁以上の半角英数字

j_global_id J-Global ID ※ 配列に値がはいります。 (更新不可) 47.
rm:published_paper_i d 紐づいた論文の業績ID ※ 配列に値がはいります。 (更新不可) 48.
rm:misc_id 紐づいたMISC の業績ID ※ 配列に値がはいります。 (更新不可) 49.
rm:book_etc_id 紐づいた書籍等出版物の業績ID ※ 配列に値がはいります。 (更新不可) 50.
rm:presentation_id 紐づいた講演・口頭発表等の業績ID ※ 配列に値がはいります。 (更新不可) 51.
rm:award_id 紐づいた受賞の業績ID ※ 配列に値がはいります。 (更新不可) 52.
rm:work_id 紐づいたWorks(作品等)の業績 ID ※ 配列に値がはいります。 (更新不可) 53.
rm:industrial_proper ty_right_id 紐づいた産業財産権の業績ID ※ 配列に値がはいります。 (更新不可) 54.
rm:social_contributio n_id 紐づいた社会貢献活動の業績ID ※ 配列に値がはいります。 (更新不可) 55.
rm:media_coverage_i d 紐づいたメディア報道の業績ID ※ 配列に値がはいります。 (更新不可)

126

rm:academic_contri bution_id 紐づいた学術貢献活動の業績ID ※ 配列に値がはいります。 (更新不可) 57. see_also 対象リソースに関する詳細情報 ※ 記載していないものも出力する ことがあります。

@id 対象リソースのIRI
URL 形式 RFC に準拠していること 最大5000 バイト 59.
label 対象リソースタイトル(注xii) (url 以外は、更新不可) 60. custom_items カスタム項目 フィールド名(field_name)を object として出力。 レスポンスサンプルは、テキスト (言語毎の出力)の出力例です。 カスタム項目設定時の入力タイ プでチェック内容が異なる ・テキスト:最大文字長(500) ・テキストエリア:最大文字長 (15000) ・チェックボックス、セレクト ボックス、ラジオボタン:選択 肢の中から選択 61. major_achievement 主要な業績かどうか。 デフォルト: false ※ true に設定した業績が優先的に 表示されます。 選択肢からの単一選択 62. display 公開の有無(注viii) 選択肢からの単一選択

3.5.1.15 産業財産権レスポンス

{ "@context": "https://api.researchmap.jp/researcher.jsonld", "@id": "https://api.researchmap.jp/{permalink}/industrial_property_rights/{achievement_id}", "@type": "industrial_property_rights", "@reverse": "https://api.researchmap.jp/{permalink}/industrial_property_rights", "rm:creator_id": "R000282839", "rm:creator_type": "myself", "rm:created": "2017-02-15T14:17:04Z", "rm:modifier_id": "R000282839", "rm:modifier_type": "myself", "rm:modified": "2017-02-15T14:17:04Z", "rm:id": "{achievement_id}",