Contents
CiNii Dissertations RDF for Dissertations 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 Dissertations JSON-LD for Dissertations"
http://ci.nii.ac.jp/naid/<naid>.rdf(ex:http://ci.nii.ac.jp/naid/500000081749.rdf)
Content Negotiation is also acceptable. Even if RDF URI is not be specified, RDF will respond by recognition from HTTP header.At the Dissertations Details Page in CiNii Dissertations(For example:http://ci.nii.ac.jp/naid/500000081749), 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
Dissertations RDF
No. | Tag name | Required | Repetition | Content | Remarks | |||||
---|---|---|---|---|---|---|---|---|---|---|
First level | Second level | Third level | Fourth level | Fifth level | Attribute | |||||
1 | xml | Required | 1 | Declare as XML document | <?xml version="1.0" encoding="utf-8"?> | |||||
2 | rdf:RDF | Required | 1 | Document route element | <rdf:RDF | |||||
3 | xmlns:rdf | XML namespace | xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" | |||||||
4 | xmlns:rdfs | xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" | ||||||||
5 | xmlns:owl | xmlns:owl="http://www.w3.org/2002/07/owl#" | ||||||||
6 | xmlns:dc | xmlns:dc="http://purl.org/dc/elements/1.1/" | ||||||||
7 | xmlns:dcterms | xmlns:dcterms="http://purl.org/dc/terms/" | ||||||||
8 | xmlns:foaf | xmlns:foaf="http://xmlns.com/foaf/0.1/" | ||||||||
9 | xmlns:prism | xmlns:prism="http://prismstandard.org/namespaces/basic/2.0/" | ||||||||
10 | xmlns:cinii | xmlns:cinii="http://ci.nii.ac.jp/ns/1.0/" | ||||||||
11 | xmlns:ndl | xmlns:ndl="http://ndl.go.jp/dcndl/terms/" | ||||||||
12 | xmlns:bibo | xmlns:bibo="http://purl.org/ontology/bibo/"> | ||||||||
13 | rdf:Description | Required | 1 | Bibliography section | "#article" is added to URI in Dissertation Details Page. <rdf:Description rdf:about="https://ci.nii.ac.jp/naid/XXXXXXXXXX#article"> |
|||||
14 | rdf:about | Required | 1 | URI of Dissertation | "#article" is added to URI in Dissertation Details Page. | |||||
15 | rdf:type | Required | 1 | The string that represents a Dissertation | <rdf:type rdf:resource="http://purl.org/ontology/bibo/Thesis"/> | |||||
16 | rdf:resource | Required | 1 | URI of Material Type "Doctoral Thesis" | ||||||
17 | foaf:isPrimaryTopicOf | Required | 1 | Description of Dissertation bibliography RDF | <foaf:isPrimaryTopicOf rdf:resource="https://ci.nii.ac.jp/naid/XXXXXXXXXXX.rdf" /> | |||||
18 | rdf:resource | Required | 1 | URI of Dissertation bibliography RDF | ||||||
19 | dc:title | Required | 1 | Title | ||||||
20 | dc:title | Required, if any | 0..* | Interpretation of Title | ||||||
21 | xml:lang | Required, if any | 0..1 | Language | Fixed(ja-hrkt:Interpretation with Katakana) | |||||
22 | dcterms:alternative | 0..* | Other title(No language attribute) | |||||||
23 | dcterms:alternative | 0..* | Other title(Japanese) | |||||||
24 | xml:lang | Required, if any | 0..1 | Language | Fixed(ja:Japanese) | |||||
25 | dcterms:alternative | 0..* | Other title(English) | |||||||
26 | xml:lang | Required, if any | 0..1 | Language | Fixed(en:English) | |||||
27 | dc:creator | Required | 1..* | Author name(No language attribute) | Repeat with the language attribute due to English form or Katakana etc. in spite of basically one for the doctoral thesis For example: <dc:creator>大向 一輝</dc:creator> <dc:creator xml:lang="ja-hrkt">オオムカイ イッキ</dc:creator> <dc:creator xml:lang="en">Ohmukai Ikki</dc:creator> |
|||||
28 | dc:creator | 0..* | Author name(Japanese) | |||||||
29 | xml:lang | Required, if any | 0..1 | Language | Fixed(ja:Japanese) | |||||
30 | dc:creator | 0..* | Author name(English) | |||||||
31 | xml:lang | Required, if any | 0..1 | Language | Fixed(en:English) | |||||
32 | dc:publisher | Required, if any | 0..1 | University | ||||||
33 | dc:publisher | Required, if any | 0..* | University(kana) | ||||||
34 | xml:lang | Required, if any | 0..1 | Language | Fixed(ja-hrkt:Interpretation with Katakana) | |||||
35 | cinii:grantid | Required, if any | 0..1 | Identification code for universities and colleges | JISX0408 | |||||
36 | cinii:kid | 0..1 | Organization ID of NACSIS-CAT | |||||||
37 | dc:language | Required, if any | 0..* | Text language | Code of Text language. Normalized to Code:ISO639-2 (https://www.loc.gov/standards/iso639-2/php/code_list.php) NDL search:ISO639-2、IRDB:RFC3066。 | |||||
38 | dc:date | Required, if any | 0..1 | Degree year | YYYY | |||||
39 | foaf:topic | 0..* | Description of Keywords | |||||||
40 | rdf:resource | Required, if any | 0..1 | URI of Keywords | ||||||
41 | dc:title | Required | 0..1 | Keywords | Mainly it's assumed to be "subject & gt & lt" from the IR. | |||||
42 | dc:description | 0..* | Note and Description | |||||||
43 | dcterms:tableOfContents | 0..* | Table of Contents | In came the order, repeat "dcterms:tableOfContents" of number of table of contents. | ||||||
44 | ndl:dissertationNumber | Required, if any | 0..1 | Grant ID | ||||||
45 | ndl:degreeName | Required, if any | 0..1 | Types of degree | ||||||
46 | ndl:dateGranted | Required, if any | 0..1 | Degree year | ||||||
47 | cinii:naid | Required | 1 | NAID of Dissertations | ||||||
48 | cinii:ndlBibID | Required, if any | 0..1 | NDLBibID | ||||||
49 | ndl:callNumber | Required, if any | 0..1 | Call number of NDL-OPAC | ||||||
50 | prism:doi | Required, if any | 0..* | DOI | ・Store only the value of DOI ・Display DOI of NDL and other DOI separately, seeing value of prefix. |
|||||
51 | rdfs:seeAlso | Required, if any | 0..* | Description of DOI(http URI format) | ||||||
52 | rdf:resource | Required, if any | 0..1 | DOI(http URI format) | ||||||
53 | dc:title | Required, if any | 0..1 | Types of DOI | JaLC/NDL/Publisher | |||||
54 | rdfs:seeAlso | Required, if any | 0..* | Description of External links(Fulltext link/NDL-OPAC link) | ||||||
55 | rdf:resource | Required, if any | 0..1 | URL of External links | ||||||
56 | dc:title | Required, if any | 0..1 | Resource type of External links | ||||||
57 | rdf:Description | Required | 1 | authors structured section | "#article" is added to URI in Article Details Page <rdf:Description rdf:about="https://ci.nii.ac.jp/naid/XXXXXXXXXX#article"> |
|||||
58 | rdf:about | Required | 1 | |||||||
59 | foaf:depiction | 0..1 | Description of Picture image for article | |||||||
60 | foaf:image | Required, if any | 0..1 | |||||||
61 | rdf:about | Required, if any | 0..1 | Thumbnail URL | Thumbnail picture URL of the full text currently displayed on the article detailed page. | |||||
62 | foaf:maker | Required | 0..* | Description of Author | ||||||
63 | foaf:Person | Required | 1 | "#me" is added to URI in Author Details Page <foaf:Person rdf:about="https://ci.nii.ac.jp/nrid/XXXXXXXXXXXX#me"> |
||||||
64 | rdf:about | Required | 1 | |||||||
65 | foaf:name | Required | 1 | Author name(No language attribute) | ||||||
66 | foaf:name | Required, if any | 0..1 | Author name(Japanese) | ||||||
67 | xml:lang | Required, if any | 0..1 | Language | ja:Japanese | |||||
68 | foaf:name | Required, if any | 0..* | Author name(kana) | ||||||
69 | xml:lang | Required, if any | 0..1 | Language | Fixed(ja-hrkt:Japanese kana) | |||||
70 | foaf:name | Required, if any | 0..1 | Author name(English) | ||||||
71 | xml:lang | Required, if any | 0..1 | Language | en:English | |||||
72 | rdfs:seeAlso | 0..* | Description of KAKEN — Researchers | <rdfs:seeAlso rdf:resource="http://nrid.nii.ac.jp/nrid/1000030413925" dc:title="KAKEN — Researchers"/> | ||||||
73 | rdf:resource | Required, if any | 0..1 | KAKEN — Researchers URL | ||||||
74 | dc:title | Required, if any | 0..1 | name of link | Fixed(KAKEN — Researchers) |