├── 1.0 ├── datacite.xsd ├── dc.xsd ├── dcndl.xsd ├── dcterms.xsd ├── documents │ ├── JPCOARスキーマ項目一覧.pdf │ └── JPCOARスキーマ項目一覧.xlsx ├── jpcoar_scm.xsd ├── openaire.xsd ├── rdf.xsd ├── rioxxterms.xsd └── samples │ ├── 01_departmental_bulletin_paper_oa.xml │ ├── 02_journal_article_embargoed.xml │ ├── 03_journal_article_oa.xml │ ├── 04_journal_article_accepted_embargoed.xml │ ├── 05_doctoral_thesis_oa.xml │ ├── 06_doctoral_thesis_published.xml │ ├── 07_dataset.xml │ ├── 08_conference_object.xml │ ├── 09_departmental_bulletin_paper_restricted_access.xml │ └── 10_journal_article_metadata_only.xml ├── 2.0 ├── datacite.xsd ├── dc.xsd ├── dcndl.xsd ├── dcterms.xsd ├── documents │ ├── JPCOARスキーマ項目一覧.pdf │ ├── JPCOARスキーマ項目一覧.xlsx │ ├── JPCOARスキーマ項目一覧(見え消しあり).pdf │ └── JPCOARスキーマ項目一覧(見え消しあり).xlsx ├── jpcoar_scm.xsd ├── json │ └── jpcoar.json ├── openaire.xsd ├── rdf.xsd └── samples │ ├── 01_departmental_bulletin_paper_oa.xml │ ├── 02_journal_article_embargoed.xml │ ├── 03_journal_article_oa.xml │ ├── 04_journal_article_accepted_embargoed.xml │ ├── 05_doctoral_thesis_oa.xml │ ├── 06_doctoral_thesis_published.xml │ ├── 07_dataset.xml │ ├── 08_conference_object.xml │ ├── 09_departmental_bulletin_paper_restricted_access.xml │ ├── 10_journal_article_metadata_only_external_link.xml │ ├── 11_dataset_external_link.xml │ ├── 12_digital_archive.xml │ ├── 13_digital_archive_dataset_series.xml │ └── 14_common_metadata_elements_cao.xml └── README.md /1.0/datacite.xsd: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | 51 | 52 | 53 | 54 | 55 | 56 | 57 | 58 | 59 | 60 | 61 | 62 | 63 | 64 | 65 | 66 | 67 | 68 | 69 | 70 | 71 | 72 | 73 | 74 | 75 | 76 | 77 | 78 | 79 | 80 | 81 | 82 | 83 | 84 | 85 | 86 | 87 | 88 | 89 | 90 | 91 | 92 | 93 | 94 | 95 | 96 | 97 | 98 | 99 | 100 | 101 | 102 | 103 | 104 | 105 | 106 | 107 | 108 | 109 | 110 | 111 | 112 | 113 | 114 | 115 | 116 | 117 | 118 | 119 | 120 | 121 | 122 | 123 | 124 | 125 | 126 | 127 | 128 | 129 | 130 | 131 | 132 | 133 | 134 | 135 | -------------------------------------------------------------------------------- /1.0/dc.xsd: -------------------------------------------------------------------------------- 1 | 2 | 6 | 7 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | 51 | 52 | 53 | 54 | 55 | 56 | 57 | -------------------------------------------------------------------------------- /1.0/dcndl.xsd: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | -------------------------------------------------------------------------------- /1.0/dcterms.xsd: -------------------------------------------------------------------------------- 1 | 2 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | -------------------------------------------------------------------------------- /1.0/documents/JPCOARスキーマ項目一覧.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JPCOAR/schema/b90ae116ddc39ff4317dcf31bf3db5aff7a13b37/1.0/documents/JPCOARスキーマ項目一覧.pdf -------------------------------------------------------------------------------- /1.0/documents/JPCOARスキーマ項目一覧.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JPCOAR/schema/b90ae116ddc39ff4317dcf31bf3db5aff7a13b37/1.0/documents/JPCOARスキーマ項目一覧.xlsx -------------------------------------------------------------------------------- /1.0/jpcoar_scm.xsd: -------------------------------------------------------------------------------- 1 | 2 | 11 | 12 | 14 | 15 | 16 | 17 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | JPCOAR Schema 27 | 28 | 29 | JPCOAR Schema 30 | v1.0.2 2019.11.27 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | 51 | 52 | 53 | 54 | 55 | 56 | 57 | 58 | 59 | 60 | 61 | 62 | 63 | 64 | 65 | 66 | 67 | 68 | 69 | 70 | 71 | 72 | 73 | 74 | 75 | 76 | 77 | 78 | 79 | 80 | 81 | 82 | 83 | 84 | 85 | 86 | 87 | 88 | 89 | 90 | 91 | 92 | 93 | 94 | 95 | 96 | 97 | 98 | 99 | 100 | 101 | 102 | 103 | 104 | 105 | 106 | 107 | 108 | 109 | 110 | 111 | 112 | 113 | 114 | 115 | 116 | 117 | 118 | 119 | 120 | 121 | 122 | 123 | 124 | 125 | 126 | 127 | 128 | 129 | 130 | 131 | 132 | 133 | 134 | 135 | 136 | 137 | 138 | 139 | 140 | 141 | 142 | 143 | 144 | 145 | 146 | 147 | 148 | 149 | 150 | 151 | 152 | 153 | 154 | 155 | 156 | 157 | 158 | 159 | 160 | 161 | 162 | 163 | 164 | 165 | 166 | 167 | 168 | 169 | 170 | 171 | 172 | 173 | 174 | 175 | 176 | 177 | 178 | 179 | 180 | 181 | 182 | 183 | 184 | 185 | 186 | 187 | 188 | 189 | 190 | 191 | 192 | 193 | 194 | 195 | 196 | 197 | 198 | 199 | 200 | 201 | 202 | 203 | 204 | 205 | 206 | 207 | 208 | 209 | 210 | 211 | 212 | 213 | 214 | 215 | 216 | 217 | 218 | 219 | 220 | 221 | 222 | 223 | 224 | 225 | 226 | 227 | 228 | 229 | 230 | 231 | 232 | 233 | 234 | 235 | 236 | 237 | 238 | 239 | 240 | 241 | 242 | 243 | 244 | 245 | 246 | 247 | 248 | 249 | 250 | 251 | 252 | 253 | 254 | 255 | 256 | 257 | 258 | 259 | 260 | 261 | 262 | 263 | 264 | 265 | 266 | 267 | 268 | 269 | 270 | 271 | 272 | 273 | 274 | 275 | 276 | 277 | 278 | 279 | 280 | 281 | 282 | 283 | 284 | 285 | 286 | 287 | 288 | 289 | 290 | 291 | 292 | 293 | 294 | 295 | 296 | 297 | 298 | 299 | 300 | 301 | 302 | 303 | 304 | 305 | 306 | 307 | 308 | 309 | 310 | 311 | 312 | 313 | 314 | 315 | 316 | 317 | 318 | 319 | 320 | 321 | 322 | 323 | 324 | 325 | 326 | 327 | 328 | 329 | 330 | 331 | 332 | 333 | 334 | 335 | 336 | 337 | 338 | 339 | 340 | 341 | 342 | 343 | 344 | 345 | 346 | 347 | 348 | 349 | 350 | 351 | 352 | 353 | 354 | 355 | 356 | 357 | 358 | 359 | 360 | 361 | 362 | 363 | 364 | 365 | 366 | 367 | 368 | 369 | 370 | 371 | 372 | 373 | 374 | 375 | 376 | 377 | 378 | 379 | 380 | 381 | 382 | 383 | 384 | 385 | 386 | 387 | 388 | 389 | 390 | 391 | 392 | 393 | 394 | 395 | 396 | 397 | 398 | 399 | 400 | 401 | 402 | 403 | 404 | 405 | 406 | 407 | 408 | 409 | 410 | 411 | 412 | 413 | 414 | 415 | 416 | 417 | 418 | 419 | 420 | 421 | 422 | 423 | 424 | 425 | 426 | 427 | 428 | 429 | 430 | 431 | 432 | 433 | 434 | 435 | 436 | 437 | 438 | 439 | 440 | 441 | 442 | 443 | 444 | 445 | 446 | 447 | 448 | 449 | 450 | 451 | 452 | 453 | 454 | 455 | 456 | 457 | 458 | 459 | 460 | 461 | 462 | 463 | 464 | 465 | 466 | 467 | 468 | 469 | 470 | 471 | 472 | 473 | 474 | 475 | 476 | 477 | 478 | 479 | 480 | 481 | 482 | 483 | 484 | 485 | 486 | 487 | 488 | 489 | 490 | 491 | 492 | 493 | 494 | 495 | 496 | 497 | 498 | 499 | 500 | 501 | 502 | 503 | 504 | 505 | 506 | 507 | 508 | 509 | 510 | 511 | 512 | 513 | 514 | 515 | 516 | 517 | 518 | 519 | 520 | 521 | 522 | 523 | 524 | 525 | 526 | 527 | 528 | 529 | 530 | 531 | 532 | 533 | 534 | 535 | 536 | 537 | 538 | 539 | 540 | 541 | 542 | 543 | 544 | 545 | 546 | 547 | 548 | 549 | 550 | 551 | 552 | 553 | 554 | 555 | 556 | 557 | 558 | 559 | 560 | 561 | 562 | 563 | 564 | 565 | 566 | 567 | 568 | 569 | 570 | 571 | -------------------------------------------------------------------------------- /1.0/openaire.xsd: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | -------------------------------------------------------------------------------- /1.0/rdf.xsd: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /1.0/rioxxterms.xsd: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | -------------------------------------------------------------------------------- /1.0/samples/01_departmental_bulletin_paper_oa.xml: -------------------------------------------------------------------------------- 1 | 2 | 12 | 13 | 情報爆発時代の研究基盤構想 14 | Research Project on Cyber Infrastructure for Information-explosion Era 15 | ジョウホウ バクハツ ジダイ ノ ケンキュウ キバン コウソウ 16 | 17 | 0000-0001-0002-0003 18 | 安達, 淳 19 | Adachi, Jun 20 | アダチ, ジュン 21 | 22 | 0000000121691048 23 | 東京大学 24 | University of Tokyo 25 | 26 | 27 | 28 | open access 29 | Creative Commons Attribution 4.0 International 30 | 情報爆発 31 | データマイニング 32 | 東京大学大学院情報学環 33 | 2015-10-01 34 | jpn 35 | 36 | departmental bulletin paper 37 | 38 | VoR 39 | 40 | https://doi.org/10.15017/64495 41 | http://hdl.handle.net/2115/64495 42 | 43 | 10.15017/64495 44 | 45 | https://doi.org/10.13039/501100001691 46 | 日本学術振興会 47 | 18049069 48 | 情報爆発時代の情報検索基盤技術 49 | 50 | 1880-697X 51 | AA12032633 52 | 東京大学大学院情報学環紀要 情報学研究 53 | Journal of information studies 54 | 12 55 | 3 56 | 24 57 | 34 58 | 57 59 | 60 | http://repository.dl.itc.u-tokyo.ac.jp/files/64495/JIS_12_3_34-57.pdf 61 | application/pdf 62 | 3MB 63 | 24 pages 64 | 2015-10-01 65 | 66 | 67 | -------------------------------------------------------------------------------- /1.0/samples/02_journal_article_embargoed.xml: -------------------------------------------------------------------------------- 1 | 2 | 12 | 13 | Research Project on Cyber Infrastructure for Information-explosion Era 14 | 15 | 0000-0001-0002-0003 16 | 安達, 淳 17 | Adachi, Jun 18 | アダチ, ジュン 19 | 20 | 0000000121691048 21 | 東京大学 22 | University of Tokyo 23 | 24 | 25 | 26 | embargoed access 27 | information retrieval 28 | data mining 29 | Elsevier 30 | 2015-10-01 31 | 32 | 2016-04-01 33 | eng 34 | 35 | journal article 36 | 37 | VoR 38 | http://hdl.handle.net/2115/64495 39 | 40 | 41 | https://doi.org/10.1371/journal.pone.0170224 42 | 43 | 44 | https://doi.org/10.13039/501100001691 45 | 日本学術振興会 46 | 18049069 47 | 情報爆発時代の情報検索基盤技術 48 | 49 | 1880-697X 50 | AA12032633 51 | Journal of information studies 52 | 12 53 | 3 54 | 24 55 | 34 56 | 57 57 | 58 | 59 | -------------------------------------------------------------------------------- /1.0/samples/03_journal_article_oa.xml: -------------------------------------------------------------------------------- 1 | 2 | 12 | 13 | Research Project on Cyber Infrastructure for Information-explosion Era 14 | 15 | 0000-0001-0002-0003 16 | 安達, 淳 17 | Adachi, Jun 18 | アダチ, ジュン 19 | 20 | 0000000121691048 21 | 東京大学 22 | University of Tokyo 23 | 24 | 25 | 26 | open access 27 | information retrieval 28 | data mining 29 | Elsevier 30 | 2015-10-01 31 | 32 | 2016-04-01 33 | eng 34 | journal article 35 | VoR 36 | http://hdl.handle.net/2115/64495 37 | 38 | https://doi.org/10.1371/journal.pone.0170224 39 | 40 | 41 | https://doi.org/10.13039/501100001691 42 | 日本学術振興会 43 | 18049069 44 | 情報爆発時代の情報検索基盤技術 45 | 46 | 1880-697X 47 | AA12032633 48 | Journal of information studies 49 | 12 50 | 3 51 | 24 52 | 34 53 | 57 54 | 55 | 56 | http://repository.dl.itc.u-tokyo.ac.jp/files/64495/JIS_12_3_34-57.pdf 57 | application/pdf 58 | 3MB 59 | 24 pages 60 | 2015-10-01 61 | 62 | 2016-04-01 63 | 64 | 65 | -------------------------------------------------------------------------------- /1.0/samples/04_journal_article_accepted_embargoed.xml: -------------------------------------------------------------------------------- 1 | 2 | 12 | 13 | Research Project on Cyber Infrastructure for Information-explosion Era 14 | 15 | 0000-0001-0002-0003 16 | 安達, 淳 17 | Adachi, Jun 18 | アダチ, ジュン 19 | 20 | 0000000121691048 21 | 東京大学 22 | University of Tokyo 23 | 24 | 25 | 26 | embargoed access 27 | information retrieval 28 | data mining 29 | Elsevier 30 | 2015-10-01 31 | 32 | 2016-04-01 33 | eng 34 | 35 | journal article 36 | 37 | AM 38 | http://hdl.handle.net/2115/64495 39 | 40 | 41 | https://doi.org/10.1371/journal.pone.0170224 42 | 43 | 44 | https://doi.org/10.13039/501100001691 45 | 日本学術振興会 46 | 18049069 47 | 情報爆発時代の情報検索基盤技術 48 | 49 | 1880-697X 50 | AA12032633 51 | Journal of information studies 52 | 12 53 | 3 54 | 24 55 | 34 56 | 57 57 | 58 | 59 | -------------------------------------------------------------------------------- /1.0/samples/05_doctoral_thesis_oa.xml: -------------------------------------------------------------------------------- 1 | 2 | 12 | 13 | Acoustical Investigation of the Japanese Bamboo Pipe,Syakuhati 14 | 日本の竹製管楽器、尺八の音響学的研究 15 | 二ホン ノ チクセイ カンガッキ シャクハチ ノ オンキョウテキ ケンキュウ 16 | 17 | 0000-0001-0001-0001 18 | 寺田, 寅彦 19 | Terada, Torahiko 20 | テラダ, トラヒコ 21 | 22 | 0000000121691048 23 | 東京大学 24 | University of Tokyo 25 | 26 | 27 | 28 | 29 | 30 | 0000-0001-0002-0003 31 | 夏目, 漱石 32 | Natsume, Soseki 33 | ナツメ, ソウセキ 34 | 35 | 0000000121691048 36 | 東京大学 37 | University of Tokyo 38 | 39 | 40 | 41 | open access 42 | 2017-03-25 43 | eng 44 | 45 | doctoral thesis 46 | VoR 47 | 48 | https://doi.org/10.15017/64495 49 | http://hdl.handle.net/2115/64495 50 | 51 | 10.15017/64495 52 | 53 | 甲第5384号 54 | 55 | 博士(理学) 56 | Doctor of Science 57 | 58 | 2017-03-25 59 | 60 | 61 | 12601 62 | 東京大学 63 | University of Tokyo 64 | 65 | 66 | 67 | http://repository.dl.itc.u-tokyo.ac.jp/files/64495/fulltext.pdf 68 | application/pdf 69 | 10MB 70 | 150 pages 71 | 2017-03-25 72 | 73 | 74 | 75 | http://repository.dl.itc.u-tokyo.ac.jp/files/64495/abstract.pdf 76 | application/pdf 77 | 100KB 78 | 2 pages 79 | 2017-03-25 80 | 81 | 82 | 83 | http://repository.dl.itc.u-tokyo.ac.jp/files/64495/abstract_of_review.pdf 84 | application/pdf 85 | 50KB 86 | 1 page 87 | 2017-03-25 88 | 89 | 90 | -------------------------------------------------------------------------------- /1.0/samples/06_doctoral_thesis_published.xml: -------------------------------------------------------------------------------- 1 | 2 | 13 | 14 | Acoustical Investigation of the Japanese Bamboo Pipe,Syakuhati 15 | 日本の竹製管楽器、尺八の音響学的研究 16 | 二ホン ノ チクセイ カンガッキ シャクハチ ノ オンキョウテキ ケンキュウ 17 | 18 | 0000-0001-0001-0001 19 | 寺田, 寅彦 20 | Terada, Torahiko 21 | テラダ, トラヒコ 22 | 23 | 0000000121691048 24 | 東京大学 25 | University of Tokyo 26 | 27 | 28 | 29 | 30 | 0000-0001-0002-0003 31 | 夏目, 漱石 32 | Natsume, Soseki 33 | ナツメ, ソウセキ 34 | 35 | 0000000121691048 36 | 東京大学 37 | University of Tokyo 38 | 39 | 40 | 41 | open access 42 | 2017-03-25 43 | eng 44 | 45 | doctoral thesis 46 | VoR 47 | 48 | https://doi.org/10.15017/64495 49 | http://hdl.handle.net/2115/64495 50 | 51 | 10.15017/64495 52 | 53 | 54 | https://doi.org/10.1371/journal.pone.0170224 55 | 56 | 57 | 甲第5384号 58 | 59 | 博士(理学) 60 | Doctor of Science 61 | 62 | 2017-03-25 63 | 64 | 65 | 12601 66 | 東京大学 67 | University of Tokyo 68 | 69 | 70 | 71 | http://repository.dl.itc.u-tokyo.ac.jp/files/64495/fulltext.pdf 72 | application/pdf 73 | 10MB 74 | 150 pages 75 | 2017-03-25 76 | 77 | 78 | 79 | http://repository.dl.itc.u-tokyo.ac.jp/files/64495/abstract.pdf 80 | application/pdf 81 | 100KB 82 | 2 pages 83 | 2017-03-25 84 | 85 | 86 | 87 | 88 | http://repository.dl.itc.u-tokyo.ac.jp/files/64495/abstract_of_review.pdf 89 | application/pdf 90 | 50KB 91 | 1 page 92 | 2017-03-25 93 | 94 | -------------------------------------------------------------------------------- /1.0/samples/07_dataset.xml: -------------------------------------------------------------------------------- 1 | 2 | 13 | 14 | The GRENE-TEA Project dataset 15 | 16 | 0000-0001-0001-0001 17 | 寺田, 寅彦 18 | Terada, Torahiko 19 | テラダ, トラヒコ 20 | 21 | 0000000121691048 22 | 東京大学 23 | University of Tokyo 24 | 25 | 26 | 27 | 28 | 0000-0001-0002-0003 29 | 夏目, 漱石 30 | Natsume, Soseki 31 | ナツメ, ソウセキ 32 | 33 | 0000000121691048 34 | 東京大学 35 | University of Tokyo 36 | 37 | 38 | 39 | 40 | 0000-0001-0002-0003 41 | 夏目, 純一 42 | Natsume, Jun'ichi 43 | ナツメ, ジュンイチ 44 | 45 | 0000000121691048 46 | 東京大学 47 | University of Tokyo 48 | 49 | 50 | 51 | 52 | 0000-0001-0002-0003 53 | 夏目, 伸六 54 | Natsume, Shinroku 55 | ナツメ, シンロク 56 | 57 | 0000000121691048 58 | 東京大学 59 | University of Tokyo 60 | 61 | 62 | 63 | open access 64 | Creative Commons Attribution 4.0 International 65 | Climatology 66 | Meteorology 67 | Atmosphere 68 | The authors describe the construction of a forcing dataset for GREEN-TEA Models with eight meteorological variables for the 35 year period from 1970 to 2005. 69 | 東京大学 70 | University of Tokyo 71 | 72 | 2014-01-01 73 | 2015-07-01 74 | 75 | 2015-09-29 76 | eng 77 | 78 | dataset 79 | 80 | 1.01 81 | 82 | https://doi.org/10.15017/64495 83 | 84 | 10.15017/64495 85 | 86 | 87 | https://doi.org/10.5194/essdd-8-703-2015 88 | 89 | 1970-01-01 00:00:00 - 2005-01-01 23:59:59 90 | 91 | 92 | -140.487500 93 | 109.618333 94 | 60.255000 95 | 75.589167 96 | 97 | 98 | 99 | https://doi.org/10.13039/501100000780 100 | European Commission 101 | 284382 102 | Institutionalizing global genetic-resource commons. Global Strategies for accessing and using essential public knowledge assets in the life science 103 | 104 | 105 | http://repository.dl.itc.u-tokyo.ac.jp/files/64495/JIS_12_3_34-57.csv 106 | 1GB 107 | 2014-01-01 108 | 2015-07-01 109 | 2015-09-29 110 | 111 | 1.01 112 | 113 | -------------------------------------------------------------------------------- /1.0/samples/08_conference_object.xml: -------------------------------------------------------------------------------- 1 | 2 | 13 | 14 | Research data sharing framework to enhance open science 15 | 16 | 0000-0002-2909-7163 17 | 武田, 英明 18 | Takeda, Hideaki 19 | タケダ, ヒデアキ 20 | 21 | 0000000121691048 22 | 東京大学 23 | University of Tokyo 24 | 25 | 26 | 27 | open access 28 | information retrieval 29 | data mining 30 | 2015-10-01 31 | eng 32 | 33 | conference object 34 | VoR 35 | http://hdl.handle.net/2115/64495 36 | 37 | https://doi.org/10.13039/501100001691 38 | 日本学術振興会 39 | 15H02781 40 | Linked Open Data利活用のためのクエリ共有手法に関する研究 41 | 42 | 43 | 44 | RDA Seventh Plenary Meeting 45 | 7 46 | The Research Data Alliance 47 | February 29th to March 4th, 2016 48 | Hitotsubashi Hall 49 | Tokyo 50 | JPN 51 | 52 | 53 | http://repository.dl.itc.u-tokyo.ac.jp/files/64495/JIS_12_3_34-57.pdf 54 | application/pdf 55 | 3MB 56 | 24 pages 57 | 2015-10-01 58 | 59 | -------------------------------------------------------------------------------- /1.0/samples/09_departmental_bulletin_paper_restricted_access.xml: -------------------------------------------------------------------------------- 1 | 2 | 13 | 14 | 情報爆発時代の研究基盤構想 15 | Research Project on Cyber Infrastructure for Information-explosion Era 16 | ジョウホウ バクハツ ジダイ ノ ケンキュウ キバン コウソウ 17 | 18 | 0000-0001-0002-0003 19 | 安達, 淳 20 | Adachi, Jun 21 | アダチ, ジュン 22 | 23 | 0000000121691048 24 | 東京大学 25 | University of Tokyo 26 | 27 | 28 | 29 | restricted access 30 | 情報爆発 31 | データマイニング 32 | 東京大学大学院情報学環 33 | 2015-10-01 34 | jpn 35 | 36 | departmental bulletin paper 37 | 38 | VoR 39 | http://hdl.handle.net/2115/64495 40 | 41 | https://doi.org/10.13039/501100001691 42 | 日本学術振興会 43 | 18049069 44 | 情報爆発時代の情報検索基盤技術 45 | 46 | 1880-697X 47 | AA12032633 48 | 東京大学大学院情報学環紀要 情報学研究 49 | Journal of information studies 50 | 12 51 | 3 52 | 24 53 | 34 54 | 57 55 | 56 | 57 | -------------------------------------------------------------------------------- /1.0/samples/10_journal_article_metadata_only.xml: -------------------------------------------------------------------------------- 1 | 2 | 13 | 14 | Research Project on Cyber Infrastructure for Information-explosion Era 15 | 16 | 0000-0001-0002-0003 17 | 安達, 淳 18 | Adachi, Jun 19 | アダチ, ジュン 20 | 21 | 0000000121691048 22 | 東京大学 23 | University of Tokyo 24 | 25 | 26 | 27 | metadata only access 28 | information retrieval 29 | data mining 30 | Elsevier 31 | 2015-10-01 32 | eng 33 | 34 | journal article 35 | 36 | http://hdl.handle.net/2115/64495 37 | 38 | 39 | https://doi.org/10.1371/journal.pone.0170224 40 | 41 | 42 | https://doi.org/10.13039/501100001691 43 | 日本学術振興会 44 | 18049069 45 | 情報爆発時代の情報検索基盤技術 46 | 47 | 1880-697X 48 | AA12032633 49 | 東京大学大学院情報学環紀要 情報学研究 50 | Journal of information studies 51 | 12 52 | 3 53 | 24 54 | 34 55 | 57 56 | 57 | -------------------------------------------------------------------------------- /2.0/datacite.xsd: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | 51 | 52 | 53 | 54 | 55 | 56 | 57 | 58 | 59 | 60 | 61 | 62 | 63 | 64 | 65 | 66 | 67 | 68 | 69 | 70 | 71 | 72 | 73 | 74 | 75 | 76 | 77 | 78 | 79 | 82 | 83 | 86 | 87 | 88 | 89 | 90 | 91 | 92 | 93 | 94 | 95 | 96 | 97 | 98 | 99 | 100 | 101 | 102 | 103 | 104 | 105 | 106 | 107 | 108 | 109 | 110 | 111 | 112 | 113 | 114 | 115 | 116 | 117 | 118 | 119 | 120 | 121 | -------------------------------------------------------------------------------- /2.0/dc.xsd: -------------------------------------------------------------------------------- 1 | 2 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | -------------------------------------------------------------------------------- /2.0/dcndl.xsd: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | -------------------------------------------------------------------------------- /2.0/dcterms.xsd: -------------------------------------------------------------------------------- 1 | 2 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | 51 | 52 | 53 | 54 | 55 | -------------------------------------------------------------------------------- /2.0/documents/JPCOARスキーマ項目一覧.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JPCOAR/schema/b90ae116ddc39ff4317dcf31bf3db5aff7a13b37/2.0/documents/JPCOARスキーマ項目一覧.pdf -------------------------------------------------------------------------------- /2.0/documents/JPCOARスキーマ項目一覧.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JPCOAR/schema/b90ae116ddc39ff4317dcf31bf3db5aff7a13b37/2.0/documents/JPCOARスキーマ項目一覧.xlsx -------------------------------------------------------------------------------- /2.0/documents/JPCOARスキーマ項目一覧(見え消しあり).pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JPCOAR/schema/b90ae116ddc39ff4317dcf31bf3db5aff7a13b37/2.0/documents/JPCOARスキーマ項目一覧(見え消しあり).pdf -------------------------------------------------------------------------------- /2.0/documents/JPCOARスキーマ項目一覧(見え消しあり).xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JPCOAR/schema/b90ae116ddc39ff4317dcf31bf3db5aff7a13b37/2.0/documents/JPCOARスキーマ項目一覧(見え消しあり).xlsx -------------------------------------------------------------------------------- /2.0/json/jpcoar.json: -------------------------------------------------------------------------------- 1 | { 2 | "$schema": "https://json-schema.org/draft/2019-09/schema#", 3 | 4 | "$defs": { 5 | "dc:title": { 6 | "type": "object", 7 | "properties": { 8 | "title": {"type": "string"}, 9 | "xml:lang": {"type": "string"} 10 | } 11 | }, 12 | 13 | "dcterms:alternative": { 14 | "type": "object", 15 | "properties": { 16 | "alternative": {"type": "string"}, 17 | "xml:lang": {"type": "string"} 18 | } 19 | }, 20 | 21 | "jpcoar:creator": { 22 | "type": "object", 23 | "properties": { 24 | "jpcoar:nameIdentifier": {"$ref": "#/$defs/jpcoar:nameIdentifier"}, 25 | "jpcoar:creatorName": {"$ref": "#/$defs/jpcoar:creatorName"}, 26 | "jpcoar:familyName": {"$ref": "#/$defs/jpcoar:familyName"}, 27 | "jpcoar:givenName": {"$ref": "#/$defs/jpcoar:givenName"}, 28 | "jpcoar:creatorAlternative": {"$ref": "#/$defs/jpcoar:creatorAlternative"}, 29 | "jpcoar:affiliation": {"$ref": "#/$defs/jpcoar:affiliation"}, 30 | "creatorType": {"type": "string"} 31 | } 32 | }, 33 | 34 | "jpcoar:contributor": { 35 | "type": "object", 36 | "properties": { 37 | "jpcoar:nameIdentifier": {"$ref": "#/$defs/jpcoar:nameIdentifier"}, 38 | "jpcoar:contributorName": {"$ref": "#/$defs/jpcoar:contributorName"}, 39 | "jpcoar:familyName": {"$ref": "#/$defs/jpcoar:familyName"}, 40 | "jpcoar:givenName": {"$ref": "#/$defs/jpcoar:givenName"}, 41 | "jpcoar:contributorAlternative": {"$ref": "#/$defs/jpcoar:contributorAlternative"}, 42 | "jpcoar:affiliation": {"$ref": "#/$defs/jpcoar:affiliation"}, 43 | "contributorType": { 44 | "type": "string", 45 | "enum": [ 46 | "ContactPerson", 47 | "DataCollector", 48 | "DataCurator", 49 | "DataManager", 50 | "Distributor", 51 | "Editor", 52 | "HostingInstitution", 53 | "Producer", 54 | "ProjectLeader", 55 | "ProjectManager", 56 | "ProjectMember", 57 | "RelatedPerson", 58 | "Researcher", 59 | "ResearchGroup", 60 | "Sponsor", 61 | "Supervisor", 62 | "WorkPackageLeader", 63 | "Other" 64 | ] 65 | } 66 | } 67 | }, 68 | 69 | "dcterms:accessRights": { 70 | "type": "object", 71 | "properties": { 72 | "accessRights": { 73 | "type": "string", 74 | "enum": [ 75 | "embargoed access", 76 | "metadata only access", 77 | "open access", 78 | "restricted access" 79 | ] 80 | }, 81 | "rdf:resource": {"type": "string", "format": "uri"} 82 | } 83 | }, 84 | 85 | "dc:rights": { 86 | "type": "object", 87 | "properties": { 88 | "rights": {"type": "string"}, 89 | "xml:lang": {"type": "string"}, 90 | "rdf:resource": {"type": "string", "format": "uri"} 91 | } 92 | }, 93 | 94 | "jpcoar:rightsHolder": { 95 | "type": "object", 96 | "properties": { 97 | "jpcoar:nameIdentifier": {"$ref": "#/$defs/jpcoar:nameIdentifier"}, 98 | "jpcoar:rightsHolderName": {"$ref": "#/$defs/jpcoar:rightsHolderName"} 99 | } 100 | }, 101 | 102 | "jpcoar:subject": { 103 | "type": "object", 104 | "properties": { 105 | "subject": {"type": "string"}, 106 | "xml:lang": {"type": "string"}, 107 | "subjectScheme": { 108 | "type": "string", 109 | "enum": [ 110 | "BSH", 111 | "DDC", 112 | "e-Rad_field", 113 | "JEL", 114 | "LCC", 115 | "LCSH", 116 | "MeSH", 117 | "NDC", 118 | "NDLC", 119 | "NDLSH", 120 | "SciVal", 121 | "UDC", 122 | "Other" 123 | ] 124 | }, 125 | "subjectURI": {"type": "string", "format": "uri"} 126 | } 127 | }, 128 | 129 | "datacite:description": { 130 | "type": "object", 131 | "properties": { 132 | "description": {"type": "string"}, 133 | "descriptionType": { 134 | "type": "string", 135 | "enum": [ 136 | "Abstract", 137 | "Methods", 138 | "TableOfContents", 139 | "TechnicalInfo", 140 | "Other" 141 | ] 142 | }, 143 | "xml:lang": {"type": "string"} 144 | } 145 | }, 146 | 147 | "dc:publisher": { 148 | "type": "object", 149 | "properties": { 150 | "publisher": {"type": "string"}, 151 | "xml:lang": {"type": "string"} 152 | } 153 | }, 154 | 155 | "jpcoar:publisher": { 156 | "type": "object", 157 | "properties": { 158 | "publisherName": { 159 | "type": "object", 160 | "properties": { 161 | "publisherName": {"type": "string"}, 162 | "xml:lang": {"type": "string"} 163 | } 164 | }, 165 | "publisherDescription": { 166 | "type": "object", 167 | "properties": { 168 | "publisherDescription": {"type": "string"}, 169 | "xml:lang": {"type": "string"} 170 | } 171 | }, 172 | "dcndl:location": {"$ref": "#/$defs/dcndl:location"}, 173 | "dcndl:publicationPlace": {"$ref": "#/$defs/dcndl:publicationPlace"} 174 | } 175 | }, 176 | 177 | "datacite:date": { 178 | "type": "object", 179 | "properties": { 180 | "date": {"type": "string", "format": "date"}, 181 | "dateType": { 182 | "type": "string", 183 | "enum": [ 184 | "Accepted", 185 | "Available", 186 | "Collected", 187 | "Copyrighted", 188 | "Created", 189 | "Issued", 190 | "Submitted", 191 | "Updated", 192 | "Valid" 193 | ] 194 | } 195 | } 196 | }, 197 | 198 | "dcterms:date": { 199 | "type": "object", 200 | "properties": { 201 | "date": {"type": "string"}, 202 | "xml:lang": {"type": "string"} 203 | } 204 | }, 205 | 206 | "dc:language": { 207 | "type": "object", 208 | "properties": { 209 | "language": {"type": "string", "pattern": "^[a-z]{3}$"} 210 | } 211 | }, 212 | 213 | "dc:type": { 214 | "type": "object", 215 | "properties": { 216 | "type": { 217 | "type": "string", 218 | "enum": [ 219 | "conference paper", 220 | "data paper", 221 | "departmental bulletin paper", 222 | "editorial", 223 | "journal", 224 | "journal article", 225 | "newspaper", 226 | "review article", 227 | "other periodical", 228 | "software paper", 229 | "article", 230 | "book", 231 | "book part", 232 | "cartographic material", 233 | "map", 234 | "conference output", 235 | "conference presentation", 236 | "conference proceedings", 237 | "conference poster", 238 | "aggregated data", 239 | "clinical trial data", 240 | "compiled data", 241 | "dataset", 242 | "encoded data", 243 | "experimental data", 244 | "genomic data", 245 | "geospatial data", 246 | "laboratory notebook", 247 | "measurement and test data", 248 | "observational data", 249 | "recorded data", 250 | "simulation data", 251 | "survey data", 252 | "image", 253 | "still image", 254 | "moving image", 255 | "video", 256 | "lecture", 257 | "design patent", 258 | "patent", 259 | "PCT application", 260 | "plant patent", 261 | "plant variety protection", 262 | "software patent", 263 | "trademark", 264 | "utility model", 265 | "report", 266 | "research report", 267 | "technical report", 268 | "policy report", 269 | "working paper", 270 | "data management plan", 271 | "sound", 272 | "thesis", 273 | "bachelor thesis", 274 | "master thesis", 275 | "doctoral thesis", 276 | "commentary", 277 | "design", 278 | "industrial design", 279 | "interactive resource", 280 | "layout design", 281 | "learning object", 282 | "manuscript", 283 | "musical notation", 284 | "peer review", 285 | "research proposal", 286 | "research protocol", 287 | "software", 288 | "source code", 289 | "technical documentation", 290 | "transcription", 291 | "workflow", 292 | "other" 293 | ] 294 | }, 295 | "rdf:resource": {"type": "string", "format": "uri"} 296 | } 297 | }, 298 | 299 | "datacite:version": { 300 | "type": "object", 301 | "properties": { 302 | "version": {"type": "string"} 303 | } 304 | }, 305 | 306 | "oaire:version": { 307 | "type": "object", 308 | "properties": { 309 | "version": { 310 | "type": "string", 311 | "enum": [ 312 | "AO", 313 | "SMUR", 314 | "AM", 315 | "P", 316 | "VoR", 317 | "CVoR", 318 | "EVoR", 319 | "NA" 320 | ] 321 | }, 322 | "rdf:resource": {"type": "string", "format": "uri"} 323 | } 324 | }, 325 | 326 | "jpcoar:identifier": { 327 | "type": "object", 328 | "properties": { 329 | "identifier": {"type": "string", "format": "uri"}, 330 | "identifierType": { 331 | "type": "string", 332 | "enum": [ 333 | "DOI", 334 | "HDL", 335 | "URI" 336 | ] 337 | } 338 | } 339 | }, 340 | 341 | "jpcoar:identifierRegistration": { 342 | "type": "object", 343 | "properties": { 344 | "identifierRegistration": {"type": "string"}, 345 | "identifierType": { 346 | "type": "string", 347 | "enum": [ 348 | "JaLC", 349 | "Crossref", 350 | "DataCite", 351 | "PMID" 352 | ] 353 | } 354 | } 355 | }, 356 | 357 | "jpcoar:relation": { 358 | "type": "object", 359 | "properties": { 360 | "jpcoar:relatedIdentifier": {"$ref": "#/$defs/jpcoar:relatedIdentifier"}, 361 | "jpcoar:relatedTitle": {"$ref": "#/$defs/jpcoar:relatedTitle"}, 362 | "relationType": { 363 | "type": "string", 364 | "enum": [ 365 | "inSeries", 366 | "isCitedBy", 367 | "Cites", 368 | "isVersionOf", 369 | "hasVersion", 370 | "isPartOf", 371 | "hasPart", 372 | "isReferencedBy", 373 | "references", 374 | "isFormatOf", 375 | "hasFormat", 376 | "isReplacedBy", 377 | "replaces", 378 | "isRequiredBy", 379 | "requires", 380 | "isSupplementTo", 381 | "isSupplementedBy", 382 | "isIdenticalTo", 383 | "isDerivedFrom", 384 | "isSourceOf" 385 | ] 386 | } 387 | } 388 | }, 389 | 390 | "dcterms:temporal": { 391 | "type": "object", 392 | "properties": { 393 | "temporal": {"type": "string"}, 394 | "xml:lang": {"type": "string"} 395 | } 396 | }, 397 | 398 | "datacite:geoLocation": { 399 | "type": "object", 400 | "properties": { 401 | "geoLocationPoint": { 402 | "type": "object", 403 | "properties": { 404 | "pointLongitude": { 405 | "type": "number","minimum": -180,"maximum": 180 406 | }, 407 | "pointLatitude": { 408 | "type": "number","minimum": -90,"maximum": 90 409 | } 410 | } 411 | }, 412 | "geoLocationBox": { 413 | "type": "object", 414 | "properties": { 415 | "westBoundLongitude": { 416 | "type": "number","minimum": -180,"maximum": 180 417 | }, 418 | "eastBoundLongitude": { 419 | "type": "number","minimum": -180,"maximum": 180 420 | }, 421 | "southBoundLatitude": { 422 | "type": "number","minimum": -90,"maximum": 90 423 | }, 424 | "northBoundLatitude": { 425 | "type": "number","minimum": -90,"maximum": 90 426 | } 427 | } 428 | }, 429 | "geoLocationPlace": {"type": "string"} 430 | } 431 | }, 432 | 433 | "jpcoar:fundingReference": { 434 | "type": "object", 435 | "properties": { 436 | "jpcoar:funderIdentifier": {"$ref": "#/$defs/jpcoar:funderIdentifier"}, 437 | "funderName": { 438 | "type": "object", 439 | "properties": { 440 | "funderName": {"type": "string"}, 441 | "xml:lang": {"type": "string"} 442 | } 443 | }, 444 | "jpcoar:fundingStreamIdentifier": {"$ref": "#/$defs/jpcoar:fundingStreamIdentifier"}, 445 | "fundingStream": { 446 | "type": "object", 447 | "properties": { 448 | "fundingStream": {"type": "string"}, 449 | "xml:lang": {"type": "string"} 450 | } 451 | }, 452 | "jpcoar:awardNumber": {"$ref": "#/$defs/jpcoar:awardNumber"}, 453 | "awardTitle": { 454 | "type": "object", 455 | "properties": { 456 | "awardTitle": {"type": "string"}, 457 | "xml:lang": {"type": "string"} 458 | } 459 | } 460 | } 461 | }, 462 | 463 | "jpcoar:sourceIdentifier": { 464 | "type": "object", 465 | "properties": { 466 | "sourceIdentifier": {"type": "string"}, 467 | "identifierType": { 468 | "type": "string", 469 | "enum": [ 470 | "PISSN", 471 | "EISSN", 472 | "ISSN", 473 | "NCID" 474 | ] 475 | } 476 | } 477 | }, 478 | 479 | "dcndl:edition": { 480 | "type": "object", 481 | "properties": { 482 | "edition": {"type": "string"}, 483 | "xml:lang": {"type": "string"} 484 | } 485 | }, 486 | 487 | "dcndl:volumeTitle": { 488 | "type": "object", 489 | "properties": { 490 | "volumeTitle": {"type": "string"}, 491 | "xml:lang": {"type": "string"} 492 | } 493 | }, 494 | 495 | "dcndl:originalLanguage": { 496 | "type": "object", 497 | "properties": { 498 | "originalLanguage": {"type": "string"} 499 | } 500 | }, 501 | 502 | "dcterms:extent": { 503 | "type": "object", 504 | "properties": { 505 | "extent": {"type": "string"}, 506 | "xml:lang": {"type": "string"} 507 | } 508 | }, 509 | 510 | "jpcoar:format": { 511 | "type": "object", 512 | "properties": { 513 | } 514 | }, 515 | 516 | "jpcoar:holdingAgent": { 517 | "type": "object", 518 | "properties": { 519 | "holdingAgentNameIdentifier": { 520 | "type": "object", 521 | "properties": { 522 | "holdingAgentNameIdentifier": {"type": "string"}, 523 | "nameIdentifierScheme":{ 524 | "type": "string", 525 | "enum": [ 526 | "kakenhi", 527 | "ISNI", 528 | "Ringgold", 529 | "GRID", 530 | "ROR", 531 | "FANO", 532 | "ISIL", 533 | "MARC", 534 | "OCLC" 535 | ] 536 | }, 537 | "nameIdentifierURI": {"type": "string", "format": "uri"} 538 | } 539 | }, 540 | "holdingAgentName": { 541 | "type": "object", 542 | "properties": { 543 | "holdingAgentName": {"type": "string"}, 544 | "xml:lang": {"type": "string"} 545 | } 546 | } 547 | } 548 | }, 549 | 550 | "jpcoar:datasetSeries": { 551 | "type": "object", 552 | "properties": { 553 | "datasetSeries":{ 554 | "type": "string", 555 | "enum": [ 556 | "True", 557 | "False" 558 | ] 559 | } 560 | } 561 | }, 562 | 563 | "jpcoar:sourceTitle": { 564 | "type": "object", 565 | "properties": { 566 | "sourceTitle": {"type": "string"}, 567 | "xml:lang": {"type": "string"} 568 | } 569 | }, 570 | 571 | "jpcoar:volume": { 572 | "type": "object", 573 | "properties": { 574 | "volume": {"type": "string"} 575 | } 576 | }, 577 | 578 | "jpcoar:issue": { 579 | "type": "object", 580 | "properties": { 581 | "issue": {"type": "string"} 582 | } 583 | }, 584 | 585 | "jpcoar:numPages": { 586 | "type": "object", 587 | "properties": { 588 | "numPages": {"type": "number"} 589 | } 590 | }, 591 | 592 | "jpcoar:pageStart": { 593 | "type": "object", 594 | "properties": { 595 | "pageStart": {"type": "number"} 596 | } 597 | }, 598 | 599 | "jpcoar:pageEnd": { 600 | "type": "object", 601 | "properties": { 602 | "pageEnd": {"type": "number"} 603 | } 604 | }, 605 | 606 | "dcndl:dissertationNumber": { 607 | "type": "object", 608 | "properties": { 609 | "dissertationNumber": {"type": "string"} 610 | } 611 | }, 612 | 613 | "dcndl:degreeName": { 614 | "type": "object", 615 | "properties": { 616 | "degreeName": {"type": "string"}, 617 | "xml:lang": {"type": "string"} 618 | } 619 | }, 620 | 621 | "dcndl:dateGranted": { 622 | "type": "object", 623 | "properties": { 624 | "dateGranted": {"type": "string", "format": "date"} 625 | } 626 | }, 627 | 628 | "jpcoar:degreeGrantor": { 629 | "type": "object", 630 | "properties": { 631 | "jpcoar:nameIdentifier": {"$ref": "#/$defs/jpcoar:nameIdentifier"}, 632 | "jpcoar:degreeGrantorName": { 633 | "type": "object", 634 | "properties": { 635 | "degreeGrantorName": {"type": "string"}, 636 | "xml:lang": {"type": "string"} 637 | } 638 | } 639 | } 640 | }, 641 | 642 | "jpcoar:conference": { 643 | "type": "object", 644 | "properties": { 645 | "jpcoar:conferenceName": {"$ref": "#/$defs/jpcoar:conferenceName"}, 646 | "jpcoar:conferenceSequence": {"$ref": "#/$defs/jpcoar:conferenceSequence"}, 647 | "jpcoar:conferenceSponsor": {"$ref": "#/$defs/jpcoar:conferenceSponsor"}, 648 | "jpcoar:conferenceDate": {"$ref": "#/$defs/jpcoar:conferenceDate"}, 649 | "jpcoar:conferenceVenue": {"$ref": "#/$defs/jpcoar:conferenceVenue"}, 650 | "jpcoar:conferencePlace": {"$ref": "#/$defs/jpcoar:conferencePlace"}, 651 | "jpcoar:conferenceCountry": {"$ref": "#/$defs/jpcoar:conferenceCountry"} 652 | } 653 | }, 654 | 655 | "jpcoar:file": { 656 | "type": "object", 657 | "properties": { 658 | "jpcoar:URI": {"$ref": "#/$defs/jpcoar:URI"}, 659 | "jpcoar:mimeType": {"$ref": "#/$defs/jpcoar:mimeType"}, 660 | "jpcoar:extent": {"$ref": "#/$defs/jpcoar:extent"}, 661 | "datacite:date": {"$ref": "#/$defs/datacite:date"}, 662 | "datacite:version": {"$ref": "#/$defs/datacite:version"} 663 | } 664 | }, 665 | 666 | "jpcoar:catalog": { 667 | "type": "object", 668 | "properties": { 669 | "jpcoar:contributor": {"$ref": "#/$defs/jpcoar:contributor"}, 670 | "jpcoar:identifier": {"$ref": "#/$defs/jpcoar:identifier"}, 671 | "dc:title": {"$ref": "#/$defs/dc:title"}, 672 | "datacite:description": {"$ref": "#/$defs/datacite:description"}, 673 | "jpcoar:subject": {"$ref": "#/$defs/jpcoar:subject"}, 674 | "jpcoar:license": {"$ref": "#/$defs/jpcoar:license"}, 675 | "dc:rights": {"$ref": "#/$defs/dc:rights"}, 676 | "dcterms:accessRights": {"$ref": "#/$defs/dcterms:accessRights"}, 677 | "jpcoar:file": {"$ref": "#/$defs/jpcoar:file"} 678 | } 679 | }, 680 | 681 | 682 | "jpcoar:nameIdentifier": { 683 | "type": "object", 684 | "properties": { 685 | "nameIdentifier": {"type": "string"}, 686 | "nameIdentifierScheme":{ 687 | "type": "string", 688 | "enum": [ 689 | "e-Rad_Researcher", 690 | "NRID", 691 | "ORCID", 692 | "ISNI", 693 | "VIAF", 694 | "AID", 695 | "kakenhi", 696 | "Ringgold", 697 | "GRID", 698 | "ROR" 699 | ] 700 | }, 701 | "nameIdentifierURI": {"type": "string", "format": "uri"} 702 | } 703 | }, 704 | 705 | "jpcoar:creatorName": { 706 | "type": "object", 707 | "properties": { 708 | "creatorName": {"type": "string"}, 709 | "nameType":{ 710 | "type": "string", 711 | "enum": [ 712 | "Organizational", 713 | "Personal" 714 | ] 715 | }, 716 | "xml:lang": {"type": "string"} 717 | } 718 | }, 719 | 720 | "jpcoar:familyName": { 721 | "type": "object", 722 | "properties": { 723 | "familyName": {"type": "string"}, 724 | "xml:lang": {"type": "string"} 725 | } 726 | }, 727 | 728 | "jpcoar:givenName": { 729 | "type": "object", 730 | "properties": { 731 | "givenName": {"type": "string"}, 732 | "xml:lang": {"type": "string"} 733 | } 734 | }, 735 | 736 | "jpcoar:creatorAlternative": { 737 | "type": "object", 738 | "properties": { 739 | "creatorAlternative": {"type": "string"}, 740 | "xml:lang": {"type": "string"} 741 | } 742 | }, 743 | 744 | "jpcoar:affiliation": { 745 | "type": "object", 746 | "properties": { 747 | "jpcoar:nameIdentifier": {"$ref": "#/$defs/jpcoar:nameIdentifier"}, 748 | "jpcoar:affiliationName": {"$ref": "#/$defs/jpcoar:affiliationName"} 749 | } 750 | }, 751 | 752 | "jpcoar:contributorName": { 753 | "type": "object", 754 | "properties": { 755 | "contributorName": {"type": "string"}, 756 | "nameType":{ 757 | "type": "string", 758 | "enum": [ 759 | "Organizational", 760 | "Personal" 761 | ] 762 | }, 763 | "xml:lang": {"type": "string"} 764 | } 765 | }, 766 | 767 | "jpcoar:contributorAlternative": { 768 | "type": "object", 769 | "properties": { 770 | "contributorAlternative": {"type": "string"}, 771 | "xml:lang": {"type": "string"} 772 | } 773 | }, 774 | 775 | "jpcoar:affiliationName": { 776 | "type": "object", 777 | "properties": { 778 | "affiliationName": {"type": "string"}, 779 | "xml:lang": {"type": "string"} 780 | } 781 | }, 782 | 783 | "jpcoar:rightsHolderName": { 784 | "type": "object", 785 | "properties": { 786 | "rightsHolderName": {"type": "string"}, 787 | "xml:lang": {"type": "string"} 788 | } 789 | }, 790 | 791 | "jpcoar:relatedIdentifier": { 792 | "type": "object", 793 | "properties": { 794 | "identifierType":{ 795 | "type": "string", 796 | "enum": [ 797 | "ARK", 798 | "arXiv", 799 | "CRID", 800 | "DOI", 801 | "HDL", 802 | "ICHUSHI", 803 | "ISBN", 804 | "J-GLOBAL", 805 | "Local", 806 | "PISSN", 807 | "EISSN", 808 | "ISSN", 809 | "NAID", 810 | "NCID", 811 | "PMID", 812 | "PURL", 813 | "SCOPUS", 814 | "URI", 815 | "WOS" 816 | ] 817 | }, 818 | "relatedIdentifier": {"type": "string", "format": "uri"} 819 | } 820 | }, 821 | 822 | "jpcoar:relatedTitle": { 823 | "type": "object", 824 | "properties": { 825 | "relatedTitle": {"type": "string"}, 826 | "xml:lang": {"type": "string"} 827 | } 828 | }, 829 | 830 | "dcndl:location": { 831 | "type": "object", 832 | "properties": { 833 | "location": {"type": "string"}, 834 | "xml:lang": {"type": "string"} 835 | } 836 | }, 837 | 838 | "dcndl:publicationPlace": { 839 | "type": "object", 840 | "properties": { 841 | "publicationPlace": {"type": "string"} 842 | } 843 | }, 844 | 845 | "jpcoar:funderIdentifier": { 846 | "type": "object", 847 | "properties": { 848 | "funderIdentifier": {"type": "string"}, 849 | "funderIdentifierType":{ 850 | "type": "string", 851 | "enum": [ 852 | "Crossref Funder", 853 | "e-Rad_funder", 854 | "GRID", 855 | "ISNI", 856 | "ROR", 857 | "Other" 858 | ] 859 | }, 860 | "funderIdentifierTypeURI": {"type": "string", "format": "uri"} 861 | } 862 | }, 863 | 864 | "jpcoar:fundingStreamIdentifier": { 865 | "type": "object", 866 | "properties": { 867 | "fundingStreamIdentifier": {"type": "string"}, 868 | "fundingStreamIdentifierType":{ 869 | "type": "string", 870 | "enum": [ 871 | "Crossref Funder", 872 | "JGN_fundingStream" 873 | ] 874 | }, 875 | "fundingStreamIdentifierTypeURI": {"type": "string", "format": "uri"} 876 | } 877 | }, 878 | 879 | "jpcoar:awardNumber": { 880 | "type": "object", 881 | "properties": { 882 | "awardNumber": {"type": "string"}, 883 | "awardURI": {"type": "string", "format": "uri"}, 884 | "awardNumberType": {"type": "string"} 885 | } 886 | }, 887 | 888 | "jpcoar:conferenceName": { 889 | "type": "object", 890 | "properties": { 891 | "conferenceName": {"type": "string"}, 892 | "xml:lang": {"type": "string"} 893 | } 894 | }, 895 | 896 | "jpcoar:conferenceSequence": { 897 | "type": "object", 898 | "properties": { 899 | "conferenceSequence": {"type": "number"} 900 | } 901 | }, 902 | 903 | "jpcoar:conferenceSponsor": { 904 | "type": "object", 905 | "properties": { 906 | "conferenceSponsor": {"type": "string"}, 907 | "xml:lang": {"type": "string"} 908 | } 909 | }, 910 | 911 | "jpcoar:conferenceDate": { 912 | "type": "object", 913 | "properties": { 914 | "conferenceDate": {"type": "string"}, 915 | "startDay": { 916 | "type": "number","minimum": 1,"maximum": 31 917 | }, 918 | "startMonth": { 919 | "type": "number","minimum": 1,"maximum": 12 920 | }, 921 | "startYear": { 922 | "type": "number","minimum": 1400,"maximum": 2200 923 | }, 924 | "endDay": { 925 | "type": "number","minimum": 1,"maximum": 31 926 | }, 927 | "endMonth": { 928 | "type": "number","minimum": 1,"maximum": 12 929 | }, 930 | "endYear": { 931 | "type": "number","minimum": 1400,"maximum": 2200 932 | }, 933 | "xml:lang": {"type": "string"} 934 | } 935 | }, 936 | 937 | "jpcoar:conferenceVenue": { 938 | "type": "object", 939 | "properties": { 940 | "conferenceVenue": {"type": "string"}, 941 | "xml:lang": {"type": "string"} 942 | } 943 | }, 944 | 945 | "jpcoar:conferencePlace": { 946 | "type": "object", 947 | "properties": { 948 | "conferencePlace": {"type": "string"}, 949 | "xml:lang": {"type": "string"} 950 | } 951 | }, 952 | 953 | "jpcoar:conferenceCountry": { 954 | "type": "object", 955 | "properties": { 956 | "conferenceCountry": {"type": "string", "pattern": "^[A-Z]{3}$"} 957 | } 958 | }, 959 | 960 | "jpcoar:URI": { 961 | "type": "object", 962 | "properties": { 963 | "URI": {"type": "string", "format": "uri"}, 964 | "objectType":{ 965 | "type": "string", 966 | "enum": [ 967 | "abstract", 968 | "dataset", 969 | "fulltext", 970 | "iiif", 971 | "software", 972 | "summary", 973 | "thumbnail", 974 | "other" 975 | ] 976 | }, 977 | "label": {"type": "string"} 978 | } 979 | }, 980 | 981 | "jpcoar:mimeType": { 982 | "type": "object", 983 | "properties": { 984 | "mimeType": {"type": "string"} 985 | } 986 | }, 987 | 988 | "jpcoar:extent": { 989 | "type": "object", 990 | "properties": { 991 | "extent": {"type": "string"} 992 | } 993 | }, 994 | 995 | "jpcoar:license": { 996 | "type": "object", 997 | "properties": { 998 | "license": {"type": "string"}, 999 | "licenseType":{ 1000 | "type": "string", 1001 | "enum": [ 1002 | "file", 1003 | "metadata", 1004 | "thumbnail" 1005 | ] 1006 | }, 1007 | "rdf:resource": {"type": "string", "format": "uri"} 1008 | } 1009 | } 1010 | 1011 | }, 1012 | 1013 | 1014 | 1015 | "anyOf": [ 1016 | { "type": "object", "required": ["dc:title"], 1017 | "properties": {"dc:title": {"$ref": "#/$defs/dc:title"}} 1018 | }, 1019 | { "type": "object", 1020 | "properties": {"dcterms:alternative": {"$ref": "#/$defs/dcterms:alternative"}} 1021 | }, 1022 | { "type": "object", 1023 | "properties": {"jpcoar:creator": {"$ref": "#/$defs/jpcoar:creator"}} 1024 | }, 1025 | { "type": "object", 1026 | "properties": {"jpcoar:contributor": {"$ref": "#/$defs/jpcoar:contributor"}} 1027 | }, 1028 | { "type": "object", 1029 | "properties": {"dcterms:accessRights": {"$ref": "#/$defs/dcterms:accessRights"}} 1030 | }, 1031 | { "type": "object", 1032 | "properties": {"dc:rights": {"$ref": "#/$defs/dc:rights"}} 1033 | }, 1034 | { "type": "object", 1035 | "properties": {"jpcoar:rightsHolder": {"$ref": "#/$defs/jpcoar:rightsHolder"}} 1036 | }, 1037 | { "type": "object", 1038 | "properties": {"jpcoar:subject": {"$ref": "#/$defs/jpcoar:subject"}} 1039 | }, 1040 | { "type": "object", 1041 | "properties": {"datacite:description": {"$ref": "#/$defs/datacite:description"}} 1042 | }, 1043 | { "type": "object", 1044 | "properties": {"dc:publisher": {"$ref": "#/$defs/dc:publisher"}} 1045 | }, 1046 | { "type": "object", 1047 | "properties": {"jpcoar:publisher": {"$ref": "#/$defs/jpcoar:publisher"}} 1048 | }, 1049 | { "type": "object", 1050 | "properties": {"datacite:date": {"$ref": "#/$defs/datacite:date"}} 1051 | }, 1052 | { "type": "object", 1053 | "properties": {"dcterms:date": {"$ref": "#/$defs/dcterms:date"}} 1054 | }, 1055 | { "type": "object", 1056 | "properties": {"dc:language": {"$ref": "#/$defs/dc:language"}} 1057 | }, 1058 | { "type": "object", "required": ["dc:type"], 1059 | "properties": {"dc:type": {"$ref": "#/$defs/dc:type"}} 1060 | }, 1061 | { "type": "object", 1062 | "properties": {"datacite:version": {"$ref": "#/$defs/datacite:version"}} 1063 | }, 1064 | { "type": "object", 1065 | "properties": {"oaire:version": {"$ref": "#/$defs/oaire:version"}} 1066 | }, 1067 | { "type": "object", "required": ["jpcoar:identifier"], 1068 | "properties": {"jpcoar:identifier": {"$ref": "#/$defs/jpcoar:identifier"}} 1069 | }, 1070 | { "type": "object", 1071 | "properties": {"jpcoar:identifierRegistration": {"$ref": "#/$defs/jpcoar:identifierRegistration"}} 1072 | }, 1073 | { "type": "object", 1074 | "properties": {"jpcoar:relation": {"$ref": "#/$defs/jpcoar:relation"}} 1075 | }, 1076 | { "type": "object", 1077 | "properties": {"dcterms:temporal": {"$ref": "#/$defs/dcterms:temporal"}} 1078 | }, 1079 | { "type": "object", 1080 | "properties": {"datacite:geoLocation": {"$ref": "#/$defs/datacite:geoLocation"}} 1081 | }, 1082 | { "type": "object", 1083 | "properties": {"jpcoar:fundingReference": {"$ref": "#/$defs/jpcoar:fundingReference"}} 1084 | }, 1085 | { "type": "object", 1086 | "properties": {"jpcoar:sourceIdentifier": {"$ref": "#/$defs/jpcoar:sourceIdentifier"}} 1087 | }, 1088 | { "type": "object", 1089 | "properties": {"dcndl:edition": {"$ref": "#/$defs/dcndl:edition"}} 1090 | }, 1091 | { "type": "object", 1092 | "properties": {"dcndl:volumeTitle": {"$ref": "#/$defs/dcndl:volumeTitle"}} 1093 | }, 1094 | { "type": "object", 1095 | "properties": {"dcndl:originalLanguage": {"$ref": "#/$defs/dcndl:originalLanguage"}} 1096 | }, 1097 | { "type": "object", 1098 | "properties": {"dcterms:extent": {"$ref": "#/$defs/dcterms:extent"}} 1099 | }, 1100 | { "type": "object", 1101 | "properties": {"jpcoar:format": {"$ref": "#/$defs/jpcoar:format"}} 1102 | }, 1103 | { "type": "object", 1104 | "properties": {"jpcoar:holdingAgent": {"$ref": "#/$defs/jpcoar:holdingAgent"}} 1105 | }, 1106 | { "type": "object", 1107 | "properties": {"jpcoar:datasetSeries": {"$ref": "#/$defs/jpcoar:datasetSeries"}} 1108 | }, 1109 | { "type": "object", 1110 | "properties": {"jpcoar:sourceTitle": {"$ref": "#/$defs/jpcoar:sourceTitle"}} 1111 | }, 1112 | { "type": "object", 1113 | "properties": {"jpcoar:volume": {"$ref": "#/$defs/jpcoar:volume"}} 1114 | }, 1115 | { "type": "object", 1116 | "properties": {"jpcoar:issue": {"$ref": "#/$defs/jpcoar:issue"}} 1117 | }, 1118 | { "type": "object", 1119 | "properties": {"jpcoar:numPages": {"$ref": "#/$defs/jpcoar:numPages"}} 1120 | }, 1121 | { "type": "object", 1122 | "properties": {"jpcoar:pageStart": {"$ref": "#/$defs/jpcoar:pageStart"}} 1123 | }, 1124 | { "type": "object", 1125 | "properties": {"jpcoar:pageEnd": {"$ref": "#/$defs/jpcoar:pageEnd"}} 1126 | }, 1127 | { "type": "object", 1128 | "properties": {"dcndl:dissertationNumber": {"$ref": "#/$defs/dcndl:dissertationNumber"}} 1129 | }, 1130 | { "type": "object", 1131 | "properties": {"dcndl:degreeName": {"$ref": "#/$defs/dcndl:degreeName"}} 1132 | }, 1133 | { "type": "object", 1134 | "properties": {"dcndl:dateGranted": {"$ref": "#/$defs/dcndl:dateGranted"}} 1135 | }, 1136 | { "type": "object", 1137 | "properties": {"jpcoar:degreeGrantor": {"$ref": "#/$defs/jpcoar:degreeGrantor"}} 1138 | }, 1139 | { "type": "object", 1140 | "properties": {"jpcoar:conference": {"$ref": "#/$defs/jpcoar:conference"}} 1141 | }, 1142 | { "type": "object", 1143 | "properties": {"jpcoar:file": {"$ref": "#/$defs/jpcoar:file"}} 1144 | }, 1145 | { "type": "object", 1146 | "properties": {"jpcoar:catalog": {"$ref": "#/$defs/jpcoar:catalog"}} 1147 | } 1148 | ] 1149 | } 1150 | -------------------------------------------------------------------------------- /2.0/openaire.xsd: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | -------------------------------------------------------------------------------- /2.0/rdf.xsd: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /2.0/samples/01_departmental_bulletin_paper_oa.xml: -------------------------------------------------------------------------------- 1 | 2 | 11 | 12 | 情報爆発時代の研究基盤構想 13 | Research Project on Cyber Infrastructure for Information-explosion Era 14 | ジョウホウ バクハツ ジダイ ノ ケンキュウ キバン コウソウ 15 | Joho bakuhatsu jidai no kenkyu kiban koso 16 | 17 | 0000-0001-0002-0003 18 | 安達, 淳 19 | Adachi, Jun 20 | アダチ, ジュン 21 | 22 | 0000000121691048 23 | 東京大学 24 | The University of Tokyo 25 | 26 | 27 | 28 | open access 29 | Creative Commons Attribution 4.0 International 30 | 情報爆発 31 | データマイニング 32 | 東京大学大学院情報学環 33 | 2015-10-01 34 | jpn 35 | 36 | departmental bulletin paper 37 | 38 | VoR 39 | 40 | https://doi.org/10.15017/64495 41 | http://hdl.handle.net/2115/64495 42 | 43 | 10.15017/64495 44 | 45 | 1025 46 | 日本学術振興会 47 | 科学研究費助成事業 48 | JP18049069 49 | 情報爆発時代の情報検索基盤技術 50 | 51 | 1880-697X 52 | AA12032633 53 | 東京大学大学院情報学環紀要 情報学研究 54 | Journal of information studies 55 | 12 56 | 3 57 | 24 58 | 34 59 | 57 60 | 61 | http://repository.dl.itc.u-tokyo.ac.jp/files/64495/JIS_12_3_34-57.pdf 62 | application/pdf 63 | 3MB 64 | 24 pages 65 | 2015-10-01 66 | 67 | -------------------------------------------------------------------------------- /2.0/samples/02_journal_article_embargoed.xml: -------------------------------------------------------------------------------- 1 | 2 | 11 | 12 | 情報爆発時代の研究基盤構想 13 | Research Project on Cyber Infrastructure for Information-explosion Era 14 | ジョウホウ バクハツ ジダイ ノ ケンキュウ キバン コウソウ 15 | Joho bakuhatsu jidai no kenkyu kiban koso 16 | 17 | 0000-0001-0002-0003 18 | 安達, 淳 19 | Adachi, Jun 20 | アダチ, ジュン 21 | 22 | 0000000121691048 23 | 東京大学 24 | The University of Tokyo 25 | 26 | 27 | 28 | embargoed access 29 | information retrieval 30 | data mining 31 | Elsevier 32 | 2015-10-01 33 | 34 | 2016-04-01 35 | eng 36 | 37 | journal article 38 | 39 | VoR 40 | http://hdl.handle.net/2115/64495 41 | 42 | 43 | https://doi.org/10.1371/journal.pone.0170224 44 | 45 | 46 | 1025 47 | 日本学術振興会 48 | 科学研究費助成事業 49 | JP18049069 50 | 情報爆発時代の情報検索基盤技術 51 | 52 | 1880-697X 53 | AA12032633 54 | Journal of information studies 55 | 12 56 | 3 57 | 24 58 | 34 59 | 57 60 | 61 | -------------------------------------------------------------------------------- /2.0/samples/03_journal_article_oa.xml: -------------------------------------------------------------------------------- 1 | 2 | 11 | 12 | 情報爆発時代の研究基盤構想 13 | Research Project on Cyber Infrastructure for Information-explosion Era 14 | ジョウホウ バクハツ ジダイ ノ ケンキュウ キバン コウソウ 15 | Joho bakuhatsu jidai no kenkyu kiban koso 16 | 17 | 0000-0001-0002-0003 18 | 安達, 淳 19 | Adachi, Jun 20 | アダチ, ジュン 21 | 22 | 0000000121691048 23 | 東京大学 24 | The University of Tokyo 25 | 26 | 27 | 28 | open access 29 | information retrieval 30 | data mining 31 | Elsevier 32 | 2015-10-01 33 | 34 | 2016-04-01 35 | eng 36 | journal article 37 | VoR 38 | http://hdl.handle.net/2115/64495 39 | 40 | https://doi.org/10.1371/journal.pone.0170224 41 | 42 | 43 | 1025 44 | 日本学術振興会 45 | 科学研究費助成事業 46 | JP18049069 47 | 情報爆発時代の情報検索基盤技術 48 | 49 | 1880-697X 50 | AA12032633 51 | Journal of information studies 52 | 12 53 | 3 54 | 24 55 | 34 56 | 57 57 | 58 | http://repository.dl.itc.u-tokyo.ac.jp/files/64495/JIS_12_3_34-57.pdf 59 | application/pdf 60 | 3MB 61 | 24 pages 62 | 2015-10-01 63 | 64 | 2016-04-01 65 | 66 | 67 | -------------------------------------------------------------------------------- /2.0/samples/04_journal_article_accepted_embargoed.xml: -------------------------------------------------------------------------------- 1 | 2 | 11 | 12 | 情報爆発時代の研究基盤構想 13 | Research Project on Cyber Infrastructure for Information-explosion Era 14 | ジョウホウ バクハツ ジダイ ノ ケンキュウ キバン コウソウ 15 | Joho bakuhatsu jidai no kenkyu kiban koso 16 | 17 | 0000-0001-0002-0003 18 | 安達, 淳 19 | Adachi, Jun 20 | アダチ, ジュン 21 | 22 | 0000000121691048 23 | 東京大学 24 | The University of Tokyo 25 | 26 | 27 | 28 | embargoed access 29 | information retrieval 30 | data mining 31 | Elsevier 32 | 2015-10-01 33 | 34 | 2016-04-01 35 | eng 36 | 37 | journal article 38 | 39 | AM 40 | http://hdl.handle.net/2115/64495 41 | 42 | 43 | https://doi.org/10.1371/journal.pone.0170224 44 | 45 | 46 | 1025 47 | 日本学術振興会 48 | 科学研究費助成事業 49 | JP18049069 50 | 情報爆発時代の情報検索基盤技術 51 | 52 | 1880-697X 53 | AA12032633 54 | Journal of information studies 55 | 12 56 | 3 57 | 24 58 | 34 59 | 57 60 | 61 | 62 | -------------------------------------------------------------------------------- /2.0/samples/05_doctoral_thesis_oa.xml: -------------------------------------------------------------------------------- 1 | 2 | 11 | 12 | Acoustical Investigation of the Japanese Bamboo Pipe,Syakuhati 13 | 日本の竹製管楽器、尺八の音響学的研究 14 | 二ホン ノ チクセイ カンガッキ シャクハチ ノ オンキョウテキ ケンキュウ 15 | 16 | 0000-0001-0001-0001 17 | 寺田, 寅彦 18 | Terada, Torahiko 19 | テラダ, トラヒコ 20 | 21 | 0000000121691048 22 | 東京大学 23 | The University of Tokyo 24 | 25 | 26 | 27 | 28 | 29 | 0000-0001-0002-0003 30 | 夏目, 漱石 31 | Natsume, Soseki 32 | ナツメ, ソウセキ 33 | 34 | 0000000121691048 35 | 東京大学 36 | The University of Tokyo 37 | 38 | 39 | 40 | open access 41 | 2017-03-25 42 | eng 43 | 44 | doctoral thesis 45 | VoR 46 | 47 | https://doi.org/10.15017/64495 48 | http://hdl.handle.net/2115/64495 49 | 50 | 10.15017/64495 51 | 52 | 甲第5384号 53 | 54 | 博士(理学) 55 | Doctor of Science 56 | 57 | 2017-03-25 58 | 59 | 60 | 12601 61 | 東京大学 62 | The University of Tokyo 63 | 64 | 65 | 66 | http://repository.dl.itc.u-tokyo.ac.jp/files/64495/fulltext.pdf 67 | application/pdf 68 | 10MB 69 | 150 pages 70 | 2017-03-25 71 | 72 | 73 | 74 | http://repository.dl.itc.u-tokyo.ac.jp/files/64495/abstract.pdf 75 | application/pdf 76 | 100KB 77 | 2 pages 78 | 2017-03-25 79 | 80 | 81 | 82 | http://repository.dl.itc.u-tokyo.ac.jp/files/64495/abstract_of_review.pdf 83 | application/pdf 84 | 50KB 85 | 1 page 86 | 2017-03-25 87 | 88 | 89 | -------------------------------------------------------------------------------- /2.0/samples/06_doctoral_thesis_published.xml: -------------------------------------------------------------------------------- 1 | 2 | 12 | 13 | Acoustical Investigation of the Japanese Bamboo Pipe,Syakuhati 14 | 日本の竹製管楽器、尺八の音響学的研究 15 | 二ホン ノ チクセイ カンガッキ シャクハチ ノ オンキョウテキ ケンキュウ 16 | 17 | 0000-0001-0001-0001 18 | 寺田, 寅彦 19 | Terada, Torahiko 20 | テラダ, トラヒコ 21 | 22 | 0000000121691048 23 | 東京大学 24 | The University of Tokyo 25 | 26 | 27 | 28 | 29 | 0000-0001-0002-0003 30 | 夏目, 漱石 31 | Natsume, Soseki 32 | ナツメ, ソウセキ 33 | 34 | 0000000121691048 35 | 東京大学 36 | The University of Tokyo 37 | 38 | 39 | 40 | open access 41 | 2017-03-25 42 | eng 43 | 44 | doctoral thesis 45 | VoR 46 | 47 | https://doi.org/10.15017/64495 48 | http://hdl.handle.net/2115/64495 49 | 50 | 10.15017/64495 51 | 52 | 53 | https://doi.org/10.1371/journal.pone.0170224 54 | 55 | 56 | 甲第5384号 57 | 58 | 博士(理学) 59 | Doctor of Science 60 | 61 | 2017-03-25 62 | 63 | 64 | 12601 65 | 東京大学 66 | The University of Tokyo 67 | 68 | 69 | 70 | http://repository.dl.itc.u-tokyo.ac.jp/files/64495/fulltext.pdf 71 | application/pdf 72 | 10MB 73 | 150 pages 74 | 2017-03-25 75 | 76 | 77 | 78 | http://repository.dl.itc.u-tokyo.ac.jp/files/64495/abstract.pdf 79 | application/pdf 80 | 100KB 81 | 2 pages 82 | 2017-03-25 83 | 84 | 85 | 86 | 87 | http://repository.dl.itc.u-tokyo.ac.jp/files/64495/abstract_of_review.pdf 88 | application/pdf 89 | 50KB 90 | 1 page 91 | 2017-03-25 92 | 93 | 94 | -------------------------------------------------------------------------------- /2.0/samples/07_dataset.xml: -------------------------------------------------------------------------------- 1 | 2 | 12 | 13 | The GRENE-TEA Project dataset 14 | 15 | 0000-0001-0001-0001 16 | 寺田, 寅彦 17 | Terada, Torahiko 18 | テラダ, トラヒコ 19 | 20 | 0000000121691048 21 | 東京大学 22 | The University of Tokyo 23 | 24 | 25 | 26 | 27 | 0000-0001-0002-0003 28 | 夏目, 漱石 29 | Natsume, Soseki 30 | ナツメ, ソウセキ 31 | 32 | 0000000121691048 33 | 東京大学 34 | The University of Tokyo 35 | 36 | 37 | 38 | 39 | 0000-0001-0002-0003 40 | 夏目, 純一 41 | Natsume, Jun'ichi 42 | ナツメ, ジュンイチ 43 | 44 | 0000000121691048 45 | 東京大学 46 | The University of Tokyo 47 | 48 | 49 | 50 | 51 | 0000-0001-0002-0003 52 | 夏目, 伸六 53 | Natsume, Shinroku 54 | ナツメ, シンロク 55 | 56 | 0000000121691048 57 | 東京大学 58 | The University of Tokyo 59 | 60 | 61 | 62 | open access 63 | Creative Commons Attribution 4.0 International 64 | 自然科学一般 65 | Natural Science 66 | Climatology 67 | Meteorology 68 | Atmosphere 69 | The authors describe the construction of a forcing dataset for GREEN-TEA Models with eight meteorological variables for the 35 year period from 1970 to 2005. 70 | 東京大学 71 | The University of Tokyo 72 | 73 | 2014-01-01 74 | 2015-07-01 75 | 76 | 2015-09-29 77 | eng 78 | 79 | dataset 80 | 81 | 1.01 82 | 83 | https://doi.org/10.15017/64495 84 | 85 | 10.15017/64495 86 | 87 | 88 | https://doi.org/10.5194/essdd-8-703-2015 89 | 90 | 1970-01-01 00:00:00 - 2005-01-01 23:59:59 91 | 92 | 93 | -140.487500 94 | 109.618333 95 | 60.255000 96 | 75.589167 97 | 98 | 99 | 100 | 1025 101 | 日本学術振興会 102 | 科学研究費助成事業 103 | JP18049069 104 | 情報爆発時代の情報検索基盤技術 105 | 106 | 107 | http://repository.dl.itc.u-tokyo.ac.jp/files/64495/JIS_12_3_34-57.csv 108 | 1GB 109 | 2014-01-01 110 | 2015-07-01 111 | 2015-09-29 112 | 113 | 1.01 114 | 115 | 116 | -------------------------------------------------------------------------------- /2.0/samples/08_conference_object.xml: -------------------------------------------------------------------------------- 1 | 2 | 12 | 13 | Research data sharing framework to enhance open science 14 | 15 | 0000-0002-2909-7163 16 | 武田, 英明 17 | Takeda, Hideaki 18 | タケダ, ヒデアキ 19 | 20 | 0000000121691048 21 | 東京大学 22 | The University of Tokyo 23 | 24 | 25 | 26 | open access 27 | information retrieval 28 | data mining 29 | 2015-10-01 30 | eng 31 | 32 | conference output 33 | VoR 34 | http://hdl.handle.net/2115/64495 35 | 36 | https://doi.org/10.13039/501100001691 37 | 日本学術振興会 38 | JP15H02781 39 | Linked Open Data利活用のためのクエリ共有手法に関する研究 40 | 41 | 42 | 43 | RDA Seventh Plenary Meeting 44 | 7 45 | The Research Data Alliance 46 | February 29th to March 4th, 2016 47 | Hitotsubashi Hall 48 | Tokyo 49 | JPN 50 | 51 | 52 | http://repository.dl.itc.u-tokyo.ac.jp/files/64495/JIS_12_3_34-57.pdf 53 | application/pdf 54 | 3MB 55 | 24 pages 56 | 2015-10-01 57 | 58 | 59 | -------------------------------------------------------------------------------- /2.0/samples/09_departmental_bulletin_paper_restricted_access.xml: -------------------------------------------------------------------------------- 1 | 2 | 12 | 13 | 情報爆発時代の研究基盤構想 14 | Research Project on Cyber Infrastructure for Information-explosion Era 15 | ジョウホウ バクハツ ジダイ ノ ケンキュウ キバン コウソウ 16 | Joho bakuhatsu jidai no kenkyu kiban koso 17 | 18 | 0000-0001-0002-0003 19 | 安達, 淳 20 | Adachi, Jun 21 | アダチ, ジュン 22 | 23 | 0000000121691048 24 | 東京大学 25 | The University of Tokyo 26 | 27 | 28 | 29 | restricted access 30 | 情報爆発 31 | データマイニング 32 | 東京大学大学院情報学環 33 | 2015-10-01 34 | jpn 35 | 36 | departmental bulletin paper 37 | 38 | VoR 39 | http://hdl.handle.net/2115/64495 40 | 41 | 1025 42 | 日本学術振興会 43 | 科学研究費助成事業 44 | JP18049069 45 | 情報爆発時代の情報検索基盤技術 46 | 47 | 1880-697X 48 | AA12032633 49 | 東京大学大学院情報学環紀要 情報学研究 50 | Journal of information studies 51 | 12 52 | 3 53 | 24 54 | 34 55 | 57 56 | 57 | -------------------------------------------------------------------------------- /2.0/samples/10_journal_article_metadata_only_external_link.xml: -------------------------------------------------------------------------------- 1 | 2 | 12 | 13 | 情報爆発時代の研究基盤構想 14 | Research Project on Cyber Infrastructure for Information-explosion Era 15 | ジョウホウ バクハツ ジダイ ノ ケンキュウ キバン コウソウ 16 | Joho bakuhatsu jidai no kenkyu kiban koso 17 | 18 | 0000-0001-0002-0003 19 | 安達, 淳 20 | Adachi, Jun 21 | アダチ, ジュン 22 | 23 | 0000000121691048 24 | 東京大学 25 | The University of Tokyo 26 | 27 | 28 | 29 | open access 30 | information retrieval 31 | data mining 32 | Elsevier 33 | 2015-10-01 34 | eng 35 | 36 | journal article 37 | 38 | http://hdl.handle.net/2115/64495 39 | 40 | 41 | https://doi.org/10.1371/journal.pone.0170224 42 | 43 | 44 | 1025 45 | 日本学術振興会 46 | 科学研究費助成事業 47 | JP18049069 48 | 情報爆発時代の情報検索基盤技術 49 | 50 | 1880-697X 51 | AA12032633 52 | 東京大学大学院情報学環紀要 情報学研究 53 | Journal of information studies 54 | 12 55 | 3 56 | 24 57 | 34 58 | 57 59 | 60 | -------------------------------------------------------------------------------- /2.0/samples/11_dataset_external_link.xml: -------------------------------------------------------------------------------- 1 | 2 | 13 | 14 | The GRENE-TEA Project dataset 15 | 16 | 0000-0001-0001-0001 17 | 寺田, 寅彦 18 | Terada, Torahiko 19 | テラダ, トラヒコ 20 | 21 | 0000000121691048 22 | 東京大学 23 | University of Tokyo 24 | 25 | 26 | 27 | 28 | 0000-0001-0002-0003 29 | 夏目, 漱石 30 | Natsume, Soseki 31 | ナツメ, ソウセキ 32 | 33 | 0000000121691048 34 | 東京大学 35 | University of Tokyo 36 | 37 | 38 | 39 | 40 | 0000-0001-0002-0003 41 | 夏目, 純一 42 | Natsume, Jun'ichi 43 | ナツメ, ジュンイチ 44 | 45 | 0000000121691048 46 | 東京大学 47 | University of Tokyo 48 | 49 | 50 | 51 | 52 | 0000-0001-0002-0003 53 | 夏目, 伸六 54 | Natsume, Shinroku 55 | ナツメ, シンロク 56 | 57 | 0000000121691048 58 | 東京大学 59 | University of Tokyo 60 | 61 | 62 | 63 | open access 64 | Creative Commons Attribution 4.0 International 65 | 66 | 自然科学一般 67 | Natural Science 68 | The authors describe the construction of a forcing dataset for GREEN-TEA Models with eight meteorological variables for the 35 year period from 1970 to 2005. 69 | 東京大学 70 | University of Tokyo 71 | 72 | 73 | 2020-06-01 74 | eng 75 | 76 | dataset 77 | 78 | 1.00 79 | 80 | http://hdl.handle.net/2237/00032309 81 | https://nagoya.repo.nii.ac.jp/records/30123 82 | 83 | 84 | https://doi.org/10.5194/essdd-8-703-2015 85 | 86 | 1970-01-01 00:00:00 - 2005-01-01 23:59:59 87 | 88 | 89 | -140.487500 90 | 109.618333 91 | 60.255000 92 | 75.589167 93 | 94 | 95 | 96 | http://data.crossref.org/fundingdata/funder/10.13039/501100001700 97 | 文部科学省 98 | Ministry of Education, Culture, Sports, Science and Technology 99 | 100 | http://data.crossref.org/fundingdata/funder/10.13039/501100001691 101 | 科学研究費補助金 102 | JP15H05814 103 | 科学研究費補助金新学術領域(研究領域提案型)「太陽地球圏環境予測:我々が生きる宇宙の理解とその変動に対応する社会基盤の形成」計画研究A02「太陽嵐の発生機構の解明と予測」 104 | 105 | 106 | 107 | https://example.org/externalStrage/12345/sampleFile.tar 108 | 1GB 109 | 2020-06-01 110 | 111 | 1.00 112 | 113 | 114 | -------------------------------------------------------------------------------- /2.0/samples/12_digital_archive.xml: -------------------------------------------------------------------------------- 1 | 2 | 11 | 12 | 和訓栞 13 | ワクンノシオリ 14 | Wakun no shiori 15 | 16 | シオリブミ 17 | 倭訓栞 18 | ワクンノシオリ 19 | 20 | 18126058 21 | 谷川, 士清 22 | Tanigawa, Kotosuga 23 | タニガワ, コトスガ 24 | 谷川 25 | 士清 26 | 谷川, 昇 27 | Tanigawa, Noboru 28 | タニガワ, ノボル 29 | 30 | open access 31 | Creative Commons Attribution 4.0 International 32 | 33 | 34 | 須原屋, 茂兵衞 35 | 巻之一三 36 | 江戸 37 | JPN 38 | 39 | 40 | 山本, 平左衞門 41 | 巻之一三 42 | 京都 43 | JPN 44 | 45 | 46 | 出雲寺, 文次郎 47 | 巻之二八 48 | 京都 49 | JPN 50 | 51 | 1777/1830 52 | 53 | 安永6-文政13 54 | jpn 55 | book 56 | https://doi.org/10.20730/200017323 57 | https://kokusho.nijl.ac.jp/biblio/200017323/ 58 | 10.20730/200017323 59 | 60 | 61 | https://kokusho.nijl.ac.jp/page/list-ukai.html 62 | 鵜飼文庫 63 | 64 | 江戸時代 65 | 66 | 安永3年刊の改版 67 | 68 | 前編 69 | ゼンペン 70 | 71 | jpn 72 | 73 | 34冊 ; 25.1×17.7cm 74 | 75 | 袋綴 76 | 77 | 78 | https://ror.org/01464wm64 79 | 人間文化研究機構 国文学研究資料館 80 | National Institute of Japanese Literature 81 | 82 | 83 | https://kokusho.nijl.ac.jp/biblio/200017323/manifest 84 | 85 | 86 | 87 | 88 | 国文学研究資料館 89 | National Institute of Japanese Literature 90 | 91 | https://kokusho.nijl.ac.jp 92 | 国書データベース 93 | コクショデータベース 94 | The Largest Digital Reference on Pre-Modern Japanese Works 95 | 96 | 国内外の多くの機関等及び国文学研究資料館が所蔵する古典籍(江戸時代以前の書籍)等資料の書誌情報と、その一部の高精細画像を一度に検索・利用できるデータベースです。無料で公開していますので、どなたでも利用できます。日本の古典籍の総合目録である「日本古典籍総合目録データベース」と「日本語の 歴史的典籍の国際共同研究ネットワーク構築計画(略称:歴史的典籍NW事業)」によって構築された「新日本古典籍総合データベース」を発展的に統合し、さらに機能強化を目指すものです。 97 | 書籍等 98 | 人文学 99 | 自然史・理工学 100 | 画像利用条件 101 | 二次利用の条件は原本の所蔵者によって異なる 102 | open access 103 | 104 | https://xxx.xxx.xxx.xxx/xxx/thumbnail.jpg(準備中) 105 | 106 | 107 | -------------------------------------------------------------------------------- /2.0/samples/13_digital_archive_dataset_series.xml: -------------------------------------------------------------------------------- 1 | 2 | 11 | 12 | 鵜飼文庫 13 | ウカイブンコ 14 | ukai bunko 15 | W 16 | 自由民権運動家、衆議院議員の鵜飼郁次郎の収集による文庫。 17 | book 18 | https://kokusho.nijl.ac.jp/page/list-ukai.html 19 | 江戸-明治 20 | True 21 | -------------------------------------------------------------------------------- /2.0/samples/14_common_metadata_elements_cao.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 13 | 14 | 15 | 〇〇実証においてセンサより撮像したデータ及び関連データ 16 | 17 | 18 | 19 | 20 | 2021xxxx 21 | 情報 22 | Jyoho 23 | 太郎 24 | Taro 25 | 26 | 27 | 28 | 29 | https://ror.org/057zh3y96 30 | 31 | 〇〇大学 32 | The University of 〇〇 33 | 34 | 35 | 36 | データ管理室 37 | 38 | 39 | 40 | 41 | 受付係 〇〇県〇〇市xx-xx 42 | 43 | 44 | 45 | 46 | embargoed access 47 | 48 | 49 | Creative Commons Attribution 4.0 International 50 | このデータを使用するにあたっては〇〇 51 | 52 | 自然科学一般 53 | Natural Science 54 | 55 | 〇〇への応用が期待できる、〇〇〇〇のゲノム解析と、その効率的な化合物生産に役立てるための発現プロファイル情報 56 | 57 | 2030-04-01 58 | 59 | 60 | dataset 61 | 62 | 63 | https://doi.org/10.xxxxx/xxxxxxxx 64 | 65 | 66 | 12345678 67 | 68 | 69 | 70 | 71 | 72 | 国立研究開発法人科学技術振興機構(JST) 73 | Japan Science and Technology Agency(JST) 74 | 75 | MJPF 76 | 〇〇研究開発事業 77 | 78 | JPMJPF9999 79 | 〇〇の××に基づく△△の実現 80 | 81 | 82 | 83 | 84 | 85 | 852.95 KB 86 | 87 | 88 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # JPCOAR Schema 2 | XSD files and documents for JPCOAR schema 3 | 4 | - [JPCOAR web site](https://jpcoar.repo.nii.ac.jp/) 5 | - [JPCOAR Schema Guidlines](https://schema.irdb.nii.ac.jp/) 6 | - [Update history of JPCOAR Schema](https://schema.irdb.nii.ac.jp/ja/history) 7 | --------------------------------------------------------------------------------