Contents
CiNii Articles RDF for Articles Format Specification
When you access to the following URI, you can obtain the data with RDF/XML format. What information you can obtain is as the same as "CiNii Articles JSON-LD for Articles". "Article Information (Japanese)" and "Author Information" will be output.
https://ci.nii.ac.jp/naid/<naid>.rdf (For example: https://ci.nii.ac.jp/naid/110009544496.rdf)
Content Negotiation is also acceptable. Even if RDF URI is not be specified, RDF will respond by recognition from HTTP header. In the Article Details Page (For example:https://ci.nii.ac.jp/naid/110009544496)), 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
Article Information (Japanese)
No. | Tag name | Required | Content | Remarks | |||
First level | Second level | Third 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="http://www.w3.org/1999/02/22-rdf-syntax-ns#" | |||||||
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" | |||||||
xmlns:dc="http://purl.org/dc/elements/1.1/" | |||||||
xmlns:dcterms="http://purl.org/dc/terms/" | |||||||
xmlns:foaf="http://xmlns.com/foaf/0.1/" | |||||||
xmlns:prism="http://prismstandard.org/namespaces/basic/2.0/" | |||||||
xmlns:con="http://www.w3.org/2000/10/swap/pim/contact#" | |||||||
xmlns:cinii="https://ci.nii.ac.jp/ns/1.0/"> | |||||||
xmlns:bibo="http://purl.org/ontology/bibo/"> | |||||||
3 | rdf:Description | <rdf:Description rdf:about="https://ci.nii.ac.jp/naid/1234567890#article"> | |||||
4 | rdf:about | URI of Article | "#article" is added to URI in Article Details Page | ||||
5 | rdf:type | rdf:resource | The string that represents an article | <rdf:type rdf:resource="http://purl.org/ontology/bibo/Article"/> | |||
6 | foaf:isPrimaryTopicOf | rdf:resource | URI of Article bibliography RDF | <foaf:isPrimaryTopicOf rdf:resource="https://ci.nii.ac.jp/naid/1234567890.rdf" /> | |||
7 | dc:title | Title:Japanese | If there are not article titles in Japanese, English or other languages are outputted. | ||||
8 | dc:creator | Author name:Japanese | If there are several authors, this item will be repeated. If there are not author names in Japanese, English or other languages are outputted. | ||||
9 | dc:publisher | Publisher name:Japanese | If there are not publishers in Japanese, English or other languages are outputted. | ||||
10 | prism:publicationName | Publication name:Japanese | If there are not publication names in Japanese, English or other languages are outputted. | ||||
11 | prism:issn | ISSN | |||||
12 | prism:volume | Volume | |||||
13 | prism:number | Number | |||||
14 | prism:startingPage | Start page | |||||
15 | prism:endingPage | End page | |||||
16 | prism:pageRange | Page range | |||||
17 | prism:publicationDate | Date of Publication | W3CDTF format | ||||
18 | dc:description | Abstract:Japanese | |||||
19 | foaf:topic | Description of Keywords:Japanese | Repeated if there are multiple items. Example: <foaf:topic rdf:resource="https://ci.nii.ac.jp/keyword/知識共有" dc:title="知識共有"/> |
||||
20 | rdf:resource | URI of Keywords:Japanese | URL for keywords search. If there is a space in character strings of keywords, it will be replaced "+". | ||||
21 | dc:title | Keywords:Japanese | |||||
22 | dc:date | Date of Publication | The same as prism:publicationDate | ||||
23 | cinii:naid | NAID of Article | Article ID for CiNii Articles | ||||
24 | cinii:ncid | NCID of journals | NII bibliography ID (NCID) of journals. | ||||
25 | cinii:ndljpi | NDLID of Journals | Article ID by National Diet Library | ||||
26 | dc:language | Language code for Full Text | |||||
27 | dc:source | Data source | Repeated if there are multiple items | ||||
28 | cinii:references | The number of references | |||||
29 | cinii:citedBy | The number of Cited by | |||||
30 | dcterms:isPartOf | Description of Incorporated journals | Example: <dcterms:isPartOf rdf:resource="https://ci.nii.ac.jp/ncid/AN10005857#entity" dc:title="情報の科学と技術"/> |
||||
31 | rdf:resource | URI of Incorporated Journals | "#entity" is added to URI in CiNii Books details page | ||||
32 | dc:title | Title of Incorporated Journals | |||||
33 | rdfs:seeAlso | Description of External links | Repeated if there are multiple items Example: <rdfs:seeAlso rdf:resource="http://id.ndl.go.jp/bib/10893225" dc:title="NDL-OPAC - 国立国会図書館でさがす"/> <rdfs:seeAlso rdf:resource="https://search.jamas.or.jp/link/ui/2011073487" dc:title="医中誌Webでさがす"/> |
||||
34 | rdf:resource | URL of External links | |||||
35 | dc:title | Resource type of External links | Institutional Repository, J-STAGE, CrossRef, Ichushi Web, NDL-OPAC and so on | ||||
36 | prism:doi | DOI |
Article Information (English)
No. | Tag name | Required | Content | Remarks | |||
First level | Second level | Third Level | Attribute | ||||
37 | rdf:Description | <rdf:Description rdf:about="https://ci.nii.ac.jp/naid/1234567890#article"> | |||||
38 | rdf:about | URI of Article | "#article" is added to URI in Article Details Page | ||||
39 | xml:lang | The xml:lang attribute describes the language as English xml:lang="en" |
|||||
40 | rdf:type | rdf:resource | The string that represents an article | <rdf:type rdf:resource="http://purl.org/ontology/bibo/Article"/> | |||
41 | dc:title | Title:English | |||||
42 | dc:creator | Author name:English | Repeated if there are multiple items | ||||
43 | dc:publisher | Publisher name:English | |||||
44 | prism:publicationName | Publication name:English | |||||
45 | dc:description | Abstract:English | |||||
46 | foaf:topic | Description of Keywords:English | Repeated if there are multiple items. Example: <foaf:topic rdf:resource="https://ci.nii.ac.jp/keyword/Semantic+Web" dc:title="Semantic Web"/> |
||||
47 | rdf:resource | URI of Keywords:English | URL for keywords search. If there is a space in character strings of keywords, it will be replaced "+". | ||||
48 | dc:title | Keywords:English |
Author Information etc.
No. | Tag name | Required | Content | Remarks | |||||||
First level | Second level | Third level | Fourth level | Fifth level | Sixth level | Seventh level | Attribute | ||||
49 | rdf:Description | <rdf:Description rdf:about="https://ci.nii.ac.jp/naid/1234567890#article" xml:lang="en"> | |||||||||
50 | rdf:about | URI of Article | "#article" is added to URI in Article Details Page | ||||||||
51 | rdf:type | rdf:resource | The string that represents an article | <rdf:type rdf:resource="http://purl.org/ontology/bibo/Article"/> | |||||||
52 | foaf:depiction | Description of Picture image for article | |||||||||
53 | foaf:Image | ||||||||||
54 | rdf:about | Thumbnail URL | Thumbnail picture URL of the full text currently displayed on the article detailed page. | ||||||||
55 | foaf:maker | Description of Author | Repeated for the number of authors | ||||||||
56 | foaf:Person | Example: <foaf:Person rdf:about="https://ci.nii.ac.jp/nrid/1000030413925#me"> |
|||||||||
57 | rdf:about | URI of Author | "#me" is added to URI in Author Details Page | ||||||||
58 | foaf:name | xml:lang | Author name:Japanese | ||||||||
59 | foaf:name | xml:lang | Author name:English | xml:lang="en" | |||||||
60 | con:organization | Description of author's Affiliation | Repeated if there are multiple affiliations | ||||||||
61 | foaf:Organization | Example: <foaf:Organization rdf:about="https://ci.nii.ac.jp/org/%E5%9B%BD%E7%AB%8B%E6%83%85%E5%A0%B1%E5%AD%A6%E7%A0%94%E7%A9%B6%E6%89%80"> |
|||||||||
62 | rdf:about | URL of author's Affiliation | Indicates URL from the Affiliation name in Japanese | ||||||||
63 | foaf:name | Affiliation name:Japanese | |||||||||
64 | foaf:name | xml:lang | Affiliation name:English | xml:lang="en" |
Revision History
You can check revision history of CiNii Articles JSON-LD API for Articles later April, 2013.
June 16, 2017
- Change the Format Specification.
- Deleted information representing articles in cinii:fulltext.
March 13, 2015
- Change the Format Specification.
- Added information representing articles in rdf:type.
- Added information representing DOI in prism:doi.
October 15, 2014
- In "URI of Keywords" (foaf:topic @id) character of replaced has changed from "_" to "+".
October 29, 2013
- It has been available to use asynchronous communication between cross domains.