Contents
CiNii Books RDF for Books & Journals Format Specification
When you access to the following URI, you can obtain the data with JSON-LD format. What information you can obtain is as the same as "CiNii Books JSON-LD for Books and Journals"
https://ci.nii.ac.jp/ncid/<ncid>.rdf (ex: https://ci.nii.ac.jp/ncid/BB08796640.rdf)
Content Negotiation is also acceptable. Even if RDF URI is not be specified, RDF will respond by recognition from HTTP header. At the Books and Journals Details Page in CiNii Books (For example:https://ci.nii.ac.jp/ncid/BB08796640), specification of "application/rdf+xml" in Accept field of HTTP request header has much priority than any other specifications, it will induce automatically to RDF URI.
"Access-Control-Allow-Origin*" is required on http header for response, and it is available to use asynchronous communication between cross domains.
Format Specification
Books RDF
No. | Tag name | Required | Content | Remarks | |||||
First level | Second level | Third level | Fourth level | Fifth level | Attribute | ||||
1 | xml | Required | Declare as XML document | <?xml version="1.0" encoding="utf-8" ?> | |||||
2 | rdf:RDF | Required | Document route element | <rdf:RDF | |||||
xmlns:rdf | xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" | ||||||||
xmlns:rdfs | xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" | ||||||||
xmlns:owl | xmlns:owl="http://www.w3.org/2002/07/owl#" | ||||||||
xmlns:dc | xmlns:dc="http://purl.org/dc/elements/1.1/" | ||||||||
xmlns:dcterms | xmlns:dcterms="http://purl.org/dc/terms/" | ||||||||
xmlns:foaf | xmlns:foaf="http://xmlns.com/foaf/0.1/" | ||||||||
xmlns:prism | xmlns:prism="http://prismstandard.org/namespaces/basic/2.0/" | ||||||||
xmlns:bibo | xmlns:bibo="http://purl.org/ontology/bibo/" | ||||||||
xmlns:cinii | xmlns:cinii="http://ci.nii.ac.jp/ns/1.0/"> | ||||||||
3 | rdf:Description | Required | Book bibliography section | <rdf:Description rdf:about="https://ci.nii.ac.jp/ncid/XX12345678#entity"> | |||||
4 | rdf:about | Required | URI of Book | "#entity" is added to URI in Book Details Page. | |||||
5 | rdf:type | rdf:resource | The string that represents a Book | <rdf:type rdf:resource="http://purl.org/ontology/bibo/Book"/> | |||||
6 | foaf:isPrimaryTopicOf | rdf:resource | Required | URI of Book bibliography RDF | <foaf:isPrimaryTopicOf rdf:resource="https://ci.nii.ac.jp/ncid/XX12345678.rdf" /> | ||||
7 | dc:title | Required | Book title | ||||||
8 | dc:title | Interpretation of Title | |||||||
9 | xml:lang | Required | Language code of Interpretation | ko: Korean or ja-hrkt: Interpretation with Katakana | |||||
10 | dcterms:alternative | Other title | Repeated if there are multiple items. | ||||||
11 | dc:creator | Responsibility/td> | Indicates role (Including "written by" ) | ||||||
12 | dc:publisher | Publisher | Repeated if there are multiple items. | ||||||
13 | dc:language | Required | Language code of the text | Code of the language in which the body text is written. You can find the code at Language code table. | |||||
14 | dc:date | Publish year | |||||||
15 | foaf:topic | Description of Subject | Repeated if there are multiple items.ex:<foaf:topic rdf:resource="https://ci.nii.ac.jp/books/search? q=%E6%83%85%E5%A0%B1%E5%8C %96%E7%A4%BE%E4%BC%9A" dc:title="情報化社会"/> |
||||||
16 | rdf:resource | Required | URI of Subject | URL to search the subject as a keyword | |||||
17 | dc:title | Required | Subject | ||||||
18 | cinii:ncid | Required | NII bibliography ID (NCID) | NACSIS-CAT ID | |||||
19 | prism:edition | Edition | |||||||
20 | dcterms:isPartOf | Description of Parent Bibliography | If there are several parent bibliographies, this item will be repeated. ex:<dcterms:isPartOf rdf:resource="https://ci.nii.ac.jp/ncid/BN06190301#entity" dc:title="丸善ライブラリー, 381 . 情報研シリーズ||ジョウホウケン シリーズ ; 15"/> |
||||||
21 | rdf:resource | Required | URI of Parent bibliography | "#entity" is added to URI in Parent Bibliography(series name) | |||||
22 | dc:title | Required | Title of Parent bibliography | Including the number in series | |||||
23 | dcterms:hasPart | Description about volumes of the book | Repeated if there are multiple items. ex: <dcterms:hasPart rdf:resource="urn:isbn:4642005013" dc:title="第1巻"/> |
||||||
24 | rdf:resource | ISBN | urn:isbn:<ISBN> | ||||||
25 | dc:title | Required | Volume/Number | ||||||
26 | dcterms:extent | Pages/Volumes | |||||||
27 | cinii:size | Size | |||||||
28 | cinii:contentOfWorks | Note for Content of works | Description of Contents of unit works in structural parts of the book. ex: <cinii:contentsOfWorks>1: 邪宗門ノート</cinii:contentsOfWorks> <cinii:contentsOfWorks>思ひ出ノート</cinii:contentsOfWorks> <cinii:contentsOfWorks>2: 黒い皮ノート</cinii:contentsOfWorks> <cinii:contentsOfWorks>桐の花ノート</cinii:contentsOfWorks> <cinii:contentsOfWorks>三崎ノート</cinii:contentsOfWorks> |
||||||
29 | dcterms:medium | Description of material type | ex: <dcterms:medium dc:title="録音資料(音楽)(CD)"/> |
||||||
30 | dc:title | Required | Media format | ||||||
31 | cinii:ownerCount | Required | Number of Holding libraries | Number of Holding libraries of the book ex: <cinii:ownerCount>63</cinii:ownerCount> |
|||||
32 | bibo:lccn | LCCN (Library Congress Control Number of the U.S.) | Repeated if there are multiple items. ex: <bibo:lccn>84009674</bibo:lccn> <bibo:lccn>82008292</bibo:lccn> |
||||||
33 | rdfs:seeAlso | Description of LCCN Permalink | Repeated if there are multiple items. ex: <rdfs:seeAlso rdf:resource="https://lccn.loc.gov/84009674"/> <rdfs:seeAlso rdf:resource="https://lccn.loc.gov/82008292"/> |
||||||
34 | rdf:resource | Required | LCCN URI of LCCN Permalink | URI of LCCN Permalink page. https://lccn.loc.gov/<LCCN> | |||||
35 | dcterms:hasFormat | Full text link | Repeated if there are multiple items. | ||||||
36 | rdf:resource | Required | Full text URL | ||||||
37 | dc:title | Volume | |||||||
38 | dc:date | Publish date | |||||||
39 | prism:publicationDate | Date of Publication | |||||||
40 | cinii:note | Note | |||||||
41 | dc:subject | Classification | |||||||
42 | cinii:relation | Permalink of Related Bibliography | |||||||
43 | rdf:resource | Required | "#entity" is added to "https://ci.nii.ac.jp/ncid/XX12345678", | ||||||
44 | dc:title | Required | Related Bibliography title | ||||||
45 | cinii:ncid | Required | Related Bibliography ID | Bibliography ID of Related Bibliography | |||||
46 | rdf:Description | Author section | <rdf:Description rdf:about="https://ci.nii.ac.jp/ncid/XX12345678#entity"> | ||||||
47 | rdf:about | Required | URI of Book | "#entity" is added to URI in Author Details Page | |||||
48 | rdf:type | rdf:resource | The string that represents a Book | <rdf:type rdf:resource="http://purl.org/ontology/bibo/Book"/> | |||||
49 | foaf:maker | Description about author | If there are several authors, this item will be repeated for them. | ||||||
50 | foaf:Person | Required | ex: <foaf:Person rdf:about="https://ci.nii.ac.jp/author/DA12345678#entity"> |
||||||
51 | rdf:about | URI of Author | "#entity" is added to URI in Author Details Page | ||||||
52 | foaf:name | Required | Author Name | Family name, First name | |||||
53 | foaf:name | Interpretation of Author name in Katakana characters | ex: <foaf:name xml:lang="ja-hrkt">オオムカイ, イッキ</foaf:name> |
||||||
54 | xml:lang | Required | Language code | ko: Korean or ja-hrkt: Interpretation in Katakana characters | |||||
55 | rdf:Description | Holding section | |||||||
56 | rdf:about | Required | URI of Book | "#entity" is added to URI of bibliography detailed page | |||||
57 | rdf:type | rdf:resource | The string that represents a Book | <rdf:type rdf:resource="http://purl.org/ontology/bibo/Book"/> | |||||
58 | bibo:owner | Description of holding library | If there are several holding libraries, this item will be repeated for them. | ||||||
59 | foaf:Organization | Required | <foaf:Organization rdf:about="https://ci.nii.ac.jp/library/FA123456"> | ||||||
60 | rdf:about | Required | URI of holding library | ||||||
61 | foaf:name | Required | Name of holding library | ||||||
62 | rdfs:seeAlso | rdf:resource | URL URL of the OPAC | URL to link the page of the book in OPAC of the library. URL is specified to the books by NCID. |
Journals RDF
No. | Tag name | Required | Content | Remarks | |||||
First level | Second level | Third level | Fourth level | Fifth level | Attribute | ||||
1 | xml | Required | Declare as XML document | <?xml version="1.0" encoding="utf-8" ?> | |||||
2 | rdf:RDF | Reqiored | Document route element | <rdf:RDF | |||||
xmlns:rdf | xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" | ||||||||
xmlns:rdfs | xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" | ||||||||
xmlns:owl | xmlns:owl="http://www.w3.org/2002/07/owl#" | ||||||||
xmlns:dc | xmlns:cinii=xmlns:dc="http://purl.org/dc/elements/1.1/" | ||||||||
xmlns:dcterms | xmlns:dcterms="http://purl.org/dc/terms/" | ||||||||
xmlns:foaf | xmlns:foaf="http://xmlns.com/foaf/0.1/" | ||||||||
xmlns:prism | xmlns:prism="http://prismstandard.org/namespaces/basic/2.0/" | ||||||||
xmlns:bibo | xmlns:bibo="http://purl.org/ontology/bibo/" | ||||||||
xmlns:cinii | xmlns:cinii="http://ci.nii.ac.jp/ns/1.0/"> | ||||||||
3 | rdf:Description | Required | Journal bibliography section | <rdf:Description rdf:about="https://ci.nii.ac.jp/ncid/XX12345678#entity"> | |||||
4 | rdf:about | Required | URI of Journal | "#entity" is added URI to Journals Details Page . | |||||
5 | rdf:type | rdf:resource | The string that represents a Journal | <rdf:type rdf:resource="http://purl.org/ontology/bibo/Journal"/> | |||||
6 | foaf:isPrimaryTopicOf | rdf:resource | Required | URI of RDF | <foaf:isPrimaryTopicOf rdf:resource="https://ci.nii.ac.jp/ncid/XX12345678.rdf" /> | ||||
7 | dc:title | Required | Journal title | ||||||
8 | dc:title | Interpretation of Title | |||||||
9 | dc:creator | Required | Language code of Interpretation | ko: Korean or ja-hrkt: Interpretation in Katakana characters | |||||
10 | dcterms:alternative | Other title | Repeated if there are multiple items. | ||||||
11 | dc:creator | Responsibility | Indicates role (including "written by") | ||||||
12 | dc:publisher | Publisher | Repeated if there are multiple items. | ||||||
13 | dc:language | Required | Language code | Indicates which languages are being used. For the languege codes, see the language list (Written in Japanese) | |||||
14 | dc:date | Date of Publication | |||||||
15 | cinii:ncid | Required | NII bibliography ID (NCID) | NACSIS-CAT ID | |||||
16 | prism:edition | Edition | |||||||
17 | cinii:volumeYear | Volume / Year | |||||||
18 | prism:issn | ISSN | |||||||
19 | cinii:familyid | Journal bibliographic history ID | |||||||
20 | dc:relation | Description of Bibliographic history | Repeated if there are multiple items. | ||||||
21 | rdf:resource | Required | This is URI of previous / following journal transition. "#entity" is added to URI in Journals Bibliography Details Page. ex: <dc:relation rdf:resource="https://ci.nii.ac.jp/ncid/AA12317677#entity" dc:title="情報処理学会論文誌 : 論文誌ジャーナル / 情報処理学会 = IPSJ journal / Information Processing Society of Japan"/> |
||||||
22 | dc:title | Required | Title of previous/following journals | ||||||
23 | owl:sameAs | rdf:resource | Journal URI of CiNii Articles. Appears if CiNii Articles has the full text (ELS) ex: <owl:sameAs rdf:resource="https://ci.nii.ac.jp/vol_issue/nels/AN00116647_ja.html#entity"/> |
||||||
24 | dcterms:medium | dc:title | Media format | ex: <dcterms:medium dc:title="機械可読データファイル"/> |
|||||
25 | dcterms:isPartOf | Description of Parent bibliography | Repeated if there are multiple Parent bibliographies (series name) | ||||||
26 | rdf:resource | Required | URI of Parent bibliography | "#entity" is added to URI in Parent bibliography | |||||
27 | dc:title | Required | Title of Parent bibliography | Including numbers of series | |||||
28 | dcterms:hasPart | Description of Volume, Number and Page | Repeated if there are multiple items. | ||||||
29 | rdf:resource | ISSN | urn:issn:<ISSN> | ||||||
30 | dc:title | Required | Volume, Number and Page | ||||||
31 | dcterms:extent | Pages/Volumes | |||||||
32 | cinii:size | Size | |||||||
33 | cinii:ownerCount | Required | Number of holding libraries | Number of holding libraries of the book ex: <cinii:ownerCount>63</cinii:ownerCount> |
|||||
34 | bibo:lccn | LCCN (Library Congress Control Number of the U.S.) of Journal bibliography | Repeated if there are multiple items. ex: <bibo:lccn>84009674</bibo:lccn> <bibo:lccn>82008292</bibo:lccn> |
||||||
35 | rdfs:seeAlso | Description of LCCN Permalink | Repeated if there are multiple items. ex: <rdfs:seeAlso rdf:resource="https://lccn.loc.gov/84009674"/> <rdfs:seeAlso rdf:resource="https://lccn.loc.gov/82008292"/> |
||||||
36 | rdf:resource | Required | URI of LCCN Permalink | URI of LCCN Permalink page. https://lccn.loc.gov/<LCCN> | |||||
37 | dcterms:hasFormat | Full text link | Repeated if there are multiple items. | ||||||
38 | rdf:resource | Required | Full text URL | ||||||
39 | dc:title | Volume | |||||||
40 | dc:date | Publish date | |||||||
41 | rdf:Description | Author section | <rdf:Description rdf:about="https://ci.nii.ac.jp/ncid/XX12345678#entity"> | ||||||
42 | rdf:about | Required | URI of Book | "#entity" is added to the details page URL. | |||||
43 | rdf:type | rdf:resource | The string that represents a Journal | <rdf:type rdf:resource="http://purl.org/ontology/bibo/Journal"/> | |||||
44 | foaf:maker | Description of Author | Repeated by the number of author. | ||||||
45 | foaf:Person | Required | ex: <foaf:Person rdf:about="https://ci.nii.ac.jp/author/DA12345678#entity"> |
||||||
46 | rdf:about | URI of Journals | "#entity" is added to the URI of the author details page. | ||||||
47 | foaf:name | Required | Author Name | ||||||
48 | foaf:name | Transcription of the author name | ex: <foaf:name xml:lang="ja-hrkt">ジョウホウ ショリ ガッカイ</foaf:name> |
||||||
49 | xml:lang | Required | Language Code | ko: Korean or ja-hrkt: Interpretation with Katakana characters | |||||
50 | rdf:Description | Holding section | |||||||
51 | rdf:about | Required | URI of Journals | "#entity" is added to the details page URL. | |||||
52 | rdf:type | rdf:resource | The string that represents a Journal | <rdf:type rdf:resource="http://purl.org/ontology/bibo/Journal"/> | |||||
53 | bibo:owner | Description of holding libraries | If there are several holding libraries, this item will be repeated for them. | ||||||
54 | foaf:Organization | Required | <foaf:Organization rdf:about="https://ci.nii.ac.jp/library/FA123456"> | ||||||
55 | rdf:about | Required | URI of Holding library | ||||||
56 | foaf:name | Required | Holding library name | ||||||
57 | rdfs:seeAlso | rdf:resource | URL of the OPAC | URL to link the page of the book in OPAC of the library. URL is specified to the books by NCID. |
Update Information
You can check update information later April, 2013.
August 21, 2020
- Change the Format Specification.
- Added Related Bibliography in cinii:relation. (only Books RDF)
August 17, 2017
- Change the Format Specification.
- Added Full text link in dcterms:hasFormat.
- Delete owl:sameAs. (only Journals RDF)
Nobember 5, 2015
- Change the Format Specification.
- Added Pages/Volumes in dcterms:extent.
- Added Size in cinii:size.
March 13, 2015
- Change the Format Specification.
- Added information representing articles in rdf:type.
May 15, 2014
- The following items have been added to Format Specification.
- LCCN(The Library of Congress Control Number)(bibo:lccn)
- Description of LCCN Permalink (Described URI of http://lccn.loc.gov/<LCCN> with rdfs:seeAlso)
October 11, 2013
- It is available to use asynchronous communication between cross domains
July 12, 2013
- The following item has been added to Format Specification.
- Number of Holding Libraries (cinii:ownerCount)