application programming interface (api) specifications€¦ · 22-03-2018  · cql is the...

142
NDL Search Application Programming Interface (API) Specifications (Ver. 1.23) NDL Search Application Programming Interface (API) Specifications (Ver. 1.23) March 22, 2018

Upload: others

Post on 10-Aug-2020

18 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: Application Programming Interface (API) Specifications€¦ · 22-03-2018  · CQL is the specification of search queries in SRW. This service is provided based on CQL 1.2. The basic

NDL Search Application Programming Interface (API) Specifications (Ver. 1.23)

NDL Search

Application Programming Interface (API)

Specifications

(Ver. 1.23)

March 22, 2018

Page 2: Application Programming Interface (API) Specifications€¦ · 22-03-2018  · CQL is the specification of search queries in SRW. This service is provided based on CQL 1.2. The basic

NDL Search Application Programming Interface (API) Specifications (Ver. 1.23)

Table of Contents

1. Introduction ...................................................................................................................................................... 1 2. Common Items ................................................................................................................................................. 2 3. SRU .................................................................................................................................................................. 5 4. SRU/SOAP(SRW) .......................................................................................................................................... 13 5. OpenSearch .................................................................................................................................................... 19 6. OpenURL ....................................................................................................................................................... 22 7. Z39.50............................................................................................................................................................. 26 8. OAI-PMH ....................................................................................................................................................... 33

Page 3: Application Programming Interface (API) Specifications€¦ · 22-03-2018  · CQL is the specification of search queries in SRW. This service is provided based on CQL 1.2. The basic

NDL Search Application Programming Interface (API) Specifications (Ver. 1.23)

1 / 38

1. Introduction

This document describes interface specifications which are used in search and acquisition of metadata from "NDL Search" (hereinafter referred to as this system) by applications of institutions.

This system provides following Application Programming Interfaces (API).

Table 1-1 List of supported interfaces and their overviews

No. Interface type Overview Input format Output format

1 SRU Protocol for searching information by using REST that was developed based on Z39.50, a communication protocol for information search

URL XML

2 SRW Protocol for searching information using WebService, which was developed based on Z39.50, a communication protocol for information search

XML XML

3 OpenSearch Communication protocol for cross search, which are proposed by A9.com

URL XML (RSS)

4 OpenURL Protocol for sending metadata information to link server in URL format to specify link destination of contents

URL HTML

5 Z39.50 Communication protocol in client-server style for information search

Z39.50 interface

Z39.50 interface

6 OAI-PMH Communication protocol, defined by OAI (Open Archives Initiative), for giving requests and receiving results in order to mechanically collect

metadata between servers

URL XML

Page 4: Application Programming Interface (API) Specifications€¦ · 22-03-2018  · CQL is the specification of search queries in SRW. This service is provided based on CQL 1.2. The basic

NDL Search Application Programming Interface (API) Specifications (Ver. 1.23)

2 / 38

2. Common Items

(1) Access URL The access URL (base URL) of each provision method is as follows:

Table 2-1 Access URL

No. Provision method

URL

1 SRU http://iss.ndl.go.jp/api/sru

2 SRW http://iss.ndl.go.jp/api/srw

3 OpenSearch http://iss.ndl.go.jp/api/opensearch

4 OpenURL http://iss.ndl.go.jp/api/openurl

5 Z39.50 iss.ndl.go.jp:210

6 OAI-PMH http://iss.ndl.go.jp/api/oaipmh

You can access WSDL and OpenSearch Description Document, which are the setting files for SRW and OpenSearch, respectively, at the following URL:

・http://iss.ndl.go.jp/api/srwwsdl ・http://iss.ndl.go.jp/api/opensearch_description

(2) List of data providers and their IDs

In each provision method, the database for a search request (hereinafter referred to as "data provider") shall be specified with data provider ID. Data providers are added at any time. For the list of the latest data providers and their IDs, see Appendix 1: List of data providers and their corresponding Application Programming Interfaces (API) in this document.

(3) Data provider group In each provision method, you can specify group of data providers instead of directly specifying data

provider IDs. Following table shows data provider groups:

Page 5: Application Programming Interface (API) Specifications€¦ · 22-03-2018  · CQL is the specification of search queries in SRW. This service is provided based on CQL 1.2. The basic

NDL Search Application Programming Interface (API) Specifications (Ver. 1.23)

3 / 38

Table 2-2 Data provider groups

No. Data provider group ID Details of data provider groups

1 Digitalcontents Body text, digital images, etc. (Primary information)

2 Catalogue Listing, index, etc.

3 Site Site information

4 Reference Information convenient for search, reference information

5 Science Information about natural sciences

6 Humanities Information about humanities

7 Library Information concerning libraries

8 Child Information for children

9 Ndl Information provided by NDL

For correspondence between data provider groups and data providers, see Appendix 1: List of data providers and their corresponding Application Programming Interfaces (API) in this document.

(4) Character code Character code shall be UTF-8 for any provision method.

(5) Difference between harvest type and cross search type by data provider Data providers to be searched in this service are mainly classified into following two types as search

method implementations:

・ Harvest type: Metadata is collected (harvested) from data providers and a database as this service is created with collected data.

・ Cross search type: No database is created but a request is issued directly to data providers via a network at the time of search.

At an application programming interface (API), no result is acquired from data providers in cross search

type; therefore, Table 1 “List of data providers and their corresponding Application Programming Interfaces (API)" and Table 2 “Data provider groups and their corresponding data provider" of Appendix 1 describes only harvest-type data providers, and no cross search-type data provider is described.

Page 6: Application Programming Interface (API) Specifications€¦ · 22-03-2018  · CQL is the specification of search queries in SRW. This service is provided based on CQL 1.2. The basic

NDL Search Application Programming Interface (API) Specifications (Ver. 1.23)

4 / 38

(6) Relationship with search function of this service Available search conditions vary depending on each interface, and these conditions differ from the

search items in this service. Remember that at the Application Programming Interface (API), basically only part of the conditions available for this service is supported.

(7) Format and contents of data

Format (schema) and contents of data to be returned are explained in the description on each interface in the next section onwards. The "dcndl" and "dcndl_simple" formats or data to be returned are the formats defined in this service based on the NDL Dubrin Core Metadata Description (DC-NDL). For details about dcndl and dcndl_simple, see the DC-NDL (RDF) Format Specifications and DC-NDL (Simple) Format Specifications, respectively.

Page 7: Application Programming Interface (API) Specifications€¦ · 22-03-2018  · CQL is the specification of search queries in SRW. This service is provided based on CQL 1.2. The basic

NDL Search Application Programming Interface (API) Specifications (Ver. 1.23)

5 / 38

3. SRU

(1) Overview This is an interface for external institutions to use this service for search and acquire search results by SRU

(Search/Retrieve via URL).

NDL search

SR

U-A

PI

Search request (URL)

Institution

SRU

Search result (XML)

Figure 3-1 Overview of interface provided by SRU

You can find the basic specifications of SRU at the following URL: http://www.loc.gov/standards/sru/

This service supports SRU version 1.1 and 1.2. ZEEREX is not supported.

Note that this service supports both SRU and SRU/SOAP (SRW) described in the previously mentioned basic specifications. You can find the specifications of SRU/SOAP (SRW) in 4 “SRU/SOAP (SRW)."

(2) Support range This service supports "searchRetrieve" and "explain," which are major operations of SRU (Scan operation

is not supported).

(3) Argument of searchRetrieve

Table 3-1 Arguments of searchRetrieve

No. Argument name Value to specify

1 operation Required "searchRetrieve"

2 version Optional 1.1 or 1.2 (The default is 1.2.)

Page 8: Application Programming Interface (API) Specifications€¦ · 22-03-2018  · CQL is the specification of search queries in SRW. This service is provided based on CQL 1.2. The basic

NDL Search Application Programming Interface (API) Specifications (Ver. 1.23)

6 / 38

No. Argument name Value to specify 3 query Required

Search condition (CQL) Details are described later. 4 startRecord Start position

The default is 1. 5 maximumRecords Maximum number of acquired records

The default is 200. 6 recordPacking "xml" or "string"

The default is "string.” 7 recordSchema Schema of acquired data

dc, dcndl, or dcndl_simple The default is dc.

8 recordXpath Not used

9 resultSetTTL Not used

10 sortKeys Sort key information Valid for version1.1 only

11 schema Not used

12 path title, creator, created_date, or modified_date Without sortKeys specified, the default (in the order of title) is applied. (Available only when 1.1 is specified for the version with sortKeys specified)

13 ascending "0" (descending order), "1"(ascending order) (Available only when 1.1 is specified for the version with sortKeys specified) The default is "1.”

14 stylesheet Not used

15 extraRequestData Not used

16 inprocess With "true" specified, only "NDL newly acquired Bibliographic data 1 " is acquired.

17 onlyBib With "true" specified, only "Bibliographic data" is acquired. (Available only when dcndl is specified for recordSchema)

(4) CQL specifications CQL is the specification of search queries in SRW. This service is provided based on CQL 1.2. The basic

specification of CQL can be found at URL shown in 3 “SRU (1) Overview." The following shows the items available when issuing a query using CQL.

1 Quick delivery service of inprocess bibliography information on domestic publications and overseas publications collected by NDL

http://www.ndl.go.jp/jp/library/data/pbsrss.html

Page 9: Application Programming Interface (API) Specifications€¦ · 22-03-2018  · CQL is the specification of search queries in SRW. This service is provided based on CQL 1.2. The basic

NDL Search Application Programming Interface (API) Specifications (Ver. 1.23)

7 / 38

Table 3-2 Search items of SRU

No. Reference name Details

1 dpid Data provider ID

2 dpgroupid Data provider group ID

3 title Title

4 creator Creator

5 publisher Publisher

6 digitized_publisher Digitized publisher

7 ndc Classification (NDC, NDLC, LCC, DCC, UDC)

8 ndlc Classification (NDLC)

9 description Contents description

10 subject Subject

11 isbn ISBN (Search is available in either 10- or 13-digit format)

12 issn ISSN

13 jpno National Bibliography No.

14 from Start date of publication (YYYY-MM-DD)

15 until End date of publication (YYYY-MM-DD)

16 anywhere The search items are the same as that of Simple search of NDL Search.

17 itemno Item number of bibliography within NDL Search (repository number - item number - branch number)

18

mediatype

Material type Corresponds to the material type of Advanced Search of NDL Search. "1": Book "2": Article/Paper "3": Newspaper "4": Children's literature "5": Reference information "6": Digital material "7": Others "8": Material for the persons with disabilities (Material for Material search for persons with disabilities) "9": Legislative information

19 sortBy (available only when "1.2" is specified for the version argument of searchRetrieve)

Describe the reference name of the sort criterion. Note that the sort criterion that is valid for NDL Search is "title,” "creator,” "created_date,” "modified_date" or "issued_date.” To indicate the ascending or descending order, /sort.ascending or /sort.descending shall follow the item.

Page 10: Application Programming Interface (API) Specifications€¦ · 22-03-2018  · CQL is the specification of search queries in SRW. This service is provided based on CQL 1.2. The basic

NDL Search Application Programming Interface (API) Specifications (Ver. 1.23)

8 / 38

If a search keyword includes "AND" or "OR" (also includes "andy,” "organic,” etc.), a search error occurs. To avoid this error, add "%20" to before and after "%3d" and execute search.

Example: When you want to specify the search keyword "andy" for the title Specify "title%20%3d%20%22andy%22.”

For the items, "title”, "creator”, "publisher” and "digitized_publisher” prefix match (^), partial match, and exact match (exact) can be specified as matching condition. If no condition is specified, partial match is assumed.

For other items, no matching condition can be specified. For "isbn" and "issn,” exact match is assumed as the matching condition. If 10- or 13-digit isbn is entered,

the condition is converted to both 10 and 13 digits to perform exact match search. If entered in other digits than 10 or 13, the exact match search shall be performed; no other search, such as the prefix search, shall be

performed. For "dpid,” "dpgroupid,” etc., exact match is assumed as matching condition. * For the items other than "dpid" and "dpgroupid" for which exact match is assumed, see "Table 3-3

Conditions that can be specified for each item of SRU.” For description and subject, partial match is assumed.

The items, from and until, are specified in YYYY-MM-DD format, and exact match is assumed as matching condition for them. Note that YYYY or YYYY-MM format is also available, and in this case, YYYY-01-01 or YYYY-MM-01 for YYYY or YYYY-MM, respectively, is assumed to be specified as matching condition for exact match.

In addition, as logical condition for each item, you can specify "and" or "or.” For join condition for items, you can specify either "all and" or "all or.”

Following table shows possible conditions for each item

Page 11: Application Programming Interface (API) Specifications€¦ · 22-03-2018  · CQL is the specification of search queries in SRW. This service is provided based on CQL 1.2. The basic

NDL Search Application Programming Interface (API) Specifications (Ver. 1.23)

9 / 38

Table 3-3 Possible conditions for each item of SRU

No. Reference name Match condition (^, exact)

Logical condition (all, any, =) Multiple values

1 dpid No (exact match) =, any only Yes

2 dpgroupid No (exact match) = only No

3 title Yes Yes Yes

4 creator Yes Yes Yes

5 publisher Yes Yes Yes

6 digitized_publisher Yes Yes Yes

7 ndc No (prefix match) = only No

8 ndlc No (prefix match) = only No

9 description No (partial match) Yes Yes

10 subject No (partial match) Yes Yes

11 isbn No (exact match) = only No

12 issn No (exact match) = only No

13 jpno No (exact match) = only No

14 from No = only No

15 until No = only No

16 anywhere No (partial match) Yes Yes

17 itemno No (exact match) = only No

18 mediatype No (exact match) = only Yes

To specify multiple values for one item, you must use "" to enclose the specified values (example:

title="ruby python"). If specified value is just one and thus no ambiguity occurs, "" can be omitted. (Example: title=architecture)

(5) Number of returned data records Records of up to specified number for maximumRecords are returned. The default is 200. Also, the

maximum number of records that can be acquired at a time is 500.

Page 12: Application Programming Interface (API) Specifications€¦ · 22-03-2018  · CQL is the specification of search queries in SRW. This service is provided based on CQL 1.2. The basic

NDL Search Application Programming Interface (API) Specifications (Ver. 1.23)

10 / 38

(6) Return format

Table 3-4 Details of SearchRetrieve Response

No. Item name Return value

1 Version "1.2" or "1.1" (Specified in the request)

2 numberOfRecords Number of search results

3 resultSetId Not used

4 resultSetIdleTime Not used

5 Records Search result list

6 nextRecordPosition Start position of next record With startRecord=1 and maximumRecords=200, if the number of search results is more than 200, 201 is returned, and if the number of search result is less than 200 (no next page exists), 0 is returned.

7 Diagnostics Error message list

8 extraResponseData Search result (facet)

9 echoedSearch retrieveRequest

Not used

10 Record Start of 1 Book

11 recordSchema Schema

12 recordPacking "xml" or "string"

13 recordData Start of Bibliographic data

14 recordPosition Position of the Bibliographic data

The format of returned data is XML. The schema is specified at request, which shall be dc, dcndl, or dcndl_simple.

As extraResponseData, facet data of search results is returned. The facet items are as follows. (Note that a facet item whose search result is zero is not included in the returned data):

- Data provider

Number of search results for each data provider is returned. Search result is expressed as dpid="data provider ID" in dp element. For data provider ID, see Appendix 1: List of data providers and their corresponding Application Programming Interfaces (API) in this document.

Page 13: Application Programming Interface (API) Specifications€¦ · 22-03-2018  · CQL is the specification of search queries in SRW. This service is provided based on CQL 1.2. The basic

NDL Search Application Programming Interface (API) Specifications (Ver. 1.23)

11 / 38

Example: <lst name="REPOSITORY_No">

<int name="R100000001">159</int> <int name="R100000004">7</int>

・ </lst>

* Numeric value specified by name=~ is repository number of data provider. For details about repository number, see Appendix 1: List of data providers and their corresponding Application Programming Interfaces (API) in this document.

・NDC In NDC classification of documents, the number of the first digit of NDC code is interpreted as genre,

and number of search results for each field is returned.

Example: <lst name="NDC">

<int name="7">1</int> <int name="9">2</int>

・ ・

</lst>

- Year of publication Number of search results for each publication year is returned. Search result of facet does not include record if its year of publication is unknown.

Example: <lst name="ISSUED_DATE">

<int name="1600">1</int> <int name="1650">3</int>

・ ・ </lst>

Page 14: Application Programming Interface (API) Specifications€¦ · 22-03-2018  · CQL is the specification of search queries in SRW. This service is provided based on CQL 1.2. The basic

NDL Search Application Programming Interface (API) Specifications (Ver. 1.23)

12 / 38

For details about examples of returned data, see Appendix 3 "Examples of returned data for each interface" in this document.

(7) Error message If an error occurs, such as a syntax error or a server error, the server returns an error message. Return

format and error message details shall comply with the SRU standard specifications "Diagnostics List" (at

https://www.loc.gov/standards/sru/diagnostics/diagnosticsList.html). (8) Request example (CQL example)

Example 1: If the material was published after January 1, 2008 and the title includes "桜,” the request shall be title="桜"AND from="2008.”

* For the actual request URL to this service, this request is encoded to

(title%3d%22%e6%a1%9c%22%20AND%20from%3d%222008%22),

and this is added to the query, resulting in the following:

http://iss.ndl.go.jp/api/sru?operation=searchRetrieve&query=title%3d%22%e6%a1%9c%22%20AND%20from%3d%222008%22

Example 2: The author is "夏目漱石" (exact match).

CQL is creator exact "夏目漱石.” * For the actual request URL to this service, this request is encoded to (creator%20exact%20%22%e5%a4%8f%e7%9b%ae%e6%bc%b1%e7%9f%b3%22), and this is added to the query, resulting in the following:

http://iss.ndl.go.jp/api/sru?operation=searchRetrieve&query=creator%20exact%20%22%e5%a4%8f%e7%9b

%ae%e6%bc%b1%e7%9f%b3%22

Page 15: Application Programming Interface (API) Specifications€¦ · 22-03-2018  · CQL is the specification of search queries in SRW. This service is provided based on CQL 1.2. The basic

NDL Search Application Programming Interface (API) Specifications (Ver. 1.23)

13 / 38

4. SRU/SOAP(SRW)

(1) Overview This is the interface for external institutions to use this service for search and acquire the search result by

SRU/SOAP (SRW: Search/Retrieve Web Service) (hereinafter referred to as SRW).

NDL search

SR

W-A

PI

Search request (XML)

Institution

SRW

Search result (XML)

Figure 4-1 Overview of interface provided by SRW

SRW is a Web Service-based search protocol. You can find its basic specifications at the following URL: http://www.loc.gov/standards/sru/index.html

The specifications are described as SRU/SRW. SRU (Search Retrieve via URL) is similar to SRW; however, an SRW request is made in XML format based on the SOAP specifications while an SRU request is made in

URL (where a request is made in URL is similar to OpenURL, OpenSearch, etc.). This service supports both SRU and SRW. For details about the specifications concerning SRU, see 3 “SRU.”

You can find the description of WSDL concerning this service at http://iss.ndl.go.jp/api/srwwsdl

(2) Support range This service supports "searchRetrieve" and "explain,” which are major operations of SRW (scan operation

is not supported).

(3) Argument of searchRetrieve

Table 4-1 Argument of searchRetrieve

No. Argument name Value to specify

1 operation Required "searchRetrieve"

Page 16: Application Programming Interface (API) Specifications€¦ · 22-03-2018  · CQL is the specification of search queries in SRW. This service is provided based on CQL 1.2. The basic

NDL Search Application Programming Interface (API) Specifications (Ver. 1.23)

14 / 38

No. Argument name Value to specify

2 version Optional 1.1 or 1.2 (The default is 1.2.)

3 query Required Search condition (CQL) Details are described later.

4 startRecord Start position The default is 1.

5 maximumRecords Maximum number of acquired records The default is 200.

6 recordPacking "xml" or "string" The default is "string.”

7 recordSchema Schema of acquired data dc, dcndl, or dcndl_simple The default is dc.

8 recordXpath Not used

9 resultSetTTL Not used

10 sortKeys Sort key information Valid for version 1.1 only

11 schema Not used

12 path title, creator, created_date, or modified_date Without sortKeys specified, the default (in the order of title) is applied. (Available only when 1.1 is specified for the version with sortKeys specified)

13 ascending "0" (descending order), "1"(ascending order) (Available only when 1.1 is specified for the version with sortKeys specified) The default is "1.”

14 stylesheet Not used

15 extraRequestData Not used

16 inprocess With "true" specified, NDL newly acquired Bibliographic data only is obtained.

17 onlyBib With "true" specified, Bibliographic data only is obtained. (Available only when dcndl is specified for recordSchema)

(4) CQL specifications

CQL is the specification of search queries in SRW. This service is provided based on CQL 1.2. The

basic specification of CQL can be found at URL shown in 4 “SRU/SOAP (SRW) (1) Overview.” The

following shows the items available when issuing a query using CQL.

Page 17: Application Programming Interface (API) Specifications€¦ · 22-03-2018  · CQL is the specification of search queries in SRW. This service is provided based on CQL 1.2. The basic

NDL Search Application Programming Interface (API) Specifications (Ver. 1.23)

15 / 38

Table 4-2 Search items of SRW

No. Reference name Details

1 dpid Data provider ID

2 dpgroupid Data provider group ID

3 title Title

4 creator Creator

5 publisher Publisher

6 digitized_publisher Digitized publisher

7 ndc Classification (NDC, NDLC, LCC, DCC, UDC)

8 ndlc Classification (NDLC)

9 description Contents description

10 subject Subject

11 isbn ISBN (Search is available in either 10- or 13- digit format)

12 issn ISSN

13 jpno National Bibliography No.

14 from Start date of publication (YYYY-MM-DD)

15 until End date of publication (YYYY-MM-DD)

16 anywhere The search items are the same as those of Simple search of NDL Search.

17 itemno Item number of bibliography within NDL Search (repository number - item number - branch number)

18 mediatype Material type Corresponds to material type of Advanced Search of NDL Search. "1": Book "2": Article/Paper "3": Newspaper "4": Children's literature "5": Reference information "6": Digital material "7": Others "8": Material for the persons with disabilities (Material for Material search for persons with disabilities) "9": Legislative information

19 sortBy (available only when "1.2" is specified for the version argument of searchRetrieve)

Describe reference name of sort criterion. Note that sort criterion that is valid for NDL Search is "title,” "creator,” "created_date,” "modified_date" or "issued_date.” To indicate ascending or descending order, /sort.ascending or /sort.descending shall follow the item.

Page 18: Application Programming Interface (API) Specifications€¦ · 22-03-2018  · CQL is the specification of search queries in SRW. This service is provided based on CQL 1.2. The basic

NDL Search Application Programming Interface (API) Specifications (Ver. 1.23)

16 / 38

For items, "title”, "creator”, "publisher” and "digitized_publisher” prefix match (^), partial match, and exact match (exact) can be specified as matching condition. If no condition is specified, partial match is assumed.

For the other items, no matching condition can be specified. For "isbn" and "issn,” exact match is assumed as matching condition. If 10- or 13-digit isbn is entered, the

condition is converted to both 10 and 13 digits to perform exact match search. If entered in other digits than 10 or 13, exact match search shall be performed; no other search, such as prefix search, shall be performed.

For "description" and "subject,” the partial match is assumed The items, "from" and "until,” are specified in YYYY-MM-DD format, and exact match is assumed as

matching condition for them. Note that YYYY or YYYY-MM format is also available, and in this case, YYYY-01-01 or YYYY-MM-01 for YYYY or YYYY-MM, respectively, is assumed to be specified as matching condition for exact match.

In addition, as logical condition for each item, you can specify "and" or "or". For join condition for items, you can specify either all "and" or all "or".

Following table shows possible conditions for each item

Table 4-3 Possible condition for each item of SRW

No. Reference name Match condition (^, exact)

Logical condition (all, any, =) Multiple values

1 dpid No (exact match) =, any only Yes

2 dpgroupid No (exact match) = only No

3 title Yes Yes Yes

4 creator Yes Yes Yes

5 publisher Yes Yes Yes

6 digitized_publisher Yes Yes Yes

7 ndc No (prefix match) = only No

8 ndlc No (prefix match) = only No

9 description No (partial match) Yes Yes

10 subject No (partial match) Yes Yes

11 isbn No (exact match) = only No

12 issn No (exact match) = only No

13 jpno No (exact match) = only No

14 from No = only No

15 until No = only No

16 anywhere No (partial match) Yes Yes

Page 19: Application Programming Interface (API) Specifications€¦ · 22-03-2018  · CQL is the specification of search queries in SRW. This service is provided based on CQL 1.2. The basic

NDL Search Application Programming Interface (API) Specifications (Ver. 1.23)

17 / 38

17 itemno No (exact match) = only No

18 mediatype No (exact match) = only Yes

(5) Number of returned data records

Records of up to specified number for maximumRecords are returned. The default is 200. Also, the maximum number of records that can be acquired at a time is 500.

(6) Return format

Table4-4 Details of SearchRetrieve Response

No. Item name Return value

1 version "1.2" or "1.1" (Specified in the request)

2 numberOfRecords Number of search results

3 resultSetId Not used

4 resultSetIdleTime Not used

5 records Search result list

6 nextRecordPosition Start position of next record With startRecord=1 and maximumRecords=200, if the number of search results is more than 200, 201 is returned, and if the number of search result is less than 200 (no next page exists), 0 is returned.

7 diagnostics Error message list

8 extraResponseData Search result (facet)

9 echoedSearch retrieveRequest

Not used

10 record Start of 1 Book

11 recordSchema Schema

12 recordPacking "xml" or "string"

13 recordData Start of Bibliographic data

14 recordPosition Position of the Bibliographic data

The format of returned data is XML. The schema is specidied at request, which shall be dc, dcndl, or dcndl_simple.

Page 20: Application Programming Interface (API) Specifications€¦ · 22-03-2018  · CQL is the specification of search queries in SRW. This service is provided based on CQL 1.2. The basic

NDL Search Application Programming Interface (API) Specifications (Ver. 1.23)

18 / 38

As extraResponseData, facet data of search results is returned. The facet item is the same as that of SRU. For details about specifications and returned data examples, see those of SRU.

For details about example of returned data, see Appendix 3 "Examples of returned data for each interface" in this document.

(7) Request examples (CQL example)

Example 1: If material was published after January 1, 2008 or later, and title includes "桜" title="桜"andfrom="2008"

Example 2: The author is "夏目漱石" (exact match) creatorexact "夏目漱石"

Page 21: Application Programming Interface (API) Specifications€¦ · 22-03-2018  · CQL is the specification of search queries in SRW. This service is provided based on CQL 1.2. The basic

NDL Search Application Programming Interface (API) Specifications (Ver. 1.23)

19 / 38

5. OpenSearch

(1) Overview This is an interface for external institutions to use this service for search and acquire the search result by

OpenSearch.

NDL search

OpenS

earch-API

Search request (URL)

Institution

OpenSearch

Search result (RSS2.0)

Figure 5-1 Overview of interface provided by OpenSearch

OpenSearch issues a search request in a URL and acquires the search result in RSS 2.0 format. You can find the basic specifications at the following URL. Supported version for this service is 1.0.

http://a9.com/-/spec/opensearchrss/1.0/

(2) Request format

Request format is following URL.

http://iss.ndl.go.jp/api/opensearch?dpid=[dpid]&title=[title]&...

(3) Argument ([query]) format Following table shows possible items to be specified in a request.

Page 22: Application Programming Interface (API) Specifications€¦ · 22-03-2018  · CQL is the specification of search queries in SRW. This service is provided based on CQL 1.2. The basic

NDL Search Application Programming Interface (API) Specifications (Ver. 1.23)

20 / 38

Table 5-1 Search items of OpenSearch

No. Reference name Details Match

condition Multiple values

1 dpid Data provider ID Exact match Yes

2 dpgroupid Data provider group ID Exact match No

3 any All items are searched. Partial match Yes

4 title Title Partial match Yes

5 creator Creator Partial match Yes

6 publisher Publisher Partial match Yes

7 digitized_publisher Digitized publisher Partial match Yes

8 ndc Classification (NDC) Prefix match No

9 from Start date of publication (YYYY-MM-DD) No

10 until End date of publication (YYYY-MM-DD) (YYYY-MM-DD)

No

11 cnt Upper limit of output record (The default is 200.) No

12 idx Start position of record acquisition (The default is 1.) No

13 isbn ISBN If entered in 10 or 13 digits, the item is converted to both 10 and 13 digits for exact match search. If entered in other digits, prefix match search is performed.

Exact match or Prefix match

No

14 mediatype Material type Corresponds to the material type of Advanced Search of NDL Search. "1": Book "2": Article/Paper "3": Newspaper "4": Children's literature "5": Reference information "6": Digital material "7": Others "8": Material for the persons with disabilities (Material for Material search for persons with disabilities) "9": Legislative information

Exact match Yes

Note: The logical conditions between items are all AND. Note: Space-separated multiple keywords can be specified in one search item.

In this case, OR search is used for "dpid" and AND search for other items. No search is available with only "dpid" or "dpgroupid" specified.

Note: If an argument (parameter) is wrong, no search result is acquired.

Page 23: Application Programming Interface (API) Specifications€¦ · 22-03-2018  · CQL is the specification of search queries in SRW. This service is provided based on CQL 1.2. The basic

NDL Search Application Programming Interface (API) Specifications (Ver. 1.23)

21 / 38

(4) Number of returned data records Records of up to the number specified for cnt parameter are returned. The default is 200. The maximum

number of records that can be acquired at a time is 500.

(5) Return format The data return format is an extended version of RSS 2.0 for this service. For details about examples of

returned data, see the appendix 3 ("Examples of returned data for each interface") in this document.

(6) Request example

Example 1: Title includes "マリーアントワネット".

http://iss.ndl.go.jp/api/opensearch?title=%e3%83%9e%e3%83%aa%e3%83%bc%e3%82%a2%e3%83%b3%e3%83%88%e3%83%af%e3%83%8d%e3%83%83%e3%83%88

Example 2: Within Aozora Bunko, author includes "夏目".

http://iss.ndl.go.jp/api/opensearch?dpid=aozora&creator=%e5%a4%8f%e7%9b%ae

Page 24: Application Programming Interface (API) Specifications€¦ · 22-03-2018  · CQL is the specification of search queries in SRW. This service is provided based on CQL 1.2. The basic

NDL Search Application Programming Interface (API) Specifications (Ver. 1.23)

22 / 38

6. OpenURL

(1) Overview This is an interface for external institutions to use this service for search and acquire search results by

OpenURL.

NDL search

OpenU

RL-A

PI

Search request (URL)

Client

OpenURL

Search result (HTML)

Figure 6-1 Overview of interface provided by OpenURL

OpenURL returns a result on the screen (HTML) for a request issued in a URL. You can find the basic specifications at the following URL: http://www.niso.org/kst/reports/standards?step=2&gid=None&project_key=d5320409c5160be4697dc0466

13f71b9a773cd9e

(2) Request format A request is an URL in following format

http://iss.ndl.go.jp/api/openurl?genre=[genre]&…

Note that a search result HTML returned in this URL format is the same as the search result screen on the Web of this service; therefore, the result can be displayed only by a browser supporting this service.

(3) genre specification and where to search genre (or rtf.genre) can be specified. This service searches a different place depending on following three

patterns. Note that the same result is acquired when specifying "genre=" or "rtf.genre=.”

- For genre=article - For other than genre=article (Other than article among possible items for genre for OpenURL) - When genre is not specified

For details about correspondence between genre and data providers, see Appendix 2 "Specification of OpenURL-genre and the corresponding data provider" in this document.

Page 25: Application Programming Interface (API) Specifications€¦ · 22-03-2018  · CQL is the specification of search queries in SRW. This service is provided based on CQL 1.2. The basic

NDL Search Application Programming Interface (API) Specifications (Ver. 1.23)

23 / 38

If there is an inconsistency between specified items for genre (or rft.genre) and atitle or btitle, an error

message is displayed and the search is stopped. In addition, if ndl_dpid is specified for search, data provider specified for genre becomes invalid.

(4) atitle or btitle specification and where to search

If ndl_dpid is specified for search, specified atitle or btitle for search location becomes invalid, and the search is performed in the same manner when the title=search character string&ndl_dpid=search location is specified.

(5) Possible search items This service supports a part of parameters (keys) of OpenURL1.0. Following table shows possible

parameters:

Table 6-1 Search items concerning OpenURL

No. Item genre=article

Other than genre=article

genre is not specified

Match condition

Search method Multiple values

1 aulast (or rft.aulast)

Yes Yes Yes Partial match

Same as au(rft.au) *1 No

2 aufirst (or rft.aufirst)

Yes Yes Yes

3 au (or rft.au) Yes Yes Yes Partial match

Authors are searched. Yes

4 title, atitle (or rft.title, rft.atitle)

Yes - Yes Partial match

Titles (of articles) are searched.

Yes

5 btitle (or rft.btitle)

- Yes Yes Partial match

Titles are searched. Yes

Page 26: Application Programming Interface (API) Specifications€¦ · 22-03-2018  · CQL is the specification of search queries in SRW. This service is provided based on CQL 1.2. The basic

NDL Search Application Programming Interface (API) Specifications (Ver. 1.23)

24 / 38

No. Item genre=article

Other than genre=article

genre is not specified

Match condition

Search method Multiple values

6 jtitle (or rft.jtitle)

Yes - Yes Partial match

Journal titles are searched. Yes

7 pub (or rft.pub)

- Yes Yes Partial match

Publishers are searched. Yes

8 issn (or rft.issn)

Yes Yes Yes Prefix match

ISSNs are searched. No

9 isbn (or rft.isbn)

- Yes Yes Exact match or Prefix match

ISBNs are searched. (If 10- or 13-digit isbn is entered, the condition is converted to both 10 and 13 digits to perform exact match search. If entered in other digits, the prefix match search is performed.)

No

10 Any Yes Yes Yes Partial match

All data are searched. (Equivalent to Simple search)

Yes

11 ndl_jpno - Yes Yes Prefix match

National Bibliography No. is searched. (Uniquely extended)

No

12 ndl_dpid Yes Yes Yes Exact match

Given data providers only are searched. (Uniquely extended)

Yes

13 mediatype Yes - Yes Exact match

Material types are searched. (Uniquely extended)

Yes

Note: The logical conditions between items are all AND. Note: Space-separated multiple keywords can be specified for an item other than isbn, issn, and ndl_jpno.

If multiple keywords are specified, OR search is used for "ndl_dpid" and AND search for other items. *1: If "aufirst" and "aulast" are specified at the same time, these two conditions are used for AND search.

Page 27: Application Programming Interface (API) Specifications€¦ · 22-03-2018  · CQL is the specification of search queries in SRW. This service is provided based on CQL 1.2. The basic

NDL Search Application Programming Interface (API) Specifications (Ver. 1.23)

25 / 38

(6) Number of returned data records Number of returned data records is limited to 500.

(7) Return format Data is returned in the HTML format to requested client, and is displayed in GUI on browser.

(8) Request example

Example 1: Title includes "電子図書館.”

http://iss.ndl.go.jp/api/openurl?btitle=%e9%9b%bb%e5%ad%90%e5%9b%b3%e6%9b%b8%e9%a4%a8

Example 2: Author includes "夏目漱石.”

http://iss.ndl.go.jp/api/openurl?au=%e5%a4%8f%e7%9b%ae%e6%bc%b1%e7%9f%b3

Page 28: Application Programming Interface (API) Specifications€¦ · 22-03-2018  · CQL is the specification of search queries in SRW. This service is provided based on CQL 1.2. The basic

NDL Search Application Programming Interface (API) Specifications (Ver. 1.23)

26 / 38

7. Z39.50

(1) Overview This is an interface for external institutions to use this service for search and acquire the search result by

Z39.50.

NDL search

Z39.50-API

Search request

Client

Z39.50 (TCP)

Search result

Figure 7-1 Overview of the interface provided by Z39.50

Z39.50 is an information search protocol in server and client method. You can find its specifications at http://www.loc.gov/z3950/agency/Z39-50-2003.pdf

The major operations between server and clients are following three. This service also supports these operations.

- Initialize (Initialization)

- Search (Search and acquisition of the number of search results) - Present (Acquisition of records)

Typically, following tools are used to develop a client: - YAZ Toolkit - Z39.50, SRU/SRW supported library - JZKit - Z39.50 library for Java Created by reference to "http://ja.wikipedia.org/wiki/Z39.50"

(2) Search specification

In search using Z39.50, a search request is made by specifying an attribute set. The external interface of Z39.50 in this service has the following specifications.

(i) Use (search item) attribute (Type-1) This is the specification related to search items.

Page 29: Application Programming Interface (API) Specifications€¦ · 22-03-2018  · CQL is the specification of search queries in SRW. This service is provided based on CQL 1.2. The basic

NDL Search Application Programming Interface (API) Specifications (Ver. 1.23)

27 / 38

Table 7-1 Use (search item) attributes (Type-1)

Attribute Value Definition Searchable field name Personal name 1 Personal name Corporate name 2 Company name Conference name 3 Conference name Title 4 Title title Title series 5 Title series title Title uniform 6 Title uniform title ISBN 7 ISBN isbn ISSN 8 ISSN issn LC card number 9 LC card number BNB card no. 10 BNB card number BGF number 11 BGF number Local number 12 Local number Dewey classification 13 Dewey classification UDC classification 14 UDC classification Bliss classification 15 Bliss classification LC call number 16 LC call number NLM call number 17 NLM call number NAL call number 18 NAL call number MOS call number 19 MOS call number Local classification 20 Local classification ndc Subject heading 21 Subject heading subject Subject Rameau 22 BDI index subject 23 BDI index subject INSPEC subject 24 INSPEC subject MESH subject 25 MESH subject PA subject 26 PA subject LC subject heading 27 LC subject heading RVM subject heading 28 RVM subject heading Local subject index 29 Local subject index Date 30 Date Date of publication 31 Date of publication dateissued Date of acquisition 32 Date of acquisition Title key 33 Title key

Page 30: Application Programming Interface (API) Specifications€¦ · 22-03-2018  · CQL is the specification of search queries in SRW. This service is provided based on CQL 1.2. The basic

NDL Search Application Programming Interface (API) Specifications (Ver. 1.23)

28 / 38

Attribute Value Definition Searchable field name Title collective 34 Title collective Title parallel 35 Title parallel Title cover 36 Title cover Title added title page 37 Title added to title page Title caption 38 Title caption Title running 39 Running title Title spine 40 Back title Title other variant 41 Other title title Title former 42 Title at the time of announcement title Title abbreviated 43 Abbreviated title Title expanded 44 Title details Subject precis 45 Subject summary Subject rswk 46 Subject subdivision 47 Part of subject No.nat'l biblio. 48 National Bibliography No. No.legal deposit 49 Legal deposit number No.govt pub. 50 Government publication number No.music publisher 51 Music publisher number Number db 52 Database number Number local call 53 Local call number jpno Code--language 54 Language code Code--geographic area 55 Geographic area code Code--institution 56 Institution code Name and title 57 Name and title Name geographic 58 Geographic name Place publication 59 Publication place CODEN 60 CODEN Microform generation 61 Microform generation Abstract 62 Abstract description Note 63 Note description Author-title 1000 Author-title Record type 1001 Record type Name 1002 Name Author 1003 Author creator

Page 31: Application Programming Interface (API) Specifications€¦ · 22-03-2018  · CQL is the specification of search queries in SRW. This service is provided based on CQL 1.2. The basic

NDL Search Application Programming Interface (API) Specifications (Ver. 1.23)

29 / 38

Attribute Value Definition Searchable field name Author-name personal 1004 Author - personal name creator Author-name corporate 1005 Author - corporate name creator Author-name conference 1006 Author - conference name creator Indentifier--standard 1007 Standard identifier Subject--LC children's 1008 Subject name-personal 1009 Personal subject name subject Body of text 1010 Body of text Date/time added to db 1011 Record registration date Date/time last modified 1012 Record update date Authority/format id 1013 Authority/format ID Concept-text 1014 Text concept Concept-reference 1015 Reference concept Any (same as Simple search) 1016 All anywhere Server-choice 1017 Server selection Publisher 1018 Publisher publisher Record source 1019 Record source Editor 1020 Editor Bib-level 1021 Bibliography level Geograhic-class 1022 Geographic class Indexed-by 1023 Added index Map-scale 1024 Map scale Music-key 1025 Music key Related-periodical 1026 Related periodical Report-number 1027 Report number Stock-number 1028 Stock number Thematic-number 1030 Thematic subject number Material-type 1031 Material type Doc-id 1032 Document ID Host-item 1033 Host item Content-type 1034 Content type Anywhere 1035 Author-Title-Subject 1036 Author, title, and subject DC-Title 1097 title DC-Creator 1098 creator

Page 32: Application Programming Interface (API) Specifications€¦ · 22-03-2018  · CQL is the specification of search queries in SRW. This service is provided based on CQL 1.2. The basic

NDL Search Application Programming Interface (API) Specifications (Ver. 1.23)

30 / 38

Attribute Value Definition Searchable field name DC-Subject 1099 subject DC-Description 1100 description DC-Publisher 1101 publisher DC-Date 1102 dateissued DC-ResourceType 1103 DC-ResourceIdentifier 1104 DC-Language 1105 DC-OtherContributor 1106 DC-Format 1107 DC-Source 1108 DC-Relation 1109 DC-Coverage 1110 DC-RightsManagement 1111

Note: Attributes in searchable field name column can be specified.

(ii) Relation attributes (Type-2) Here describes specifications of relation of search words.

Table 7-2 Relation attributes (Type-2)

Attribute Value Definition Selectable

less than 1 <

less than or equal 2 <= △

Equal 3 = Yes

greater or equal 4 >= △

greater than 5 >

not equal 6 !=

Phonetic 100

Stem 101

Relevance 102 Relation

AlwayMatches 103 All matched Note: The value 2 and 4 of Type-2 can be specified only when the value 31 and 1102 of

Type-1 is specified.

Page 33: Application Programming Interface (API) Specifications€¦ · 22-03-2018  · CQL is the specification of search queries in SRW. This service is provided based on CQL 1.2. The basic

NDL Search Application Programming Interface (API) Specifications (Ver. 1.23)

31 / 38

(iii) Position attributes (Type-3) This is the specification concerning the locations where a search term appears. This service does not use this specification. (Specified values are ignored.)

(iv) Structure attributes (Type-4) This is the specification concerning the structure of a search term. No in service. (Specified values are

ignored.)

(v) Truncation attributes (Type-5) This is the specification concerning the truncation (match method) of a search term.

Page 34: Application Programming Interface (API) Specifications€¦ · 22-03-2018  · CQL is the specification of search queries in SRW. This service is provided based on CQL 1.2. The basic

NDL Search Application Programming Interface (API) Specifications (Ver. 1.23)

32 / 38

Table 7-3 Truncation attributes (Type-5)

Attribute Value Definition Selectable right Truncation 1 Prefix match search Yes left Truncation 2 Suffix match search left and right 3 Partial match do not truncate 100 Exact match Yes process # in search term 101 Process in search term regExpr-1 102 regExpr-2 103 Note:The item can be specified only when combination with the following items of TYPE1

is specified

4:Title 5:Title series 6:Title uniform 41:Title other variant 42:Title former 1003:Author 1004:Author-name personal 1005:Author-name corporate 1006:Author-name conference 1018:Publisher 1097:DC-Title 1098:DC-Creator 1101:DC-Publisher

(vi) Completeness attributes (Type-6) This is the specification on the completeness of a search term. This service does not use this specification. (Specified values are ignored.)

(vii) Specification of data provider To narrow down target data providers, specify the data providers IDs (dpid) for Database-name in a Search Request. If nothing is specified, all the data providers are searched.

(3) Specifications of search result return A search result is returned in XML format. For details about specification details and return data examples, see those of SRU.

Page 35: Application Programming Interface (API) Specifications€¦ · 22-03-2018  · CQL is the specification of search queries in SRW. This service is provided based on CQL 1.2. The basic

NDL Search Application Programming Interface (API) Specifications (Ver. 1.23)

33 / 38

8. OAI-PMH

(1) Overview This is an interface providing metadata that this service collects by OAI-PMH (Open Archives Initiative

Protocol for Metadata Harvesting).

NDL search

OA

I-PMH

-API

Harvest request (URL)

Institution

OAI-PMH

Metadata (XML)

Figure 8-1 Overview of interface provided by OAI-PMH

OAI-PMH is a protocol being developed by OAI (Open Archives Initiative) for metadata exchange. You can find the basic specifications at the following URL:

http://www.openarchives.org/OAI/openarchivesprotpcol.html In addition, the National Institute of Informatics published Japanese translation of this at

http://www.nii.ac.jp/irp/archive/translation/oai-pmh2.0/

In OAI-PMH, you can access repositories by using the following six operations (called verb). "Item" is one data (In this service, a unit of information displayed as a search result).

- GetRecord (acquires one record of metadata of a particular item) - Identify (acquires an information about a repository) - ListIdentifiers (acquires identifiers of all items)

- ListMetadataFormats (acquires supported format of metadata) - ListRecords (acquires metadata of all items) - ListSets (acquires supported sets (group: narrowing condition))

Following describes the specifications of repository (Application Programming Interface (API) of OAI-PMH) of this service.

(2) Repository basic information As repository basic information, describe return details in response to an Identify request.

Page 36: Application Programming Interface (API) Specifications€¦ · 22-03-2018  · CQL is the specification of search queries in SRW. This service is provided based on CQL 1.2. The basic

NDL Search Application Programming Interface (API) Specifications (Ver. 1.23)

34 / 38

Table 8-1 Repository basic information

Tag name Details Return value repositoryName Repository name NDL Digital Archive Portal baseURL Base URL of the repository http://iss.ndl.go.jp/api/oaipmh protocolVersion Version of OAI-PMH

supported by the repository Version 2.0

adminEmail Email of the repository administrator

earliestDatestamp Lower limit of all the date stamps for recording change, correction, and deletion within the repository. There is no item with date stamp earlier than this date.

Initial building date or full re-building date of repository

deletedRecord Processing method for deleted repository records

transient: Retains the information on the deletion with restriction (Retain the records with date stamp of a certain date onwards)

granularity Accuracy of date supported by the repository

YYYY-MM-DD

repositoryIdentifier Name to uniquely identify the repository

oai:iss.ndl.go.jp:ID

(3) Support requests and arguments The following requests and the arguments are supported.

Table 8-2 Requests and arguments

◎: Required, Yes: Optional (The period of from and until are limited, which is described later.)

No. Request Arguments identifier metadata

Prefix from until set resumption Token

1 GetRecord ◎ ◎ - - - -

2 Identify - - - - -

3 ListIdentifiers ◎ ◎ Yes Yes Yes

4 ListMetadataFormats Yes - - - - -

5 ListRecords ◎ ◎ Yes Yes Yes

6 ListSets - - - - - -

Page 37: Application Programming Interface (API) Specifications€¦ · 22-03-2018  · CQL is the specification of search queries in SRW. This service is provided based on CQL 1.2. The basic

NDL Search Application Programming Interface (API) Specifications (Ver. 1.23)

35 / 38

(4) Set "Set" is the definition for grouping items for selective harvest. "Set" is also used to acquire metadata related

only to item group with a particular attribute. "Sets" include data provider (ID), data provider group (ID), NDC (please note you can specify it up to the

three digit class number), Collection Code and Access Rights. Collection Code and Access Rights can be used

when "NDL Digital Collections (ndl-dl)" or "NDL Digital Collections (Online publication) (ndl-dl-online)" is specified.

* Overview of the materials that can specify in Collection Code, are presented in the following page.

http://dl.ndl.go.jp/en/intro.html#idx4 * Details of Access Rights are presented in the following page.

http://dl.ndl.go.jp/en/intro.html#idx2-1

For NDC, Collection Code and Access Rights, prefix match shall be applied. For example, if a digit "7" is specified, bibliographic data with the classification code "7xx" will be returned. If three digit "D07" is specified for the Collection Code, metadata with the Collection Code "D07X" (lower level of Collection Code "D07") will be returned (see appendix4 for exceptions). For example, if Aozora Bunko is specified for the data provider, specify as "set=aozora".

To specify multiple items at the same time, for example, if you want to specify data provider and NDL classification simultaneously, you must separate each item with a colon (:). You can specify in any order, for the data whose NDC classification is "735", specify as "set=735". For the data of Aozora Bunko with NDC classification "735", specify as "set=aozora:735" or "set=735:aozora." For the data with Collection Code "D07” of NDL Digital Collection (Online publications), you should specify "set=ndl-dl-online:D07" or "set=D07:ndl-dl-online". For the data with NDC “735” of NDL Digital Collection (Online publications), with Collection Code "D07" and Access Rights "Available only at the NDL, you should specify "set=ndl-dl-online:735:D07:ARkannai", or "set=ARkannai:735:D07:ndl-dl-online".

You cannot specify multiple conditions in the same field. For example, when you specify NDL classification simultaneously (request example "set=913:914"), it will return an error.

Even if Collection Code or Access Right in a record is changed, delete record will not be returned retrospectively. Therefore, if you harvest data with set “Collection Code” or “Access Rights”, you are supposed to update all of data on a regular schedule.

* If you want to know about the latest Collection Code and Access Rights, see Appendix 4: List of Collection Code and Access Rights.

* Since 2010, NDL has provided the newly acquired NDL bibliographic data. The data provider of the newly acquired NDL bibliographic data is NDL Online. If you want to acquire the metadata of the newly acquired bibliographic data, make a request with "set=iss-ndl-opac-inprocess" specified. Note that although the metadata of NDL Online can be acquired by a request with "set=iss-ndl-opac" specified, the result from this request does not include the data

Page 38: Application Programming Interface (API) Specifications€¦ · 22-03-2018  · CQL is the specification of search queries in SRW. This service is provided based on CQL 1.2. The basic

NDL Search Application Programming Interface (API) Specifications (Ver. 1.23)

36 / 38

of the newly acquired NDL bibliographic data. * Since 2013, NDL Search provides the Japanese national bibliography. The data provider NDL Online

includes the Japanese national bibliography. If you want to scope the Japanese national bibliography, make a request with "set=iss-ndl-opac-national". Note that the Japanese national bibliography is equivalent to data with "set=iss-ndl-opac" and JPNO.

(5) Number of returned data records For ListIdentifiers, ListRecords, and ListSets, the number of returned data records at a time is 200. To

acquire 201st and later records, make a request while specifying the resumptionToken notified when the first 200 records were acquired.

(6) Return format The data return format is XML. For the schema (metadataPrefix), you can select either oai_dc, dcndl or

dcndl_simple.

To acquire the bibliographic data only, make a request with onlyBib=true specified. (Available only when dcndl is specified for metadataPrefix)

For an example of returned data, see Appendix 3 (Examples of returned data for each interface) in this document.

(7) Identifier For OAI-PMH, a unique item identifier on the repository side can be received on the service provider side.

By using this, you can update the data on the service provider at the time of differential harvest (the parameter

described as the identifier in (3) Support requests and argument). This service uses this identifier as the metadata ID. (The ID, with the configuration shown below,

uniquely given to all the metadata of this service.) oai:iss.ndl.go.jp :[repository number]-[item number]-[branch number]

(8) from, until If a date (YYYY-MM-DD or YYYY-MM-DDThh:mm:ssZ) is specified for "from,” the bibliographic data

updated after the specified date is returned. If a date (YYYY-MM-DD or YYYY-MM-DDThh:mm:ssZ) is specified for "until" the bibliographic data updated earlier than the specified date is returned.

The restriction on the period of "from" and "until,” see "(10) Access restriction of OAI-PMH.”

(9)Access restriction of OAI-PMH OAI-PMH applies following restriction to accesses in order to prevent the load on this service from being

raised by accesses for large data acquisition.

Page 39: Application Programming Interface (API) Specifications€¦ · 22-03-2018  · CQL is the specification of search queries in SRW. This service is provided based on CQL 1.2. The basic

NDL Search Application Programming Interface (API) Specifications (Ver. 1.23)

37 / 38

For ListRecords and Listidentifier, "from" is required. The following restriction is applied to the range (period) that can be specified by "from" or "until":

* Maximum period is one year. * In case of non-specified, maximum period (one year) is automatically assigned.

(11) Request sample Example 1: Identify request

http://iss.ndl.go.jp/api/oaipmh?verb=Identify

Example 2: ListMetadataFormats request http://iss.ndl.go.jp/api/oaipmh?verb=ListMetadataFormats

Example 3: ListIdentifiers request http://iss.ndl.go.jp/api/oaipmh?verb=ListIdentifiers&metadataPrefix=oai_dc&from=2010-07-01

Page 40: Application Programming Interface (API) Specifications€¦ · 22-03-2018  · CQL is the specification of search queries in SRW. This service is provided based on CQL 1.2. The basic

NDL Search Application Programming Interface (API) Specifications (Ver. 1.23)

38 / 38

Example 4: ListRecords request http://iss.ndl.go.jp/api/oaipmh?verb=ListRecords&metadataPrefix=oai_dc&set=aozora&from=2010-07-

01

http://iss.ndl.go.jp/api/oaipmh?verb=ListRecords&metadataPrefix=dcndl_simple&f rom=2011-02-

01&set=iss-ndl-opac-inprocess

Example 5: GetRecord request http://iss.ndl.go.jp/api/oaipmh?verb=GetRecord&metadataPrefix=oai_dc&identifier=oai:iss.ndl.go.jp:R00

0000014-I000044174-00

Example 6: ListSets request http://iss.ndl.go.jp/api/oaipmh?verb=ListSets

Page 41: Application Programming Interface (API) Specifications€¦ · 22-03-2018  · CQL is the specification of search queries in SRW. This service is provided based on CQL 1.2. The basic

Appendix 1,

Application Programming Interface (API) Specifications

1 / 10

List of data providers and their corresponding Application Programming Interface

(API)

The following table lists the latest data providers and their corresponding Application Programming Interface (API) and data provider IDs (see (2) “List of data providers and IDs" in 2 “Common Items" in this document).

Table 1 List of data providers and their corresponding Application Programming Interface (API)

Data provider name Data provider ID Repository No. API for search API for harvest

NDL Periodical Index zassaku R000000004 Yes Yes

Shinsho Map shinsho R000000005 Yes No

Collaborative Reference Database refkyo R000000006 Yes No

Current Awareness awareness R000000007 Yes No

Digital Library from the Meiji Era kindai R000000008 Yes Yes

Dnavi dnavi R000000010 Yes Yes

HERMES-IR (SpecialCollections)

hermes R000000011 Yes Yes

Aozora Bunko aozora R000000014 Yes Yes

J-STAGE jstage R000000016 Yes Yes

Selections from the digital archive of the Akita Prefectural Library

akita-dl R000000018 Yes Yes

Index from collections of the Akita Prefectural Library

akita-kiji R000000019 Yes Yes

CiNii cinii R000000024 Yes No

JAIRO jairo R000000025 Yes No

The Japan P.E.N. Club Digital Library

penclub R000000030 Yes No

Image database of Nara Women's University

narajo R000000032 Yes Yes

Electronic exhibitions of the NDL webcont R000000033 Yes Yes

Digital Library of Ibaraki Prefectural Library

ibaraki R000000034 Yes Yes

The Kyushu University Museum Digital Archive

kyushu R000000037 Yes Yes

NARA regional historical materials catalog

nara-tiiki R000000038 Yes Yes

Page 42: Application Programming Interface (API) Specifications€¦ · 22-03-2018  · CQL is the specification of search queries in SRW. This service is provided based on CQL 1.2. The basic

Appendix 1,

Application Programming Interface (API) Specifications

2 / 10

Data provider name Data provider ID Repository No. API for search API for harvest

Nara Prefectural Library and Information Center (Furusato digitized books+Drawing Exhibition Gallery)

nara-book R000000039 Yes Yes

Union Catalog of the Collections of the National Art Museums, Japan (Image)

artm-1 R000000040 No No

Union Catalog of the Collections of the National Art Museums, Japan (No image)

artm-2 R000000041 No No

Rare Books Collection / University of Tsukuba Library

tsukuba R000000046 Yes Yes

Online catalog of reading room of material related to Okinawa war (digitalized)

okinawa-1 R000000047 Yes Yes

Online catalog of reading room of material related to Okinawa war (not digitalized)

okinawa-2 R000000048 Yes Yes

Rare material gallery of ISHIKAWA prefectural library

ishikawa R000000049 Yes Yes

KOTENSEKI SOGO DATABASE(Japanese & Chinese Classics) (Waseda University Library)

waseda R000000050 No No

Digital archive of books material of Japan Fisheries Research and Education Agency

suisan R000000051 Yes Yes

Digital Gallery of Keio University Library

keio-g R000000052 Yes Yes

Keio Historical Photograph Database

keio-p R000000053 Yes Yes

Eichi no Mori WEB (Miyagi Prefectural Library)

miyagi R000000054 Yes Yes

Special Collections of Hiroshima Central City Library

hiroshima-c R000000055 Yes Yes

Digital gallery of Japanese and Chinese Materials of Mie Prefectural Library

mie-p R000000056 Yes Yes

Digital library of Sapporo Municipal Central Library

sapporo R000000058 Yes Yes

Northern Materials Digital library of Hokkaido Prefectural Library

hokkaido R000000059 Yes Yes

Digital library of Tokushima Prefectural Library

tokushima R000000061 Yes Yes

OSAKA PREFECTURAL LIBRARY OSAKA e-COLLECTION

osaka-n R000000062 Yes Yes

Page 43: Application Programming Interface (API) Specifications€¦ · 22-03-2018  · CQL is the specification of search queries in SRW. This service is provided based on CQL 1.2. The basic

Appendix 1,

Application Programming Interface (API) Specifications

3 / 10

Data provider name Data provider ID Repository No. API for search API for harvest

Local Material Images of Okayama Municipal Central Library

okayamashi R000000065 Yes Yes

Digital Library of Fukuoka Prefectural Library

hukuoka R000000067 Yes Yes

Map Images of Tottori Prefectural Library

tottori R000000068 Yes Yes

RESEARCH NAVI (research guide)

research R000000184 Yes No

Digital library of Saitama Prefectural Library

saitama R000000185 Yes Yes

Collection of pictorial postcard of Nagoya (Nagoya City Tsuruma Central Library)

nagoyashi R000000186 Yes Yes

Chiba Digital Archive chiba R000000187 Yes Yes

The world of lithograph of Takahashi Yuichi (Yamagata Prefectural Library)

yamagatashi R000000189 Yes Yes

Ihatov Iwate digital library (Iwate Prefectural Library)

iwate R000000190 Yes Yes

Web gallery of Kawasaki-City Library

kawasakishi R000000191 Yes Yes

Collection Database of Nara National Museum

nara-m R000000192 No No

Digital Archive of Kanagawa Prefectural Library

kanagawa R000000193 Yes Yes

Gallery of rare pictures and books of Toyama Prefectural Library

toyama R000000194 Yes Yes

Materials about Gifu prefecture & Maps of Gifu Prefectural Library

gifu R000000195 Yes Yes

Yokohama's Memory (Yokohama City Central Library)

yokohama R000000196 Yes Yes

Miyada Village Internet Museum miyada R000000198 Yes Yes

Digital Library of Shizuoka Prefectural Central Library

shizuoka R000000199 Yes Yes

Digital archive and gallery of Hakodate City Central Library

hakodate R000000202 Yes Yes

Rare Books Digital Archive of Miyazaki Prefectural Library

miyazaki R000000204 Yes Yes

Ohmi Digital Historical Road of Shiga Prefectural Library

shiga R000000205 Yes Yes

Echigo Sado Digital Library of Niigata Prefectural Library and Archives

niigata R000000206 Yes Yes

Public Libraries Catalog iss-yunika R100000001 Yes No

Page 44: Application Programming Interface (API) Specifications€¦ · 22-03-2018  · CQL is the specification of search queries in SRW. This service is provided based on CQL 1.2. The basic

Appendix 1,

Application Programming Interface (API) Specifications

4 / 10

Data provider name Data provider ID Repository No. API for search API for harvest

NDL Online iss-ndl-opac R100000002 Yes Yes

NDL newly acquired bibliographic data (*)

iss-ndl-opac-inprocess R100000002 No Yes

Japanese National Bibliography (*)

iss-ndl-opac-national R100000002 No Yes

Union Catalog of Newspapers iss-shinbun R100000003 Yes Yes

Union Catalog Database of Children's Literature

iss-jido-somoku R100000004 Yes No

NDL-HP carring publication iss-ndl-hp-docs R100000005 to R100000024

No Yes

Index to Laws & Regulations in early Meiji Japan

hourei-meiji R100000031 Yes Yes

Website of the House of Representatives

syugiin R100000034 No No

Website of the House of Councillors

sangiin R100000035 No No

Website of the Judge Impeachment Court

saiban-dangai R100000036 No No

Website of the Judge Indictment Committee

saiban-sotsui R100000037 No No

Online Catalog of Sapie Library sapie R100000038 Yes No

NDL Digital Collections ndl-dl R100000039 Yes Yes

NDL Digital Collections (Online publications)

ndl-dl-online R100000040 Yes Yes

National Union Catalog of Braille & Recorded Books in Japan

tenroku R100000049 Yes No

Japan Publication Registry Office kinkan R100000067 No No

Digital Material for Persons with Print Disabilities

ndl-dl-daisy R100000073 Yes Yes

Union Catalog of Agriculture, Forestry and Fisheries Research Insititute's Libraries

nosui R100000074 Yes Yes

Okinawa Prefectural Library "Valuable Materials Digital Archive"

okinawa-rare-digital R100000075 Yes Yes

JapanKnowledge japanknowledge R100000076 No No

AKITA PREFECTURAL LIBRARY DIGITAL ARCHIVE

akita-digital-archive R100000085 Yes Yes

Tokyo Metropolitan Library Edo-Tokyo Digital Collections

tokyo-metro-da R100000086 Yes No

Komazawa University Electronic unique collections

komazawa-univ R100000087 Yes Yes

NWEC Women's Digital Archive System

nwec-womens-da R100000088 Yes No

Page 45: Application Programming Interface (API) Specifications€¦ · 22-03-2018  · CQL is the specification of search queries in SRW. This service is provided based on CQL 1.2. The basic

Appendix 1,

Application Programming Interface (API) Specifications

5 / 10

Data provider name Data provider ID Repository No. API for search API for harvest

Yamanashi Digital Archive(Yamanashi Prefectural Library)

yamanashi-da R100000089 Yes Yes

Digital Library System for Ministry of Agriculture, Forestry and Fisheries

nosui-library-da R100000090 Yes Yes

Kyusyu University Collections kyudai R100000092 Yes Yes

Cultural Heritage Online bunkaisan R100000093 Yes Yes

Digital Archive System ADEAC adeac R100000094 Yes Yes

ColBase colbase R100000095 Yes Yes

* This table does not list the Cross search-type data providers, with which an application programming interface

(API) is not provided.

* The data provider of the NDL newly acquired bibliographic data is NDL Online, but separately from NDL Online, the data provider ID (iss-ndl-opac-inprocess) is also available so that newly acquired bibliographic data can be the searched. Note that the returned value in response to a request with the data

provider ID (iss-ndl-opac) of NDL Online specified does not include the data of newly acquired bibliographic data. * The data provider of the Japanese national bibliography is NDL Online, but separately from NDL Online, the data provider ID (iss-ndl-opac-national) is also available so that Japanese national bibliography can be the searched. * "Yes" in the "API for search" column indicates that search is possible in SRU, SRW, OpenSearch, and

Z39.50.

API for search: SRU, SRW, OpenSearch, and Z39.50 API for harvest: OAI-PMH

Page 46: Application Programming Interface (API) Specifications€¦ · 22-03-2018  · CQL is the specification of search queries in SRW. This service is provided based on CQL 1.2. The basic

Appendix 1,

Application Programming Interface (API) Specifications

6 / 10

The following table shows the data provider groups (see (3) “Data provider groups" in 2 “Common Items" in this document) and their corresponding data providers.

Table 2 Data provider groups and their corresponding data providers

Data provider name Data provider group ID

digitalcontents catalogue site reference science humanities library child ndl

NDL Periodical Index Yes Yes Yes Yes Yes Yes

Shinsho Map Yes Yes Yes Yes Yes

Collaborative Reference Database Yes Yes Yes Yes Yes

Current Awareness Yes Yes Yes Yes Yes

Digital Library from the Meiji Era Yes Yes Yes Yes Yes Yes

Dnavi Yes Yes Yes Yes Yes

HERMES-IR(SpecialCollections) Yes Yes Yes Yes

Aozora Bunko Yes Yes Yes Yes Yes

Selections from the digital archive of the Akita Prefectural Library Yes Yes Yes Yes Yes

Index from collections of the Akita Prefectural Library Yes Yes Yes Yes

CiNii Yes Yes Yes

JAIRO Yes Yes Yes

The Japan P.E.N. Club Digital Library Yes Yes Yes Yes

Image database of Nara Women's University Yes Yes Yes Yes

Electronic exhibitions of the NDL Yes Yes Yes Yes

Digital Library of Ibaraki Prefectural Library Yes Yes Yes

The Kyushu University Museum Digital Archive Yes Yes Yes

NARA regional historical materials catalog Yes Yes Yes

Nara Prefectural Library and Information Center (Furusato digitized books + Drawing Exhibition Gallery)

Yes Yes

Rare Books Collection / University of Tsukuba Library Yes Yes Yes

Online catalog of reading room of material related to Okinawa war (digitalized)

Yes Yes Yes

Page 47: Application Programming Interface (API) Specifications€¦ · 22-03-2018  · CQL is the specification of search queries in SRW. This service is provided based on CQL 1.2. The basic

Appendix 1,

Application Programming Interface (API) Specifications

7 / 10

Data provider name Data provider group ID

digitalcontents catalogue site reference science humanities library child ndl

Online catalog of reading room of material related to Okinawa war (not digitalized)

Yes Yes Yes

Rare material gallery of ISHIKAWA prefectural library Yes Yes Yes Yes

Digital archive of books material of Japan Fisheries Research and Education Agency

Yes Yes Yes Yes

Digital Gallery of Keio University Library Yes Yes Yes

Keio Historical Photograph Database Yes Yes Yes

Eichi no Mori WEB (Miyagi Prefectural Library) Yes Yes Yes

Special Collections of Hiroshima Central City Library Yes Yes Yes

Digital gallery of Japanese and Chinese Materials of Mie Prefectural Library

Yes Yes Yes

Digital library of Sapporo Municipal Central Library Yes Yes Yes

Northern Materials Digital library of Hokkaido Prefectural Library Yes Yes Yes

Digital library of Tokushima Prefectural Library Yes Yes Yes

OSAKA PREFECTURAL LIBRARY OSAKA e-COLLECTION

Yes Yes Yes

Local Material Images of Okayama Municipal Central Library Yes Yes Yes

Digital Library of Fukuoka Prefectural Library Yes Yes Yes

Map Images of Tottori Prefectural Library Yes Yes Yes

RESEARCH NAVI (research guide) Yes Yes Yes Yes Yes

Digital library of Saitama Prefectural Library Yes Yes Yes

Collection of pictorial postcard of Nagoya (Nagoya City Tsuruma Central Library)

Yes Yes Yes

Chiba Digital Archive Yes Yes Yes

The world of lithograph of Takahashi Yuichi (Yamagata Prefectural Library)

Yes Yes Yes

Page 48: Application Programming Interface (API) Specifications€¦ · 22-03-2018  · CQL is the specification of search queries in SRW. This service is provided based on CQL 1.2. The basic

Appendix 1,

Application Programming Interface (API) Specifications

8 / 10

Data provider name Data provider group ID

digitalcontents catalogue site reference science humanities library child ndl

Ihatov Iwate digital library (Iwate Prefectural Library) Yes Yes Yes

Web gallery of Kawasaki-City Library Yes Yes Yes

Digital Archive of Kanagawa Prefectural Library Yes Yes Yes

Gallery of rare pictures and books of Toyama Prefectural Library Yes Yes Yes

Materials about Gifu prefecture & Maps of Gifu Prefectural Library Yes Yes Yes

Yokohama's Memory (Yokohama City Central Library) Yes Yes Yes

Miyada Village Internet Museum Yes Yes Yes

Digital Library of Shizuoka Prefectural Central Library Yes Yes Yes

Digital archive and gallery of Hakodate City Central Library Yes Yes Yes

Rare Books Digital Archive of Miyazaki Prefectural Library Yes Yes Yes

Ohmi Digital Historical Road of Shiga Prefectural Library Yes Yes Yes

Echigo Sado Digital Library of Niigata Prefectural Library and Archives

Yes Yes Yes

Public Libraries Catalog Yes Yes Yes Yes Yes Yes

NDL Online Yes Yes Yes Yes Yes Yes

NDL Newly Acquired Books Information (*) Yes Yes Yes Yes Yes Yes

Japanese National Bibliography (*)

Yes Yes Yes Yes Yes Yes

Union Catalog of Newspapers Yes Yes Yes Yes Yes Yes

Union Catalog Database of Children's Literature Yes Yes Yes Yes Yes Yes

Index to Laws & Regulations in early Meiji Japan Yes Yes Yes

Online Catalog of Sapie Library Yes Yes Yes Yes Yes

NDL Digital Collections Yes Yes Yes Yes Yes Yes

NDL Digital Collections (Online publications) Yes Yes Yes Yes Yes Yes

National Union Catalog of Braille & Recorded Books in Japan Yes Yes Yes Yes Yes Yes

Page 49: Application Programming Interface (API) Specifications€¦ · 22-03-2018  · CQL is the specification of search queries in SRW. This service is provided based on CQL 1.2. The basic

Appendix 1,

Application Programming Interface (API) Specifications

9 / 10

Data provider name Data provider group ID

digitalcontents catalogue site reference science humanities library child ndl

Digital Material for Persons with Print Disabilities Yes Yes Yes Yes Yes Ye

s

Union Catalog of Agriculture, Forestry and Fisheries Research Insititute's Libraries

Yes Yes Yes Yes

Okinawa Prefectural Library "Valuable Materials Digital Archive"

Yes Yes Yes

AKITA PREFECTURAL LIBRARY DIGITAL ARCHIVE Yes Yes Yes

Tokyo Metropolitan Library Edo-Tokyo Digital Collections Yes Yes Yes

Komazawa University Electronic unique collections Yes Yes Yes

NWEC Women's Digital Archive System Yes Yes Yes

Yamanashi Digital Archive(Yamanashi Prefectural Library) Yes Yes Yes

Digital Library System for Ministry of Agriculture, Forestry and Fisheries

Yes Yes Yes Yes

J-STAGE Yes Yes Yes

Kyusyu University Collections Yes Yes Yes

Cultural Heritage Online Yes Yes Yes

Digital Archive System ADEAC Yes Yes Yes Yes

ColBase Yes Yes Yes * This table shows neither the data providers with which an application programming interface (API) is

not provided, nor the data providers that can be search by only OpenURL. * The data provider of the NDL newly acquired bibliographic data is NDL Online, but separately from NDL Online, the data provider ID (iss-ndl-opac-inprocess) is also available so that newly acquired bibliographic data can be the searched. Note that the returned value in response to a request with the data provider ID (iss-ndl-opac) of NDL Online specified does not include the data of newly acquired bibliographic data.

Page 50: Application Programming Interface (API) Specifications€¦ · 22-03-2018  · CQL is the specification of search queries in SRW. This service is provided based on CQL 1.2. The basic

Appendix 1,

Application Programming Interface (API) Specifications

10 / 10

Table 1,2 include deleted data providers. The following table shows data providers and date of

metadata deletion.

Table 3 Data providers and date of metadata deletion

Data provider name Data provider ID API for harvest Date of deletion

Digital Library from the Meiji Era kindai Yes September 13, 2012

HERMES-IR(Special Collections) hermes Yes September 26, 2013

Selections from the digital archive of the Akita Prefectural Library

akita-dl Yes March 20,2014

Index from collections of the Akita Prefectural Library

akita-kiji Yes March 20,2014

Dnavi dnavi Yes March 31,2014

The Kyushu University Museum Digital Archive

kyushu Yes July 17,2014

NDL-HP carring publication iss-ndl-hp-docs Yes December 11,2014

Request ListIdentifiers or ListRecords with date of metadata deletion, the data providers with “API for

harvest Yes” return deleted records.

For the example of return data, see Appedix 3(Examples of returned data at each interface).

Page 51: Application Programming Interface (API) Specifications€¦ · 22-03-2018  · CQL is the specification of search queries in SRW. This service is provided based on CQL 1.2. The basic

Appendix 2,

Application Programming Interface (API) Specifications

1 / 4

OpenURL - genre specified and its corresponding data provider

For the genre specified in OpenURL (see (3) “genre specification and where to search" in 5 “OpenURL" in this document) and its corresponding data provider, see the following table.

Table 1 genre specified and its corresponding data provider

Data provider name genre="article" Other than genre="article"

genre is not specified, or

genre=""

NDL Periodical Index Yes Yes

Shinsho Map Yes Yes

Collaborative Reference Database Yes Yes

Current Awareness Yes Yes

Dnavi Yes Yes

HERMES-IR (SpecialCollections) Yes Yes

Aozora Bunko Yes Yes

J-STAGE Yes Yes

Selections from the digital archive of the Akita Prefectural Library

Yes Yes

Index from collections of the Akita Prefectural Library

Yes Yes

CiNii Yes Yes

JAIRO Yes Yes

The Japan P.E.N. Club Digital Library Yes Yes

Image database of Nara Women's University Yes Yes

Electronic exhibitions of the NDL Yes Yes

Digital Library of Ibaraki Prefectural Library Yes Yes

The Kyushu University Museum Digital Archive

Yes Yes

NARA regional historical materials catalog Yes Yes

Nara Prefectural Library and Information Center (Furusato digitized books+Drawing Exhibition Gallery)

Yes Yes

Union Catalog of the Collections of the National Art Museums, Japan (Image)

Yes Yes

Union Catalog of the Collections of the National Art Museums, Japan (No image)

Yes Yes

Page 52: Application Programming Interface (API) Specifications€¦ · 22-03-2018  · CQL is the specification of search queries in SRW. This service is provided based on CQL 1.2. The basic

Appendix 2,

Application Programming Interface (API) Specifications

2 / 4

Data provider name genre="article" Other than genre="article"

genre is not specified, or

genre="" Rare Books Collection / University of Tsukuba Library

Yes Yes

Online catalog of reading room of material related to Okinawa war (digitalized)

Yes Yes

Online catalog of reading room of material related to Okinawa war (not digitalized)

Yes Yes

Rare material gallery and Regional material library of ISHIKAWA prefectural library

Yes Yes

KOTENSEKI SOGO DATABASE(Japanese & Chinese Classics) (Waseda University Library)

Yes Yes

Digital archive of books material of Japan Fisheries Research and Education Agency

Yes Yes

Digital Gallery of Keio University Library Yes Yes

Keio Historical Photograph Database Yes Yes

Eichi no Mori WEB (Miyagi Prefectural Library)

Yes Yes

Special Collections of Hiroshima Central City Library

Yes Yes

Digital gallery of Japanese and Chinese Materials of Mie Prefectural Library

Yes Yes

Digital library of Sapporo Municipal Central Library

Yes Yes

Northern Materials Digital library of Hokkaido Prefectural Library

Yes Yes

Digital library of Tokushima Prefectural Library

Yes Yes

OSAKA PREFECTURAL LIBRARY OSAKA e-COLLECTION

Yes Yes

Local Material Images of Okayama Municipal Central Library

Yes Yes

Digital Library of Fukuoka Prefectural Library

Yes Yes

Map Images of Tottori Prefectural Library Yes Yes

RESEARCH NAVI (research guide) Yes Yes

Digital library of Saitama Prefectural Library Yes Yes

Collection of pictorial postcard of Nagoya (Nagoya City Tsuruma Central Library)

Yes Yes

Forest of material (Digital library of Chiba Prefectural Central Library)

Yes Yes

The world of lithograph of Takahashi Yuichi (Yamagata Prefectural Library)

Yes Yes

Page 53: Application Programming Interface (API) Specifications€¦ · 22-03-2018  · CQL is the specification of search queries in SRW. This service is provided based on CQL 1.2. The basic

Appendix 2,

Application Programming Interface (API) Specifications

3 / 4

Data provider name genre="article" Other than genre="article"

genre is not specified, or

genre="" Ihatov Iwate digital library (Iwate Prefectural Library)

Yes Yes

Web gallery of Kawasaki-City Library Yes Yes

Collection Database of Nara National Museum

Yes Yes

Digital Archive of Kanagawa Prefectural Library

Yes Yes

Gallery of rare pictures and books of Toyama Prefectural Library

Yes Yes

Materials about Gifu prefecture & Maps of Gifu Prefectural Library

Yes Yes

Yokohama's Memory (Yokohama City Central Library)

Yes Yes

Miyada Village Internet Museum Yes Yes

Digital Library of Shizuoka Prefectural Central Library

Yes Yes

Digital archive and gallery of Hakodate City Central Library

Yes Yes

Rare Books Digital Archive of Miyazaki Prefectural Library

Yes Yes

Ohmi Digital Historical Road of Shiga Prefectural Library

Yes Yes

Echigo Sado Digital Library of Niigata Prefectural Library and Archives

Yes Yes

Public Libraries Catalog Yes Yes

NDL Online Yes Yes

Union Catalog of Newspapers Yes Yes

Union Catalog Database of Children's Literature

Yes Yes

Index to Laws & Regulations in early Meiji Japan

Yes Yes

Online Catalog of Sapie Library Yes Yes

NDL Digital Collections Yes Yes

NDL Digital Collections (Online publications) Yes Yes

National Union Catalog of Braille & Recorded Books in Japan

Yes Yes

NDL-HP carrying publication Yes Yes

Website of the House of Representatives Yes Yes

Page 54: Application Programming Interface (API) Specifications€¦ · 22-03-2018  · CQL is the specification of search queries in SRW. This service is provided based on CQL 1.2. The basic

Appendix 2,

Application Programming Interface (API) Specifications

4 / 4

Data provider name genre="article" Other than genre="article"

genre is not specified, or

genre="" Website of the House of Councillors Yes Yes

Website of the Judge Impeachment Court Yes Yes

Website of the Judge Indictment Committee Yes Yes

Japan Publication Registry Office Yes Yes

Digital Material for Persons with Print Disabilities

Yes Yes

Okinawa Prefectural Library "Valuable Materials Digital Archive"

Yes Yes

JapanKnowledge Yes Yes

AKITA PREFECTURAL LIBRARY DIGITAL ARCHIVE

Yes Yes

Tokyo Metropolitan Library Edo-Tokyo Digital Collections

Yes Yes

Komazawa University Electronic unique collections

Yes Yes

NWEC Women's Digital Archive System Yes Yes

Yamanashi Digital Archive(Yamanashi Prefectural Library)

Yes Yes

Digital Library System for Ministry of Agriculture, Forestry and Fisheries

Yes Yes

Kyusyu University Collections Yes Yes

Cultural Heritage Online Yes Yes

Digital Archive System ADEAC Yes Yes

ColBase Yes Yes

* This table does not list the Cross search-type data providers, with which an application programming interface (API) is not provided.

* The data provider of the NDL newly acquired bibliographic data is NDL Online, but separately from NDL Online, the data provider ID (iss-ndl-opac-inprocess) is also available so that newly acquired bibliographic data can be the searched. Note that the newly acquired Bibliographic data supports the API for harvest (OAI-PMH) only.

Page 55: Application Programming Interface (API) Specifications€¦ · 22-03-2018  · CQL is the specification of search queries in SRW. This service is provided based on CQL 1.2. The basic

Appendix 3,

Application Programming Interface (API) Specifications

1 / 76

Examples of returned data at each interface The following shows the examples of returned data at each interface. 1. SRU

(1) Request example

http://iss.ndl.go.jp/api/sru?operation=searchRetrieve&query=title%3d%22%e3 %81%93%e3%81%93%e

3%82%8d%22%20AND%20creator%3d%22%e5%a4%8f %e7%9b%ae%e6%bc%b1%e7%9f%b3%22

%20AND%20from%3d%222011%22%20AND%20until%3d%222013%22&[*Specify the data format]

(Example of search by "title="こころ" AND creator="夏目漱石" AND from="2011" AND

until="2013"")

*Data format to be specified

(i) For dc format

recordSchema=dc (or recordSchema option is omitted) (ii) For returned data in the dcndl format

recordSchema=dcndl (iii) For returned data in the dcndl format (acquires the Bibliographic data only)

recordSchema=dcndl&onlyBib=true (iv) For returned data in the dcndl_simple format

recordSchema=dcndl_simple

Page 56: Application Programming Interface (API) Specifications€¦ · 22-03-2018  · CQL is the specification of search queries in SRW. This service is provided based on CQL 1.2. The basic

Appendix 3,

Application Programming Interface (API) Specifications

2 / 76

(2) Examples of returned data

<?xml version="1.0" encoding="UTF-8"?>

<searchRetrieveResponse xmlns="http://www.loc.gov/zing/srw/">

<version>1.2</version>

<numberOfRecords>3</numberOfRecords>

<nextRecordPosition>0</nextRecordPosition>

<extraResponseData>

&lt;facets&gt;

&lt;lst name=&quot;REPOSITORY_NO&quot;&gt;

&lt;int name=&quot;R100000002&quot;&gt;3&lt;/int&gt;

&lt;int name=&quot;R100000001&quot;&gt;1&lt;/int&gt;

&lt;/lst&gt;

&lt;lst name=&quot;NDC&quot;&gt;

&lt;int name=&quot;9&quot;&gt;1&lt;/int&gt;

&lt;/lst&gt;

&lt;lst name=&quot;ISSUED_DATE&quot;&gt;

&lt;int name=&quot;2011&quot;&gt;1&lt;/int&gt;

&lt;int name=&quot;2012&quot;&gt;1&lt;/int&gt;

&lt;int name=&quot;2013&quot;&gt;1&lt;/int&gt;

&lt;/lst&gt;

&lt;lst name=&quot;LIBRARY&quot;&gt;

&lt;int name=&quot;国立国会図書館&quot;&gt;3&lt;/int&gt;

&lt;int name=&quot;静岡市立中央図書館&quot;&gt;1&lt;/int&gt;

&lt;/lst&gt;

&lt;/facets&gt;

</extraResponseData>

* Portion where the returned data vary depending on the specified data.

</searchRetrieveResponse>

* Data is returned in each data format as follows:

(i) For the dc format <records>

<record>

<recordSchema>info:srw/schema/1/dc-v1.1</recordSchema>

<recordPacking>string</recordPacking>

<recordData>

&lt;srw_dc:dc xsi:schemaLocation=&quot;info:srw/schema/1/dc-v1.1 http://www.loc.gov/s

tandards/sru/dc-schema.xsd&quot; xmlns:srw_dc=&quot;info:srw/schema/1/dc-v1.1&quot; x

mlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot; xmlns:xsi=&quot;http://www.w3.or

g/2001/XMLSchema-instance&quot;&gt;

&lt;dc:title&gt;読んでおきたいベスト集!夏目漱石&lt;/dc:title&gt;

&lt;dc:creator&gt;夏目漱石 [著],別冊宝島編集部 編&lt;/dc:creator&gt;

&lt;dc:publisher&gt;宝島社&lt;/dc:publisher&gt;

&lt;dc:language&gt;jpn&lt;/dc:language&gt;

&lt;/srw_dc:dc&gt;

</recordData>

<recordPosition>1</recordPosition>

</record>

<record>

<recordSchema>info:srw/schema/1/dc-v1.1</recordSchema>

<recordPacking>string</recordPacking>

<recordData>

Page 57: Application Programming Interface (API) Specifications€¦ · 22-03-2018  · CQL is the specification of search queries in SRW. This service is provided based on CQL 1.2. The basic

Appendix 3,

Application Programming Interface (API) Specifications

3 / 76

&lt;srw_dc:dc xsi:schemaLocation=&quot;info:srw/schema/1/dc-v1.1 http://www.loc.gov/s

tandards/sru/dc-schema.xsd&quot; xmlns:srw_dc=&quot;info:srw/schema/1/dc-v1.1&quot; x

mlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot; xmlns:xsi=&quot;http://www.w3.or

g/2001/XMLSchema-instance&quot;&gt;

&lt;dc:title&gt;Anima e cuore&lt;/dc:title&gt;

&lt;dc:creator&gt;Natsume Sōseki,traduzione di Antonio Vacca&lt;/dc:creator&gt;

&lt;dc:publisher&gt;Youcanprint Self-Publishing&lt;/dc:publisher&gt;

&lt;dc:language&gt;ita&lt;/dc:language&gt;

&lt;/srw_dc:dc&gt;

</recordData>

<recordPosition>2</recordPosition>

</record>

<record>

<recordSchema>info:srw/schema/1/dc-v1.1</recordSchema>

<recordPacking>string</recordPacking>

<recordData>

&lt;srw_dc:dc xsi:schemaLocation=&quot;info:srw/schema/1/dc-v1.1 http://www.loc.gov/s

tandards/sru/dc-schema.xsd&quot; xmlns:srw_dc=&quot;info:srw/schema/1/dc-v1.1&quot; x

mlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot; xmlns:xsi=&quot;http://www.w3.or

g/2001/XMLSchema-instance&quot;&gt;

&lt;dc:title&gt;Koprnenje&lt;/dc:title&gt;

&lt;dc:creator&gt;Natsume Sōseki,iz japonščine prevedel Iztok Ilc&lt;/dc:creator&g

t;

&lt;dc:subject&gt;Japonska--1912-1945--V leposlovju&lt;/dc:subject&gt;

&lt;dc:description&gt;Translation of: Kokoro : Sensei no isho&lt;/dc:description&g

t;

&lt;dc:publisher&gt;Sanje&lt;/dc:publisher&gt;

&lt;dc:language&gt;slv&lt;/dc:language&gt;

&lt;/srw_dc:dc&gt;

</recordData>

<recordPosition>3</recordPosition>

</record>

</records>

(ii) For the dcndl format <records>

<record>

<recordSchema>info:srw/schema/1/dc-v1.1</recordSchema>

<recordPacking>string</recordPacking>

<recordData>

&lt;rdf:RDF xmlns:dcterms=&quot;http://purl.org/dc/terms/&quot; xmlns:rdf=&quot;http:

//www.w3.org/1999/02/22-rdf-syntax-ns#&quot; xmlns:dcndl=&quot;http://ndl.go.jp/dcndl

/terms/&quot; xmlns:foaf=&quot;http://xmlns.com/foaf/0.1/&quot; xmlns:rdfs=&quot;htt

p://www.w3.org/2000/01/rdf-schema#&quot; xmlns:dc=&quot;http://purl.org/dc/elements/

1.1/&quot; xmlns:owl=&quot;http://www.w3.org/2002/07/owl#&quot;&gt;

&lt;dcndl:BibAdminResource rdf:about=&quot;http://iss.ndl.go.jp/books/R100000002-I0

00011223692-00&quot;&gt;

&lt;dcndl:catalogingStatus&gt;C7&lt;/dcndl:catalogingStatus&gt;

&lt;dcndl:bibRecordCategory&gt;R100000002&lt;/dcndl:bibRecordCategory&gt;

&lt;dcndl:record rdf:resource=&quot;http://iss.ndl.go.jp/books/R100000002-I000011

223692-00#material&quot;/&gt;

&lt;/dcndl:BibAdminResource&gt;

&lt;dcndl:BibResource rdf:about=&quot;http://iss.ndl.go.jp/books/R100000002-I000011

223692-00#material&quot;&gt;

&lt;dcterms:identifier rdf:datatype=&quot;http://ndl.go.jp/dcndl/terms/JPNO&quot;

&gt;21951794&lt;/dcterms:identifier&gt;

&lt;dcterms:identifier rdf:datatype=&quot;http://ndl.go.jp/dcndl/terms/ISBN&quot;

&gt;978-4-7966-8513-9&lt;/dcterms:identifier&gt;

Page 58: Application Programming Interface (API) Specifications€¦ · 22-03-2018  · CQL is the specification of search queries in SRW. This service is provided based on CQL 1.2. The basic

Appendix 3,

Application Programming Interface (API) Specifications

4 / 76

&lt;rdfs:seeAlso rdf:resource=&quot;http://id.ndl.go.jp/jpno/21951794&quot;/&gt;

&lt;rdfs:seeAlso rdf:resource=&quot;http://iss.ndl.go.jp/isbn/9784796685139&quot;

/&gt;

&lt;dcterms:title&gt;読んでおきたいベスト集!夏目漱石&lt;/dcterms:title&gt;

&lt;dc:title&gt;

&lt;rdf:Description&gt;

&lt;rdf:value&gt;読んでおきたいベスト集!夏目漱石&lt;/rdf:value&gt;

&lt;dcndl:transcription&gt;ヨンデオキタイ ベストシュウ ナツメ ソウセキ&lt;/dc

ndl:transcription&gt;

&lt;/rdf:Description&gt;

&lt;/dc:title&gt;

&lt;dcndl:seriesTitle&gt;

&lt;rdf:Description&gt;

&lt;rdf:value&gt;宝島社文庫&lt;/rdf:value&gt;

&lt;dcndl:transcription&gt;タカラジマシャ ブンコ&lt;/dcndl:transcription&gt;

&lt;/rdf:Description&gt;

&lt;/dcndl:seriesTitle&gt;

&lt;dcndl:partInformation&gt;

&lt;rdf:Description&gt;

&lt;dcterms:title&gt;坊っちゃん&lt;/dcterms:title&gt;

&lt;/rdf:Description&gt;

&lt;/dcndl:partInformation&gt;

&lt;dcndl:partInformation&gt;

&lt;rdf:Description&gt;

&lt;dcterms:title&gt;夢十夜&lt;/dcterms:title&gt;

&lt;/rdf:Description&gt;

&lt;/dcndl:partInformation&gt;

&lt;dcndl:partInformation&gt;

&lt;rdf:Description&gt;

&lt;dcterms:title&gt;こころ&lt;/dcterms:title&gt;

&lt;/rdf:Description&gt;

&lt;/dcndl:partInformation&gt;

&lt;dcndl:partInformation&gt;

&lt;rdf:Description&gt;

&lt;dcterms:title&gt;硝子戸の中&lt;/dcterms:title&gt;

&lt;/rdf:Description&gt;

&lt;/dcndl:partInformation&gt;

&lt;dcterms:creator&gt;

&lt;foaf:Agent rdf:about=&quot;http://id.ndl.go.jp/auth/entity/00054222&quot;&g

t;

&lt;foaf:name&gt;夏目, 漱石, 1867-1916&lt;/foaf:name&gt;

&lt;dcndl:transcription&gt;ナツメ, ソウセキ&lt;/dcndl:transcription&gt;

&lt;/foaf:Agent&gt;

&lt;/dcterms:creator&gt;

&lt;dcterms:creator&gt;

&lt;foaf:Agent rdf:about=&quot;http://id.ndl.go.jp/auth/entity/00292152&quot;&g

t;

&lt;foaf:name&gt;宝島社&lt;/foaf:name&gt;

&lt;/foaf:Agent&gt;

&lt;/dcterms:creator&gt;

&lt;dc:creator&gt;夏目漱石 [著]&lt;/dc:creator&gt;

&lt;dc:creator&gt;別冊宝島編集部 編&lt;/dc:creator&gt;

&lt;dcterms:publisher&gt;

&lt;foaf:Agent&gt;

&lt;foaf:name&gt;宝島社&lt;/foaf:name&gt;

&lt;dcndl:transcription&gt;タカラジマシャ&lt;/dcndl:transcription&gt;

&lt;dcndl:location&gt;東京&lt;/dcndl:location&gt;

&lt;/foaf:Agent&gt;

&lt;/dcterms:publisher&gt;

Page 59: Application Programming Interface (API) Specifications€¦ · 22-03-2018  · CQL is the specification of search queries in SRW. This service is provided based on CQL 1.2. The basic

Appendix 3,

Application Programming Interface (API) Specifications

5 / 76

&lt;dcndl:publicationPlace rdf:datatype=&quot;http://purl.org/dc/terms/ISO3166&qu

ot;&gt;JP&lt;/dcndl:publicationPlace&gt;

&lt;dcterms:date&gt;2011.7&lt;/dcterms:date&gt;

&lt;dcterms:issued rdf:datatype=&quot;http://purl.org/dc/terms/W3CDTF&quot;&gt;20

11&lt;/dcterms:issued&gt;

&lt;dcterms:subject rdf:resource=&quot;http://id.ndl.go.jp/class/ndlc/KH426&quot;

/&gt;

&lt;dcterms:subject rdf:resource=&quot;http://id.ndl.go.jp/class/ndc9/913.6&quot;

/&gt;

&lt;dcterms:language rdf:datatype=&quot;http://purl.org/dc/terms/ISO639-2&quot;&g

t;jpn&lt;/dcterms:language&gt;

&lt;dcterms:extent&gt;606p ; 16cm&lt;/dcterms:extent&gt;

&lt;dcndl:price&gt;686円&lt;/dcndl:price&gt;

&lt;dcterms:audience&gt;一般&lt;/dcterms:audience&gt;

&lt;dcndl:materialType rdf:resource=&quot;http://ndl.go.jp/ndltype/Book&quot; rdf

s:label=&quot;図書&quot;/&gt;

&lt;dcterms:accessRights&gt;S01P99U99&lt;/dcterms:accessRights&gt;

&lt;/dcndl:BibResource&gt;

&lt;dcndl:BibResource rdf:about=&quot;http://iss.ndl.go.jp/books/R100000002-I000011

223692-00#material&quot;&gt;

&lt;dcndl:record rdf:resource=&quot;http://iss.ndl.go.jp/books/R100000002-I000011

223692-00#item&quot;/&gt;

&lt;dcndl:record rdf:resource=&quot;http://iss.ndl.go.jp/books/R100000001-I048407

789-00#item&quot;/&gt;

&lt;/dcndl:BibResource&gt;

&lt;dcndl:Item rdf:about=&quot;http://iss.ndl.go.jp/books/R100000002-I000011223692-

00#item&quot;&gt;

&lt;dcndl:holdingAgent&gt;

&lt;foaf:Agent&gt;

&lt;foaf:name&gt;国立国会図書館&lt;/foaf:name&gt;

&lt;dcterms:identifier rdf:datatype=&quot;http://ndl.go.jp/dcndl/terms/NDLLib

Code&quot;&gt;0000&lt;/dcterms:identifier&gt;

&lt;/foaf:Agent&gt;

&lt;/dcndl:holdingAgent&gt;

&lt;rdfs:seeAlso rdf:resource=&quot;http://id.ndl.go.jp/bib/000011223692&quot;/&g

t;

&lt;dcterms:identifier rdf:datatype=&quot;http://ndl.go.jp/dcndl/terms/NDLBibID&q

uot;&gt;000011223692&lt;/dcterms:identifier&gt;

&lt;dcndl:callNumber&gt;KH426-J34&lt;/dcndl:callNumber&gt;

&lt;dcndl:localCallNumber&gt;XA-N11-2297&lt;/dcndl:localCallNumber&gt;

&lt;/dcndl:Item&gt;

&lt;dcndl:Item rdf:about=&quot;http://iss.ndl.go.jp/books/R100000001-I048407789-00#

item&quot;&gt;

&lt;dcndl:holdingAgent&gt;

&lt;foaf:Agent&gt;

&lt;foaf:name&gt;静岡市立中央図書館&lt;/foaf:name&gt;

&lt;dcterms:identifier rdf:datatype=&quot;http://ndl.go.jp/dcndl/terms/NDLLib

Code&quot;&gt;2221&lt;/dcterms:identifier&gt;

&lt;/foaf:Agent&gt;

&lt;/dcndl:holdingAgent&gt;

&lt;dcterms:identifier rdf:datatype=&quot;http://ndl.go.jp/dcndl/terms/somokuBibI

D&quot;&gt;1101875960&lt;/dcterms:identifier&gt;

&lt;dcterms:identifier rdf:datatype=&quot;http://ndl.go.jp/dcndl/terms/somokuSubI

D&quot;&gt;188431098&lt;/dcterms:identifier&gt;

&lt;dcndl:callNumber&gt;913.6/(IEBR/B&lt;/dcndl:callNumber&gt;

&lt;dcndl:availability&gt;持出可能&lt;/dcndl:availability&gt;

&lt;dcterms:description&gt;配置場所 : 一般&lt;/dcterms:description&gt;

&lt;dcterms:description&gt;郷土資料&lt;/dcterms:description&gt;

&lt;/dcndl:Item&gt;

Page 60: Application Programming Interface (API) Specifications€¦ · 22-03-2018  · CQL is the specification of search queries in SRW. This service is provided based on CQL 1.2. The basic

Appendix 3,

Application Programming Interface (API) Specifications

6 / 76

&lt;/rdf:RDF&gt;

</recordData>

<recordPosition>1</recordPosition>

</record>

<record>

<recordSchema>info:srw/schema/1/dc-v1.1</recordSchema>

<recordPacking>string</recordPacking>

<recordData>

&lt;rdf:RDF xmlns:dcterms=&quot;http://purl.org/dc/terms/&quot; xmlns:rdf=&quot;http:

//www.w3.org/1999/02/22-rdf-syntax-ns#&quot; xmlns:dcndl=&quot;http://ndl.go.jp/dcndl

/terms/&quot; xmlns:foaf=&quot;http://xmlns.com/foaf/0.1/&quot; xmlns:rdfs=&quot;htt

p://www.w3.org/2000/01/rdf-schema#&quot; xmlns:dc=&quot;http://purl.org/dc/elements/

1.1/&quot; xmlns:owl=&quot;http://www.w3.org/2002/07/owl#&quot;&gt;

&lt;dcndl:BibAdminResource rdf:about=&quot;http://iss.ndl.go.jp/books/R100000002-I0

24682509-00&quot;&gt;

&lt;dcndl:catalogingStatus&gt;C7&lt;/dcndl:catalogingStatus&gt;

&lt;dcndl:bibRecordCategory&gt;R100000002&lt;/dcndl:bibRecordCategory&gt;

&lt;dcndl:record rdf:resource=&quot;http://iss.ndl.go.jp/books/R100000002-I024682

509-00#material&quot;/&gt;

&lt;/dcndl:BibAdminResource&gt;

&lt;dcndl:BibResource rdf:about=&quot;http://iss.ndl.go.jp/books/R100000002-I024682

509-00#material&quot;&gt;

&lt;dcterms:identifier rdf:datatype=&quot;http://ndl.go.jp/dcndl/terms/ISBN&quot;

&gt;9788891108111&lt;/dcterms:identifier&gt;

&lt;rdfs:seeAlso rdf:resource=&quot;http://iss.ndl.go.jp/isbn/9788891108111&quot;

/&gt;

&lt;dcterms:title&gt;Anima e cuore&lt;/dcterms:title&gt;

&lt;dc:title&gt;

&lt;rdf:Description&gt;

&lt;rdf:value&gt;Anima e cuore&lt;/rdf:value&gt;

&lt;/rdf:Description&gt;

&lt;/dc:title&gt;

&lt;dcndl:alternative&gt;

&lt;rdf:Description&gt;

&lt;rdf:value&gt;こころ&lt;/rdf:value&gt;

&lt;/rdf:Description&gt;

&lt;/dcndl:alternative&gt;

&lt;dcterms:creator&gt;

&lt;foaf:Agent&gt;

&lt;foaf:name&gt;夏目, 漱石, 1867-1916&lt;/foaf:name&gt;

&lt;/foaf:Agent&gt;

&lt;/dcterms:creator&gt;

&lt;dc:creator&gt;Natsume Sōseki&lt;/dc:creator&gt;

&lt;dc:creator&gt;traduzione di Antonio Vacca&lt;/dc:creator&gt;

&lt;dcterms:publisher&gt;

&lt;foaf:Agent&gt;

&lt;foaf:name&gt;Youcanprint Self-Publishing&lt;/foaf:name&gt;

&lt;dcndl:location&gt;Tricase, Italy&lt;/dcndl:location&gt;

&lt;/foaf:Agent&gt;

&lt;/dcterms:publisher&gt;

&lt;dcndl:publicationPlace rdf:datatype=&quot;http://purl.org/dc/terms/ISO3166&qu

ot;&gt;IT&lt;/dcndl:publicationPlace&gt;

&lt;dcterms:date&gt;[2013]&lt;/dcterms:date&gt;

&lt;dcterms:issued rdf:datatype=&quot;http://purl.org/dc/terms/W3CDTF&quot;&gt;20

13&lt;/dcterms:issued&gt;

&lt;dcterms:subject rdf:resource=&quot;http://id.ndl.go.jp/class/ndlc/KH884&quot;

/&gt;

&lt;dcterms:language rdf:datatype=&quot;http://purl.org/dc/terms/ISO639-2&quot;&g

t;ita&lt;/dcterms:language&gt;

Page 61: Application Programming Interface (API) Specifications€¦ · 22-03-2018  · CQL is the specification of search queries in SRW. This service is provided based on CQL 1.2. The basic

Appendix 3,

Application Programming Interface (API) Specifications

7 / 76

&lt;dcterms:extent&gt;280 pages ; 22 cm&lt;/dcterms:extent&gt;

&lt;dcterms:audience&gt;一般&lt;/dcterms:audience&gt;

&lt;dcndl:materialType rdf:resource=&quot;http://ndl.go.jp/ndltype/Book&quot; rdf

s:label=&quot;図書&quot;/&gt;

&lt;dcterms:accessRights&gt;S01P99U99&lt;/dcterms:accessRights&gt;

&lt;/dcndl:BibResource&gt;

&lt;dcndl:BibResource rdf:about=&quot;http://iss.ndl.go.jp/books/R100000002-I024682

509-00#material&quot;&gt;

&lt;dcndl:record rdf:resource=&quot;http://iss.ndl.go.jp/books/R100000002-I024682

509-00#item&quot;/&gt;

&lt;/dcndl:BibResource&gt;

&lt;dcndl:Item rdf:about=&quot;http://iss.ndl.go.jp/books/R100000002-I024682509-00#

item&quot;&gt;

&lt;dcndl:holdingAgent&gt;

&lt;foaf:Agent&gt;

&lt;foaf:name&gt;国立国会図書館&lt;/foaf:name&gt;

&lt;dcterms:identifier rdf:datatype=&quot;http://ndl.go.jp/dcndl/terms/NDLLib

Code&quot;&gt;0000&lt;/dcterms:identifier&gt;

&lt;/foaf:Agent&gt;

&lt;/dcndl:holdingAgent&gt;

&lt;rdfs:seeAlso rdf:resource=&quot;http://id.ndl.go.jp/bib/024682509&quot;/&gt;

&lt;dcterms:identifier rdf:datatype=&quot;http://ndl.go.jp/dcndl/terms/NDLBibID&q

uot;&gt;024682509&lt;/dcterms:identifier&gt;

&lt;dcndl:callNumber&gt;KH884-B18&lt;/dcndl:callNumber&gt;

&lt;/dcndl:Item&gt;

&lt;/rdf:RDF&gt;

</recordData>

<recordPosition>2</recordPosition>

</record>

<record>

<recordSchema>info:srw/schema/1/dc-v1.1</recordSchema>

<recordPacking>string</recordPacking>

<recordData>

&lt;rdf:RDF xmlns:dcterms=&quot;http://purl.org/dc/terms/&quot; xmlns:rdf=&quot;http:

//www.w3.org/1999/02/22-rdf-syntax-ns#&quot; xmlns:dcndl=&quot;http://ndl.go.jp/dcndl

/terms/&quot; xmlns:foaf=&quot;http://xmlns.com/foaf/0.1/&quot; xmlns:rdfs=&quot;htt

p://www.w3.org/2000/01/rdf-schema#&quot; xmlns:dc=&quot;http://purl.org/dc/elements/

1.1/&quot; xmlns:owl=&quot;http://www.w3.org/2002/07/owl#&quot;&gt;

&lt;dcndl:BibAdminResource rdf:about=&quot;http://iss.ndl.go.jp/books/R100000002-I0

24429124-00&quot;&gt;

&lt;dcndl:catalogingStatus&gt;C7&lt;/dcndl:catalogingStatus&gt;

&lt;dcndl:bibRecordCategory&gt;R100000002&lt;/dcndl:bibRecordCategory&gt;

&lt;dcndl:record rdf:resource=&quot;http://iss.ndl.go.jp/books/R100000002-I024429

124-00#material&quot;/&gt;

&lt;/dcndl:BibAdminResource&gt;

&lt;dcndl:BibResource rdf:about=&quot;http://iss.ndl.go.jp/books/R100000002-I024429

124-00#material&quot;&gt;

&lt;dcterms:identifier rdf:datatype=&quot;http://ndl.go.jp/dcndl/terms/ISBN&quot;

&gt;9789612740412&lt;/dcterms:identifier&gt;

&lt;dcterms:identifier rdf:datatype=&quot;http://ndl.go.jp/dcndl/terms/ISBN&quot;

&gt;9612740410&lt;/dcterms:identifier&gt;

&lt;rdfs:seeAlso rdf:resource=&quot;http://iss.ndl.go.jp/isbn/9789612740412&quot;

/&gt;

&lt;rdfs:seeAlso rdf:resource=&quot;http://iss.ndl.go.jp/isbn/9612740410&quot;/&g

t;

&lt;rdfs:seeAlso rdf:resource=&quot;http://www.worldcat.org/oclc/821104302&quot;/

&gt;

&lt;dcterms:title&gt;Koprnenje&lt;/dcterms:title&gt;

&lt;dc:title&gt;

Page 62: Application Programming Interface (API) Specifications€¦ · 22-03-2018  · CQL is the specification of search queries in SRW. This service is provided based on CQL 1.2. The basic

Appendix 3,

Application Programming Interface (API) Specifications

8 / 76

&lt;rdf:Description&gt;

&lt;rdf:value&gt;Koprnenje&lt;/rdf:value&gt;

&lt;/rdf:Description&gt;

&lt;/dc:title&gt;

&lt;dcndl:alternative&gt;

&lt;rdf:Description&gt;

&lt;rdf:value&gt;こころ&lt;/rdf:value&gt;

&lt;/rdf:Description&gt;

&lt;/dcndl:alternative&gt;

&lt;dcndl:seriesTitle&gt;

&lt;rdf:Description&gt;

&lt;rdf:value&gt;Zbirka Sanje roman&lt;/rdf:value&gt;

&lt;/rdf:Description&gt;

&lt;/dcndl:seriesTitle&gt;

&lt;dcndl:edition&gt;Prvi natis&lt;/dcndl:edition&gt;

&lt;dcterms:creator&gt;

&lt;foaf:Agent rdf:about=&quot;http://id.ndl.go.jp/auth/entity/00054222&quot;&g

t;

&lt;foaf:name&gt;夏目, 漱石, 1867-1916&lt;/foaf:name&gt;

&lt;dcndl:transcription&gt;ナツメ, ソウセキ&lt;/dcndl:transcription&gt;

&lt;/foaf:Agent&gt;

&lt;/dcterms:creator&gt;

&lt;dc:creator&gt;Natsume Sōseki&lt;/dc:creator&gt;

&lt;dc:creator&gt;iz japonščine prevedel Iztok Ilc&lt;/dc:creator&gt;

&lt;dcterms:publisher&gt;

&lt;foaf:Agent&gt;

&lt;foaf:name&gt;Sanje&lt;/foaf:name&gt;

&lt;dcndl:location&gt;Ljubljana, Slovenija&lt;/dcndl:location&gt;

&lt;/foaf:Agent&gt;

&lt;/dcterms:publisher&gt;

&lt;dcndl:publicationPlace rdf:datatype=&quot;http://purl.org/dc/terms/ISO3166&qu

ot;&gt;SI&lt;/dcndl:publicationPlace&gt;

&lt;dcterms:date&gt;2012&lt;/dcterms:date&gt;

&lt;dcterms:issued rdf:datatype=&quot;http://purl.org/dc/terms/W3CDTF&quot;&gt;20

12&lt;/dcterms:issued&gt;

&lt;dcterms:description&gt;Translation of: Kokoro : Sensei no isho&lt;/dcterms:de

scription&gt;

&lt;dcterms:subject&gt;

&lt;rdf:Description&gt;

&lt;rdf:value&gt;Japonska--1912-1945--V leposlovju&lt;/rdf:value&gt;

&lt;/rdf:Description&gt;

&lt;/dcterms:subject&gt;

&lt;dcterms:subject rdf:resource=&quot;http://id.ndl.go.jp/class/ndlc/KH884&quot;

/&gt;

&lt;dc:subject rdf:datatype=&quot;http://purl.org/dc/terms/UDC&quot;&gt;821.51/.7

1&lt;/dc:subject&gt;

&lt;dcterms:language rdf:datatype=&quot;http://purl.org/dc/terms/ISO639-2&quot;&g

t;slv&lt;/dcterms:language&gt;

&lt;dcndl:originalLanguage rdf:datatype=&quot;http://purl.org/dc/terms/ISO639-2&q

uot;&gt;jpn&lt;/dcndl:originalLanguage&gt;

&lt;dcterms:extent&gt;283 pages ; 21 cm&lt;/dcterms:extent&gt;

&lt;dcterms:audience&gt;一般&lt;/dcterms:audience&gt;

&lt;dcndl:materialType rdf:resource=&quot;http://ndl.go.jp/ndltype/Book&quot; rdf

s:label=&quot;図書&quot;/&gt;

&lt;dcterms:accessRights&gt;S01P99U99&lt;/dcterms:accessRights&gt;

&lt;/dcndl:BibResource&gt;

&lt;dcndl:BibResource rdf:about=&quot;http://iss.ndl.go.jp/books/R100000002-I024429

124-00#material&quot;&gt;

&lt;dcndl:record rdf:resource=&quot;http://iss.ndl.go.jp/books/R100000002-I024429

Page 63: Application Programming Interface (API) Specifications€¦ · 22-03-2018  · CQL is the specification of search queries in SRW. This service is provided based on CQL 1.2. The basic

Appendix 3,

Application Programming Interface (API) Specifications

9 / 76

124-00#item&quot;/&gt;

&lt;/dcndl:BibResource&gt;

&lt;dcndl:Item rdf:about=&quot;http://iss.ndl.go.jp/books/R100000002-I024429124-00#

item&quot;&gt;

&lt;dcndl:holdingAgent&gt;

&lt;foaf:Agent&gt;

&lt;foaf:name&gt;国立国会図書館&lt;/foaf:name&gt;

&lt;dcterms:identifier rdf:datatype=&quot;http://ndl.go.jp/dcndl/terms/NDLLib

Code&quot;&gt;0000&lt;/dcterms:identifier&gt;

&lt;/foaf:Agent&gt;

&lt;/dcndl:holdingAgent&gt;

&lt;rdfs:seeAlso rdf:resource=&quot;http://id.ndl.go.jp/bib/024429124&quot;/&gt;

&lt;dcterms:identifier rdf:datatype=&quot;http://ndl.go.jp/dcndl/terms/NDLBibID&q

uot;&gt;024429124&lt;/dcterms:identifier&gt;

&lt;dcndl:callNumber&gt;KH884-B12&lt;/dcndl:callNumber&gt;

&lt;/dcndl:Item&gt;

&lt;/rdf:RDF&gt;

</recordData>

<recordPosition>3</recordPosition>

</record>

</records>

Page 64: Application Programming Interface (API) Specifications€¦ · 22-03-2018  · CQL is the specification of search queries in SRW. This service is provided based on CQL 1.2. The basic

Appendix 3,

Application Programming Interface (API) Specifications

10 / 76

(iii) For the dcndl format (acquires the Bibliographic data only) <records>

<record>

<recordSchema>info:srw/schema/1/dc-v1.1</recordSchema>

<recordPacking>string</recordPacking>

<recordData>

&lt;rdf:RDF xmlns:dcterms=&quot;http://purl.org/dc/terms/&quot; xmlns:rdf=&quot;http:

//www.w3.org/1999/02/22-rdf-syntax-ns#&quot; xmlns:dcndl=&quot;http://ndl.go.jp/dcndl

/terms/&quot; xmlns:foaf=&quot;http://xmlns.com/foaf/0.1/&quot; xmlns:rdfs=&quot;htt

p://www.w3.org/2000/01/rdf-schema#&quot; xmlns:dc=&quot;http://purl.org/dc/elements/

1.1/&quot; xmlns:owl=&quot;http://www.w3.org/2002/07/owl#&quot;&gt;

&lt;dcndl:BibAdminResource rdf:about=&quot;http://iss.ndl.go.jp/books/R100000002-I0

00011223692-00&quot;&gt;

&lt;dcndl:catalogingStatus&gt;C7&lt;/dcndl:catalogingStatus&gt;

&lt;dcndl:bibRecordCategory&gt;R100000002&lt;/dcndl:bibRecordCategory&gt;

&lt;dcndl:record rdf:resource=&quot;http://iss.ndl.go.jp/books/R100000002-I000011

223692-00#material&quot;/&gt;

&lt;/dcndl:BibAdminResource&gt;

&lt;dcndl:BibResource rdf:about=&quot;http://iss.ndl.go.jp/books/R100000002-I000011

223692-00#material&quot;&gt;

&lt;dcterms:identifier rdf:datatype=&quot;http://ndl.go.jp/dcndl/terms/JPNO&quot;

&gt;21951794&lt;/dcterms:identifier&gt;

&lt;dcterms:identifier rdf:datatype=&quot;http://ndl.go.jp/dcndl/terms/ISBN&quot;

&gt;978-4-7966-8513-9&lt;/dcterms:identifier&gt;

&lt;rdfs:seeAlso rdf:resource=&quot;http://id.ndl.go.jp/jpno/21951794&quot;/&gt;

&lt;rdfs:seeAlso rdf:resource=&quot;http://iss.ndl.go.jp/isbn/9784796685139&quot;

/&gt;

&lt;dcterms:title&gt;読んでおきたいベスト集!夏目漱石&lt;/dcterms:title&gt;

&lt;dc:title&gt;

&lt;rdf:Description&gt;

&lt;rdf:value&gt;読んでおきたいベスト集!夏目漱石&lt;/rdf:value&gt;

&lt;dcndl:transcription&gt;ヨンデオキタイ ベストシュウ ナツメ ソウセキ&lt;/dc

ndl:transcription&gt;

&lt;/rdf:Description&gt;

&lt;/dc:title&gt;

&lt;dcndl:seriesTitle&gt;

&lt;rdf:Description&gt;

&lt;rdf:value&gt;宝島社文庫&lt;/rdf:value&gt;

&lt;dcndl:transcription&gt;タカラジマシャ ブンコ&lt;/dcndl:transcription&gt;

&lt;/rdf:Description&gt;

&lt;/dcndl:seriesTitle&gt;

&lt;dcndl:partInformation&gt;

&lt;rdf:Description&gt;

&lt;dcterms:title&gt;坊っちゃん&lt;/dcterms:title&gt;

&lt;/rdf:Description&gt;

&lt;/dcndl:partInformation&gt;

&lt;dcndl:partInformation&gt;

&lt;rdf:Description&gt;

&lt;dcterms:title&gt;夢十夜&lt;/dcterms:title&gt;

&lt;/rdf:Description&gt;

&lt;/dcndl:partInformation&gt;

&lt;dcndl:partInformation&gt;

&lt;rdf:Description&gt;

&lt;dcterms:title&gt;こころ&lt;/dcterms:title&gt;

&lt;/rdf:Description&gt;

&lt;/dcndl:partInformation&gt;

&lt;dcndl:partInformation&gt;

&lt;rdf:Description&gt;

Page 65: Application Programming Interface (API) Specifications€¦ · 22-03-2018  · CQL is the specification of search queries in SRW. This service is provided based on CQL 1.2. The basic

Appendix 3,

Application Programming Interface (API) Specifications

11 / 76

&lt;dcterms:title&gt;硝子戸の中&lt;/dcterms:title&gt;

&lt;/rdf:Description&gt;

&lt;/dcndl:partInformation&gt;

&lt;dcterms:creator&gt;

&lt;foaf:Agent rdf:about=&quot;http://id.ndl.go.jp/auth/entity/00054222&quot;&g

t;

&lt;foaf:name&gt;夏目, 漱石, 1867-1916&lt;/foaf:name&gt;

&lt;dcndl:transcription&gt;ナツメ, ソウセキ&lt;/dcndl:transcription&gt;

&lt;/foaf:Agent&gt;

&lt;/dcterms:creator&gt;

&lt;dcterms:creator&gt;

&lt;foaf:Agent rdf:about=&quot;http://id.ndl.go.jp/auth/entity/00292152&quot;&g

t;

&lt;foaf:name&gt;宝島社&lt;/foaf:name&gt;

&lt;/foaf:Agent&gt;

&lt;/dcterms:creator&gt;

&lt;dc:creator&gt;夏目漱石 [著]&lt;/dc:creator&gt;

&lt;dc:creator&gt;別冊宝島編集部 編&lt;/dc:creator&gt;

&lt;dcterms:publisher&gt;

&lt;foaf:Agent&gt;

&lt;foaf:name&gt;宝島社&lt;/foaf:name&gt;

&lt;dcndl:transcription&gt;タカラジマシャ&lt;/dcndl:transcription&gt;

&lt;dcndl:location&gt;東京&lt;/dcndl:location&gt;

&lt;/foaf:Agent&gt;

&lt;/dcterms:publisher&gt;

&lt;dcndl:publicationPlace rdf:datatype=&quot;http://purl.org/dc/terms/ISO3166&qu

ot;&gt;JP&lt;/dcndl:publicationPlace&gt;

&lt;dcterms:date&gt;2011.7&lt;/dcterms:date&gt;

&lt;dcterms:issued rdf:datatype=&quot;http://purl.org/dc/terms/W3CDTF&quot;&gt;20

11&lt;/dcterms:issued&gt;

&lt;dcterms:subject rdf:resource=&quot;http://id.ndl.go.jp/class/ndlc/KH426&quot;

/&gt;

&lt;dcterms:subject rdf:resource=&quot;http://id.ndl.go.jp/class/ndc9/913.6&quot;

/&gt;

&lt;dcterms:language rdf:datatype=&quot;http://purl.org/dc/terms/ISO639-2&quot;&g

t;jpn&lt;/dcterms:language&gt;

&lt;dcterms:extent&gt;606p ; 16cm&lt;/dcterms:extent&gt;

&lt;dcndl:price&gt;686円&lt;/dcndl:price&gt;

&lt;dcterms:audience&gt;一般&lt;/dcterms:audience&gt;

&lt;dcndl:materialType rdf:resource=&quot;http://ndl.go.jp/ndltype/Book&quot; rdf

s:label=&quot;図書&quot;/&gt;

&lt;dcterms:accessRights&gt;S01P99U99&lt;/dcterms:accessRights&gt;

&lt;/dcndl:BibResource&gt;

&lt;/rdf:RDF&gt;

</recordData>

<recordPosition>1</recordPosition>

</record>

<record>

<recordSchema>info:srw/schema/1/dc-v1.1</recordSchema>

<recordPacking>string</recordPacking>

<recordData>

&lt;rdf:RDF xmlns:dcterms=&quot;http://purl.org/dc/terms/&quot; xmlns:rdf=&quot;http:

//www.w3.org/1999/02/22-rdf-syntax-ns#&quot; xmlns:dcndl=&quot;http://ndl.go.jp/dcndl

/terms/&quot; xmlns:foaf=&quot;http://xmlns.com/foaf/0.1/&quot; xmlns:rdfs=&quot;htt

p://www.w3.org/2000/01/rdf-schema#&quot; xmlns:dc=&quot;http://purl.org/dc/elements/

1.1/&quot; xmlns:owl=&quot;http://www.w3.org/2002/07/owl#&quot;&gt;

&lt;dcndl:BibAdminResource rdf:about=&quot;http://iss.ndl.go.jp/books/R100000002-I0

24682509-00&quot;&gt;

&lt;dcndl:catalogingStatus&gt;C7&lt;/dcndl:catalogingStatus&gt;

Page 66: Application Programming Interface (API) Specifications€¦ · 22-03-2018  · CQL is the specification of search queries in SRW. This service is provided based on CQL 1.2. The basic

Appendix 3,

Application Programming Interface (API) Specifications

12 / 76

&lt;dcndl:bibRecordCategory&gt;R100000002&lt;/dcndl:bibRecordCategory&gt;

&lt;dcndl:record rdf:resource=&quot;http://iss.ndl.go.jp/books/R100000002-I024682

509-00#material&quot;/&gt;

&lt;/dcndl:BibAdminResource&gt;

&lt;dcndl:BibResource rdf:about=&quot;http://iss.ndl.go.jp/books/R100000002-I024682

509-00#material&quot;&gt;

&lt;dcterms:identifier rdf:datatype=&quot;http://ndl.go.jp/dcndl/terms/ISBN&quot;

&gt;9788891108111&lt;/dcterms:identifier&gt;

&lt;rdfs:seeAlso rdf:resource=&quot;http://iss.ndl.go.jp/isbn/9788891108111&quot;

/&gt;

&lt;dcterms:title&gt;Anima e cuore&lt;/dcterms:title&gt;

&lt;dc:title&gt;

&lt;rdf:Description&gt;

&lt;rdf:value&gt;Anima e cuore&lt;/rdf:value&gt;

&lt;/rdf:Description&gt;

&lt;/dc:title&gt;

&lt;dcndl:alternative&gt;

&lt;rdf:Description&gt;

&lt;rdf:value&gt;こころ&lt;/rdf:value&gt;

&lt;/rdf:Description&gt;

&lt;/dcndl:alternative&gt;

&lt;dcterms:creator&gt;

&lt;foaf:Agent&gt;

&lt;foaf:name&gt;夏目, 漱石, 1867-1916&lt;/foaf:name&gt;

&lt;/foaf:Agent&gt;

&lt;/dcterms:creator&gt;

&lt;dc:creator&gt;Natsume Sōseki&lt;/dc:creator&gt;

&lt;dc:creator&gt;traduzione di Antonio Vacca&lt;/dc:creator&gt;

&lt;dcterms:publisher&gt;

&lt;foaf:Agent&gt;

&lt;foaf:name&gt;Youcanprint Self-Publishing&lt;/foaf:name&gt;

&lt;dcndl:location&gt;Tricase, Italy&lt;/dcndl:location&gt;

&lt;/foaf:Agent&gt;

&lt;/dcterms:publisher&gt;

&lt;dcndl:publicationPlace rdf:datatype=&quot;http://purl.org/dc/terms/ISO3166&qu

ot;&gt;IT&lt;/dcndl:publicationPlace&gt;

&lt;dcterms:date&gt;[2013]&lt;/dcterms:date&gt;

&lt;dcterms:issued rdf:datatype=&quot;http://purl.org/dc/terms/W3CDTF&quot;&gt;20

13&lt;/dcterms:issued&gt;

&lt;dcterms:subject rdf:resource=&quot;http://id.ndl.go.jp/class/ndlc/KH884&quot;

/&gt;

&lt;dcterms:language rdf:datatype=&quot;http://purl.org/dc/terms/ISO639-2&quot;&g

t;ita&lt;/dcterms:language&gt;

&lt;dcterms:extent&gt;280 pages ; 22 cm&lt;/dcterms:extent&gt;

&lt;dcterms:audience&gt;一般&lt;/dcterms:audience&gt;

&lt;dcndl:materialType rdf:resource=&quot;http://ndl.go.jp/ndltype/Book&quot; rdf

s:label=&quot;図書&quot;/&gt;

&lt;dcterms:accessRights&gt;S01P99U99&lt;/dcterms:accessRights&gt;

&lt;/dcndl:BibResource&gt;

&lt;/rdf:RDF&gt;

</recordData>

<recordPosition>2</recordPosition>

</record>

<record>

<recordSchema>info:srw/schema/1/dc-v1.1</recordSchema>

<recordPacking>string</recordPacking>

<recordData>

&lt;rdf:RDF xmlns:dcterms=&quot;http://purl.org/dc/terms/&quot; xmlns:rdf=&quot;http:

//www.w3.org/1999/02/22-rdf-syntax-ns#&quot; xmlns:dcndl=&quot;http://ndl.go.jp/dcndl

Page 67: Application Programming Interface (API) Specifications€¦ · 22-03-2018  · CQL is the specification of search queries in SRW. This service is provided based on CQL 1.2. The basic

Appendix 3,

Application Programming Interface (API) Specifications

13 / 76

/terms/&quot; xmlns:foaf=&quot;http://xmlns.com/foaf/0.1/&quot; xmlns:rdfs=&quot;htt

p://www.w3.org/2000/01/rdf-schema#&quot; xmlns:dc=&quot;http://purl.org/dc/elements/

1.1/&quot; xmlns:owl=&quot;http://www.w3.org/2002/07/owl#&quot;&gt;

&lt;dcndl:BibAdminResource rdf:about=&quot;http://iss.ndl.go.jp/books/R100000002-I0

24429124-00&quot;&gt;

&lt;dcndl:catalogingStatus&gt;C7&lt;/dcndl:catalogingStatus&gt;

&lt;dcndl:bibRecordCategory&gt;R100000002&lt;/dcndl:bibRecordCategory&gt;

&lt;dcndl:record rdf:resource=&quot;http://iss.ndl.go.jp/books/R100000002-I024429

124-00#material&quot;/&gt;

&lt;/dcndl:BibAdminResource&gt;

&lt;dcndl:BibResource rdf:about=&quot;http://iss.ndl.go.jp/books/R100000002-I024429

124-00#material&quot;&gt;

&lt;dcterms:identifier rdf:datatype=&quot;http://ndl.go.jp/dcndl/terms/ISBN&quot;

&gt;9789612740412&lt;/dcterms:identifier&gt;

&lt;dcterms:identifier rdf:datatype=&quot;http://ndl.go.jp/dcndl/terms/ISBN&quot;

&gt;9612740410&lt;/dcterms:identifier&gt;

&lt;rdfs:seeAlso rdf:resource=&quot;http://iss.ndl.go.jp/isbn/9789612740412&quot;

/&gt;

&lt;rdfs:seeAlso rdf:resource=&quot;http://iss.ndl.go.jp/isbn/9612740410&quot;/&g

t;

&lt;rdfs:seeAlso rdf:resource=&quot;http://www.worldcat.org/oclc/821104302&quot;/

&gt;

&lt;dcterms:title&gt;Koprnenje&lt;/dcterms:title&gt;

&lt;dc:title&gt;

&lt;rdf:Description&gt;

&lt;rdf:value&gt;Koprnenje&lt;/rdf:value&gt;

&lt;/rdf:Description&gt;

&lt;/dc:title&gt;

&lt;dcndl:alternative&gt;

&lt;rdf:Description&gt;

&lt;rdf:value&gt;こころ&lt;/rdf:value&gt;

&lt;/rdf:Description&gt;

&lt;/dcndl:alternative&gt;

&lt;dcndl:seriesTitle&gt;

&lt;rdf:Description&gt;

&lt;rdf:value&gt;Zbirka Sanje roman&lt;/rdf:value&gt;

&lt;/rdf:Description&gt;

&lt;/dcndl:seriesTitle&gt;

&lt;dcndl:edition&gt;Prvi natis&lt;/dcndl:edition&gt;

&lt;dcterms:creator&gt;

&lt;foaf:Agent rdf:about=&quot;http://id.ndl.go.jp/auth/entity/00054222&quot;&g

t;

&lt;foaf:name&gt;夏目, 漱石, 1867-1916&lt;/foaf:name&gt;

&lt;dcndl:transcription&gt;ナツメ, ソウセキ&lt;/dcndl:transcription&gt;

&lt;/foaf:Agent&gt;

&lt;/dcterms:creator&gt;

&lt;dc:creator&gt;Natsume Sōseki&lt;/dc:creator&gt;

&lt;dc:creator&gt;iz japonščine prevedel Iztok Ilc&lt;/dc:creator&gt;

&lt;dcterms:publisher&gt;

&lt;foaf:Agent&gt;

&lt;foaf:name&gt;Sanje&lt;/foaf:name&gt;

&lt;dcndl:location&gt;Ljubljana, Slovenija&lt;/dcndl:location&gt;

&lt;/foaf:Agent&gt;

&lt;/dcterms:publisher&gt;

&lt;dcndl:publicationPlace rdf:datatype=&quot;http://purl.org/dc/terms/ISO3166&qu

ot;&gt;SI&lt;/dcndl:publicationPlace&gt;

&lt;dcterms:date&gt;2012&lt;/dcterms:date&gt;

&lt;dcterms:issued rdf:datatype=&quot;http://purl.org/dc/terms/W3CDTF&quot;&gt;20

12&lt;/dcterms:issued&gt;

Page 68: Application Programming Interface (API) Specifications€¦ · 22-03-2018  · CQL is the specification of search queries in SRW. This service is provided based on CQL 1.2. The basic

Appendix 3,

Application Programming Interface (API) Specifications

14 / 76

&lt;dcterms:description&gt;Translation of: Kokoro : Sensei no isho&lt;/dcterms:de

scription&gt;

&lt;dcterms:subject&gt;

&lt;rdf:Description&gt;

&lt;rdf:value&gt;Japonska--1912-1945--V leposlovju&lt;/rdf:value&gt;

&lt;/rdf:Description&gt;

&lt;/dcterms:subject&gt;

&lt;dcterms:subject rdf:resource=&quot;http://id.ndl.go.jp/class/ndlc/KH884&quot;

/&gt;

&lt;dc:subject rdf:datatype=&quot;http://purl.org/dc/terms/UDC&quot;&gt;821.51/.7

1&lt;/dc:subject&gt;

&lt;dcterms:language rdf:datatype=&quot;http://purl.org/dc/terms/ISO639-2&quot;&g

t;slv&lt;/dcterms:language&gt;

&lt;dcndl:originalLanguage rdf:datatype=&quot;http://purl.org/dc/terms/ISO639-2&q

uot;&gt;jpn&lt;/dcndl:originalLanguage&gt;

&lt;dcterms:extent&gt;283 pages ; 21 cm&lt;/dcterms:extent&gt;

&lt;dcterms:audience&gt;一般&lt;/dcterms:audience&gt;

&lt;dcndl:materialType rdf:resource=&quot;http://ndl.go.jp/ndltype/Book&quot; rdf

s:label=&quot;図書&quot;/&gt;

&lt;dcterms:accessRights&gt;S01P99U99&lt;/dcterms:accessRights&gt;

&lt;/dcndl:BibResource&gt;

&lt;/rdf:RDF&gt;

</recordData>

<recordPosition>3</recordPosition>

</record>

</records>

(iv) For the dcndl_simple format

<records>

<record>

<recordSchema>info:srw/schema/1/dc-v1.1</recordSchema>

<recordPacking>string</recordPacking>

<recordData>

<dcndl_simple:dc xmlns:dcterms="http://purl.org/dc/terms/" xmlns:dcndl_simple

="http://ndl.go.jp/dcndl/dcndl_simple/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-s

yntax-ns#" xmlns:dcndl="http://ndl.go.jp/dcndl/terms/" xmlns:foaf="http://xmlns.com/f

oaf/0.1/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdfs="http://www.w3.org/2

000/01/rdf-schema#" xmlns:owl="http://www.w3.org/2002/07/owl#">

<dc:identifier xsi:type="dcterms:URI">http://iss.ndl.go.jp/books/R100000002

-I000011223692-00</dc:identifier>

<dc:title>読んでおきたいベスト集!夏目漱石</dc:title>

<dcndl:titleTranscription>ヨンデオキタイ ベストシュウ ナツメ ソウセキ</dcnd

l:titleTranscription>

<dc:creator>夏目漱石 [著]</dc:creator>

<dc:creator>別冊宝島編集部 編</dc:creator>

<dc:creator>夏目, 漱石, 1867-1916</dc:creator>

<dc:creator>宝島社</dc:creator>

<dcndl:creatorTranscription>ナツメ, ソウセキ</dcndl:creatorTranscription>

<dcndl:partTitle>坊っちゃん</dcndl:partTitle>

<dcndl:partTitle>夢十夜</dcndl:partTitle>

<dcndl:partTitle>こころ</dcndl:partTitle>

<dcndl:partTitle>硝子戸の中</dcndl:partTitle>

<dcndl:seriesTitle>宝島社文庫</dcndl:seriesTitle>

Page 69: Application Programming Interface (API) Specifications€¦ · 22-03-2018  · CQL is the specification of search queries in SRW. This service is provided based on CQL 1.2. The basic

Appendix 3,

Application Programming Interface (API) Specifications

15 / 76

<dcndl:seriesTitleTranscription>タカラジマシャ ブンコ</dcndl:seriesTitleTra

nscription>

<dcndl:publicationPlace>東京</dcndl:publicationPlace>

<dc:publisher>宝島社</dc:publisher>

<dcterms:issued xsi:type="dcterms:W3CDTF">2011</dcterms:issued>

<dcndl:price>686円</dcndl:price>

<dcterms:extent>606p ; 16cm</dcterms:extent>

<dc:identifier xsi:type="dcndl:ISBN">9784796685139</dc:identifier>

<dc:identifier xsi:type="dcndl:JPNO">21951794</dc:identifier>

<dc:subject xsi:type="dcndl:NDLC">KH426</dc:subject>

<dc:subject xsi:type="dcndl:NDC9">913.6</dc:subject>

<dcndl:materialType>図書</dcndl:materialType>

<dcterms:accessRights>S01P99U99</dcterms:accessRights>

<rdfs:seeAlso rdf:resource="http://id.ndl.go.jp/bib/000011223692"></rdfs:se

eAlso>

<dcndl:publicationPlace xsi:type="dcterms:ISO3166">JP</dcndl:publicationPla

ce>

<dc:language xsi:type="ISO639-2">jpn</dc:language>

</dcndl_simple:dc>

</recordData>

<recordPosition>1</recordPosition>

</record>

<record>

<recordSchema>info:srw/schema/1/dc-v1.1</recordSchema>

<recordPacking>string</recordPacking>

<recordData>

<dcndl_simple:dc xmlns:dcterms="http://purl.org/dc/terms/" xmlns:dcndl_simple

="http://ndl.go.jp/dcndl/dcndl_simple/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-s

yntax-ns#" xmlns:dcndl="http://ndl.go.jp/dcndl/terms/" xmlns:foaf="http://xmlns.com/f

oaf/0.1/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdfs="http://www.w3.org/2

000/01/rdf-schema#" xmlns:owl="http://www.w3.org/2002/07/owl#">

<dc:identifier xsi:type="dcterms:URI">http://iss.ndl.go.jp/books/R100000002

-I024682509-00</dc:identifier>

<dc:title>Anima e cuore</dc:title>

<dc:creator>Natsume Sōseki</dc:creator>

<dc:creator>traduzione di Antonio Vacca</dc:creator>

<dc:creator>夏目, 漱石, 1867-1916</dc:creator>

<dcndl:publicationPlace>Tricase, Italy</dcndl:publicationPlace>

<dcterms:alternative>こころ</dcterms:alternative>

<dc:publisher>Youcanprint Self-Publishing</dc:publisher>

<dcterms:issued xsi:type="dcterms:W3CDTF">2013</dcterms:issued>

<dcterms:extent>280 pages ; 22 cm</dcterms:extent>

<dc:identifier xsi:type="dcndl:ISBN">9788891108111</dc:identifier>

<dc:subject xsi:type="dcndl:NDLC">KH884</dc:subject>

<dcndl:materialType>図書</dcndl:materialType>

<dcterms:accessRights>S01P99U99</dcterms:accessRights>

<rdfs:seeAlso rdf:resource="http://id.ndl.go.jp/bib/024682509"></rdfs:seeAl

so>

<dcndl:publicationPlace xsi:type="dcterms:ISO3166">IT</dcndl:publicationPla

ce>

<dc:language xsi:type="ISO639-2">ita</dc:language>

</dcndl_simple:dc>

</recordData>

<recordPosition>2</recordPosition>

</record>

<record>

<recordSchema>info:srw/schema/1/dc-v1.1</recordSchema>

<recordPacking>string</recordPacking>

<recordData>

Page 70: Application Programming Interface (API) Specifications€¦ · 22-03-2018  · CQL is the specification of search queries in SRW. This service is provided based on CQL 1.2. The basic

Appendix 3,

Application Programming Interface (API) Specifications

16 / 76

<dcndl_simple:dc xmlns:dcterms="http://purl.org/dc/terms/" xmlns:dcndl_simple

="http://ndl.go.jp/dcndl/dcndl_simple/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-s

yntax-ns#" xmlns:dcndl="http://ndl.go.jp/dcndl/terms/" xmlns:foaf="http://xmlns.com/f

oaf/0.1/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdfs="http://www.w3.org/2

000/01/rdf-schema#" xmlns:owl="http://www.w3.org/2002/07/owl#">

<dc:identifier xsi:type="dcterms:URI">http://iss.ndl.go.jp/books/R100000002

-I024429124-00</dc:identifier>

<dc:title>Koprnenje</dc:title>

<dc:creator>Natsume Sōseki</dc:creator>

<dc:creator>iz japonščine prevedel Iztok Ilc</dc:creator>

<dc:creator>夏目, 漱石, 1867-1916</dc:creator>

<dcndl:creatorTranscription>ナツメ, ソウセキ</dcndl:creatorTranscription>

<dcndl:edition>Prvi natis</dcndl:edition>

<dcndl:seriesTitle>Zbirka Sanje roman</dcndl:seriesTitle>

<dcndl:publicationPlace>Ljubljana, Slovenija</dcndl:publicationPlace>

<dcterms:alternative>こころ</dcterms:alternative>

<dc:publisher>Sanje</dc:publisher>

<dcterms:issued xsi:type="dcterms:W3CDTF">2012</dcterms:issued>

<dcterms:extent>283 pages ; 21 cm</dcterms:extent>

<dc:identifier xsi:type="dcndl:ISBN">9789612740412</dc:identifier>

<dc:identifier xsi:type="dcndl:ISBN">9612740410</dc:identifier>

<dc:identifier xsi:type="dcndl:OCLCNO">821104302</dc:identifier>

<dc:subject xsi:type="dcndl:NDLC">KH884</dc:subject>

<dc:subject xsi:type="dcterms:UDC">821.51/.71</dc:subject>

<dcndl:materialType>図書</dcndl:materialType>

<dcterms:accessRights>S01P99U99</dcterms:accessRights>

<rdfs:seeAlso rdf:resource="http://id.ndl.go.jp/bib/024429124"></rdfs:seeAl

so>

<dcterms:description>Translation of: Kokoro : Sensei no isho</dcterms:descr

iption>

<dcndl:publicationPlace xsi:type="dcterms:ISO3166">SI</dcndl:publicationPla

ce>

<dc:subject>Japonska--1912-1945--V leposlovju</dc:subject>

<dc:language xsi:type="ISO639-2">slv</dc:language>

</dcndl_simple:dc>

</recordData>

<recordPosition>3</recordPosition>

</record>

</records>

Page 71: Application Programming Interface (API) Specifications€¦ · 22-03-2018  · CQL is the specification of search queries in SRW. This service is provided based on CQL 1.2. The basic

Appendix 3,

Application Programming Interface (API) Specifications

17 / 76

2. SRU/SOAP(SRW)

(1) Request examples <?xml version="1.0" encoding="UTF-8"?>

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:srw

="http://www.loc.gov/zing/srw/">

<soapenv:Header/>

<soapenv:Body>

<srw:searchRetrieveRequest>

<srw:query>title="こころ" AND creator="夏目漱石" AND from= "2011" AND until=

"2013"</srw:query>

* The data format is specified.

</srw:searchRetrieveRequest>

</soapenv:Body>

</soapenv:Envelope>

* Data format to be specified

(i) For the dc format

<srw:recordSchema>dc</srw:recordSchema>

(or srw:recordSchema is not specified)

(ii) For returned data in the dcndl format

<srw:recordSchema>dcndl</srw:recordSchema>

(iii) For returned data in the dcndl format (acquires the Bibliographic data only) <srw:recordSchema>dcndl</srw:recordSchema>

<srw:onlyBib>true</srw:onlyBib>

(iv) For returned data in the dcndl_simple format

<srw:recordSchema>dcndl_simple</srw:recordSchema>

Page 72: Application Programming Interface (API) Specifications€¦ · 22-03-2018  · CQL is the specification of search queries in SRW. This service is provided based on CQL 1.2. The basic

Appendix 3,

Application Programming Interface (API) Specifications

18 / 76

(2) Examples of returned data

<?xml version="1.0" encoding="UTF-8"?>

<soapenv:Envelope xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/

2001/XMLSchema-instance" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">

<soapenv:Body>

<ns1:searchRetrieveResponse xmlns:ns1="http://www.loc.gov/zing/srw/">

<ns1:version>1.2</ns1:version>

<ns1:numberOfRecords>3</ns1:numberOfRecords>

* Portion where the returned data vary depending on the specified data.

<ns1:nextRecordPosition>0</ns1:nextRecordPosition>

<ns1:extraResponseData><![CDATA[<facets>

<lst name="REPOSITORY_NO">

<int name="R100000002">3</int>

<int name="R100000001">1</int>

</lst>

<lst name="NDC">

<int name="9">1</int>

</lst>

<lst name="ISSUED_DATE">

<int name="2011">1</int>

<int name="2012">1</int>

<int name="2013">1</int>

</lst>

<lst name="LIBRARY">

<int name="国立国会図書館">3</int>

<int name="静岡市立中央図書館">1</int>

</lst>

</facets>]]></ns1:extraResponseData>

</ns1:searchRetrieveResponse>

</soapenv:Body>

</soapenv:Envelope>

* Data are returned in each data format as follows:

(i) For dc format <ns1:records>

<ns1:record>

<ns1:recordSchema>dc</ns1:recordSchema>

<ns1:recordPacking>string</ns1:recordPacking>

<ns1:recordData><![CDATA[<srw_dc:dc xsi:schemaLocation="info:srw/schem

a/1/dc-v1.1 http://www.loc.gov/standards/sru/dc-schema.xsd" xmlns:srw_dc="info:srw/sc

hema/1/dc-v1.1" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:xsi="http://www.w3.

org/2001/XMLSchema-instance">

<dc:title>読んでおきたいベスト集!夏目漱石</dc:title>

<dc:creator>夏目漱石 [著],別冊宝島編集部 編</dc:creator>

<dc:publisher>宝島社</dc:publisher>

<dc:language>jpn</dc:language>

</srw_dc:dc>]]></ns1:recordData>

<ns1:recordPosition>1</ns1:recordPosition>

</ns1:record>

<ns1:record>

<ns1:recordSchema>dc</ns1:recordSchema>

<ns1:recordPacking>string</ns1:recordPacking>

<ns1:recordData><![CDATA[<srw_dc:dc xsi:schemaLocation="info:srw/schem

Page 73: Application Programming Interface (API) Specifications€¦ · 22-03-2018  · CQL is the specification of search queries in SRW. This service is provided based on CQL 1.2. The basic

Appendix 3,

Application Programming Interface (API) Specifications

19 / 76

a/1/dc-v1.1 http://www.loc.gov/standards/sru/dc-schema.xsd" xmlns:srw_dc="info:srw/sc

hema/1/dc-v1.1" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:xsi="http://www.w3.

org/2001/XMLSchema-instance">

<dc:title>Anima e cuore</dc:title>

<dc:creator>Natsume Sōseki,traduzione di Antonio Vacca</dc:creator>

<dc:publisher>Youcanprint Self-Publishing</dc:publisher>

<dc:language>ita</dc:language>

</srw_dc:dc>]]></ns1:recordData>

<ns1:recordPosition>2</ns1:recordPosition>

</ns1:record>

<ns1:record>

<ns1:recordSchema>dc</ns1:recordSchema>

<ns1:recordPacking>string</ns1:recordPacking>

<ns1:recordData><![CDATA[<srw_dc:dc xsi:schemaLocation="info:srw/schem

a/1/dc-v1.1 http://www.loc.gov/standards/sru/dc-schema.xsd" xmlns:srw_dc="info:srw/sc

hema/1/dc-v1.1" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:xsi="http://www.w3.

org/2001/XMLSchema-instance">

<dc:title>Koprnenje</dc:title>

<dc:creator>Natsume Sōseki,iz japonščine prevedel Iztok Ilc</dc:creator>

<dc:subject>Japonska--1912-1945--V leposlovju</dc:subject>

<dc:description>Translation of: Kokoro : Sensei no isho</dc:description>

<dc:publisher>Sanje</dc:publisher>

<dc:language>slv</dc:language>

</srw_dc:dc>]]></ns1:recordData>

<ns1:recordPosition>3</ns1:recordPosition>

</ns1:record>

</ns1:records>

(ii) For dcndl format <ns1:records>

<ns1:record>

<ns1:recordSchema>dcndl</ns1:recordSchema>

<ns1:recordPacking>string</ns1:recordPacking>

<ns1:recordData><![CDATA[<rdf:RDF xmlns:dcterms="http://purl.org/dc/te

rms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:dcndl="http://nd

l.go.jp/dcndl/terms/" xmlns:foaf="http://xmlns.com/foaf/0.1/" xmlns:rdfs="http://www.

w3.org/2000/01/rdf-schema#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:owl="ht

tp://www.w3.org/2002/07/owl#">

<dcndl:BibAdminResource rdf:about="http://iss.ndl.go.jp/books/R100000002-I000011223

692-00">

<dcndl:catalogingStatus>C7</dcndl:catalogingStatus>

<dcndl:bibRecordCategory>R100000002</dcndl:bibRecordCategory>

<dcndl:record rdf:resource="http://iss.ndl.go.jp/books/R100000002-I000011223692-0

0#material"/>

</dcndl:BibAdminResource>

<dcndl:BibResource rdf:about="http://iss.ndl.go.jp/books/R100000002-I000011223692-0

0#material">

<dcterms:identifier rdf:datatype="http://ndl.go.jp/dcndl/terms/JPNO">21951794</dc

terms:identifier>

<dcterms:identifier rdf:datatype="http://ndl.go.jp/dcndl/terms/ISBN">978-4-7966-8

513-9</dcterms:identifier>

<rdfs:seeAlso rdf:resource="http://id.ndl.go.jp/jpno/21951794"/>

<rdfs:seeAlso rdf:resource="http://iss.ndl.go.jp/isbn/9784796685139"/>

<dcterms:title>読んでおきたいベスト集!夏目漱石</dcterms:title>

<dc:title>

<rdf:Description>

<rdf:value>読んでおきたいベスト集!夏目漱石</rdf:value>

<dcndl:transcription>ヨンデオキタイ ベストシュウ ナツメ ソウセキ</dcndl:trans

Page 74: Application Programming Interface (API) Specifications€¦ · 22-03-2018  · CQL is the specification of search queries in SRW. This service is provided based on CQL 1.2. The basic

Appendix 3,

Application Programming Interface (API) Specifications

20 / 76

cription>

</rdf:Description>

</dc:title>

<dcndl:seriesTitle>

<rdf:Description>

<rdf:value>宝島社文庫</rdf:value>

<dcndl:transcription>タカラジマシャ ブンコ</dcndl:transcription>

</rdf:Description>

</dcndl:seriesTitle>

<dcndl:partInformation>

<rdf:Description>

<dcterms:title>坊っちゃん</dcterms:title>

</rdf:Description>

</dcndl:partInformation>

<dcndl:partInformation>

<rdf:Description>

<dcterms:title>夢十夜</dcterms:title>

</rdf:Description>

</dcndl:partInformation>

<dcndl:partInformation>

<rdf:Description>

<dcterms:title>こころ</dcterms:title>

</rdf:Description>

</dcndl:partInformation>

<dcndl:partInformation>

<rdf:Description>

<dcterms:title>硝子戸の中</dcterms:title>

</rdf:Description>

</dcndl:partInformation>

<dcterms:creator>

<foaf:Agent rdf:about="http://id.ndl.go.jp/auth/entity/00054222">

<foaf:name>夏目, 漱石, 1867-1916</foaf:name>

<dcndl:transcription>ナツメ, ソウセキ</dcndl:transcription>

</foaf:Agent>

</dcterms:creator>

<dcterms:creator>

<foaf:Agent rdf:about="http://id.ndl.go.jp/auth/entity/00292152">

<foaf:name>宝島社</foaf:name>

</foaf:Agent>

</dcterms:creator>

<dc:creator>夏目漱石 [著]</dc:creator>

<dc:creator>別冊宝島編集部 編</dc:creator>

<dcterms:publisher>

<foaf:Agent>

<foaf:name>宝島社</foaf:name>

<dcndl:transcription>タカラジマシャ</dcndl:transcription>

<dcndl:location>東京</dcndl:location>

</foaf:Agent>

</dcterms:publisher>

<dcndl:publicationPlace rdf:datatype="http://purl.org/dc/terms/ISO3166">JP</dcnd

l:publicationPlace>

<dcterms:date>2011.7</dcterms:date>

<dcterms:issued rdf:datatype="http://purl.org/dc/terms/W3CDTF">2011</dcterms:issu

ed>

<dcterms:subject rdf:resource="http://id.ndl.go.jp/class/ndlc/KH426"/>

<dcterms:subject rdf:resource="http://id.ndl.go.jp/class/ndc9/913.6"/>

<dcterms:language rdf:datatype="http://purl.org/dc/terms/ISO639-2">jpn</dcterms:l

anguage>

<dcterms:extent>606p ; 16cm</dcterms:extent>

Page 75: Application Programming Interface (API) Specifications€¦ · 22-03-2018  · CQL is the specification of search queries in SRW. This service is provided based on CQL 1.2. The basic

Appendix 3,

Application Programming Interface (API) Specifications

21 / 76

<dcndl:price>686円</dcndl:price>

<dcterms:audience>一般</dcterms:audience>

<dcndl:materialType rdf:resource="http://ndl.go.jp/ndltype/Book" rdfs:label="図書

"/>

<dcterms:accessRights>S01P99U99</dcterms:accessRights>

</dcndl:BibResource>

<dcndl:BibResource rdf:about="http://iss.ndl.go.jp/books/R100000002-I000011223692-0

0#material">

<dcndl:record rdf:resource="http://iss.ndl.go.jp/books/R100000002-I000011223692-0

0#item"/>

<dcndl:record rdf:resource="http://iss.ndl.go.jp/books/R100000001-I048407789-00#i

tem"/>

</dcndl:BibResource>

<dcndl:Item rdf:about="http://iss.ndl.go.jp/books/R100000002-I000011223692-00#item"

>

<dcndl:holdingAgent>

<foaf:Agent>

<foaf:name>国立国会図書館</foaf:name>

<dcterms:identifier rdf:datatype="http://ndl.go.jp/dcndl/terms/NDLLibCode">00

00</dcterms:identifier>

</foaf:Agent>

</dcndl:holdingAgent>

<rdfs:seeAlso rdf:resource="http://id.ndl.go.jp/bib/000011223692"/>

<dcterms:identifier rdf:datatype="http://ndl.go.jp/dcndl/terms/NDLBibID">00001122

3692</dcterms:identifier>

<dcndl:callNumber>KH426-J34</dcndl:callNumber>

<dcndl:localCallNumber>XA-N11-2297</dcndl:localCallNumber>

</dcndl:Item>

<dcndl:Item rdf:about="http://iss.ndl.go.jp/books/R100000001-I048407789-00#item">

<dcndl:holdingAgent>

<foaf:Agent>

<foaf:name>静岡市立中央図書館</foaf:name>

<dcterms:identifier rdf:datatype="http://ndl.go.jp/dcndl/terms/NDLLibCode">22

21</dcterms:identifier>

</foaf:Agent>

</dcndl:holdingAgent>

<dcterms:identifier rdf:datatype="http://ndl.go.jp/dcndl/terms/somokuBibID">11018

75960</dcterms:identifier>

<dcterms:identifier rdf:datatype="http://ndl.go.jp/dcndl/terms/somokuSubID">18843

1098</dcterms:identifier>

<dcndl:callNumber>913.6/(IEBR/B</dcndl:callNumber>

<dcndl:availability>持出可能</dcndl:availability>

<dcterms:description>配置場所 : 一般</dcterms:description>

<dcterms:description>郷土資料</dcterms:description>

</dcndl:Item>

</rdf:RDF>]]></ns1:recordData>

<ns1:recordPosition>1</ns1:recordPosition>

</ns1:record>

<ns1:record>

<ns1:recordSchema>dcndl</ns1:recordSchema>

<ns1:recordPacking>string</ns1:recordPacking>

<ns1:recordData><![CDATA[<rdf:RDF xmlns:dcterms="http://purl.org/dc/te

rms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:dcndl="http://nd

l.go.jp/dcndl/terms/" xmlns:foaf="http://xmlns.com/foaf/0.1/" xmlns:rdfs="http://www.

w3.org/2000/01/rdf-schema#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:owl="ht

tp://www.w3.org/2002/07/owl#">

<dcndl:BibAdminResource rdf:about="http://iss.ndl.go.jp/books/R100000002-I024682509

-00">

<dcndl:catalogingStatus>C7</dcndl:catalogingStatus>

Page 76: Application Programming Interface (API) Specifications€¦ · 22-03-2018  · CQL is the specification of search queries in SRW. This service is provided based on CQL 1.2. The basic

Appendix 3,

Application Programming Interface (API) Specifications

22 / 76

<dcndl:bibRecordCategory>R100000002</dcndl:bibRecordCategory>

<dcndl:record rdf:resource="http://iss.ndl.go.jp/books/R100000002-I024682509-00#m

aterial"/>

</dcndl:BibAdminResource>

<dcndl:BibResource rdf:about="http://iss.ndl.go.jp/books/R100000002-I024682509-00#m

aterial">

<dcterms:identifier rdf:datatype="http://ndl.go.jp/dcndl/terms/ISBN">978889110811

1</dcterms:identifier>

<rdfs:seeAlso rdf:resource="http://iss.ndl.go.jp/isbn/9788891108111"/>

<dcterms:title>Anima e cuore</dcterms:title>

<dc:title>

<rdf:Description>

<rdf:value>Anima e cuore</rdf:value>

</rdf:Description>

</dc:title>

<dcndl:alternative>

<rdf:Description>

<rdf:value>こころ</rdf:value>

</rdf:Description>

</dcndl:alternative>

<dcterms:creator>

<foaf:Agent>

<foaf:name>夏目, 漱石, 1867-1916</foaf:name>

</foaf:Agent>

</dcterms:creator>

<dc:creator>Natsume Sōseki</dc:creator>

<dc:creator>traduzione di Antonio Vacca</dc:creator>

<dcterms:publisher>

<foaf:Agent>

<foaf:name>Youcanprint Self-Publishing</foaf:name>

<dcndl:location>Tricase, Italy</dcndl:location>

</foaf:Agent>

</dcterms:publisher>

<dcndl:publicationPlace rdf:datatype="http://purl.org/dc/terms/ISO3166">IT</dcnd

l:publicationPlace>

<dcterms:date>[2013]</dcterms:date>

<dcterms:issued rdf:datatype="http://purl.org/dc/terms/W3CDTF">2013</dcterms:issu

ed>

<dcterms:subject rdf:resource="http://id.ndl.go.jp/class/ndlc/KH884"/>

<dcterms:language rdf:datatype="http://purl.org/dc/terms/ISO639-2">ita</dcterms:l

anguage>

<dcterms:extent>280 pages ; 22 cm</dcterms:extent>

<dcterms:audience>一般</dcterms:audience>

<dcndl:materialType rdf:resource="http://ndl.go.jp/ndltype/Book" rdfs:label="図書

"/>

<dcterms:accessRights>S01P99U99</dcterms:accessRights>

</dcndl:BibResource>

<dcndl:BibResource rdf:about="http://iss.ndl.go.jp/books/R100000002-I024682509-00#m

aterial">

<dcndl:record rdf:resource="http://iss.ndl.go.jp/books/R100000002-I024682509-00#i

tem"/>

</dcndl:BibResource>

<dcndl:Item rdf:about="http://iss.ndl.go.jp/books/R100000002-I024682509-00#item">

<dcndl:holdingAgent>

<foaf:Agent>

<foaf:name>国立国会図書館</foaf:name>

<dcterms:identifier rdf:datatype="http://ndl.go.jp/dcndl/terms/NDLLibCode">00

00</dcterms:identifier>

</foaf:Agent>

Page 77: Application Programming Interface (API) Specifications€¦ · 22-03-2018  · CQL is the specification of search queries in SRW. This service is provided based on CQL 1.2. The basic

Appendix 3,

Application Programming Interface (API) Specifications

23 / 76

</dcndl:holdingAgent>

<rdfs:seeAlso rdf:resource="http://id.ndl.go.jp/bib/024682509"/>

<dcterms:identifier rdf:datatype="http://ndl.go.jp/dcndl/terms/NDLBibID">02468250

9</dcterms:identifier>

<dcndl:callNumber>KH884-B18</dcndl:callNumber>

</dcndl:Item>

</rdf:RDF>]]></ns1:recordData>

<ns1:recordPosition>2</ns1:recordPosition>

</ns1:record>

<ns1:record>

<ns1:recordSchema>dcndl</ns1:recordSchema>

<ns1:recordPacking>string</ns1:recordPacking>

<ns1:recordData><![CDATA[<rdf:RDF xmlns:dcterms="http://purl.org/dc/te

rms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:dcndl="http://nd

l.go.jp/dcndl/terms/" xmlns:foaf="http://xmlns.com/foaf/0.1/" xmlns:rdfs="http://www.

w3.org/2000/01/rdf-schema#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:owl="ht

tp://www.w3.org/2002/07/owl#">

<dcndl:BibAdminResource rdf:about="http://iss.ndl.go.jp/books/R100000002-I024429124

-00">

<dcndl:catalogingStatus>C7</dcndl:catalogingStatus>

<dcndl:bibRecordCategory>R100000002</dcndl:bibRecordCategory>

<dcndl:record rdf:resource="http://iss.ndl.go.jp/books/R100000002-I024429124-00#m

aterial"/>

</dcndl:BibAdminResource>

<dcndl:BibResource rdf:about="http://iss.ndl.go.jp/books/R100000002-I024429124-00#m

aterial">

<dcterms:identifier rdf:datatype="http://ndl.go.jp/dcndl/terms/ISBN">978961274041

2</dcterms:identifier>

<dcterms:identifier rdf:datatype="http://ndl.go.jp/dcndl/terms/ISBN">9612740410</

dcterms:identifier>

<rdfs:seeAlso rdf:resource="http://iss.ndl.go.jp/isbn/9789612740412"/>

<rdfs:seeAlso rdf:resource="http://iss.ndl.go.jp/isbn/9612740410"/>

<rdfs:seeAlso rdf:resource="http://www.worldcat.org/oclc/821104302"/>

<dcterms:title>Koprnenje</dcterms:title>

<dc:title>

<rdf:Description>

<rdf:value>Koprnenje</rdf:value>

</rdf:Description>

</dc:title>

<dcndl:alternative>

<rdf:Description>

<rdf:value>こころ</rdf:value>

</rdf:Description>

</dcndl:alternative>

<dcndl:seriesTitle>

<rdf:Description>

<rdf:value>Zbirka Sanje roman</rdf:value>

</rdf:Description>

</dcndl:seriesTitle>

<dcndl:edition>Prvi natis</dcndl:edition>

<dcterms:creator>

<foaf:Agent rdf:about="http://id.ndl.go.jp/auth/entity/00054222">

<foaf:name>夏目, 漱石, 1867-1916</foaf:name>

<dcndl:transcription>ナツメ, ソウセキ</dcndl:transcription>

</foaf:Agent>

</dcterms:creator>

<dc:creator>Natsume Sōseki</dc:creator>

<dc:creator>iz japonščine prevedel Iztok Ilc</dc:creator>

<dcterms:publisher>

Page 78: Application Programming Interface (API) Specifications€¦ · 22-03-2018  · CQL is the specification of search queries in SRW. This service is provided based on CQL 1.2. The basic

Appendix 3,

Application Programming Interface (API) Specifications

24 / 76

<foaf:Agent>

<foaf:name>Sanje</foaf:name>

<dcndl:location>Ljubljana, Slovenija</dcndl:location>

</foaf:Agent>

</dcterms:publisher>

<dcndl:publicationPlace rdf:datatype="http://purl.org/dc/terms/ISO3166">SI</dcnd

l:publicationPlace>

<dcterms:date>2012</dcterms:date>

<dcterms:issued rdf:datatype="http://purl.org/dc/terms/W3CDTF">2012</dcterms:issu

ed>

<dcterms:description>Translation of: Kokoro : Sensei no isho</dcterms:description

>

<dcterms:subject>

<rdf:Description>

<rdf:value>Japonska--1912-1945--V leposlovju</rdf:value>

</rdf:Description>

</dcterms:subject>

<dcterms:subject rdf:resource="http://id.ndl.go.jp/class/ndlc/KH884"/>

<dc:subject rdf:datatype="http://purl.org/dc/terms/UDC">821.51/.71</dc:subject>

<dcterms:language rdf:datatype="http://purl.org/dc/terms/ISO639-2">slv</dcterms:l

anguage>

<dcndl:originalLanguage rdf:datatype="http://purl.org/dc/terms/ISO639-2">jpn</dcn

dl:originalLanguage>

<dcterms:extent>283 pages ; 21 cm</dcterms:extent>

<dcterms:audience>一般</dcterms:audience>

<dcndl:materialType rdf:resource="http://ndl.go.jp/ndltype/Book" rdfs:label="図書

"/>

<dcterms:accessRights>S01P99U99</dcterms:accessRights>

</dcndl:BibResource>

<dcndl:BibResource rdf:about="http://iss.ndl.go.jp/books/R100000002-I024429124-00#m

aterial">

<dcndl:record rdf:resource="http://iss.ndl.go.jp/books/R100000002-I024429124-00#i

tem"/>

</dcndl:BibResource>

<dcndl:Item rdf:about="http://iss.ndl.go.jp/books/R100000002-I024429124-00#item">

<dcndl:holdingAgent>

<foaf:Agent>

<foaf:name>国立国会図書館</foaf:name>

<dcterms:identifier rdf:datatype="http://ndl.go.jp/dcndl/terms/NDLLibCode">00

00</dcterms:identifier>

</foaf:Agent>

</dcndl:holdingAgent>

<rdfs:seeAlso rdf:resource="http://id.ndl.go.jp/bib/024429124"/>

<dcterms:identifier rdf:datatype="http://ndl.go.jp/dcndl/terms/NDLBibID">02442912

4</dcterms:identifier>

<dcndl:callNumber>KH884-B12</dcndl:callNumber>

</dcndl:Item>

</rdf:RDF>]]></ns1:recordData>

<ns1:recordPosition>3</ns1:recordPosition>

</ns1:record>

</ns1:records>

(iii) For the dcndl format (acquires the Bibliographic data only) <ns1:records>

<ns1:record>

<ns1:recordSchema>dcndl</ns1:recordSchema>

<ns1:recordPacking>string</ns1:recordPacking>

<ns1:recordData><![CDATA[<rdf:RDF xmlns:dcterms="http://purl.org/dc/te

Page 79: Application Programming Interface (API) Specifications€¦ · 22-03-2018  · CQL is the specification of search queries in SRW. This service is provided based on CQL 1.2. The basic

Appendix 3,

Application Programming Interface (API) Specifications

25 / 76

rms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:dcndl="http://nd

l.go.jp/dcndl/terms/" xmlns:foaf="http://xmlns.com/foaf/0.1/" xmlns:rdfs="http://www.

w3.org/2000/01/rdf-schema#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:owl="ht

tp://www.w3.org/2002/07/owl#">

<dcndl:BibAdminResource rdf:about="http://iss.ndl.go.jp/books/R100000002-I000011223

692-00">

<dcndl:catalogingStatus>C7</dcndl:catalogingStatus>

<dcndl:bibRecordCategory>R100000002</dcndl:bibRecordCategory>

<dcndl:record rdf:resource="http://iss.ndl.go.jp/books/R100000002-I000011223692-0

0#material"/>

</dcndl:BibAdminResource>

<dcndl:BibResource rdf:about="http://iss.ndl.go.jp/books/R100000002-I000011223692-0

0#material">

<dcterms:identifier rdf:datatype="http://ndl.go.jp/dcndl/terms/JPNO">21951794</dc

terms:identifier>

<dcterms:identifier rdf:datatype="http://ndl.go.jp/dcndl/terms/ISBN">978-4-7966-8

513-9</dcterms:identifier>

<rdfs:seeAlso rdf:resource="http://id.ndl.go.jp/jpno/21951794"/>

<rdfs:seeAlso rdf:resource="http://iss.ndl.go.jp/isbn/9784796685139"/>

<dcterms:title>読んでおきたいベスト集!夏目漱石</dcterms:title>

<dc:title>

<rdf:Description>

<rdf:value>読んでおきたいベスト集!夏目漱石</rdf:value>

<dcndl:transcription>ヨンデオキタイ ベストシュウ ナツメ ソウセキ</dcndl:trans

cription>

</rdf:Description>

</dc:title>

<dcndl:seriesTitle>

<rdf:Description>

<rdf:value>宝島社文庫</rdf:value>

<dcndl:transcription>タカラジマシャ ブンコ</dcndl:transcription>

</rdf:Description>

</dcndl:seriesTitle>

<dcndl:partInformation>

<rdf:Description>

<dcterms:title>坊っちゃん</dcterms:title>

</rdf:Description>

</dcndl:partInformation>

<dcndl:partInformation>

<rdf:Description>

<dcterms:title>夢十夜</dcterms:title>

</rdf:Description>

</dcndl:partInformation>

<dcndl:partInformation>

<rdf:Description>

<dcterms:title>こころ</dcterms:title>

</rdf:Description>

</dcndl:partInformation>

<dcndl:partInformation>

<rdf:Description>

<dcterms:title>硝子戸の中</dcterms:title>

</rdf:Description>

</dcndl:partInformation>

<dcterms:creator>

<foaf:Agent rdf:about="http://id.ndl.go.jp/auth/entity/00054222">

<foaf:name>夏目, 漱石, 1867-1916</foaf:name>

<dcndl:transcription>ナツメ, ソウセキ</dcndl:transcription>

</foaf:Agent>

</dcterms:creator>

Page 80: Application Programming Interface (API) Specifications€¦ · 22-03-2018  · CQL is the specification of search queries in SRW. This service is provided based on CQL 1.2. The basic

Appendix 3,

Application Programming Interface (API) Specifications

26 / 76

<dcterms:creator>

<foaf:Agent rdf:about="http://id.ndl.go.jp/auth/entity/00292152">

<foaf:name>宝島社</foaf:name>

</foaf:Agent>

</dcterms:creator>

<dc:creator>夏目漱石 [著]</dc:creator>

<dc:creator>別冊宝島編集部 編</dc:creator>

<dcterms:publisher>

<foaf:Agent>

<foaf:name>宝島社</foaf:name>

<dcndl:transcription>タカラジマシャ</dcndl:transcription>

<dcndl:location>東京</dcndl:location>

</foaf:Agent>

</dcterms:publisher>

<dcndl:publicationPlace rdf:datatype="http://purl.org/dc/terms/ISO3166">JP</dcnd

l:publicationPlace>

<dcterms:date>2011.7</dcterms:date>

<dcterms:issued rdf:datatype="http://purl.org/dc/terms/W3CDTF">2011</dcterms:issu

ed>

<dcterms:subject rdf:resource="http://id.ndl.go.jp/class/ndlc/KH426"/>

<dcterms:subject rdf:resource="http://id.ndl.go.jp/class/ndc9/913.6"/>

<dcterms:language rdf:datatype="http://purl.org/dc/terms/ISO639-2">jpn</dcterms:l

anguage>

<dcterms:extent>606p ; 16cm</dcterms:extent>

<dcndl:price>686円</dcndl:price>

<dcterms:audience>一般</dcterms:audience>

<dcndl:materialType rdf:resource="http://ndl.go.jp/ndltype/Book" rdfs:label="図書

"/>

<dcterms:accessRights>S01P99U99</dcterms:accessRights>

</dcndl:BibResource>

</rdf:RDF>]]></ns1:recordData>

<ns1:recordPosition>1</ns1:recordPosition>

</ns1:record>

<ns1:record>

<ns1:recordSchema>dcndl</ns1:recordSchema>

<ns1:recordPacking>string</ns1:recordPacking>

<ns1:recordData><![CDATA[<rdf:RDF xmlns:dcterms="http://purl.org/dc/te

rms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:dcndl="http://nd

l.go.jp/dcndl/terms/" xmlns:foaf="http://xmlns.com/foaf/0.1/" xmlns:rdfs="http://www.

w3.org/2000/01/rdf-schema#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:owl="ht

tp://www.w3.org/2002/07/owl#">

<dcndl:BibAdminResource rdf:about="http://iss.ndl.go.jp/books/R100000002-I024682509

-00">

<dcndl:catalogingStatus>C7</dcndl:catalogingStatus>

<dcndl:bibRecordCategory>R100000002</dcndl:bibRecordCategory>

<dcndl:record rdf:resource="http://iss.ndl.go.jp/books/R100000002-I024682509-00#m

aterial"/>

</dcndl:BibAdminResource>

<dcndl:BibResource rdf:about="http://iss.ndl.go.jp/books/R100000002-I024682509-00#m

aterial">

<dcterms:identifier rdf:datatype="http://ndl.go.jp/dcndl/terms/ISBN">978889110811

1</dcterms:identifier>

<rdfs:seeAlso rdf:resource="http://iss.ndl.go.jp/isbn/9788891108111"/>

<dcterms:title>Anima e cuore</dcterms:title>

<dc:title>

<rdf:Description>

<rdf:value>Anima e cuore</rdf:value>

</rdf:Description>

</dc:title>

Page 81: Application Programming Interface (API) Specifications€¦ · 22-03-2018  · CQL is the specification of search queries in SRW. This service is provided based on CQL 1.2. The basic

Appendix 3,

Application Programming Interface (API) Specifications

27 / 76

<dcndl:alternative>

<rdf:Description>

<rdf:value>こころ</rdf:value>

</rdf:Description>

</dcndl:alternative>

<dcterms:creator>

<foaf:Agent>

<foaf:name>夏目, 漱石, 1867-1916</foaf:name>

</foaf:Agent>

</dcterms:creator>

<dc:creator>Natsume Sōseki</dc:creator>

<dc:creator>traduzione di Antonio Vacca</dc:creator>

<dcterms:publisher>

<foaf:Agent>

<foaf:name>Youcanprint Self-Publishing</foaf:name>

<dcndl:location>Tricase, Italy</dcndl:location>

</foaf:Agent>

</dcterms:publisher>

<dcndl:publicationPlace rdf:datatype="http://purl.org/dc/terms/ISO3166">IT</dcnd

l:publicationPlace>

<dcterms:date>[2013]</dcterms:date>

<dcterms:issued rdf:datatype="http://purl.org/dc/terms/W3CDTF">2013</dcterms:issu

ed>

<dcterms:subject rdf:resource="http://id.ndl.go.jp/class/ndlc/KH884"/>

<dcterms:language rdf:datatype="http://purl.org/dc/terms/ISO639-2">ita</dcterms:l

anguage>

<dcterms:extent>280 pages ; 22 cm</dcterms:extent>

<dcterms:audience>一般</dcterms:audience>

<dcndl:materialType rdf:resource="http://ndl.go.jp/ndltype/Book" rdfs:label="図書

"/>

<dcterms:accessRights>S01P99U99</dcterms:accessRights>

</dcndl:BibResource>

</rdf:RDF>]]></ns1:recordData>

<ns1:recordPosition>2</ns1:recordPosition>

</ns1:record>

<ns1:record>

<ns1:recordSchema>dcndl</ns1:recordSchema>

<ns1:recordPacking>string</ns1:recordPacking>

<ns1:recordData><![CDATA[<rdf:RDF xmlns:dcterms="http://purl.org/dc/te

rms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:dcndl="http://nd

l.go.jp/dcndl/terms/" xmlns:foaf="http://xmlns.com/foaf/0.1/" xmlns:rdfs="http://www.

w3.org/2000/01/rdf-schema#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:owl="ht

tp://www.w3.org/2002/07/owl#">

<dcndl:BibAdminResource rdf:about="http://iss.ndl.go.jp/books/R100000002-I024429124

-00">

<dcndl:catalogingStatus>C7</dcndl:catalogingStatus>

<dcndl:bibRecordCategory>R100000002</dcndl:bibRecordCategory>

<dcndl:record rdf:resource="http://iss.ndl.go.jp/books/R100000002-I024429124-00#m

aterial"/>

</dcndl:BibAdminResource>

<dcndl:BibResource rdf:about="http://iss.ndl.go.jp/books/R100000002-I024429124-00#m

aterial">

<dcterms:identifier rdf:datatype="http://ndl.go.jp/dcndl/terms/ISBN">978961274041

2</dcterms:identifier>

<dcterms:identifier rdf:datatype="http://ndl.go.jp/dcndl/terms/ISBN">9612740410</

dcterms:identifier>

<rdfs:seeAlso rdf:resource="http://iss.ndl.go.jp/isbn/9789612740412"/>

<rdfs:seeAlso rdf:resource="http://iss.ndl.go.jp/isbn/9612740410"/>

<rdfs:seeAlso rdf:resource="http://www.worldcat.org/oclc/821104302"/>

Page 82: Application Programming Interface (API) Specifications€¦ · 22-03-2018  · CQL is the specification of search queries in SRW. This service is provided based on CQL 1.2. The basic

Appendix 3,

Application Programming Interface (API) Specifications

28 / 76

<dcterms:title>Koprnenje</dcterms:title>

<dc:title>

<rdf:Description>

<rdf:value>Koprnenje</rdf:value>

</rdf:Description>

</dc:title>

<dcndl:alternative>

<rdf:Description>

<rdf:value>こころ</rdf:value>

</rdf:Description>

</dcndl:alternative>

<dcndl:seriesTitle>

<rdf:Description>

<rdf:value>Zbirka Sanje roman</rdf:value>

</rdf:Description>

</dcndl:seriesTitle>

<dcndl:edition>Prvi natis</dcndl:edition>

<dcterms:creator>

<foaf:Agent rdf:about="http://id.ndl.go.jp/auth/entity/00054222">

<foaf:name>夏目, 漱石, 1867-1916</foaf:name>

<dcndl:transcription>ナツメ, ソウセキ</dcndl:transcription>

</foaf:Agent>

</dcterms:creator>

<dc:creator>Natsume Sōseki</dc:creator>

<dc:creator>iz japonščine prevedel Iztok Ilc</dc:creator>

<dcterms:publisher>

<foaf:Agent>

<foaf:name>Sanje</foaf:name>

<dcndl:location>Ljubljana, Slovenija</dcndl:location>

</foaf:Agent>

</dcterms:publisher>

<dcndl:publicationPlace rdf:datatype="http://purl.org/dc/terms/ISO3166">SI</dcnd

l:publicationPlace>

<dcterms:date>2012</dcterms:date>

<dcterms:issued rdf:datatype="http://purl.org/dc/terms/W3CDTF">2012</dcterms:issu

ed>

<dcterms:description>Translation of: Kokoro : Sensei no isho</dcterms:description

>

<dcterms:subject>

<rdf:Description>

<rdf:value>Japonska--1912-1945--V leposlovju</rdf:value>

</rdf:Description>

</dcterms:subject>

<dcterms:subject rdf:resource="http://id.ndl.go.jp/class/ndlc/KH884"/>

<dc:subject rdf:datatype="http://purl.org/dc/terms/UDC">821.51/.71</dc:subject>

<dcterms:language rdf:datatype="http://purl.org/dc/terms/ISO639-2">slv</dcterms:l

anguage>

<dcndl:originalLanguage rdf:datatype="http://purl.org/dc/terms/ISO639-2">jpn</dcn

dl:originalLanguage>

<dcterms:extent>283 pages ; 21 cm</dcterms:extent>

<dcterms:audience>一般</dcterms:audience>

<dcndl:materialType rdf:resource="http://ndl.go.jp/ndltype/Book" rdfs:label="図書

"/>

<dcterms:accessRights>S01P99U99</dcterms:accessRights>

</dcndl:BibResource>

</rdf:RDF>]]></ns1:recordData>

<ns1:recordPosition>3</ns1:recordPosition>

</ns1:record>

</ns1:records>

Page 83: Application Programming Interface (API) Specifications€¦ · 22-03-2018  · CQL is the specification of search queries in SRW. This service is provided based on CQL 1.2. The basic

Appendix 3,

Application Programming Interface (API) Specifications

29 / 76

(iv) For dcndl_simple format <ns1:records>

<ns1:record>

<ns1:recordSchema>dcndl_simple</ns1:recordSchema>

<ns1:recordPacking>string</ns1:recordPacking>

<ns1:recordData>

<dcndl_simple:dc xmlns:dcterms="http://purl.org/dc/terms/" xmlns:dc

ndl_simple="http://ndl.go.jp/dcndl/dcndl_simple/" xmlns:rdf="http://www.w3.org/1999/0

2/22-rdf-syntax-ns#" xmlns:dcndl="http://ndl.go.jp/dcndl/terms/" xmlns:foaf="http://x

mlns.com/foaf/0.1/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdfs="http://ww

w.w3.org/2000/01/rdf-schema#" xmlns:owl="http://www.w3.org/2002/07/owl#">

<dc:identifier xsi:type="dcterms:URI">http://iss.ndl.go.jp/books

/R100000002-I000011223692-00</dc:identifier>

<dc:title>読んでおきたいベスト集!夏目漱石</dc:title>

<dcndl:titleTranscription>ヨンデオキタイ ベストシュウ ナツメ ソ

ウセキ</dcndl:titleTranscription>

<dc:creator>夏目漱石 [著]</dc:creator>

<dc:creator>別冊宝島編集部 編</dc:creator>

<dc:creator>夏目, 漱石, 1867-1916</dc:creator>

<dc:creator>宝島社</dc:creator>

<dcndl:creatorTranscription>ナツメ, ソウセキ</dcndl:creatorTrans

cription>

<dcndl:partTitle>坊っちゃん</dcndl:partTitle>

<dcndl:partTitle>夢十夜</dcndl:partTitle>

<dcndl:partTitle>こころ</dcndl:partTitle>

<dcndl:partTitle>硝子戸の中</dcndl:partTitle>

<dcndl:seriesTitle>宝島社文庫</dcndl:seriesTitle>

<dcndl:seriesTitleTranscription>タカラジマシャ ブンコ</dcndl:ser

iesTitleTranscription>

<dcndl:publicationPlace>東京</dcndl:publicationPlace>

<dc:publisher>宝島社</dc:publisher>

<dcterms:issued xsi:type="dcterms:W3CDTF">2011</dcterms:issued>

<dcndl:price>686円</dcndl:price>

<dcterms:extent>606p ; 16cm</dcterms:extent>

<dc:identifier xsi:type="dcndl:ISBN">9784796685139</dc:identifie

r>

<dc:identifier xsi:type="dcndl:JPNO">21951794</dc:identifier>

<dc:subject xsi:type="dcndl:NDLC">KH426</dc:subject>

<dc:subject xsi:type="dcndl:NDC9">913.6</dc:subject>

<dcndl:materialType>図書</dcndl:materialType>

<dcterms:accessRights>S01P99U99</dcterms:accessRights>

<rdfs:seeAlso rdf:resource="http://id.ndl.go.jp/bib/000011223692

"/>

<dcndl:publicationPlace xsi:type="dcterms:ISO3166">JP</dcndl:pub

licationPlace>

<dc:language xsi:type="ISO639-2">jpn</dc:language>

</dcndl_simple:dc>

</ns1:recordData>

<ns1:recordPosition>1</ns1:recordPosition>

</ns1:record>

<ns1:record>

<ns1:recordSchema>dcndl_simple</ns1:recordSchema>

<ns1:recordPacking>string</ns1:recordPacking>

<ns1:recordData>

<dcndl_simple:dc xmlns:dcterms="http://purl.org/dc/terms/" xmlns:dc

ndl_simple="http://ndl.go.jp/dcndl/dcndl_simple/" xmlns:rdf="http://www.w3.org/1999/0

2/22-rdf-syntax-ns#" xmlns:dcndl="http://ndl.go.jp/dcndl/terms/" xmlns:foaf="http://x

Page 84: Application Programming Interface (API) Specifications€¦ · 22-03-2018  · CQL is the specification of search queries in SRW. This service is provided based on CQL 1.2. The basic

Appendix 3,

Application Programming Interface (API) Specifications

30 / 76

mlns.com/foaf/0.1/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdfs="http://ww

w.w3.org/2000/01/rdf-schema#" xmlns:owl="http://www.w3.org/2002/07/owl#">

<dc:identifier xsi:type="dcterms:URI">http://iss.ndl.go.jp/books

/R100000002-I024682509-00</dc:identifier>

<dc:title>Anima e cuore</dc:title>

<dc:creator>Natsume Sōseki</dc:creator>

<dc:creator>traduzione di Antonio Vacca</dc:creator>

<dc:creator>夏目, 漱石, 1867-1916</dc:creator>

<dcndl:publicationPlace>Tricase, Italy</dcndl:publicationPlace>

<dcterms:alternative>こころ</dcterms:alternative>

<dc:publisher>Youcanprint Self-Publishing</dc:publisher>

<dcterms:issued xsi:type="dcterms:W3CDTF">2013</dcterms:issued>

<dcterms:extent>280 pages ; 22 cm</dcterms:extent>

<dc:identifier xsi:type="dcndl:ISBN">9788891108111</dc:identifie

r>

<dc:subject xsi:type="dcndl:NDLC">KH884</dc:subject>

<dcndl:materialType>図書</dcndl:materialType>

<dcterms:accessRights>S01P99U99</dcterms:accessRights>

<rdfs:seeAlso rdf:resource="http://id.ndl.go.jp/bib/024682509"/>

<dcndl:publicationPlace xsi:type="dcterms:ISO3166">IT</dcndl:pub

licationPlace>

<dc:language xsi:type="ISO639-2">ita</dc:language>

</dcndl_simple:dc>

</ns1:recordData>

<ns1:recordPosition>2</ns1:recordPosition>

</ns1:record>

<ns1:record>

<ns1:recordSchema>dcndl_simple</ns1:recordSchema>

<ns1:recordPacking>string</ns1:recordPacking>

<ns1:recordData>

<dcndl_simple:dc xmlns:dcterms="http://purl.org/dc/terms/" xmlns:dc

ndl_simple="http://ndl.go.jp/dcndl/dcndl_simple/" xmlns:rdf="http://www.w3.org/1999/0

2/22-rdf-syntax-ns#" xmlns:dcndl="http://ndl.go.jp/dcndl/terms/" xmlns:foaf="http://x

mlns.com/foaf/0.1/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdfs="http://ww

w.w3.org/2000/01/rdf-schema#" xmlns:owl="http://www.w3.org/2002/07/owl#">

<dc:identifier xsi:type="dcterms:URI">http://iss.ndl.go.jp/books

/R100000002-I024429124-00</dc:identifier>

<dc:title>Koprnenje</dc:title>

<dc:creator>Natsume Sōseki</dc:creator>

<dc:creator>iz japonščine prevedel Iztok Ilc</dc:creator>

<dc:creator>夏目, 漱石, 1867-1916</dc:creator>

<dcndl:creatorTranscription>ナツメ, ソウセキ</dcndl:creatorTrans

cription>

<dcndl:edition>Prvi natis</dcndl:edition>

<dcndl:seriesTitle>Zbirka Sanje roman</dcndl:seriesTitle>

<dcndl:publicationPlace>Ljubljana, Slovenija</dcndl:publicationP

lace>

<dcterms:alternative>こころ</dcterms:alternative>

<dc:publisher>Sanje</dc:publisher>

<dcterms:issued xsi:type="dcterms:W3CDTF">2012</dcterms:issued>

<dcterms:extent>283 pages ; 21 cm</dcterms:extent>

<dc:identifier xsi:type="dcndl:ISBN">9789612740412</dc:identifie

r>

<dc:identifier xsi:type="dcndl:ISBN">9612740410</dc:identifier>

<dc:identifier xsi:type="dcndl:OCLCNO">821104302</dc:identifier>

<dc:subject xsi:type="dcndl:NDLC">KH884</dc:subject>

<dc:subject xsi:type="dcterms:UDC">821.51/.71</dc:subject>

<dcndl:materialType>図書</dcndl:materialType>

<dcterms:accessRights>S01P99U99</dcterms:accessRights>

Page 85: Application Programming Interface (API) Specifications€¦ · 22-03-2018  · CQL is the specification of search queries in SRW. This service is provided based on CQL 1.2. The basic

Appendix 3,

Application Programming Interface (API) Specifications

31 / 76

<rdfs:seeAlso rdf:resource="http://id.ndl.go.jp/bib/024429124"/>

<dcterms:description>Translation of: Kokoro : Sensei no isho</dc

terms:description>

<dcndl:publicationPlace xsi:type="dcterms:ISO3166">SI</dcndl:pub

licationPlace>

<dc:subject>Japonska--1912-1945--V leposlovju</dc:subject>

<dc:language xsi:type="ISO639-2">slv</dc:language>

</dcndl_simple:dc>

</ns1:recordData>

<ns1:recordPosition>3</ns1:recordPosition>

</ns1:record>

</ns1:records>

Page 86: Application Programming Interface (API) Specifications€¦ · 22-03-2018  · CQL is the specification of search queries in SRW. This service is provided based on CQL 1.2. The basic

Appendix 3,

Application Programming Interface (API) Specifications

32 / 76

3.OpenSearch

(1) Request example

http://iss.ndl.go.jp/api/opensearch?title=%e3%81%93%e3%81%93%e3%82%8d&creator=%e5%a4%8f%e7%9b%ae%e6%bc%b1%e7%9f%b3&from=2011&until=2013 (Example of search by "title=こころ& creator=夏目漱石& from=2011&until=2013")

(2) Examples of returned data <?xml version="1.0" encoding="UTF-8"?>

<rss xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-s

yntax-ns#" xmlns:dcndl="http://ndl.go.jp/dcndl/terms/" version="2.0" xmlns:dc="http://purl.o

rg/dc/elements/1.1/" xmlns:openSearch="http://a9.com/-/spec/opensearchrss/1.0/" xmlns:xsi="h

ttp://www.w3.org/2001/XMLSchema-instance" xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"

xmlns:dcmitype="http://purl.org/dc/dcmitype/">

<channel>

<title>2011 2013 こころ 夏目漱石 - 国立国会図書館サーチ OpenSearch</title>

<link>http://iss.ndl.go.jp/api/opensearch?creator=%E5%A4%8F%E7%9B%AE%E6%BC%B1%E7%9F%B3&a

mp;title=%E3%81%93%E3%81%93%E3%82%8D&amp;from=2011&amp;until=2013</link>

<description>Search results for title=こころ from=2011 creator=夏目漱石 until=2013 </des

cription>

<language>ja</language>

<openSearch:totalResults>3</openSearch:totalResults>

<openSearch:startIndex>1</openSearch:startIndex>

<openSearch:itemsPerPage></openSearch:itemsPerPage>

<item>

<title>Anima e cuore</title>

<link>http://iss.ndl.go.jp/books/R100000002-I024682509-00</link>

<description>

<![CDATA[<p>Youcanprint Self-Publishing,9788891108111</p>

<ul><li>タイトル: Anima e cuore</li>

<li>責任表示: Natsume Sōseki,traduzione di Antonio Vacca,</li>

</ul>]]>

</description>

<author>Natsume Sōseki,traduzione di Antonio Vacca,</author>

<category>本</category>

<guid isPermaLink="true">http://iss.ndl.go.jp/books/R100000002-I024682509-00</guid>

<pubDate>Tue, 03 Sep 2013 09:00:00 +0900</pubDate>

<dc:title>Anima e cuore</dc:title>

<dc:creator>Natsume Sōseki</dc:creator>

<dc:creator>traduzione di Antonio Vacca</dc:creator>

<dc:publisher>Youcanprint Self-Publishing</dc:publisher>

<dcterms:issued xsi:type="dcterms:W3CDTF">2013</dcterms:issued>

<dc:identifier xsi:type="dcndl:ISBN">9788891108111</dc:identifier>

<dc:subject xsi:type="dcndl:NDLC">KH884</dc:subject>

<rdfs:seeAlso rdf:resource="http://id.ndl.go.jp/bib/024682509"/>

</item>

<item>

<title>Koprnenje</title>

<link>http://iss.ndl.go.jp/books/R100000002-I024429124-00</link>

<description>

<![CDATA[<p>Sanje,9789612740412</p>

<ul><li>タイトル: Koprnenje</li>

<li>責任表示: Natsume Sōseki,iz japonščine prevedel Iztok Ilc,</li>

<li>シリーズ名: Zbirka Sanje roman</li>

Page 87: Application Programming Interface (API) Specifications€¦ · 22-03-2018  · CQL is the specification of search queries in SRW. This service is provided based on CQL 1.2. The basic

Appendix 3,

Application Programming Interface (API) Specifications

33 / 76

</ul>]]>

</description>

<author>Natsume Sōseki,iz japonščine prevedel Iztok Ilc,</author>

<category>本</category>

<guid isPermaLink="true">http://iss.ndl.go.jp/books/R100000002-I024429124-00</guid>

<pubDate>Mon, 27 May 2013 09:00:00 +0900</pubDate>

<dc:title>Koprnenje</dc:title>

<dc:creator>Natsume Sōseki</dc:creator>

<dc:creator>iz japonščine prevedel Iztok Ilc</dc:creator>

<dcndl:edition>Prvi natis</dcndl:edition>

<dcndl:seriesTitle>Zbirka Sanje roman</dcndl:seriesTitle>

<dc:publisher>Sanje</dc:publisher>

<dcterms:issued xsi:type="dcterms:W3CDTF">2012</dcterms:issued>

<dc:identifier xsi:type="dcndl:ISBN">9789612740412</dc:identifier>

<dc:identifier xsi:type="dcndl:ISBN">9612740410</dc:identifier>

<dc:subject>Japonska--1912-1945--V leposlovju</dc:subject>

<dc:subject xsi:type="dcndl:NDLC">KH884</dc:subject>

<dc:subject xsi:type="dcterms:UDC">821.51/.71</dc:subject>

<dcterms:description>Translation of: Kokoro : Sensei no isho</dcterms:description>

<rdfs:seeAlso rdf:resource="http://id.ndl.go.jp/bib/024429124"/>

</item>

<item>

<title>読んでおきたいベスト集!夏目漱石</title>

<link>http://iss.ndl.go.jp/books/R100000002-I000011223692-00</link>

<description>

<![CDATA[<p>宝島社,9784796685139</p>

<ul><li>タイトル: 読んでおきたいベスト集!夏目漱石</li>

<li>タイトル(読み): ヨンデオキタイ ベストシュウ ナツメ ソウセキ</li>

<li>責任表示: 夏目漱石 [著],別冊宝島編集部 編,</li>

<li>シリーズ名: 宝島社文庫</li>

<li>シリーズ名(読み): タカラジマシャ ブンコ</li>

<li>NDC(9): 913.6</li>

</ul>]]>

</description>

<author>夏目漱石 [著],別冊宝島編集部 編,</author>

<category>本</category>

<guid isPermaLink="true">http://iss.ndl.go.jp/books/R100000002-I000011223692-00</guid>

<pubDate>Tue, 19 Jul 2011 09:00:00 +0900</pubDate>

<dc:title>読んでおきたいベスト集!夏目漱石</dc:title>

<dcndl:titleTranscription>ヨンデオキタイ ベストシュウ ナツメ ソウセキ</dcndl:titleTran

scription>

<dc:creator>夏目漱石 [著]</dc:creator>

<dc:creator>別冊宝島編集部 編</dc:creator>

<dcndl:seriesTitle>宝島社文庫</dcndl:seriesTitle>

<dcndl:seriesTitleTranscription>タカラジマシャ ブンコ</dcndl:seriesTitleTranscription>

<dc:publisher>宝島社</dc:publisher>

<dcterms:issued xsi:type="dcterms:W3CDTF">2011</dcterms:issued>

<dc:identifier xsi:type="dcndl:ISBN">9784796685139</dc:identifier>

<dc:identifier xsi:type="dcndl:JPNO">21951794</dc:identifier>

<dc:subject xsi:type="dcndl:NDLC">KH426</dc:subject>

<dc:subject xsi:type="dcndl:NDC9">913.6</dc:subject>

<rdfs:seeAlso rdf:resource="http://id.ndl.go.jp/bib/000011223692"/>

</item>

</channel>

</rss>

Page 88: Application Programming Interface (API) Specifications€¦ · 22-03-2018  · CQL is the specification of search queries in SRW. This service is provided based on CQL 1.2. The basic

Appendix 3,

Application Programming Interface (API) Specifications

34 / 76

4. Z39.50

The example of returned data also applies to that of SRU. See the example of SRU.

Page 89: Application Programming Interface (API) Specifications€¦ · 22-03-2018  · CQL is the specification of search queries in SRW. This service is provided based on CQL 1.2. The basic

Appendix 3,

Application Programming Interface (API) Specifications

35 / 76

5. OAI-PMH

5.1. GetRecord (1) Request example

http://iss.ndl.go.jp/api/oaipmh?verb=GetRecord&identifier=oai:iss.ndl.go.jp:R100000002-

I000009838175-00&[*Specify the data format] * Data format specification

(i) For the oai_dc format

metadataPrefix=oai_dc

(ii) For returned data in the dcndl format

metadataPrefix=dcndl

(iii) For returned data in the dcndl format (acquires the Bibliographic data only)

metadataPrefix=dcndl&onlyBib=true

(iv) For returned data in the dcndl_simple format

metadataPrefix=dcndl_simple

Page 90: Application Programming Interface (API) Specifications€¦ · 22-03-2018  · CQL is the specification of search queries in SRW. This service is provided based on CQL 1.2. The basic

Appendix 3,

Application Programming Interface (API) Specifications

36 / 76

(2) Examples of returned data <?xml version="1.0" encoding="UTF-8"?>

<OAI-PMH xsi:schemaLocation="http://www.openarchives.org/OAI/2.0/ http://www.openarchives.or

g/OAI/2.0/OAI-PMH.xsd" xmlns="http://www.openarchives.org/OAI/2.0/" xmlns:xsi="http://www.w

3.org/2001/XMLSchema-instance">

<responseDate>2014-01-27T03:04:52Z</responseDate>

<request verb="GetRecord" metadataPrefix="oai_dc" identifier="oai:iss.ndl.go.jp:R100000002

-I000009838175-00">http://iss.ndl.go.jp/api/oaipmh</request>

<GetRecord>

<record>

<header>

<identifier>oai:iss.ndl.go.jp:R100000002-I000009838175-00</identifier>

<datestamp>2013-10-22T00:00:00Z</datestamp>

</header>

<metadata>

* Portion where returned data vary depending on the specified data.

</metadata>

</record>

</GetRecord>

</OAI-PMH>

* Data are returned in each data format as follows:

(i) For the oai_dc format <oai_dc:dc xsi:schemaLocation="http://www.openarchives.org/OAI/2.0/oai_dc/ http://ww

w.openarchives.org/OAI/2.0/oai_dc.xsd" xmlns:oai_dc="http://www.openarchives.org/OAI/

2.0/oai_dc/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:xsi="http://www.w3.org

/2001/XMLSchema-instance">

<dc:title>夏目漱石</dc:title>

<dc:creator>夏目漱石 [著]</dc:creator>

<dc:publisher>宝島社</dc:publisher>

<dc:language>jpn</dc:language>

</oai_dc:dc>

(ii) For the dcndl format <rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/"

xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"

xmlns:dcndl="http://ndl.go.jp/dcndl/terms/" xmlns:foaf="http://xmlns.com/foaf/0.1/"

xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"

xmlns:dc="http://purl.org/dc/elements/1.1/"

xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"

xmlns:owl="http://www.w3.org/2002/07/owl#">

<dcndl:BibAdminResource rdf:about="http://iss.ndl.go.jp/books/R100000002-

I000009838175-00">

<dcndl:catalogingStatus>C7</dcndl:catalogingStatus>

<dcndl:bibRecordCategory>R100000002</dcndl:bibRecordCategory>

<dcndl:record rdf:resource="http://iss.ndl.go.jp/books/R100000002-I000009838175-

00#material"/>

</dcndl:BibAdminResource>

<dcndl:BibResource rdf:about="http://iss.ndl.go.jp/books/R100000002-I000009838175-

00#material">

Page 91: Application Programming Interface (API) Specifications€¦ · 22-03-2018  · CQL is the specification of search queries in SRW. This service is provided based on CQL 1.2. The basic

Appendix 3,

Application Programming Interface (API) Specifications

37 / 76

<dcterms:identifier

rdf:datatype="http://ndl.go.jp/dcndl/terms/JPNO">21519621</dcterms:identifier>

<dcterms:identifier rdf:datatype="http://ndl.go.jp/dcndl/terms/ISBN">978-4-7966-

6732-6</dcterms:identifier>

<rdfs:seeAlso rdf:resource="http://id.ndl.go.jp/jpno/21519621"/>

<rdfs:seeAlso rdf:resource="http://iss.ndl.go.jp/isbn/9784796667326"/>

<dcterms:title>夏目漱石</dcterms:title>

<dc:title>

<rdf:Description>

<rdf:value>夏目漱石</rdf:value>

<dcndl:transcription>ナツメ ソウセキ</dcndl:transcription>

</rdf:Description>

</dc:title>

<dcndl:seriesTitle>

<rdf:Description>

<rdf:value>別冊宝島. 名作クラシックノベル</rdf:value>

<dcndl:transcription>ベッサツ タカラジマ. メイサク クラシック ノベル

</dcndl:transcription>

</rdf:Description>

</dcndl:seriesTitle>

<dcndl:partInformation>

<rdf:Description>

<dcterms:title>坊っちゃん</dcterms:title>

</rdf:Description>

</dcndl:partInformation>

<dcndl:partInformation>

<rdf:Description>

<dcterms:title>夢十夜</dcterms:title>

</rdf:Description>

</dcndl:partInformation>

<dcndl:partInformation>

<rdf:Description>

<dcterms:title>こころ</dcterms:title>

</rdf:Description>

</dcndl:partInformation>

<dcndl:partInformation>

<rdf:Description>

<dcterms:title>硝子戸の中</dcterms:title>

</rdf:Description>

</dcndl:partInformation>

<dcterms:creator>

<foaf:Agent rdf:about="http://id.ndl.go.jp/auth/entity/00054222">

<foaf:name>夏目, 漱石, 1867-1916</foaf:name>

<dcndl:transcription>ナツメ, ソウセキ</dcndl:transcription>

</foaf:Agent>

</dcterms:creator>

<dc:creator>夏目漱石 [著]</dc:creator>

<dcterms:publisher>

<foaf:Agent>

<foaf:name>宝島社</foaf:name>

<dcndl:transcription>タカラジマシャ</dcndl:transcription>

<dcndl:location>東京</dcndl:location>

</foaf:Agent>

</dcterms:publisher>

<dcndl:publicationPlace

rdf:datatype="http://purl.org/dc/terms/ISO3166">JP</dcndl:publicationPlace>

<dcterms:date>2008.12</dcterms:date>

<dcterms:issued

rdf:datatype="http://purl.org/dc/terms/W3CDTF">2008</dcterms:issued>

Page 92: Application Programming Interface (API) Specifications€¦ · 22-03-2018  · CQL is the specification of search queries in SRW. This service is provided based on CQL 1.2. The basic

Appendix 3,

Application Programming Interface (API) Specifications

38 / 76

<dcterms:subject rdf:resource="http://id.ndl.go.jp/class/ndlc/KH426"/>

<dcterms:subject rdf:resource="http://id.ndl.go.jp/class/ndc9/913.6"/>

<dcterms:language rdf:datatype="http://purl.org/dc/terms/ISO639-

2">jpn</dcterms:language>

<dcterms:extent>352p ; 21cm</dcterms:extent>

<dcndl:price>714円</dcndl:price>

<dcterms:audience>一般</dcterms:audience>

<dcndl:materialType rdf:resource="http://ndl.go.jp/ndltype/Book" rdfs:label="図書

"/>

<dcterms:accessRights>S01P99U99</dcterms:accessRights>

</dcndl:BibResource>

<dcndl:BibResource rdf:about="http://iss.ndl.go.jp/books/R100000002-I000009838175-

00#material">

<dcndl:record rdf:resource="http://iss.ndl.go.jp/books/R100000002-I000009838175-

00#item"/>

<dcndl:record rdf:resource="http://iss.ndl.go.jp/books/R100000001-I021731310-

00#item"/>

</dcndl:BibResource>

<dcndl:Item rdf:about="http://iss.ndl.go.jp/books/R100000002-I000009838175-

00#item">

<dcndl:holdingAgent>

<foaf:Agent>

<foaf:name>国立国会図書館</foaf:name>

<dcterms:identifier

rdf:datatype="http://ndl.go.jp/dcndl/terms/NDLLibCode">0000</dcterms:identifier>

</foaf:Agent>

</dcndl:holdingAgent>

<rdfs:seeAlso rdf:resource="http://id.ndl.go.jp/bib/000009838175"/>

<dcterms:identifier

rdf:datatype="http://ndl.go.jp/dcndl/terms/NDLBibID">000009838175</dcterms:identifier

>

<dcndl:callNumber>KH426-J15</dcndl:callNumber>

</dcndl:Item>

<dcndl:Item rdf:about="http://iss.ndl.go.jp/books/R100000001-I021731310-00#item">

<dcndl:holdingAgent>

<foaf:Agent>

<foaf:name>長崎県立長崎図書館</foaf:name>

<dcterms:identifier

rdf:datatype="http://ndl.go.jp/dcndl/terms/NDLLibCode">4211</dcterms:identifier>

</foaf:Agent>

</dcndl:holdingAgent>

<dcterms:identifier

rdf:datatype="http://ndl.go.jp/dcndl/terms/somokuBibID">1000000518398</dcterms:identi

fier>

<dcterms:identifier

rdf:datatype="http://ndl.go.jp/dcndl/terms/somokuSubID">1117388283</dcterms:identifie

r>

<dcndl:callNumber>913.6/ナソ−08/</dcndl:callNumber>

<dcndl:availability>帯出可</dcndl:availability>

<dcterms:description>配置場所 : 開架図書</dcterms:description>

</dcndl:Item>

</rdf:RDF>

(iii) For the dcndl format (acquires the Bibliographic data only) <rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/

02/22-rdf-syntax-ns#" xmlns:dcndl="http://ndl.go.jp/dcndl/terms/" xmlns:foaf="http://

xmlns.com/foaf/0.1/" xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:dc="htt

Page 93: Application Programming Interface (API) Specifications€¦ · 22-03-2018  · CQL is the specification of search queries in SRW. This service is provided based on CQL 1.2. The basic

Appendix 3,

Application Programming Interface (API) Specifications

39 / 76

p://purl.org/dc/elements/1.1/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"

xmlns:owl="http://www.w3.org/2002/07/owl#">

<dcndl:BibAdminResource rdf:about="http://iss.ndl.go.jp/books/R100000002-I000009838

175-00">

<dcndl:catalogingStatus>C7</dcndl:catalogingStatus>

<dcndl:bibRecordCategory>R100000002</dcndl:bibRecordCategory>

<dcndl:record rdf:resource="http://iss.ndl.go.jp/books/R100000002-I000009838175-0

0#material"/>

</dcndl:BibAdminResource>

<dcndl:BibResource rdf:about="http://iss.ndl.go.jp/books/R100000002-I000009838175-0

0#material">

<dcterms:identifier rdf:datatype="http://ndl.go.jp/dcndl/terms/JPNO">21519621</dc

terms:identifier>

<dcterms:identifier rdf:datatype="http://ndl.go.jp/dcndl/terms/ISBN">978-4-7966-6

732-6</dcterms:identifier>

<rdfs:seeAlso rdf:resource="http://id.ndl.go.jp/jpno/21519621"/>

<rdfs:seeAlso rdf:resource="http://iss.ndl.go.jp/isbn/9784796667326"/>

<dcterms:title>夏目漱石</dcterms:title>

<dc:title>

<rdf:Description>

<rdf:value>夏目漱石</rdf:value>

<dcndl:transcription>ナツメ ソウセキ</dcndl:transcription>

</rdf:Description>

</dc:title>

<dcndl:seriesTitle>

<rdf:Description>

<rdf:value>別冊宝島. 名作クラシックノベル</rdf:value>

<dcndl:transcription>ベッサツ タカラジマ. メイサク クラシック ノベル</dcndl:t

ranscription>

</rdf:Description>

</dcndl:seriesTitle>

<dcndl:partInformation>

<rdf:Description>

<dcterms:title>坊っちゃん</dcterms:title>

</rdf:Description>

</dcndl:partInformation>

<dcndl:partInformation>

<rdf:Description>

<dcterms:title>夢十夜</dcterms:title>

</rdf:Description>

</dcndl:partInformation>

<dcndl:partInformation>

<rdf:Description>

<dcterms:title>こころ</dcterms:title>

</rdf:Description>

</dcndl:partInformation>

<dcndl:partInformation>

<rdf:Description>

<dcterms:title>硝子戸の中</dcterms:title>

</rdf:Description>

</dcndl:partInformation>

<dcterms:creator>

<foaf:Agent rdf:about="http://id.ndl.go.jp/auth/entity/00054222">

<foaf:name>夏目, 漱石, 1867-1916</foaf:name>

<dcndl:transcription>ナツメ, ソウセキ</dcndl:transcription>

</foaf:Agent>

</dcterms:creator>

<dc:creator>夏目漱石 [著]</dc:creator>

<dcterms:publisher>

Page 94: Application Programming Interface (API) Specifications€¦ · 22-03-2018  · CQL is the specification of search queries in SRW. This service is provided based on CQL 1.2. The basic

Appendix 3,

Application Programming Interface (API) Specifications

40 / 76

<foaf:Agent>

<foaf:name>宝島社</foaf:name>

<dcndl:transcription>タカラジマシャ</dcndl:transcription>

<dcndl:location>東京</dcndl:location>

</foaf:Agent>

</dcterms:publisher>

<dcndl:publicationPlace rdf:datatype="http://purl.org/dc/terms/ISO3166">JP</dcnd

l:publicationPlace>

<dcterms:date>2008.12</dcterms:date>

<dcterms:issued rdf:datatype="http://purl.org/dc/terms/W3CDTF">2008</dcterms:issu

ed>

<dcterms:subject rdf:resource="http://id.ndl.go.jp/class/ndlc/KH426"/>

<dcterms:subject rdf:resource="http://id.ndl.go.jp/class/ndc9/913.6"/>

<dcterms:language rdf:datatype="http://purl.org/dc/terms/ISO639-2">jpn</dcterms:l

anguage>

<dcterms:extent>352p ; 21cm</dcterms:extent>

<dcndl:price>714円</dcndl:price>

<dcterms:audience>一般</dcterms:audience>

<dcndl:materialType rdf:resource="http://ndl.go.jp/ndltype/Book" rdfs:label="図書

"/>

<dcterms:accessRights>S01P99U99</dcterms:accessRights>

</dcndl:BibResource>

</rdf:RDF>

(iv) For dcndl_simple format <dcndl_simple:dc xmlns:dcterms="http://purl.org/dc/terms/" xmlns:dcndl_simple

="http://ndl.go.jp/dcndl/dcndl_simple/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-s

yntax-ns#" xmlns:dcndl="http://ndl.go.jp/dcndl/terms/" xmlns:foaf="http://xmlns.com/f

oaf/0.1/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdfs="http://www.w3.org/2

000/01/rdf-schema#" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:owl="

http://www.w3.org/2002/07/owl#">

<dc:identifier xsi:type="dcterms:URI">http://iss.ndl.go.jp/books/R100000002

-I000009838175-00</dc:identifier>

<dc:title>夏目漱石</dc:title>

<dcndl:titleTranscription>ナツメ ソウセキ</dcndl:titleTranscription>

<dc:creator>夏目漱石 [著]</dc:creator>

<dc:creator>夏目, 漱石, 1867-1916</dc:creator>

<dcndl:creatorTranscription>ナツメ, ソウセキ</dcndl:creatorTranscription>

<dcndl:partTitle>坊っちゃん</dcndl:partTitle>

<dcndl:partTitle>夢十夜</dcndl:partTitle>

<dcndl:partTitle>こころ</dcndl:partTitle>

<dcndl:partTitle>硝子戸の中</dcndl:partTitle>

<dcndl:seriesTitle>別冊宝島. 名作クラシックノベル</dcndl:seriesTitle>

<dcndl:seriesTitleTranscription>ベッサツ タカラジマ. メイサク クラシック ノ

ベル</dcndl:seriesTitleTranscription>

<dcndl:publicationPlace>東京</dcndl:publicationPlace>

<dc:publisher>宝島社</dc:publisher>

<dcterms:issued xsi:type="dcterms:W3CDTF">2008</dcterms:issued>

<dcndl:price>714円</dcndl:price>

<dcterms:extent>352p ; 21cm</dcterms:extent>

<dc:identifier xsi:type="dcndl:ISBN">9784796667326</dc:identifier>

<dc:identifier xsi:type="dcndl:JPNO">21519621</dc:identifier>

<dc:subject xsi:type="dcndl:NDLC">KH426</dc:subject>

<dc:subject xsi:type="dcndl:NDC9">913.6</dc:subject>

<dcndl:materialType>図書</dcndl:materialType>

<dcterms:accessRights>S01P99U99</dcterms:accessRights>

<rdfs:seeAlso rdf:resource="http://id.ndl.go.jp/bib/000009838175"></rdfs:se

eAlso>

Page 95: Application Programming Interface (API) Specifications€¦ · 22-03-2018  · CQL is the specification of search queries in SRW. This service is provided based on CQL 1.2. The basic

Appendix 3,

Application Programming Interface (API) Specifications

41 / 76

<dcndl:publicationPlace xsi:type="dcterms:ISO3166">JP</dcndl:publicationPla

ce>

<dc:language xsi:type="ISO639-2">jpn</dc:language>

</dcndl_simple:dc>

Page 96: Application Programming Interface (API) Specifications€¦ · 22-03-2018  · CQL is the specification of search queries in SRW. This service is provided based on CQL 1.2. The basic

Appendix 3,

Application Programming Interface (API) Specifications

42 / 76

5.2. Identify

(1) Request example

http://iss.ndl.go.jp/api/oaipmh?verb=Identify

(2) Example of returned data <?xml version="1.0" encoding="UTF-8"?>

<OAI-PMH xsi:schemaLocation="http://www.openarchives.org/OAI/2.0/ http://www.openarchives.or

g/OAI/2.0/OAI-PMH.xsd" xmlns="http://www.openarchives.org/OAI/2.0/" xmlns:xsi="http://www.w

3.org/2001/XMLSchema-instance">

<responseDate>2014-01-27T03:08:07Z</responseDate>

<request verb="Identify">http://iss.ndl.go.jp/api/oaipmh</request>

<Identify>

<repositoryName>NDL Digital Archive Portal</repositoryName>

<baseURL>http://iss.ndl.go.jp/api/oaipmh</baseURL>

<protocolVersion>Version 2.0</protocolVersion>

<adminEmail></adminEmail>

<earliestDatestamp>2013-10-22T00:00:00Z</earliestDatestamp>

<deletedRecord>transient</deletedRecord>

<granularity>YYYY-MM-DD</granularity>

<repositoryIdentifier>oai:iss.ndl.go.jp:ID</repositoryIdentifier>

</Identify>

</OAI-PMH>

Page 97: Application Programming Interface (API) Specifications€¦ · 22-03-2018  · CQL is the specification of search queries in SRW. This service is provided based on CQL 1.2. The basic

Appendix 3,

Application Programming Interface (API) Specifications

43 / 76

5.3. ListIdentifiers

(1) Request example

http://iss.ndl.go.jp/api/oaipmh?verb=ListIdentifiers&&set=iss-ndl-opac:733&from=2014-01-01&metadataPrefix=oai_dc The returned data is always the same regardless of the data format specified, oai_dc, dcndl, or

dcndl_simple, for metadataPrefix. (The request shown above is an example when oai_dc is specified.)

(3) Example of returned data <?xml version="1.0" encoding="UTF-8"?>

<OAI-PMH xsi:schemaLocation="http://www.openarchives.org/OAI/2.0/ http://www.openarchives.or

g/OAI/2.0/OAI-PMH.xsd" xmlns="http://www.openarchives.org/OAI/2.0/" xmlns:xsi="http://www.w

3.org/2001/XMLSchema-instance">

<responseDate>2014-01-27T03:24:34Z</responseDate>

<request verb="ListIdentifiers" set="iss-ndl-opac:733" metadataPrefix="oai_dc" from="2014-

01-01">http://iss.ndl.go.jp/api/oaipmh</request>

<ListIdentifiers>

<header>

<identifier>oai:iss.ndl.go.jp:R100000002-I000002673301-00</identifier>

<datestamp>2014-01-07T00:00:00Z</datestamp>

</header>

<header>

<identifier>oai:iss.ndl.go.jp:R100000002-I000002694768-00</identifier>

<datestamp>2014-01-07T00:00:00Z</datestamp>

</header>

<header>

<identifier>oai:iss.ndl.go.jp:R100000002-I000008141097-00</identifier>

<datestamp>2014-01-07T00:00:00Z</datestamp>

</header>

<resumptionToken completeListSize="3" cursor=""></resumptionToken>

</ListIdentifiers>

</OAI-PMH>

Page 98: Application Programming Interface (API) Specifications€¦ · 22-03-2018  · CQL is the specification of search queries in SRW. This service is provided based on CQL 1.2. The basic

Appendix 3,

Application Programming Interface (API) Specifications

44 / 76

5.4. ListMetadataFormats

(1) Request example

http://iss.ndl.go.jp/api/oaipmh?verb=ListMetadataFormats

(2) Example of returned data <?xml version="1.0" encoding="UTF-8"?>

<OAI-PMH xsi:schemaLocation="http://www.openarchives.org/OAI/2.0/ http://www.openarchives.or

g/OAI/2.0/OAI-PMH.xsd" xmlns="http://www.openarchives.org/OAI/2.0/" xmlns:xsi="http://www.w

3.org/2001/XMLSchema-instance">

<responseDate>2014-01-27T03:25:09Z</responseDate>

<request verb="ListMetadataFormats">http://iss.ndl.go.jp/api/oaipmh</request>

<ListMetadataFormats>

<metadataFormat>

<metadataPrefix>oai_dc</metadataPrefix>

<schema>http://www.openarchives.org/OAI/2.0/oai_dc.xsd</schema>

<metadataNamespace>http://www.openarchives.org/OAI/2.0/oai_dc/</metadataNamespace>

</metadataFormat>

<metadataFormat>

<metadataPrefix>dcndl</metadataPrefix>

<schema>http://porta.ndl.go.jp/schema/dcndl.xsd</schema>

<metadataNamespace>http://ndl.go.jp/dcndl/terms/</metadataNamespace>

</metadataFormat>

<metadataFormat>

<metadataPrefix>dcndl_simple</metadataPrefix>

<schema></schema>

<metadataNamespace>http://ndl.go.jp/dcndl/dcndl_simple/</metadataNamespace>

</metadataFormat>

</ListMetadataFormats>

</OAI-PMH>

Page 99: Application Programming Interface (API) Specifications€¦ · 22-03-2018  · CQL is the specification of search queries in SRW. This service is provided based on CQL 1.2. The basic

Appendix 3,

Application Programming Interface (API) Specifications

45 / 76

5.5. ListRecords

(1) Request example

http://iss.ndl.go.jp/api/oaipmh?verb=ListRecords&&set=iss-ndl-opac:733&from=2014-01-01&[*Data

format is specified]

* Data format specification

(i) For the oai_dc format

metadataPrefix=oai_dc

(ii) For returned data in the dcndl format

metadataPrefix=dcndl

(iii) For returned data in the dcndl format (acquires the Bibliographic data only)

metadataPrefix=dcndl&onlyBib=true

(iv) For returned data in the dcndl_simple format

metadataPrefix=dcndl_simple

(2) Example of returned data <?xml version="1.0" encoding="UTF-8"?>

<OAI-PMH xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xsi:schemaLocation="http://

www.openarchives.org/OAI/2.0/ http://www.openarchives.org/OAI/2.0/OAI-PMH.xsd" xmlns="http:/

/www.openarchives.org/OAI/2.0/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">

<responseDate>2014-01-27T03:25:55Z</responseDate>

<request verb="ListRecords" set="iss-ndl-opac:733" metadataPrefix="oai_dc" from="2014-01-0

1">http://iss.ndl.go.jp/api/oaipmh</request>

<ListRecords>

* Portion where returned data vary depending on the specified data.

<resumptionToken completeListSize="3" cursor=""></resumptionToken>

</ListRecords>

</OAI-PMH>

Page 100: Application Programming Interface (API) Specifications€¦ · 22-03-2018  · CQL is the specification of search queries in SRW. This service is provided based on CQL 1.2. The basic

Appendix 3,

Application Programming Interface (API) Specifications

46 / 76

* Data are returned in each data format as follows:

(i) For the oai_dc format <record>

<header>

<identifier>oai:iss.ndl.go.jp:R100000002-I000002673301-00</identifier>

<datestamp>2014-01-07T00:00:00Z</datestamp>

</header>

<metadata>

<oai_dc:dc xsi:schemaLocation="http://www.openarchives.org/OAI/2.0/oai_dc/ http://ww

w.openarchives.org/OAI/2.0/oai_dc.xsd" xmlns:oai_dc="http://www.openarchives.org/OAI/

2.0/oai_dc/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:xsi="http://www.w3.org

/2001/XMLSchema-instance">

<dc:title>棟方志功</dc:title>

<dc:creator>棟方志功 [画]</dc:creator>

<dc:creator>日本アート・センター 編</dc:creator>

<dc:description>年表あり</dc:description>

<dc:publisher>新潮社</dc:publisher>

<dc:language>jpn</dc:language>

</oai_dc:dc>

</metadata>

</record>

<record>

<header>

<identifier>oai:iss.ndl.go.jp:R100000002-I000002694768-00</identifier>

<datestamp>2014-01-07T00:00:00Z</datestamp>

</header>

<metadata>

<oai_dc:dc xsi:schemaLocation="http://www.openarchives.org/OAI/2.0/oai_dc/ http://ww

w.openarchives.org/OAI/2.0/oai_dc.xsd" xmlns:oai_dc="http://www.openarchives.org/OAI/

2.0/oai_dc/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:xsi="http://www.w3.org

/2001/XMLSchema-instance">

<dc:title>井上洋介木版東京百画府</dc:title>

<dc:creator>井上洋介 著</dc:creator>

<dc:creator>種村季弘 解説</dc:creator>

<dc:description>編集: アートダイジェスト</dc:description>

<dc:publisher>京都書院</dc:publisher>

<dc:language>jpn</dc:language>

</oai_dc:dc>

</metadata>

</record>

<record>

<header>

<identifier>oai:iss.ndl.go.jp:R100000002-I000008141097-00</identifier>

<datestamp>2014-01-07T00:00:00Z</datestamp>

</header>

<metadata>

<oai_dc:dc xsi:schemaLocation="http://www.openarchives.org/OAI/2.0/oai_dc/ http://ww

w.openarchives.org/OAI/2.0/oai_dc.xsd" xmlns:oai_dc="http://www.openarchives.org/OAI/

2.0/oai_dc/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:xsi="http://www.w3.org

/2001/XMLSchema-instance">

<dc:title>キアロスクーロ : ルネサンスとバロックの多色木版画 : フリッツ・ルフト・コ

レクションの所蔵作品による</dc:title>

<dc:subject>木版画--ヨーロッパ--画集</dc:subject>

<dc:description>会期・会場: 2005年10月8日-12月11日</dc:description>

<dc:description>編集: 幸福輝ほか</dc:description>

<dc:description>共同刊行: 西洋美術振興財団</dc:description>

Page 101: Application Programming Interface (API) Specifications€¦ · 22-03-2018  · CQL is the specification of search queries in SRW. This service is provided based on CQL 1.2. The basic

Appendix 3,

Application Programming Interface (API) Specifications

47 / 76

<dc:publisher>国立西洋美術館</dc:publisher>

<dc:language>jpn</dc:language>

</oai_dc:dc>

</metadata>

</record>

(ii) For the dcndl format <record>

<header>

<identifier>oai:iss.ndl.go.jp:R100000002-I000002673301-00</identifier>

<datestamp>2014-01-07T00:00:00Z</datestamp>

</header>

<metadata>

<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/

02/22-rdf-syntax-ns#" xmlns:dcndl="http://ndl.go.jp/dcndl/terms/" xmlns:foaf="http://

xmlns.com/foaf/0.1/" xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:dc="htt

p://purl.org/dc/elements/1.1/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"

xmlns:owl="http://www.w3.org/2002/07/owl#">

<dcndl:BibAdminResource rdf:about="http://iss.ndl.go.jp/books/R100000002-I000002673

301-00">

<dcndl:catalogingStatus>C7</dcndl:catalogingStatus>

<dcndl:bibRecordCategory>R100000002</dcndl:bibRecordCategory>

<dcndl:record rdf:resource="http://iss.ndl.go.jp/books/R100000002-I000002673301-0

0#material"/>

</dcndl:BibAdminResource>

<dcndl:BibResource rdf:about="http://iss.ndl.go.jp/books/R100000002-I000002673301-0

0#material">

<dcterms:identifier rdf:datatype="http://ndl.go.jp/dcndl/terms/JPNO">98068546</dc

terms:identifier>

<dcterms:identifier rdf:datatype="http://ndl.go.jp/dcndl/terms/ISBN">4-10-601564-

1</dcterms:identifier>

<rdfs:seeAlso rdf:resource="http://id.ndl.go.jp/jpno/98068546"/>

<rdfs:seeAlso rdf:resource="http://iss.ndl.go.jp/isbn/4106015641"/>

<dcterms:title>棟方志功</dcterms:title>

<dc:title>

<rdf:Description>

<rdf:value>棟方志功</rdf:value>

<dcndl:transcription>ムナカタ シコウ</dcndl:transcription>

</rdf:Description>

</dc:title>

<dcndl:seriesTitle>

<rdf:Description>

<rdf:value>新潮日本美術文庫 ; 44</rdf:value>

<dcndl:transcription>シンチョウ ニホン ビジュツ ブンコ</dcndl:transcription>

</rdf:Description>

</dcndl:seriesTitle>

<dcterms:creator>

<foaf:Agent rdf:about="http://id.ndl.go.jp/auth/entity/00048284">

<foaf:name>棟方, 志功, 1903-1975</foaf:name>

<dcndl:transcription>ムナカタ, シコウ</dcndl:transcription>

</foaf:Agent>

</dcterms:creator>

<dcterms:creator>

<foaf:Agent rdf:about="http://id.ndl.go.jp/auth/entity/00293314">

<foaf:name>日本アートセンター</foaf:name>

</foaf:Agent>

</dcterms:creator>

<dc:creator>棟方志功 [画]</dc:creator>

Page 102: Application Programming Interface (API) Specifications€¦ · 22-03-2018  · CQL is the specification of search queries in SRW. This service is provided based on CQL 1.2. The basic

Appendix 3,

Application Programming Interface (API) Specifications

48 / 76

<dc:creator>日本アート・センター 編</dc:creator>

<dcterms:publisher>

<foaf:Agent>

<foaf:name>新潮社</foaf:name>

<dcndl:location>東京</dcndl:location>

</foaf:Agent>

</dcterms:publisher>

<dcndl:publicationPlace rdf:datatype="http://purl.org/dc/terms/ISO3166">JP</dcnd

l:publicationPlace>

<dcterms:date>1998.3</dcterms:date>

<dcterms:issued rdf:datatype="http://purl.org/dc/terms/W3CDTF">1998</dcterms:issu

ed>

<dcterms:description>年表あり</dcterms:description>

<dcterms:subject rdf:resource="http://id.ndl.go.jp/class/ndlc/KC16"/>

<dcterms:subject rdf:resource="http://id.ndl.go.jp/class/ndlc/KC229"/>

<dcterms:subject rdf:resource="http://id.ndl.go.jp/class/ndc9/733.087"/>

<dcterms:language rdf:datatype="http://purl.org/dc/terms/ISO639-2">jpn</dcterms:l

anguage>

<dcterms:extent>93p ; 20cm</dcterms:extent>

<dcndl:price>1068円</dcndl:price>

<dcterms:audience>一般</dcterms:audience>

<dcndl:materialType rdf:resource="http://ndl.go.jp/ndltype/Book" rdfs:label="図書

"/>

<dcterms:accessRights>S01P99U99</dcterms:accessRights>

</dcndl:BibResource>

<dcndl:BibResource rdf:about="http://iss.ndl.go.jp/books/R100000002-I000002673301-0

0#material">

<dcndl:record rdf:resource="http://iss.ndl.go.jp/books/R100000002-I000002673301-0

0#item"/>

<dcndl:record rdf:resource="http://iss.ndl.go.jp/books/R100000001-I007456230-00#i

tem"/>

<dcndl:record rdf:resource="http://iss.ndl.go.jp/books/R100000001-I007695860-00#i

tem"/>

<dcndl:record rdf:resource="http://iss.ndl.go.jp/books/R100000001-I019851292-00#i

tem"/>

<dcndl:record rdf:resource="http://iss.ndl.go.jp/books/R100000001-I021437618-00#i

tem"/>

<dcndl:record rdf:resource="http://iss.ndl.go.jp/books/R100000001-I048587373-00#i

tem"/>

<dcndl:record rdf:resource="http://iss.ndl.go.jp/books/R100000001-I048937403-00#i

tem"/>

</dcndl:BibResource>

<dcndl:Item rdf:about="http://iss.ndl.go.jp/books/R100000002-I000002673301-00#item"

>

<dcndl:holdingAgent>

<foaf:Agent>

<foaf:name>国立国会図書館</foaf:name>

<dcterms:identifier rdf:datatype="http://ndl.go.jp/dcndl/terms/NDLLibCode">00

00</dcterms:identifier>

</foaf:Agent>

</dcndl:holdingAgent>

<rdfs:seeAlso rdf:resource="http://id.ndl.go.jp/bib/000002673301"/>

<dcterms:identifier rdf:datatype="http://ndl.go.jp/dcndl/terms/NDLBibID">00000267

3301</dcterms:identifier>

<dcndl:callNumber>KC16-G1189</dcndl:callNumber>

</dcndl:Item>

<dcndl:Item rdf:about="http://iss.ndl.go.jp/books/R100000001-I007456230-00#item">

<dcndl:holdingAgent>

<foaf:Agent>

Page 103: Application Programming Interface (API) Specifications€¦ · 22-03-2018  · CQL is the specification of search queries in SRW. This service is provided based on CQL 1.2. The basic

Appendix 3,

Application Programming Interface (API) Specifications

49 / 76

<foaf:name>高知県立図書館</foaf:name>

<dcterms:identifier rdf:datatype="http://ndl.go.jp/dcndl/terms/NDLLibCode">39

11</dcterms:identifier>

</foaf:Agent>

</dcndl:holdingAgent>

<dcterms:identifier rdf:datatype="http://ndl.go.jp/dcndl/terms/somokuBibID">00043

4935</dcterms:identifier>

<dcterms:identifier rdf:datatype="http://ndl.go.jp/dcndl/terms/somokuSubID">11038

85362</dcterms:identifier>

<dcndl:callNumber>KX/733/5</dcndl:callNumber>

<dcndl:availability>持禁</dcndl:availability>

<dcterms:description>配置場所 : 郷土書庫</dcterms:description>

<dcterms:description>郷土資料</dcterms:description>

</dcndl:Item>

<dcndl:Item rdf:about="http://iss.ndl.go.jp/books/R100000001-I007695860-00#item">

<dcndl:holdingAgent>

<foaf:Agent>

<foaf:name>高知県立図書館</foaf:name>

<dcterms:identifier rdf:datatype="http://ndl.go.jp/dcndl/terms/NDLLibCode">39

11</dcterms:identifier>

</foaf:Agent>

</dcndl:holdingAgent>

<dcterms:identifier rdf:datatype="http://ndl.go.jp/dcndl/terms/somokuBibID">00021

9262</dcterms:identifier>

<dcterms:identifier rdf:datatype="http://ndl.go.jp/dcndl/terms/somokuSubID">11015

66915</dcterms:identifier>

<dcndl:callNumber>720.8/44</dcndl:callNumber>

<dcndl:availability>可能</dcndl:availability>

<dcterms:description>配置場所 : 一般開</dcterms:description>

</dcndl:Item>

<dcndl:Item rdf:about="http://iss.ndl.go.jp/books/R100000001-I019851292-00#item">

<dcndl:holdingAgent>

<foaf:Agent>

<foaf:name>大阪府立中之島図書館</foaf:name>

<dcterms:identifier rdf:datatype="http://ndl.go.jp/dcndl/terms/NDLLibCode">27

12</dcterms:identifier>

</foaf:Agent>

</dcndl:holdingAgent>

<dcterms:identifier rdf:datatype="http://ndl.go.jp/dcndl/terms/somokuBibID">10000

001453417</dcterms:identifier>

<dcndl:callNumber>733/61N</dcndl:callNumber>

</dcndl:Item>

<dcndl:Item rdf:about="http://iss.ndl.go.jp/books/R100000001-I021437618-00#item">

<dcndl:holdingAgent>

<foaf:Agent>

<foaf:name>福岡市総合図書館</foaf:name>

<dcterms:identifier rdf:datatype="http://ndl.go.jp/dcndl/terms/NDLLibCode">40

22</dcterms:identifier>

</foaf:Agent>

</dcndl:holdingAgent>

<dcterms:identifier rdf:datatype="http://ndl.go.jp/dcndl/terms/somokuBibID">10098

10013506</dcterms:identifier>

<dcterms:identifier rdf:datatype="http://ndl.go.jp/dcndl/terms/somokuSubID">75001

61190</dcterms:identifier>

<dcndl:callNumber>733/ム/</dcndl:callNumber>

<dcndl:availability>帯出可</dcndl:availability>

</dcndl:Item>

<dcndl:Item rdf:about="http://iss.ndl.go.jp/books/R100000001-I048587373-00#item">

<dcndl:holdingAgent>

Page 104: Application Programming Interface (API) Specifications€¦ · 22-03-2018  · CQL is the specification of search queries in SRW. This service is provided based on CQL 1.2. The basic

Appendix 3,

Application Programming Interface (API) Specifications

50 / 76

<foaf:Agent>

<foaf:name>静岡市立中央図書館</foaf:name>

<dcterms:identifier rdf:datatype="http://ndl.go.jp/dcndl/terms/NDLLibCode">22

21</dcterms:identifier>

</foaf:Agent>

</dcndl:holdingAgent>

<dcterms:identifier rdf:datatype="http://ndl.go.jp/dcndl/terms/somokuBibID">11013

95686</dcterms:identifier>

<dcterms:identifier rdf:datatype="http://ndl.go.jp/dcndl/terms/somokuSubID">11805

2861</dcterms:identifier>

<dcndl:callNumber>733/(IQ</dcndl:callNumber>

<dcndl:availability>持出可能</dcndl:availability>

<dcterms:description>配置場所 : 書庫</dcterms:description>

<dcterms:description>郷土資料</dcterms:description>

</dcndl:Item>

<dcndl:Item rdf:about="http://iss.ndl.go.jp/books/R100000001-I048937403-00#item">

<dcndl:holdingAgent>

<foaf:Agent>

<foaf:name>東京都立多摩図書館</foaf:name>

<dcterms:identifier rdf:datatype="http://ndl.go.jp/dcndl/terms/NDLLibCode">13

13</dcterms:identifier>

</foaf:Agent>

</dcndl:holdingAgent>

<dcterms:identifier rdf:datatype="http://ndl.go.jp/dcndl/terms/somokuBibID">11025

05185</dcterms:identifier>

<dcterms:identifier rdf:datatype="http://ndl.go.jp/dcndl/terms/somokuSubID">11156

38941</dcterms:identifier>

<dcndl:callNumber>7210/3062/44</dcndl:callNumber>

<dcndl:availability>閲可〓槌櫻協可</dcndl:availability>

<dcterms:description>配置場所 : B2書庫M</dcterms:description>

</dcndl:Item>

</rdf:RDF>

</metadata>

</record>

<record>

<header>

<identifier>oai:iss.ndl.go.jp:R100000002-I000002694768-00</identifier>

<datestamp>2014-01-07T00:00:00Z</datestamp>

</header>

<metadata>

<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/

02/22-rdf-syntax-ns#" xmlns:dcndl="http://ndl.go.jp/dcndl/terms/" xmlns:foaf="http://

xmlns.com/foaf/0.1/" xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:dc="htt

p://purl.org/dc/elements/1.1/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"

xmlns:owl="http://www.w3.org/2002/07/owl#">

<dcndl:BibAdminResource rdf:about="http://iss.ndl.go.jp/books/R100000002-I000002694

768-00">

<dcndl:catalogingStatus>C7</dcndl:catalogingStatus>

<dcndl:bibRecordCategory>R100000002</dcndl:bibRecordCategory>

<dcndl:record rdf:resource="http://iss.ndl.go.jp/books/R100000002-I000002694768-0

0#material"/>

</dcndl:BibAdminResource>

<dcndl:BibResource rdf:about="http://iss.ndl.go.jp/books/R100000002-I000002694768-0

0#material">

<dcterms:identifier rdf:datatype="http://ndl.go.jp/dcndl/terms/JPNO">99016293</dc

terms:identifier>

<dcterms:identifier rdf:datatype="http://ndl.go.jp/dcndl/terms/ISBN">4-7636-1585-

8</dcterms:identifier>

<rdfs:seeAlso rdf:resource="http://id.ndl.go.jp/jpno/99016293"/>

Page 105: Application Programming Interface (API) Specifications€¦ · 22-03-2018  · CQL is the specification of search queries in SRW. This service is provided based on CQL 1.2. The basic

Appendix 3,

Application Programming Interface (API) Specifications

51 / 76

<rdfs:seeAlso rdf:resource="http://iss.ndl.go.jp/isbn/4763615858"/>

<dcterms:title>井上洋介木版東京百画府</dcterms:title>

<dc:title>

<rdf:Description>

<rdf:value>井上洋介木版東京百画府</rdf:value>

<dcndl:transcription>イノウエ ヨウスケ モクハン トウキョウ ヒャク ガフ</dcnd

l:transcription>

</rdf:Description>

</dc:title>

<dcndl:alternative>

<rdf:Description>

<rdf:value>100 tokyo pictures woodcut prints by Yohsuke Inoue</rdf:value>

</rdf:Description>

</dcndl:alternative>

<dcndl:seriesTitle>

<rdf:Description>

<rdf:value>京都書院アーツコレクション ; 85</rdf:value>

<dcndl:transcription>キョウト ショイン アーツ コレクション</dcndl:transcripti

on>

</rdf:Description>

</dcndl:seriesTitle>

<dcterms:creator>

<foaf:Agent rdf:about="http://id.ndl.go.jp/auth/entity/00019904">

<foaf:name>井上, 洋介, 1931-</foaf:name>

<dcndl:transcription>イノウエ, ヨウスケ</dcndl:transcription>

</foaf:Agent>

</dcterms:creator>

<dcterms:creator>

<foaf:Agent rdf:about="http://id.ndl.go.jp/auth/entity/00082325">

<foaf:name>種村, 季弘, 1933-2004</foaf:name>

<dcndl:transcription>タネムラ, スエヒロ</dcndl:transcription>

</foaf:Agent>

</dcterms:creator>

<dc:creator>井上洋介 著</dc:creator>

<dc:creator>種村季弘 解説</dc:creator>

<dcterms:publisher>

<foaf:Agent>

<foaf:name>京都書院</foaf:name>

<dcndl:location>京都</dcndl:location>

</foaf:Agent>

</dcterms:publisher>

<dcndl:publicationPlace rdf:datatype="http://purl.org/dc/terms/ISO3166">JP</dcnd

l:publicationPlace>

<dcterms:date>1998.1</dcterms:date>

<dcterms:issued rdf:datatype="http://purl.org/dc/terms/W3CDTF">1998</dcterms:issu

ed>

<dcterms:description>編集: アートダイジェスト</dcterms:description>

<dcterms:subject rdf:resource="http://id.ndl.go.jp/class/ndlc/KC16"/>

<dcterms:subject rdf:resource="http://id.ndl.go.jp/class/ndlc/KC229"/>

<dcterms:subject rdf:resource="http://id.ndl.go.jp/class/ndc9/733.087"/>

<dcterms:language rdf:datatype="http://purl.org/dc/terms/ISO639-2">jpn</dcterms:l

anguage>

<dcterms:extent>1冊 (ページ付なし) ; 15cm</dcterms:extent>

<dcndl:price>1000円</dcndl:price>

<dcterms:audience>一般</dcterms:audience>

<dcndl:materialType rdf:resource="http://ndl.go.jp/ndltype/Book" rdfs:label="図書

"/>

<dcterms:accessRights>S01P99U99</dcterms:accessRights>

</dcndl:BibResource>

Page 106: Application Programming Interface (API) Specifications€¦ · 22-03-2018  · CQL is the specification of search queries in SRW. This service is provided based on CQL 1.2. The basic

Appendix 3,

Application Programming Interface (API) Specifications

52 / 76

<dcndl:BibResource rdf:about="http://iss.ndl.go.jp/books/R100000002-I000002694768-0

0#material">

<dcndl:record rdf:resource="http://iss.ndl.go.jp/books/R100000002-I000002694768-0

0#item"/>

<dcndl:record rdf:resource="http://iss.ndl.go.jp/books/R100000001-I048557573-00#i

tem"/>

<dcndl:record rdf:resource="http://iss.ndl.go.jp/books/R100000001-I048912587-00#i

tem"/>

</dcndl:BibResource>

<dcndl:Item rdf:about="http://iss.ndl.go.jp/books/R100000002-I000002694768-00#item"

>

<dcndl:holdingAgent>

<foaf:Agent>

<foaf:name>国立国会図書館</foaf:name>

<dcterms:identifier rdf:datatype="http://ndl.go.jp/dcndl/terms/NDLLibCode">00

00</dcterms:identifier>

</foaf:Agent>

</dcndl:holdingAgent>

<rdfs:seeAlso rdf:resource="http://id.ndl.go.jp/bib/000002694768"/>

<dcterms:identifier rdf:datatype="http://ndl.go.jp/dcndl/terms/NDLBibID">00000269

4768</dcterms:identifier>

<dcndl:callNumber>KC16-G1358</dcndl:callNumber>

</dcndl:Item>

<dcndl:Item rdf:about="http://iss.ndl.go.jp/books/R100000001-I048557573-00#item">

<dcndl:holdingAgent>

<foaf:Agent>

<foaf:name>静岡市立中央図書館</foaf:name>

<dcterms:identifier rdf:datatype="http://ndl.go.jp/dcndl/terms/NDLLibCode">22

21</dcterms:identifier>

</foaf:Agent>

</dcndl:holdingAgent>

<dcterms:identifier rdf:datatype="http://ndl.go.jp/dcndl/terms/somokuBibID">11011

01840</dcterms:identifier>

<dcterms:identifier rdf:datatype="http://ndl.go.jp/dcndl/terms/somokuSubID">14022

4530</dcterms:identifier>

<dcndl:callNumber>733</dcndl:callNumber>

<dcndl:availability>持出可能</dcndl:availability>

<dcterms:description>配置場所 : 一般</dcterms:description>

<dcterms:description>郷土資料</dcterms:description>

</dcndl:Item>

<dcndl:Item rdf:about="http://iss.ndl.go.jp/books/R100000001-I048912587-00#item">

<dcndl:holdingAgent>

<foaf:Agent>

<foaf:name>東京都立中央図書館</foaf:name>

<dcterms:identifier rdf:datatype="http://ndl.go.jp/dcndl/terms/NDLLibCode">13

11</dcterms:identifier>

</foaf:Agent>

</dcndl:holdingAgent>

<dcterms:identifier rdf:datatype="http://ndl.go.jp/dcndl/terms/somokuBibID">11024

84069</dcterms:identifier>

<dcterms:identifier rdf:datatype="http://ndl.go.jp/dcndl/terms/somokuSubID">11284

62030</dcterms:identifier>

<dcndl:callNumber>0・730/3011/ST</dcndl:callNumber>

<dcndl:availability>閲可〓槌櫻協可</dcndl:availability>

<dcterms:description>配置場所 : B2書庫CS</dcterms:description>

</dcndl:Item>

</rdf:RDF>

</metadata>

</record>

Page 107: Application Programming Interface (API) Specifications€¦ · 22-03-2018  · CQL is the specification of search queries in SRW. This service is provided based on CQL 1.2. The basic

Appendix 3,

Application Programming Interface (API) Specifications

53 / 76

<record>

<header>

<identifier>oai:iss.ndl.go.jp:R100000002-I000008141097-00</identifier>

<datestamp>2014-01-07T00:00:00Z</datestamp>

</header>

<metadata>

<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/

02/22-rdf-syntax-ns#" xmlns:dcndl="http://ndl.go.jp/dcndl/terms/" xmlns:foaf="http://

xmlns.com/foaf/0.1/" xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:dc="htt

p://purl.org/dc/elements/1.1/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"

xmlns:owl="http://www.w3.org/2002/07/owl#">

<dcndl:BibAdminResource rdf:about="http://iss.ndl.go.jp/books/R100000002-I000008141

097-00">

<dcndl:catalogingStatus>C7</dcndl:catalogingStatus>

<dcndl:bibRecordCategory>R100000002</dcndl:bibRecordCategory>

<dcndl:record rdf:resource="http://iss.ndl.go.jp/books/R100000002-I000008141097-0

0#material"/>

</dcndl:BibAdminResource>

<dcndl:BibResource rdf:about="http://iss.ndl.go.jp/books/R100000002-I000008141097-0

0#material">

<dcterms:identifier rdf:datatype="http://ndl.go.jp/dcndl/terms/JPNO">21005369</dc

terms:identifier>

<dcterms:identifier rdf:datatype="http://ndl.go.jp/dcndl/terms/ISBN">4-906536-34-

4</dcterms:identifier>

<rdfs:seeAlso rdf:resource="http://id.ndl.go.jp/jpno/21005369"/>

<rdfs:seeAlso rdf:resource="http://iss.ndl.go.jp/isbn/4906536344"/>

<dcterms:title>キアロスクーロ : ルネサンスとバロックの多色木版画 : フリッツ・ルフ

ト・コレクションの所蔵作品による</dcterms:title>

<dc:title>

<rdf:Description>

<rdf:value>キアロスクーロ : ルネサンスとバロックの多色木版画 : フリッツ・ルフ

ト・コレクションの所蔵作品による</rdf:value>

<dcndl:transcription>キアロスクーロ : ルネサンス ト バロック ノ タショク モク

ハンガ : フリッツ ルフト コレクション ノ ショゾウ サクヒン ニ ヨル</dcndl:transcripti

on>

</rdf:Description>

</dc:title>

<dcndl:alternative>

<rdf:Description>

<rdf:value>Chiaroscuro</rdf:value>

</rdf:Description>

</dcndl:alternative>

<dcterms:creator>

<foaf:Agent rdf:about="http://id.ndl.go.jp/auth/entity/00272841">

<foaf:name>国立西洋美術館</foaf:name>

</foaf:Agent>

</dcterms:creator>

<dcterms:publisher>

<foaf:Agent>

<foaf:name>国立西洋美術館</foaf:name>

<dcndl:transcription>コクリツ セイヨウ ビジュツカン</dcndl:transcription>

<dcndl:location>[東京]</dcndl:location>

</foaf:Agent>

</dcterms:publisher>

<dcndl:publicationPlace rdf:datatype="http://purl.org/dc/terms/ISO3166">JP</dcnd

l:publicationPlace>

<dcterms:date>c2005</dcterms:date>

<dcterms:issued rdf:datatype="http://purl.org/dc/terms/W3CDTF">2005</dcterms:issu

ed>

Page 108: Application Programming Interface (API) Specifications€¦ · 22-03-2018  · CQL is the specification of search queries in SRW. This service is provided based on CQL 1.2. The basic

Appendix 3,

Application Programming Interface (API) Specifications

54 / 76

<dcterms:description>会期・会場: 2005年10月8日-12月11日</dcterms:description>

<dcterms:description>編集: 幸福輝ほか</dcterms:description>

<dcterms:description>共同刊行: 西洋美術振興財団</dcterms:description>

<dcterms:subject>

<rdf:Description rdf:about="http://id.ndl.go.jp/auth/ndlsh/01039097">

<rdf:value>木版画--ヨーロッパ--画集</rdf:value>

</rdf:Description>

</dcterms:subject>

<dcterms:subject rdf:resource="http://id.ndl.go.jp/class/ndlc/KC16"/>

<dcterms:subject rdf:resource="http://id.ndl.go.jp/class/ndlc/KC47"/>

<dcterms:subject rdf:resource="http://id.ndl.go.jp/class/ndc9/733.023"/>

<dcterms:language rdf:datatype="http://purl.org/dc/terms/ISO639-2">jpn</dcterms:l

anguage>

<dcterms:extent>198p ; 25cm</dcterms:extent>

<dcterms:audience>一般</dcterms:audience>

<dcndl:materialType rdf:resource="http://ndl.go.jp/ndltype/Book" rdfs:label="図書

"/>

<dcndl:materialType rdf:resource="http://ndl.go.jp/ndltype/GovernmentPublication"

rdfs:label="政府刊行物"/>

<dcndl:materialType rdf:resource="http://ndl.go.jp/ndltype/NationalPublication" r

dfs:label="官公庁刊行物"/>

<dcterms:accessRights>S01P99U99</dcterms:accessRights>

</dcndl:BibResource>

<dcndl:BibResource rdf:about="http://iss.ndl.go.jp/books/R100000002-I000008141097-0

0#material">

<dcndl:record rdf:resource="http://iss.ndl.go.jp/books/R100000002-I000008141097-0

0#item"/>

<dcndl:record rdf:resource="http://iss.ndl.go.jp/books/R100000001-I001884299-00#i

tem"/>

<dcndl:record rdf:resource="http://iss.ndl.go.jp/books/R100000001-I027686616-00#i

tem"/>

<dcndl:record rdf:resource="http://iss.ndl.go.jp/books/R100000001-I048922990-00#i

tem"/>

</dcndl:BibResource>

<dcndl:Item rdf:about="http://iss.ndl.go.jp/books/R100000002-I000008141097-00#item"

>

<dcndl:holdingAgent>

<foaf:Agent>

<foaf:name>国立国会図書館</foaf:name>

<dcterms:identifier rdf:datatype="http://ndl.go.jp/dcndl/terms/NDLLibCode">00

00</dcterms:identifier>

</foaf:Agent>

</dcndl:holdingAgent>

<rdfs:seeAlso rdf:resource="http://id.ndl.go.jp/bib/000008141097"/>

<dcterms:identifier rdf:datatype="http://ndl.go.jp/dcndl/terms/NDLBibID">00000814

1097</dcterms:identifier>

<dcndl:callNumber>KC16-H1703</dcndl:callNumber>

<dcndl:localCallNumber>XB-N06-8491</dcndl:localCallNumber>

</dcndl:Item>

<dcndl:Item rdf:about="http://iss.ndl.go.jp/books/R100000001-I001884299-00#item">

<dcndl:holdingAgent>

<foaf:Agent>

<foaf:name>東京都立中央図書館</foaf:name>

<dcterms:identifier rdf:datatype="http://ndl.go.jp/dcndl/terms/NDLLibCode">13

11</dcterms:identifier>

</foaf:Agent>

</dcndl:holdingAgent>

<dcterms:identifier rdf:datatype="http://ndl.go.jp/dcndl/terms/somokuBibID">TW918

18160</dcterms:identifier>

Page 109: Application Programming Interface (API) Specifications€¦ · 22-03-2018  · CQL is the specification of search queries in SRW. This service is provided based on CQL 1.2. The basic

Appendix 3,

Application Programming Interface (API) Specifications

55 / 76

<dcterms:identifier rdf:datatype="http://ndl.go.jp/dcndl/terms/somokuSubID">50123

58288</dcterms:identifier>

<dcndl:callNumber>733.0-5034-2005</dcndl:callNumber>

</dcndl:Item>

<dcndl:Item rdf:about="http://iss.ndl.go.jp/books/R100000001-I027686616-00#item">

<dcndl:holdingAgent>

<foaf:Agent>

<foaf:name>埼玉県立久喜図書館</foaf:name>

<dcterms:identifier rdf:datatype="http://ndl.go.jp/dcndl/terms/NDLLibCode">11

14</dcterms:identifier>

</foaf:Agent>

</dcndl:holdingAgent>

<dcterms:identifier rdf:datatype="http://ndl.go.jp/dcndl/terms/somokuBibID">10000

01191901</dcterms:identifier>

<dcterms:identifier rdf:datatype="http://ndl.go.jp/dcndl/terms/somokuSubID">10191

8407</dcterms:identifier>

<dcndl:callNumber>733.023/キア/</dcndl:callNumber>

<dcndl:availability>帯出可</dcndl:availability>

<dcterms:description>配置場所 : 貸出閲覧書庫</dcterms:description>

</dcndl:Item>

<dcndl:Item rdf:about="http://iss.ndl.go.jp/books/R100000001-I048922990-00#item">

<dcndl:holdingAgent>

<foaf:Agent>

<foaf:name>東京都立中央図書館</foaf:name>

<dcterms:identifier rdf:datatype="http://ndl.go.jp/dcndl/terms/NDLLibCode">13

11</dcterms:identifier>

</foaf:Agent>

</dcndl:holdingAgent>

<dcterms:identifier rdf:datatype="http://ndl.go.jp/dcndl/terms/somokuBibID">11068

18160</dcterms:identifier>

<dcterms:identifier rdf:datatype="http://ndl.go.jp/dcndl/terms/somokuSubID">50123

58288</dcterms:identifier>

<dcndl:callNumber>733.0/5034/2005</dcndl:callNumber>

<dcndl:availability>閲可〓槌櫻協可</dcndl:availability>

<dcterms:description>配置場所 : 3FB開</dcterms:description>

</dcndl:Item>

</rdf:RDF>

</metadata>

</record>

(iii) For the dcndl format (acquires the Bibliographic data only) <record>

<header>

<identifier>oai:iss.ndl.go.jp:R100000002-I000002673301-00</identifier>

<datestamp>2014-01-07T00:00:00Z</datestamp>

</header>

<metadata>

<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/

02/22-rdf-syntax-ns#" xmlns:dcndl="http://ndl.go.jp/dcndl/terms/" xmlns:foaf="http://

xmlns.com/foaf/0.1/" xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:dc="htt

p://purl.org/dc/elements/1.1/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"

xmlns:owl="http://www.w3.org/2002/07/owl#">

<dcndl:BibAdminResource rdf:about="http://iss.ndl.go.jp/books/R100000002-I000002673

301-00">

<dcndl:catalogingStatus>C7</dcndl:catalogingStatus>

<dcndl:bibRecordCategory>R100000002</dcndl:bibRecordCategory>

<dcndl:record rdf:resource="http://iss.ndl.go.jp/books/R100000002-I000002673301-0

0#material"/>

Page 110: Application Programming Interface (API) Specifications€¦ · 22-03-2018  · CQL is the specification of search queries in SRW. This service is provided based on CQL 1.2. The basic

Appendix 3,

Application Programming Interface (API) Specifications

56 / 76

</dcndl:BibAdminResource>

<dcndl:BibResource rdf:about="http://iss.ndl.go.jp/books/R100000002-I000002673301-0

0#material">

<dcterms:identifier rdf:datatype="http://ndl.go.jp/dcndl/terms/JPNO">98068546</dc

terms:identifier>

<dcterms:identifier rdf:datatype="http://ndl.go.jp/dcndl/terms/ISBN">4-10-601564-

1</dcterms:identifier>

<rdfs:seeAlso rdf:resource="http://id.ndl.go.jp/jpno/98068546"/>

<rdfs:seeAlso rdf:resource="http://iss.ndl.go.jp/isbn/4106015641"/>

<dcterms:title>棟方志功</dcterms:title>

<dc:title>

<rdf:Description>

<rdf:value>棟方志功</rdf:value>

<dcndl:transcription>ムナカタ シコウ</dcndl:transcription>

</rdf:Description>

</dc:title>

<dcndl:seriesTitle>

<rdf:Description>

<rdf:value>新潮日本美術文庫 ; 44</rdf:value>

<dcndl:transcription>シンチョウ ニホン ビジュツ ブンコ</dcndl:transcription>

</rdf:Description>

</dcndl:seriesTitle>

<dcterms:creator>

<foaf:Agent rdf:about="http://id.ndl.go.jp/auth/entity/00048284">

<foaf:name>棟方, 志功, 1903-1975</foaf:name>

<dcndl:transcription>ムナカタ, シコウ</dcndl:transcription>

</foaf:Agent>

</dcterms:creator>

<dcterms:creator>

<foaf:Agent rdf:about="http://id.ndl.go.jp/auth/entity/00293314">

<foaf:name>日本アートセンター</foaf:name>

</foaf:Agent>

</dcterms:creator>

<dc:creator>棟方志功 [画]</dc:creator>

<dc:creator>日本アート・センター 編</dc:creator>

<dcterms:publisher>

<foaf:Agent>

<foaf:name>新潮社</foaf:name>

<dcndl:location>東京</dcndl:location>

</foaf:Agent>

</dcterms:publisher>

<dcndl:publicationPlace rdf:datatype="http://purl.org/dc/terms/ISO3166">JP</dcnd

l:publicationPlace>

<dcterms:date>1998.3</dcterms:date>

<dcterms:issued rdf:datatype="http://purl.org/dc/terms/W3CDTF">1998</dcterms:issu

ed>

<dcterms:description>年表あり</dcterms:description>

<dcterms:subject rdf:resource="http://id.ndl.go.jp/class/ndlc/KC16"/>

<dcterms:subject rdf:resource="http://id.ndl.go.jp/class/ndlc/KC229"/>

<dcterms:subject rdf:resource="http://id.ndl.go.jp/class/ndc9/733.087"/>

<dcterms:language rdf:datatype="http://purl.org/dc/terms/ISO639-2">jpn</dcterms:l

anguage>

<dcterms:extent>93p ; 20cm</dcterms:extent>

<dcndl:price>1068円</dcndl:price>

<dcterms:audience>一般</dcterms:audience>

<dcndl:materialType rdf:resource="http://ndl.go.jp/ndltype/Book" rdfs:label="図書

"/>

<dcterms:accessRights>S01P99U99</dcterms:accessRights>

</dcndl:BibResource>

Page 111: Application Programming Interface (API) Specifications€¦ · 22-03-2018  · CQL is the specification of search queries in SRW. This service is provided based on CQL 1.2. The basic

Appendix 3,

Application Programming Interface (API) Specifications

57 / 76

</rdf:RDF>

</metadata>

</record>

<record>

<header>

<identifier>oai:iss.ndl.go.jp:R100000002-I000002694768-00</identifier>

<datestamp>2014-01-07T00:00:00Z</datestamp>

</header>

<metadata>

<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/

02/22-rdf-syntax-ns#" xmlns:dcndl="http://ndl.go.jp/dcndl/terms/" xmlns:foaf="http://

xmlns.com/foaf/0.1/" xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:dc="htt

p://purl.org/dc/elements/1.1/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"

xmlns:owl="http://www.w3.org/2002/07/owl#">

<dcndl:BibAdminResource rdf:about="http://iss.ndl.go.jp/books/R100000002-I000002694

768-00">

<dcndl:catalogingStatus>C7</dcndl:catalogingStatus>

<dcndl:bibRecordCategory>R100000002</dcndl:bibRecordCategory>

<dcndl:record rdf:resource="http://iss.ndl.go.jp/books/R100000002-I000002694768-0

0#material"/>

</dcndl:BibAdminResource>

<dcndl:BibResource rdf:about="http://iss.ndl.go.jp/books/R100000002-I000002694768-0

0#material">

<dcterms:identifier rdf:datatype="http://ndl.go.jp/dcndl/terms/JPNO">99016293</dc

terms:identifier>

<dcterms:identifier rdf:datatype="http://ndl.go.jp/dcndl/terms/ISBN">4-7636-1585-

8</dcterms:identifier>

<rdfs:seeAlso rdf:resource="http://id.ndl.go.jp/jpno/99016293"/>

<rdfs:seeAlso rdf:resource="http://iss.ndl.go.jp/isbn/4763615858"/>

<dcterms:title>井上洋介木版東京百画府</dcterms:title>

<dc:title>

<rdf:Description>

<rdf:value>井上洋介木版東京百画府</rdf:value>

<dcndl:transcription>イノウエ ヨウスケ モクハン トウキョウ ヒャク ガフ</dcnd

l:transcription>

</rdf:Description>

</dc:title>

<dcndl:alternative>

<rdf:Description>

<rdf:value>100 tokyo pictures woodcut prints by Yohsuke Inoue</rdf:value>

</rdf:Description>

</dcndl:alternative>

<dcndl:seriesTitle>

<rdf:Description>

<rdf:value>京都書院アーツコレクション ; 85</rdf:value>

<dcndl:transcription>キョウト ショイン アーツ コレクション</dcndl:transcripti

on>

</rdf:Description>

</dcndl:seriesTitle>

<dcterms:creator>

<foaf:Agent rdf:about="http://id.ndl.go.jp/auth/entity/00019904">

<foaf:name>井上, 洋介, 1931-</foaf:name>

<dcndl:transcription>イノウエ, ヨウスケ</dcndl:transcription>

</foaf:Agent>

</dcterms:creator>

<dcterms:creator>

<foaf:Agent rdf:about="http://id.ndl.go.jp/auth/entity/00082325">

<foaf:name>種村, 季弘, 1933-2004</foaf:name>

<dcndl:transcription>タネムラ, スエヒロ</dcndl:transcription>

Page 112: Application Programming Interface (API) Specifications€¦ · 22-03-2018  · CQL is the specification of search queries in SRW. This service is provided based on CQL 1.2. The basic

Appendix 3,

Application Programming Interface (API) Specifications

58 / 76

</foaf:Agent>

</dcterms:creator>

<dc:creator>井上洋介 著</dc:creator>

<dc:creator>種村季弘 解説</dc:creator>

<dcterms:publisher>

<foaf:Agent>

<foaf:name>京都書院</foaf:name>

<dcndl:location>京都</dcndl:location>

</foaf:Agent>

</dcterms:publisher>

<dcndl:publicationPlace rdf:datatype="http://purl.org/dc/terms/ISO3166">JP</dcnd

l:publicationPlace>

<dcterms:date>1998.1</dcterms:date>

<dcterms:issued rdf:datatype="http://purl.org/dc/terms/W3CDTF">1998</dcterms:issu

ed>

<dcterms:description>編集: アートダイジェスト</dcterms:description>

<dcterms:subject rdf:resource="http://id.ndl.go.jp/class/ndlc/KC16"/>

<dcterms:subject rdf:resource="http://id.ndl.go.jp/class/ndlc/KC229"/>

<dcterms:subject rdf:resource="http://id.ndl.go.jp/class/ndc9/733.087"/>

<dcterms:language rdf:datatype="http://purl.org/dc/terms/ISO639-2">jpn</dcterms:l

anguage>

<dcterms:extent>1冊 (ページ付なし) ; 15cm</dcterms:extent>

<dcndl:price>1000円</dcndl:price>

<dcterms:audience>一般</dcterms:audience>

<dcndl:materialType rdf:resource="http://ndl.go.jp/ndltype/Book" rdfs:label="図書

"/>

<dcterms:accessRights>S01P99U99</dcterms:accessRights>

</dcndl:BibResource>

</rdf:RDF>

</metadata>

</record>

<record>

<header>

<identifier>oai:iss.ndl.go.jp:R100000002-I000008141097-00</identifier>

<datestamp>2014-01-07T00:00:00Z</datestamp>

</header>

<metadata>

<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/

02/22-rdf-syntax-ns#" xmlns:dcndl="http://ndl.go.jp/dcndl/terms/" xmlns:foaf="http://

xmlns.com/foaf/0.1/" xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:dc="htt

p://purl.org/dc/elements/1.1/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"

xmlns:owl="http://www.w3.org/2002/07/owl#">

<dcndl:BibAdminResource rdf:about="http://iss.ndl.go.jp/books/R100000002-I000008141

097-00">

<dcndl:catalogingStatus>C7</dcndl:catalogingStatus>

<dcndl:bibRecordCategory>R100000002</dcndl:bibRecordCategory>

<dcndl:record rdf:resource="http://iss.ndl.go.jp/books/R100000002-I000008141097-0

0#material"/>

</dcndl:BibAdminResource>

<dcndl:BibResource rdf:about="http://iss.ndl.go.jp/books/R100000002-I000008141097-0

0#material">

<dcterms:identifier rdf:datatype="http://ndl.go.jp/dcndl/terms/JPNO">21005369</dc

terms:identifier>

<dcterms:identifier rdf:datatype="http://ndl.go.jp/dcndl/terms/ISBN">4-906536-34-

4</dcterms:identifier>

<rdfs:seeAlso rdf:resource="http://id.ndl.go.jp/jpno/21005369"/>

<rdfs:seeAlso rdf:resource="http://iss.ndl.go.jp/isbn/4906536344"/>

<dcterms:title>キアロスクーロ : ルネサンスとバロックの多色木版画 : フリッツ・ルフ

ト・コレクションの所蔵作品による</dcterms:title>

Page 113: Application Programming Interface (API) Specifications€¦ · 22-03-2018  · CQL is the specification of search queries in SRW. This service is provided based on CQL 1.2. The basic

Appendix 3,

Application Programming Interface (API) Specifications

59 / 76

<dc:title>

<rdf:Description>

<rdf:value>キアロスクーロ : ルネサンスとバロックの多色木版画 : フリッツ・ルフ

ト・コレクションの所蔵作品による</rdf:value>

<dcndl:transcription>キアロスクーロ : ルネサンス ト バロック ノ タショク モク

ハンガ : フリッツ ルフト コレクション ノ ショゾウ サクヒン ニ ヨル</dcndl:transcripti

on>

</rdf:Description>

</dc:title>

<dcndl:alternative>

<rdf:Description>

<rdf:value>Chiaroscuro</rdf:value>

</rdf:Description>

</dcndl:alternative>

<dcterms:creator>

<foaf:Agent rdf:about="http://id.ndl.go.jp/auth/entity/00272841">

<foaf:name>国立西洋美術館</foaf:name>

</foaf:Agent>

</dcterms:creator>

<dcterms:publisher>

<foaf:Agent>

<foaf:name>国立西洋美術館</foaf:name>

<dcndl:transcription>コクリツ セイヨウ ビジュツカン</dcndl:transcription>

<dcndl:location>[東京]</dcndl:location>

</foaf:Agent>

</dcterms:publisher>

<dcndl:publicationPlace rdf:datatype="http://purl.org/dc/terms/ISO3166">JP</dcnd

l:publicationPlace>

<dcterms:date>c2005</dcterms:date>

<dcterms:issued rdf:datatype="http://purl.org/dc/terms/W3CDTF">2005</dcterms:issu

ed>

<dcterms:description>会期・会場: 2005年10月8日-12月11日</dcterms:description>

<dcterms:description>編集: 幸福輝ほか</dcterms:description>

<dcterms:description>共同刊行: 西洋美術振興財団</dcterms:description>

<dcterms:subject>

<rdf:Description rdf:about="http://id.ndl.go.jp/auth/ndlsh/01039097">

<rdf:value>木版画--ヨーロッパ--画集</rdf:value>

</rdf:Description>

</dcterms:subject>

<dcterms:subject rdf:resource="http://id.ndl.go.jp/class/ndlc/KC16"/>

<dcterms:subject rdf:resource="http://id.ndl.go.jp/class/ndlc/KC47"/>

<dcterms:subject rdf:resource="http://id.ndl.go.jp/class/ndc9/733.023"/>

<dcterms:language rdf:datatype="http://purl.org/dc/terms/ISO639-2">jpn</dcterms:l

anguage>

<dcterms:extent>198p ; 25cm</dcterms:extent>

<dcterms:audience>一般</dcterms:audience>

<dcndl:materialType rdf:resource="http://ndl.go.jp/ndltype/Book" rdfs:label="図書

"/>

<dcndl:materialType rdf:resource="http://ndl.go.jp/ndltype/GovernmentPublication"

rdfs:label="政府刊行物"/>

<dcndl:materialType rdf:resource="http://ndl.go.jp/ndltype/NationalPublication" r

dfs:label="官公庁刊行物"/>

<dcterms:accessRights>S01P99U99</dcterms:accessRights>

</dcndl:BibResource>

</rdf:RDF>

</metadata>

</record>

Page 114: Application Programming Interface (API) Specifications€¦ · 22-03-2018  · CQL is the specification of search queries in SRW. This service is provided based on CQL 1.2. The basic

Appendix 3,

Application Programming Interface (API) Specifications

60 / 76

(iv) For the dcndl_simple format <record>

<header>

<identifier>oai:iss.ndl.go.jp:R100000002-I000002673301-00</identifier>

<datestamp>2014-01-07T00:00:00Z</datestamp>

</header>

<metadata>

<dcndl_simple:dc xmlns:dcterms="http://purl.org/dc/terms/" xmlns:dcndl_simple

="http://ndl.go.jp/dcndl/dcndl_simple/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-s

yntax-ns#" xmlns:dcndl="http://ndl.go.jp/dcndl/terms/" xmlns:foaf="http://xmlns.com/f

oaf/0.1/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdfs="http://www.w3.org/2

000/01/rdf-schema#" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:owl="

http://www.w3.org/2002/07/owl#">

<dc:identifier xsi:type="dcterms:URI">http://iss.ndl.go.jp/books/R100000002

-I000002673301-00</dc:identifier>

<dc:title>棟方志功</dc:title>

<dcndl:titleTranscription>ムナカタ シコウ</dcndl:titleTranscription>

<dc:creator>棟方志功 [画]</dc:creator>

<dc:creator>日本アート・センター 編</dc:creator>

<dc:creator>棟方, 志功, 1903-1975</dc:creator>

<dc:creator>日本アートセンター</dc:creator>

<dcndl:creatorTranscription>ムナカタ, シコウ</dcndl:creatorTranscription>

<dcndl:seriesTitle>新潮日本美術文庫 ; 44</dcndl:seriesTitle>

<dcndl:seriesTitleTranscription>シンチョウ ニホン ビジュツ ブンコ</dcndl:se

riesTitleTranscription>

<dcndl:publicationPlace>東京</dcndl:publicationPlace>

<dc:publisher>新潮社</dc:publisher>

<dcterms:issued xsi:type="dcterms:W3CDTF">1998</dcterms:issued>

<dcndl:price>1068円</dcndl:price>

<dcterms:extent>93p ; 20cm</dcterms:extent>

<dc:identifier xsi:type="dcndl:ISBN">4106015641</dc:identifier>

<dc:identifier xsi:type="dcndl:JPNO">98068546</dc:identifier>

<dc:subject xsi:type="dcndl:NDLC">KC16</dc:subject>

<dc:subject xsi:type="dcndl:NDLC">KC229</dc:subject>

<dc:subject xsi:type="dcndl:NDC9">733.087</dc:subject>

<dcndl:materialType>図書</dcndl:materialType>

<dcterms:accessRights>S01P99U99</dcterms:accessRights>

<rdfs:seeAlso rdf:resource="http://id.ndl.go.jp/bib/000002673301"></rdfs:se

eAlso>

<dcterms:description>年表あり</dcterms:description>

<dcndl:publicationPlace xsi:type="dcterms:ISO3166">JP</dcndl:publicationPla

ce>

<dc:language xsi:type="ISO639-2">jpn</dc:language>

</dcndl_simple:dc>

</metadata>

</record>

<record>

<header>

<identifier>oai:iss.ndl.go.jp:R100000002-I000002694768-00</identifier>

<datestamp>2014-01-07T00:00:00Z</datestamp>

</header>

<metadata>

<dcndl_simple:dc xmlns:dcterms="http://purl.org/dc/terms/" xmlns:dcndl_simple

="http://ndl.go.jp/dcndl/dcndl_simple/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-s

yntax-ns#" xmlns:dcndl="http://ndl.go.jp/dcndl/terms/" xmlns:foaf="http://xmlns.com/f

oaf/0.1/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdfs="http://www.w3.org/2

000/01/rdf-schema#" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:owl="

http://www.w3.org/2002/07/owl#">

Page 115: Application Programming Interface (API) Specifications€¦ · 22-03-2018  · CQL is the specification of search queries in SRW. This service is provided based on CQL 1.2. The basic

Appendix 3,

Application Programming Interface (API) Specifications

61 / 76

<dc:identifier xsi:type="dcterms:URI">http://iss.ndl.go.jp/books/R100000002

-I000002694768-00</dc:identifier>

<dc:title>井上洋介木版東京百画府</dc:title>

<dcndl:titleTranscription>イノウエ ヨウスケ モクハン トウキョウ ヒャク ガフ

</dcndl:titleTranscription>

<dc:creator>井上洋介 著</dc:creator>

<dc:creator>種村季弘 解説</dc:creator>

<dc:creator>井上, 洋介, 1931-</dc:creator>

<dc:creator>種村, 季弘, 1933-2004</dc:creator>

<dcndl:creatorTranscription>イノウエ, ヨウスケ</dcndl:creatorTranscription>

<dcndl:creatorTranscription>タネムラ, スエヒロ</dcndl:creatorTranscription>

<dcndl:seriesTitle>京都書院アーツコレクション ; 85</dcndl:seriesTitle>

<dcndl:seriesTitleTranscription>キョウト ショイン アーツ コレクション</dcnd

l:seriesTitleTranscription>

<dcndl:publicationPlace>京都</dcndl:publicationPlace>

<dcterms:alternative>100 tokyo pictures woodcut prints by Yohsuke Inoue</dc

terms:alternative>

<dc:publisher>京都書院</dc:publisher>

<dcterms:issued xsi:type="dcterms:W3CDTF">1998</dcterms:issued>

<dcndl:price>1000円</dcndl:price>

<dcterms:extent>1冊 (ページ付なし) ; 15cm</dcterms:extent>

<dc:identifier xsi:type="dcndl:ISBN">4763615858</dc:identifier>

<dc:identifier xsi:type="dcndl:JPNO">99016293</dc:identifier>

<dc:subject xsi:type="dcndl:NDLC">KC16</dc:subject>

<dc:subject xsi:type="dcndl:NDLC">KC229</dc:subject>

<dc:subject xsi:type="dcndl:NDC9">733.087</dc:subject>

<dcndl:materialType>図書</dcndl:materialType>

<dcterms:accessRights>S01P99U99</dcterms:accessRights>

<rdfs:seeAlso rdf:resource="http://id.ndl.go.jp/bib/000002694768"></rdfs:se

eAlso>

<dcterms:description>編集: アートダイジェスト</dcterms:description>

<dcndl:publicationPlace xsi:type="dcterms:ISO3166">JP</dcndl:publicationPla

ce>

<dc:language xsi:type="ISO639-2">jpn</dc:language>

</dcndl_simple:dc>

</metadata>

</record>

<record>

<header>

<identifier>oai:iss.ndl.go.jp:R100000002-I000008141097-00</identifier>

<datestamp>2014-01-07T00:00:00Z</datestamp>

</header>

<metadata>

<dcndl_simple:dc xmlns:dcterms="http://purl.org/dc/terms/" xmlns:dcndl_simple

="http://ndl.go.jp/dcndl/dcndl_simple/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-s

yntax-ns#" xmlns:dcndl="http://ndl.go.jp/dcndl/terms/" xmlns:foaf="http://xmlns.com/f

oaf/0.1/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdfs="http://www.w3.org/2

000/01/rdf-schema#" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:owl="

http://www.w3.org/2002/07/owl#">

<dc:identifier xsi:type="dcterms:URI">http://iss.ndl.go.jp/books/R100000002

-I000008141097-00</dc:identifier>

<dc:title>キアロスクーロ : ルネサンスとバロックの多色木版画 : フリッツ・ル

フト・コレクションの所蔵作品による</dc:title>

<dcndl:titleTranscription>キアロスクーロ : ルネサンス ト バロック ノ タショ

ク モクハンガ : フリッツ ルフト コレクション ノ ショゾウ サクヒン ニ ヨル</dcndl:titl

eTranscription>

<dc:creator>国立西洋美術館</dc:creator>

<dcndl:publicationPlace>[東京]</dcndl:publicationPlace>

<dcterms:alternative>Chiaroscuro</dcterms:alternative>

Page 116: Application Programming Interface (API) Specifications€¦ · 22-03-2018  · CQL is the specification of search queries in SRW. This service is provided based on CQL 1.2. The basic

Appendix 3,

Application Programming Interface (API) Specifications

62 / 76

<dc:publisher>国立西洋美術館</dc:publisher>

<dcterms:issued xsi:type="dcterms:W3CDTF">2005</dcterms:issued>

<dcterms:extent>198p ; 25cm</dcterms:extent>

<dc:identifier xsi:type="dcndl:ISBN">4906536344</dc:identifier>

<dc:identifier xsi:type="dcndl:JPNO">21005369</dc:identifier>

<dc:subject xsi:type="dcndl:NDLC">KC16</dc:subject>

<dc:subject xsi:type="dcndl:NDLC">KC47</dc:subject>

<dc:subject xsi:type="dcndl:NDC9">733.023</dc:subject>

<dcndl:materialType>図書</dcndl:materialType>

<dcndl:materialType>政府刊行物</dcndl:materialType>

<dcndl:materialType>官公庁刊行物</dcndl:materialType>

<dcterms:accessRights>S01P99U99</dcterms:accessRights>

<rdfs:seeAlso rdf:resource="http://id.ndl.go.jp/bib/000008141097"></rdfs:se

eAlso>

<dcterms:description>会期・会場: 2005年10月8日-12月11日</dcterms:descriptio

n>

<dcterms:description>編集: 幸福輝ほか</dcterms:description>

<dcterms:description>共同刊行: 西洋美術振興財団</dcterms:description>

<dcndl:publicationPlace xsi:type="dcterms:ISO3166">JP</dcndl:publicationPla

ce>

<dc:subject xsi:type="dcndl:NDLSH">木版画--ヨーロッパ--画集</dc:subject>

<dc:language xsi:type="ISO639-2">jpn</dc:language>

</dcndl_simple:dc>

</metadata>

</record>

Page 117: Application Programming Interface (API) Specifications€¦ · 22-03-2018  · CQL is the specification of search queries in SRW. This service is provided based on CQL 1.2. The basic

Appendix 3,

Application Programming Interface (API) Specifications

63 / 76

5.6. ListSets

(1) Request example

http://iss.ndl.go.jp/api/oaipmh?verb=ListSets

(2) Example of returned data <?xml version="1.0" encoding="UTF-8" standalone="yes"?>

<OAI-PMH xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"

xmlns="http://www.openarchives.org/OAI/2.0/"

xsi:schemaLocation="http://www.openarchives.org/OAI/2.0/

http://www.openarchives.org/OAI/2.0/OAI-PMH.xsd"

xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">

<responseDate>2018-03-22T00:00:00Z</responseDate>

<request verb="ListSets">http://iss.ndl.go.jp/api/oaipmh</request>

<ListSets>

<set>

<setSpec>zassaku</setSpec>

<setName>国立国会図書館オンライン(雑誌記事索引)</setName>

</set>

<set>

<setSpec>kindai</setSpec>

<setName>近代デジタルライブラリー</setName>

</set>

<set>

<setSpec>dnavi</setSpec>

<setName>Dnavi</setName>

</set>

<set>

<setSpec>hermes</setSpec>

<setName>HERMES-IR (Special Collections) </setName>

</set>

<set>

<setSpec>aozora</setSpec>

<setName>青空文庫</setName>

</set>

<set>

<setSpec>jstage</setSpec>

<setName>J-STAGE</setName>

</set>

<set>

<setSpec>akita-dl</setSpec>

<setName>秋田県立図書館(デジタルライブラリー)</setName>

</set>

<set>

<setSpec>akita-kiji</setSpec>

<setName>秋田県立図書館(記事・索引)</setName>

</set>

<set>

<setSpec>narajo</setSpec>

<setName>奈良女子大学所蔵資料電子画像集</setName>

</set>

<set>

<setSpec>webcont</setSpec>

Page 118: Application Programming Interface (API) Specifications€¦ · 22-03-2018  · CQL is the specification of search queries in SRW. This service is provided based on CQL 1.2. The basic

Appendix 3,

Application Programming Interface (API) Specifications

64 / 76

<setName>国立国会図書館電子展示会</setName>

</set>

<set>

<setSpec>ibaraki</setSpec>

<setName>茨城県立図書館デジタルライブラリー</setName>

</set>

<set>

<setSpec>kyushu</setSpec>

<setName>九州大学デジタル・アーカイブ</setName>

</set>

<set>

<setSpec>nara-tiiki</setSpec>

<setName>奈良県地域史料目録</setName>

</set>

<set>

<setSpec>nara-book</setSpec>

<setName>奈良県立図書情報館 ふるさとデジタル化書籍+絵図展示ギャラリー

</setName>

</set>

<set>

<setSpec>tsukuba</setSpec>

<setName>筑波大学附属図書館 貴重書コレクション </setName>

</set>

<set>

<setSpec>okinawa-1</setSpec>

<setName>沖縄戦関係資料閲覧室 所蔵資料検索(電子化済)</setName>

</set>

<set>

<setSpec>okinawa-2</setSpec>

<setName>沖縄戦関係資料閲覧室 所蔵資料検索(未電子化)</setName>

</set>

<set>

<setSpec>ishikawa</setSpec>

<setName>石川県立図書館 貴重資料ギャラリー</setName>

</set>

<set>

<setSpec>suisan</setSpec>

<setName>水産研究・教育機構図書資料デジタルアーカイブ</setName>

</set>

<set>

<setSpec>keio-g</setSpec>

<setName>慶應義塾図書館デジタルギャラリー</setName>

</set>

<set>

<setSpec>keio-p</setSpec>

<setName>慶應義塾写真データベース</setName>

</set>

<set>

<setSpec>miyagi</setSpec>

<setName>叡智の杜 Web(宮城県図書館)</setName>

</set>

<set>

<setSpec>hiroshima-c</setSpec>

<setName>広島市立中央図書館 特別集書</setName>

</set>

<set>

<setSpec>mie-p</setSpec>

<setName>三重県立図書館 和漢籍資料デジタル閲覧室</setName>

</set>

Page 119: Application Programming Interface (API) Specifications€¦ · 22-03-2018  · CQL is the specification of search queries in SRW. This service is provided based on CQL 1.2. The basic

Appendix 3,

Application Programming Interface (API) Specifications

65 / 76

<set>

<setSpec>sapporo</setSpec>

<setName>札幌市中央図書館デジタルライブラリー</setName>

</set>

<set>

<setSpec>hokkaido</setSpec>

<setName>北海道立図書館 北方資料デジタル・ライブラリー</setName>

</set>

<set>

<setSpec>tokushima</setSpec>

<setName>徳島県立図書館 デジタルライブラリ</setName>

</set>

<set>

<setSpec>osaka-n</setSpec>

<setName>大阪府立図書館 おおさか eコレクション</setName>

</set>

<set>

<setSpec>okayamashi</setSpec>

<setName>岡山市立中央図書館 郷土資料画像集</setName>

</set>

<set>

<setSpec>hukuoka</setSpec>

<setName>福岡県立図書館 デジタルライブラリ</setName>

</set>

<set>

<setSpec>tottori</setSpec>

<setName>鳥取県立図書館所蔵絵図</setName>

</set>

<set>

<setSpec>saitama</setSpec>

<setName>埼玉県立図書館 デジタルライブラリー</setName>

</set>

<set>

<setSpec>nagoyashi</setSpec>

<setName>名古屋の絵葉書集(名古屋市鶴舞中央図書館)</setName>

</set>

<set>

<setSpec>chiba</setSpec>

<setName>千葉県デジタルアーカイブ</setName>

</set>

<set>

<setSpec>yamagatashi</setSpec>

<setName>高橋由一 石版画の世界(山形県立図書館)</setName>

</set>

<set>

<setSpec>iwate</setSpec>

<setName>イーハトーブ岩手電子図書館(岩手県立図書館)</setName>

</set>

<set>

<setSpec>kawasakishi</setSpec>

<setName>川崎市立図書館 Webギャラリー</setName>

</set>

<set>

<setSpec>kanagawa</setSpec>

<setName>神奈川県立図書館 デジタルアーカイブ</setName>

</set>

<set>

<setSpec>toyama</setSpec>

<setName>富山県立図書館 古絵図・貴重書ギャラリー</setName>

Page 120: Application Programming Interface (API) Specifications€¦ · 22-03-2018  · CQL is the specification of search queries in SRW. This service is provided based on CQL 1.2. The basic

Appendix 3,

Application Programming Interface (API) Specifications

66 / 76

</set>

<set>

<setSpec>gifu</setSpec>

<setName>岐阜県図書館 岐阜県関係資料+地図資料</setName>

</set>

<set>

<setSpec>yokohama</setSpec>

<setName>都市横浜の記憶(横浜市中央図書館)</setName>

</set>

<set>

<setSpec>miyada</setSpec>

<setName>宮田村インターネット博物館</setName>

</set>

<set>

<setSpec>shizuoka</setSpec>

<setName>静岡県立中央図書館 デジタルライブラリー</setName>

</set>

<set>

<setSpec>hakodate</setSpec>

<setName>函館市中央図書館所蔵デジタルアーカイブ デジタル資料館</setName>

</set>

<set>

<setSpec>miyazaki</setSpec>

<setName>宮崎県立図書館 貴重書デジタルアーカイブ</setName>

</set>

<set>

<setSpec>shiga</setSpec>

<setName>滋賀県立図書館 近江デジタル歴史街道</setName>

</set>

<set>

<setSpec>niigata</setSpec>

<setName>新潟県立図書館 新潟県立文書館 越後佐渡デジタルライブラリー</setName>

</set>

<set>

<setSpec>iss-shinbun</setSpec>

<setName>新聞総合目録</setName>

</set>

<set>

<setSpec>iss-ndl-hp-docs</setSpec>

<setName>NDL-HP掲載刊行物</setName>

</set>

<set>

<setSpec>iss-ndl-hp-docs</setSpec>

<setName>国立国会図書館月報</setName>

</set>

<set>

<setSpec>iss-ndl-hp-docs</setSpec>

<setName>日本全国書誌</setName>

</set>

<set>

<setSpec>iss-ndl-hp-docs</setSpec>

<setName>レファレンス</setName>

</set>

<set>

<setSpec>iss-ndl-hp-docs</setSpec>

<setName>調査と情報-ISSUE BRIEF-</setName>

</set>

<set>

<setSpec>iss-ndl-hp-docs</setSpec>

Page 121: Application Programming Interface (API) Specifications€¦ · 22-03-2018  · CQL is the specification of search queries in SRW. This service is provided based on CQL 1.2. The basic

Appendix 3,

Application Programming Interface (API) Specifications

67 / 76

<setName>外国の立法</setName>

</set>

<set>

<setSpec>iss-ndl-hp-docs</setSpec>

<setName>国立国会図書館-調査資料</setName>

</set>

<set>

<setSpec>iss-ndl-hp-docs</setSpec>

<setName>びぶろす</setName>

</set>

<set>

<setSpec>iss-ndl-hp-docs</setSpec>

<setName>アジア情報室通報</setName>

</set>

<set>

<setSpec>iss-ndl-hp-docs</setSpec>

<setName>NDL書誌情報ニュースレター</setName>

</set>

<set>

<setSpec>iss-ndl-hp-docs</setSpec>

<setName>国立国会図書館-記録集</setName>

</set>

<set>

<setSpec>iss-ndl-hp-docs</setSpec>

<setName>NDL Newsletter</setName>

</set>

<set>

<setSpec>iss-ndl-hp-docs</setSpec>

<setName>CDNLAO Newsletter</setName>

</set>

<set>

<setSpec>hourei-meiji</setSpec>

<setName>日本法令索引(明治前期編)</setName>

</set>

<set>

<setSpec>ndl-dl</setSpec>

<setName>国立国会図書館デジタル化資料</setName>

</set>

<set>

<setSpec>ndl-dl-online</setSpec>

<setName>国立国会図書館デジタルコレクション(電子書籍・電子雑誌)</setName>

</set>

<set>

<setSpec>ndl-dl-daisy</setSpec>

<setName>視覚障害者等用デジタル資料</setName>

</set>

<set>

<setSpec>nosui</setSpec>

<setName>農林水産関係試験研究機関総合目録</setName>

</set>

<set>

<setSpec>okinawa-rare-digital</setSpec>

<setName>沖縄県立図書館『貴重資料デジタル書庫』</setName>

</set>

<set>

<setSpec>akita-digital-archive</setSpec>

<setName>秋田県立図書館デジタルアーカイブ</setName>

</set>

<set>

Page 122: Application Programming Interface (API) Specifications€¦ · 22-03-2018  · CQL is the specification of search queries in SRW. This service is provided based on CQL 1.2. The basic

Appendix 3,

Application Programming Interface (API) Specifications

68 / 76

<setSpec>komazawa-univ</setSpec>

<setName>駒澤大学電子貴重書庫</setName>

</set>

<set>

<setSpec>yamanashi-da</setSpec>

<setName>山梨デジタルアーカイブ(山梨県立図書館)</setName>

</set>

<set>

<setSpec>nosui-library-da</setSpec>

<setName>農林水産省図書館・電子化図書一覧公開システム</setName>

</set>

<set>

<setSpec>kyudai</setSpec>

<setName>九大コレクション</setName>

</set>

<set>

<setSpec>bunkaisan</setSpec>

<setName>文化遺産オンライン</setName>

</set>

<set>

<setSpec>adeac</setSpec>

<setName>デジタルアーカイブシステム ADEAC</setName>

</set>

<set>

<setSpec>iss-ndl-opac-national</setSpec>

<setName>NDL全国書誌情報</setName>

</set>

<set>

<setSpec>iss-ndl-opac-inprocess</setSpec>

<setName>インプロセスの国立国会図書館蔵書</setName>

</set>

<set>

<setSpec>colbase</setSpec>

<setName>ColBase: 国立博物館所蔵品統合検索システム</setName>

</set>

<set>

<setSpec>digitalcontents</setSpec>

<setName>本文、デジタル画像等(一次情報)</setName>

</set>

<set>

<setSpec>catalogue</setSpec>

<setName>目録、索引等</setName>

</set>

<set>

<setSpec>site</setSpec>

<setName>サイト情報</setName>

</set>

<set>

<setSpec>reference</setSpec>

<setName>調べ物に便利な情報、参考情報</setName>

</set>

<set>

<setSpec>science</setSpec>

<setName>自然科学系の情報</setName>

</set>

<set>

<setSpec>humanities</setSpec>

<setName>人文科学系の情報</setName>

</set>

Page 123: Application Programming Interface (API) Specifications€¦ · 22-03-2018  · CQL is the specification of search queries in SRW. This service is provided based on CQL 1.2. The basic

Appendix 3,

Application Programming Interface (API) Specifications

69 / 76

<set>

<setSpec>library</setSpec>

<setName>図書館に関わる情報</setName>

</set>

<set>

<setSpec>child</setSpec>

<setName>子供向けの情報</setName>

</set>

<set>

<setSpec>ndl</setSpec>

<setName>国立国会図書館が提供する情報</setName>

</set>

<set>

<setSpec>iss-ndl-opac-both_of_3_and_7</setSpec>

<setName>国立国会図書館蔵書</setName>

</set>

<set>

<setSpec>iss-ndl-opac</setSpec>

<setName>国立国会図書館オンライン</setName>

</set>

<set>

<setSpec>D</setSpec>

<setName>デジタル化資料</setName>

</set>

<set>

<setSpec>D02</setSpec>

<setName>古典籍資料(貴重書等)</setName>

</set>

<set>

<setSpec>D20</setSpec>

<setName>錦絵</setName>

</set>

<set>

<setSpec>D21</setSpec>

<setName>絵図</setName>

</set>

<set>

<setSpec>D22</setSpec>

<setName>重要文化財</setName>

</set>

<set>

<setSpec>D23</setSpec>

<setName>洋古書</setName>

</set>

<set>

<setSpec>D24</setSpec>

<setName>その他</setName>

</set>

<set>

<setSpec>D00</setSpec>

<setName>図書</setName>

</set>

<set>

<setSpec>D001</setSpec>

<setName>国立国会図書館</setName>

</set>

<set>

<setSpec>D0011</setSpec>

<setName>国立国会図書館調査及び立法考査局</setName>

Page 124: Application Programming Interface (API) Specifications€¦ · 22-03-2018  · CQL is the specification of search queries in SRW. This service is provided based on CQL 1.2. The basic

Appendix 3,

Application Programming Interface (API) Specifications

70 / 76

</set>

<set>

<setSpec>D01</setSpec>

<setName>雑誌</setName>

</set>

<set>

<setSpec>D011</setSpec>

<setName>国立国会図書館</setName>

</set>

<set>

<setSpec>D0111</setSpec>

<setName>国立国会図書館調査及び立法考査局</setName>

</set>

<set>

<setSpec>D90</setSpec>

<setName>歴史的音源</setName>

</set>

<set>

<setSpec>D05</setSpec>

<setName>官報</setName>

</set>

<set>

<setSpec>D04</setSpec>

<setName>博士論文</setName>

</set>

<set>

<setSpec>D07</setSpec>

<setName>憲政資料</setName>

</set>

<set>

<setSpec>D071</setSpec>

<setName>文書名</setName>

</set>

<set>

<setSpec>D0711</setSpec>

<setName>青木周蔵関係文書(その 1)</setName>

</set>

<set>

<setSpec>D0712</setSpec>

<setName>赤松則良関係文書</setName>

</set>

<set>

<setSpec>D071I</setSpec>

<setName>石黒忠悳関係文書</setName>

</set>

<set>

<setSpec>D0713</setSpec>

<setName>石田英吉関係文書</setName>

</set>

<set>

<setSpec>D0714</setSpec>

<setName>伊藤博文関係文書(その 1)</setName>

</set>

<set>

<setSpec>D0715</setSpec>

<setName>伊藤博文関係文書(その 2)</setName>

</set>

<set>

<setSpec>D0716</setSpec>

Page 125: Application Programming Interface (API) Specifications€¦ · 22-03-2018  · CQL is the specification of search queries in SRW. This service is provided based on CQL 1.2. The basic

Appendix 3,

Application Programming Interface (API) Specifications

71 / 76

<setName>伊東巳代治関係文書</setName>

</set>

<set>

<setSpec>D0717</setSpec>

<setName>勝海舟関係文書</setName>

</set>

<set>

<setSpec>D0718</setSpec>

<setName>桂太郎関係文書(所蔵)</setName>

</set>

<set>

<setSpec>D0719</setSpec>

<setName>憲政資料室収集文書</setName>

</set>

<set>

<setSpec>D071A</setSpec>

<setName>河野広中関係文書</setName>

</set>

<set>

<setSpec>D071B</setSpec>

<setName>佐藤達夫関係文書</setName>

</set>

<set>

<setSpec>D071K</setSpec>

<setName>下村宏関係文書</setName>

</set>

<set>

<setSpec>D071C</setSpec>

<setName>津田真道関係文書</setName>

</set>

<set>

<setSpec>D071J</setSpec>

<setName>永田秀次郎・亮一関係文書</setName>

</set>

<set>

<setSpec>D071D</setSpec>

<setName>西周関係文書</setName>

</set>

<set>

<setSpec>D071E</setSpec>

<setName>浜口雄幸関係文書</setName>

</set>

<set>

<setSpec>D071F</setSpec>

<setName>古沢滋関係文書</setName>

</set>

<set>

<setSpec>D071H</setSpec>

<setName>陸奥宗光関係文書</setName>

</set>

<set>

<setSpec>D071L</setSpec>

<setName>杉浦譲関係文書</setName>

</set>

<set>

<setSpec>D071M</setSpec>

<setName>井上馨関係文書</setName>

</set>

<set>

Page 126: Application Programming Interface (API) Specifications€¦ · 22-03-2018  · CQL is the specification of search queries in SRW. This service is provided based on CQL 1.2. The basic

Appendix 3,

Application Programming Interface (API) Specifications

72 / 76

<setSpec>D071N</setSpec>

<setName>三条家文書</setName>

</set>

<set>

<setSpec>D071O</setSpec>

<setName>鮫島尚信・武之助関係文書</setName>

</set>

<set>

<setSpec>D071P</setSpec>

<setName>前田正名関係文書</setName>

</set>

<set>

<setSpec>D071Q</setSpec>

<setName>中江兆民関係文書</setName>

</set>

<set>

<setSpec>D071R</setSpec>

<setName>大木喬任関係文書</setName>

</set>

<set>

<setSpec>D071S</setSpec>

<setName>牧野伸顕関係文書</setName>

</set>

<set>

<setSpec>D071T</setSpec>

<setName>西園寺公望関係文書(橋本実梁旧蔵)</setName>

</set>

<set>

<setSpec>D071U</setSpec>

<setName>大鳥圭介関係文書</setName>

</set>

<set>

<setSpec>D071V</setSpec>

<setName>榎本武揚関係文書</setName>

</set>

<set>

<setSpec>D071W</setSpec>

<setName>安藤正純関係文書</setName>

</set>

<set>

<setSpec>D071X</setSpec>

<setName>斎藤実関係文書</setName>

</set>

<set>

<setSpec>D071Y</setSpec>

<setName>三島通庸関係文書</setName>

</set>

<set>

<setSpec>D071Z</setSpec>

<setName>鶴見祐輔関係文書</setName>

</set>

<set>

<setSpec>D071AA</setSpec>

<setName>関屋貞三郎関係文書</setName>

</set>

<set>

<setSpec>D071AB</setSpec>

<setName>柳原前光関係文書</setName>

</set>

Page 127: Application Programming Interface (API) Specifications€¦ · 22-03-2018  · CQL is the specification of search queries in SRW. This service is provided based on CQL 1.2. The basic

Appendix 3,

Application Programming Interface (API) Specifications

73 / 76

<set>

<setSpec>D071AC</setSpec>

<setName>阪谷芳郎関係文書</setName>

</set>

<set>

<setSpec>D071AD</setSpec>

<setName>有馬頼寧関係文書</setName>

</set>

<set>

<setSpec>D071AE</setSpec>

<setName>荒木貞夫関係文書</setName>

</set>

<set>

<setSpec>D071AF</setSpec>

<setName>森本確也関係文書</setName>

</set>

<set>

<setSpec>D071AG</setSpec>

<setName>上野景範関係文書(寄託)</setName>

</set>

<set>

<setSpec>D071AH</setSpec>

<setName>立川雲平関係文書</setName>

</set>

<set>

<setSpec>D071AI</setSpec>

<setName>川上直之助関係文書</setName>

</set>

<set>

<setSpec>D071AJ</setSpec>

<setName>大山巌関係文書(寄託)</setName>

</set>

<set>

<setSpec>D071AK</setSpec>

<setName>渡辺千秋関係文書</setName>

</set>

<set>

<setSpec>D071AL</setSpec>

<setName>樺山資紀関係文書(その 2)</setName>

</set>

<set>

<setSpec>D071AM</setSpec>

<setName>長谷川清関係文書</setName>

</set>

<set>

<setSpec>D071AN</setSpec>

<setName>田中義一関係文書(所蔵)</setName>

</set>

<set>

<setSpec>D071AO</setSpec>

<setName>長崎省吾関係文書</setName>

</set>

<set>

<setSpec>D072</setSpec>

<setName>資料の種類</setName>

</set>

<set>

<setSpec>D0721</setSpec>

<setName>書簡</setName>

Page 128: Application Programming Interface (API) Specifications€¦ · 22-03-2018  · CQL is the specification of search queries in SRW. This service is provided based on CQL 1.2. The basic

Appendix 3,

Application Programming Interface (API) Specifications

74 / 76

</set>

<set>

<setSpec>D0722</setSpec>

<setName>書類</setName>

</set>

<set>

<setSpec>D0723</setSpec>

<setName>日記</setName>

</set>

<set>

<setSpec>D0724</setSpec>

<setName>写真</setName>

</set>

<set>

<setSpec>D0725</setSpec>

<setName>図像</setName>

</set>

<set>

<setSpec>D06</setSpec>

<setName>日本占領関係資料</setName>

</set>

<set>

<setSpec>D064</setSpec>

<setName>GHQ/SCAP文書(RG331)</setName>

</set>

<set>

<setSpec>D0641</setSpec>

<setName>民政局(GS)</setName>

</set>

<set>

<setSpec>D0642</setSpec>

<setName>最高機密ファイル(各部局)(TS)</setName>

</set>

<set>

<setSpec>D0643</setSpec>

<setName>国際検察局文書(IPS)</setName>

</set>

<set>

<setSpec>D0644</setSpec>

<setName>対日指令集(SCAPINs)</setName>

</set>

<set>

<setSpec>D0645</setSpec>

<setName>民事局(CAS)</setName>

</set>

<set>

<setSpec>D061</setSpec>

<setName>米国戦略爆撃調査団文書(RG243)</setName>

</set>

<set>

<setSpec>D0611</setSpec>

<setName>指導者尋問記録 (Entry 43)</setName>

</set>

<set>

<setSpec>D0612</setSpec>

<setName>日本航空戦力調査 (Entry 44)</setName>

</set>

<set>

<setSpec>D0613</setSpec>

Page 129: Application Programming Interface (API) Specifications€¦ · 22-03-2018  · CQL is the specification of search queries in SRW. This service is provided based on CQL 1.2. The basic

Appendix 3,

Application Programming Interface (API) Specifications

75 / 76

<setName>各種日本関係情報 (Entry 46)</setName>

</set>

<set>

<setSpec>D0614</setSpec>

<setName>目標情報:地域別・目標別 (Entry 47)</setName>

</set>

<set>

<setSpec>D0615</setSpec>

<setName>目標情報:標的フォルダー (Entry 48)</setName>

</set>

<set>

<setSpec>D0616</setSpec>

<setName>目標情報:陸海軍調査 (Entry 49)</setName>

</set>

<set>

<setSpec>D0617</setSpec>

<setName>目標情報:地域調査 (Entry 50)</setName>

</set>

<set>

<setSpec>D0618</setSpec>

<setName>諸統計表 (Entry 51)</setName>

</set>

<set>

<setSpec>D0619</setSpec>

<setName>陸軍航空隊統計概報 (Entry 52)</setName>

</set>

<set>

<setSpec>D061A</setSpec>

<setName>第 20、21爆撃軍団報告書 (Entry 53)</setName>

</set>

<set>

<setSpec>D061B</setSpec>

<setName>陸上機戦闘報告書 (Entry 54)</setName>

</set>

<set>

<setSpec>D061C</setSpec>

<setName>艦載機戦闘報告書 (Entry 55)</setName>

</set>

<set>

<setSpec>D061D</setSpec>

<setName>海軍航空隊作戦報告書 (Entry 56)</setName>

</set>

<set>

<setSpec>D061E</setSpec>

<setName>海軍海上戦闘報告書 (Entry 57)</setName>

</set>

<set>

<setSpec>D061F</setSpec>

<setName>極東における機雷敷設 (Entry 58)</setName>

</set>

<set>

<setSpec>D061G</setSpec>

<setName>損害評価報告書 (Entry 59)</setName>

</set>

<set>

<setSpec>D061H</setSpec>

<setName>第 20航空軍損害評価カード (Entry 60)</setName>

</set>

<set>

Page 130: Application Programming Interface (API) Specifications€¦ · 22-03-2018  · CQL is the specification of search queries in SRW. This service is provided based on CQL 1.2. The basic

Appendix 3,

Application Programming Interface (API) Specifications

76 / 76

<setSpec>D061I</setSpec>

<setName>目標情報:航空写真 (Entry 72)</setName>

</set>

<set>

<setSpec>D061J</setSpec>

<setName>雑資料:原爆等 (Entry番号なし)</setName>

</set>

<set>

<setSpec>D061K</setSpec>

<setName>報告書及び作成用資料 (Entry 41)</setName>

</set>

<set>

<setSpec>D062</setSpec>

<setName>極東軍文書(RG554)</setName>

</set>

<set>

<setSpec>D0621</setSpec>

<setName>参謀第二部(G2)</setName>

</set>

<set>

<setSpec>D0622</setSpec>

<setName>参謀第三部(G3)</setName>

</set>

<set>

<setSpec>D0623</setSpec>

<setName>参謀第四部(G4)</setName>

</set>

<set>

<setSpec>D063</setSpec>

<setName>その他</setName>

</set>

<set>

<setSpec>D0631</setSpec>

<setName>マッカーサー元帥レポート図版集</setName>

</set>

<set>

<setSpec>D0632</setSpec>

<setName>日本軍戦史</setName>

</set>

<set>

<setSpec>D11</setSpec>

<setName>プランゲ文庫</setName>

</set>

<set>

<setSpec>D111</setSpec>

<setName>一般図書</setName>

</set>

<set>

<setSpec>D112</setSpec>

<setName>児童書</setName>

</set>

<set>

<setSpec>D113</setSpec>

<setName>雑誌</setName>

</set>

<resumptionToken completeListSize="388" cursor="0">200</resumptionToken>

</ListSets>

</OAI-PMH>

Page 131: Application Programming Interface (API) Specifications€¦ · 22-03-2018  · CQL is the specification of search queries in SRW. This service is provided based on CQL 1.2. The basic

Appendix 4,

Application Programming Interface (API) Specifications

List of Collection Codes and Access Rights

Table 1 and Table2 list the latest Collection Codes and Access Rights. Collection Codes and Access

Rights can be specified in harvesting API (OAI-PMH) only. Rights cannot be specified in search API

(SRU, SRW, OpenSearch and Z39.50).

Table 1 lists Collection Codes for NDL Digital Collections (Digitized Contents) and NDL Digital

Collections (Online publications).

For Collection Codes, forward match shall be applied. For example, if "D00" (Books) is specified,

bibliographic data with the Collection Code "D00" (Books), "D001" (National Diet Library), "D0011"

(National Diet Library Research and LegislativeReference Bureau) will be returned. You can also

specify only the code "D" ("D" is an identifier for NDL Digital Collections [Digitized Contents]) or

"I" ("I" is an identifier for NDL Digital Collections [Online publications]). Please note you

cannot specify multiple Collection Codes at one time.

Collection Code "D02" (Rare Books and Old Materials) is exceptional. If "D02" is specified,

bibliographic data with the Collection Code for any of "D20" (Nisiki-e) or "D21" (E-zu) or "D22"

(Important Cultural Properties) or "D23" (Old Western books) or "D24" (Others) will be returned. As

another exceptional code, a request specified for “D071A” will return data of “D071A” only because

a relationship between “D071A” and “D071AA-AO” is not nested.

Collection Name for each data of National Diet Library Digital Collections can be seen on the website

(http://dl.ndl.go.jp/). Please check the field of “Collection Information (type:collection)” on the

Detailed Record View for Metadata.

Table 1 List of Collection Code Identification Collection Code Collection Digitized Contents

D Digitized Contents D00 Books D001 National Diet Library D0011 National Diet Library Research and

LegislativeReference Bureau D01 Periodicals D011 National Diet Library D0111 National Diet Library Research and

LegislativeReference Bureau D02 Rare Books and Old Materials

Page 132: Application Programming Interface (API) Specifications€¦ · 22-03-2018  · CQL is the specification of search queries in SRW. This service is provided based on CQL 1.2. The basic

Appendix 4,

Application Programming Interface (API) Specifications

Identification Collection Code Collection D20 Nisiki-e D21 E-zu D22 Important Cultural Properties D23 Old Western books D24 Others D04 Doctoral Dissertations D05 Official Gazettes D06 Materials on the Allied Occupation of Japan D061 Records of the U.S. Strategic Bombing Survey (USSBS) D0611 USSBS Transcripts of Interrogations and

Interrogation Reports of Japanese Industrial, Military, and Political Leaders (Entry 43)

D0612 Reports of Japanese Responses to Questionnaires Relating to Japanese Air Strength (Entry 44)

D0613 Intelligence Library (Entry 46) D0614 Joint Target Group Air Target Analyses (Entry 47) D0615 Air Objective Folders (Entry 48) D0616 Joint Army-Navy Intelligence Studies (JANIS) (Entry

49) D0617 Japanese Resources Reference Notebooks (Entry 50) D0618 Statistical Reports Covering Allied and U.S. Air Forces

Attack Data (Entry 51) D0619 Operations Reports (Entry 52) D061A Tactical Mission Reports of the 20th & 21st Bomber

Commands (Entry 53) D061B Land-Based Navy and Marine Corps Aircraft Action

Reports (Entry 54) D061C Carrier-Based Navy and Marine Corps Aircraft Action

Reports (Entry 55) D061D U. S. Naval Air Narrative and Statistical Operations

Summaries and Reports (Entry 56) D061E Naval Surface Action Reports, June 30 - Sept. 1 (Entry

57) D061F Statistical Summaries of Naval Minefields in the Far

East (Entry 58) D061G Damage Assessment Reports (Entry 59) D061H 20th Air Force Damage Assessment Cards (Entry 60) D061I Aerial Photographs of Japanese Targets (Entry 72) D061J No Entry Number D061K Pacific Survey Reports and Supporting Records (Entry

41) D062 Records of the Far East Command, Supreme

Commander for the Allied Powers, and United Nations Command, 1945- 1960

D0621 Assistant Chief of Staff (G-2) D0622 Assistant Chief of Staff (G-3) D0623 Assistant Chief of Staff (G-4) D063 Others D0631 Illustrations of Reports of General MacArthur D0632 Japanese Monographs D064 Records of General Headquarters Supreme

Commander for the Allied Powers D0641 Government Section D0642 Top Secret Records of Various Sections(TS) D0643 International Prosecution Section(IPS) D0644 Directives to the Japanese Government(SCAPINs) D0645 Civil Affairs Section (CAS) D07 Modern Japanese political history materials D071 Document Name D0711 Aoki Shuzo Papers

Page 133: Application Programming Interface (API) Specifications€¦ · 22-03-2018  · CQL is the specification of search queries in SRW. This service is provided based on CQL 1.2. The basic

Appendix 4,

Application Programming Interface (API) Specifications

Identification Collection Code Collection D0712 Akamatu Noriyoshi Papers D071I Ishiguro Tadanori Papers D0713 Ishida Eikichi Papers D0714 Ito Hirobumi Papers (No.1) D0715 Ito Hirobumi Papers (No.2) D0716 Ito Miyoji Papers D0717 Katsu Kaishu Papers D0718 Katsura Taro Papers D0719 Modern Japanese Political History Materials Room

Collection D071A Kono Hironaka Papers D071B Sato Tatsuo Papers D071K Shimomura Hiroshi Papers D071C Tsuda Mamichi Papers D071J Nagata Hidejiro, Ryoichi Papers D071D Nishi Amane Papers D071E Hamaguchi Osachi Papers D071F Furusawa Shigeru Papers D071H Mutsu Munemitsu Papers D071L Sugiura Yuzuru Papers D071M Inoue Kaoru Papers D071N Sanjo Family Papers D071O Sameshima Naonobu, Takenosuke Papers D071P Maeda Masana Papers D071Q Nakae Chomin Papers D071R Oki Takato Papers D071S Makino Nobuaki Papers D071T Saionji Kinmochi Papers D071U Otori Keisuke Papers D071V Enomoto Takeaki Papers D071W Ando Masazumi Papers D071X Saito Makoto Papers D071Y Mishima Michitsune Papers D071Z Tsurumi Yusuke Papers D071AA Sekiya Teizaburo Papers D071AB Yanagiwara Sakimitu Papers D071AC Sakatani Yoshiro Papers D071AD Arima Yoriyasu Papers D071AE Araki Sadao Papers D071AF Morimoto Kakuya Papers D071AG Ueno Kagenori Papers D071AH Tatsukawa Unpei Papers D071AI Kawakami Naonosuke Papers D071AJ Oyama Iwao Papers

D071AK Watanabe Chiaki Papers D071AL Kabayama Sukenori Papers (No.2) D071AM Hasegawa Kiyoshi Papers D071AN Tanaka Giichi Papers D071AO Nagasaki Shogo Paper D072 Material Type D0721 Correspondences D0722 Manuscripts D0723 Diaries D0724 Photographs D0725 Images D11 Prange Collection D111 Books D112 Children’s Books D113 Periodicals

Page 134: Application Programming Interface (API) Specifications€¦ · 22-03-2018  · CQL is the specification of search queries in SRW. This service is provided based on CQL 1.2. The basic

Appendix 4,

Application Programming Interface (API) Specifications

Identification Collection Code Collection D114 Censored Newspaper Articles(CNA) D12 Braille data D16 Audio-Visual materials D161 Scripts D1611 TV D1612 Radio D1613 Related documents D162 Music Manuscripts D163 Audio materials D164 Visual materials D17 Collections from Other Institutions D171 Ishinomaki Hibi Shimbun D172 Science Film D173 Digitized materials of the University of Tokyo Library

System D174 EXPO Aichi D1741 Books D1742 Video D175 Naimusho Keihokyoku Censorship Collection D90 Historical Recordings

Online publications

I Online Publications I1 National Agencies I11 National Diet (Congress of Japan) I1101 House of Representatives I1102 House of Councillors I1103 Judge Impeachment Court I1104 Judge Indictment Committee I1105 National Diet Library I11051 National Diet Library Research and

LegislativeReference Bureau I12 Administrative Agencies I1201 Cabinet Secretariat I12011 Prime Minister of Japan and His Cabinet I1202 Cabinet Legislation Bureau I1203 National Personnel Authority I1204 Cabinet Office I12041 Imperial Household Agency I12042 National Public Safety Commission I12043 National Police Agency I12044 Financial Services Agency I12045 Fair Trade Commission I12046 Consumer Affairs Agency I12047 Personal Information Protection Commission I1205 Reconstruction Agency I1206 Ministry of Internal Affairs and Communications I12061 Fire and Disaster Management Agency I12062 Environmental Dispute Coordination Commission I1207 Ministry of Justice I12071 Public Prosecutors Office I12072 Public Security Intelligence Agency I12073 Public Security Examination Commission I1208 Ministry of Foreign Affairs I1209 Ministry of Finance I12091 National Tax Agency I1210 Ministry of Education, Culture, Sports, Science and

Technology I12101 Agency for Cultural Affairs I12102 Japan Sports Agency I1211 Ministry of Health, Labour and Welfare I12111 Central Labour Relations Commission

Page 135: Application Programming Interface (API) Specifications€¦ · 22-03-2018  · CQL is the specification of search queries in SRW. This service is provided based on CQL 1.2. The basic

Appendix 4,

Application Programming Interface (API) Specifications

Identification Collection Code Collection I1212 Ministry of Agriculture, Forestry and Fisheries I12121 Forestry Agency I12122 Fisheries Agency I1213 Ministry of Economy, Trade and Industry I12131 Agency for Natural Resource and Energy I12132 Japan Patent Office I12133 Small and Medium Enterprise Agency I1214 Ministry of Land, Infrastructure and Transport I12141 Japan Meteorological Agency I12142 Japan Coast Guard I12143 Japan Tourism Agency I12144 Japan Transport Safety Board I12145 Geographical Survey Institute I1215 Ministry of the Environment I12151 Nuclear Regulation Authority I1216 Ministry of Defense I12161 Acquisition, Technology & Logistics Agency I1217 Board of Audit I13 Courts of Law I2 Local Government I21 Prefectures I2101 Hokkaido I2102 Aomori Prefecture I2103 Iwate Prefecture I2104 Miyagi Prefecture I2105 Akita Prefecture I2106 Yamagata Prefecture I2107 Fukushima Prefecture I2108 Ibaraki Prefecture I2109 Tochigi Prefecture I2110 Gunma Prefecture I2111 Saitama Prefecture I2112 Chiba Prefecture I2113 Tokyo Metropolitan I2114 Kanagawa Prefecture I2115 Niigata Prefecture I2116 Toyama Prefecture I2117 Ishikawa Prefecture I2118 Fukui Prefecture I2119 Yamanashi Prefecture I2120 Nagano Prefecture I2121 Gifu Prefecture I2122 Shizuoka Prefecture I2123 Aichi Prefecture I2124 Mie Prefecture I2125 Shiga Prefecture I2126 Kyoto Prefecture I2127 Osaka Prefecture I2128 Hyogo Prefecture I2129 Nara Prefecture I2130 Wakayama Prefecture I2131 Tottori Prefecture I2132 Shimane Prefecture I2133 Okayama Prefecture I2134 Hiroshima Prefecture I2135 Yamaguchi Prefecture I2136 Tokushima Prefecture I2137 Kagawa Prefecture I2138 Ehime Prefecture I2139 Kochi Prefecture

Page 136: Application Programming Interface (API) Specifications€¦ · 22-03-2018  · CQL is the specification of search queries in SRW. This service is provided based on CQL 1.2. The basic

Appendix 4,

Application Programming Interface (API) Specifications

Identification Collection Code Collection I2140 Fukuoka Prefecture I2141 Saga Prefecture I2142 Nagasaki Prefecture I2143 Kumamoto Prefecture I2144 Oita Prefecture I2145 Miyazaki Prefecture I2146 Kagoshima Prefecture I2147 Okinawa Prefecture I23 Municipalities I2301 Hokkaido I2302 Aomori Prefecture I2303 Iwate Prefecture I2304 Miyagi Prefecture I2305 Akita Prefecture I2306 Yamagata Prefecture I2307 Fukushima Prefecture I2308 Ibaraki Prefecture I2309 Tochigi Prefecture I2310 Gunma Prefecture I2311 Saitama Prefecture I2312 Chiba Prefecture I2313 Tokyo Metropolitan I2314 Kanagawa Prefecture I2315 Niigata Prefecture I2316 Toyama Prefecture I2317 Ishikawa Prefecture I2318 Fukui Prefecture I2319 Yamanashi Prefecture I2320 Nagano Prefecture I2321 Gifu Prefecture I2322 Shizuoka Prefecture I2323 Aichi Prefecture I2324 Mie Prefecture I2325 Shiga Prefecture I2326 Kyoto Prefecture I2327 Osaka Prefecture I2328 Hyogo Prefecture I2329 Nara Prefecture I2330 Wakayama Prefecture I2331 Tottori Prefecture I2332 Shimane Prefecture I2333 Okayama Prefecture I2334 Hiroshima Prefecture I2335 Yamaguchi Prefecture I2336 Tokushima Prefecture I2337 Kagawa Prefecture I2338 Ehime Prefecture I2339 Kochi Prefecture I2340 Fukuoka Prefecture I2341 Saga Prefecture I2342 Nagasaki Prefecture I2343 Kumamoto Prefecture I2344 Oita Prefecture I2345 Miyazaki Prefecture I2346 Kagoshima Prefecture I2347 Okinawa Prefecture I3 Special Wards I31 Borough I32 Special district authority I33 Others

Page 137: Application Programming Interface (API) Specifications€¦ · 22-03-2018  · CQL is the specification of search queries in SRW. This service is provided based on CQL 1.2. The basic

Appendix 4,

Application Programming Interface (API) Specifications

Identification Collection Code Collection I4 Academic Institutions I41 National Universities I42 Public Universities I43 Private Universities I44 Inter-University Research Institute Corporation I45 Academic Associations I5 Independent Administrative Agencies I6 Others

Access Rights indicate the access restrictions for NDL Digital Collections (Digitized Contents) and NDL

Digital Collections (Online publications).

Table 2 lists a type of Access Rights.

Table 2 List of Access Rights

Access

Rights

Restriction

ARinternet Available Online

ARkannai Available only at the NDL)

ARsoshin Available only at the NDL and partner libraries)

ARrekion Available only at the NDL and the Historical Recordings Collection (Rekio

n) partner libraries)

Table 3 lists Request examples for Collection Code and Access Rights in NDL Digital Collections. For

example, when you acquire newly registered or updated data during March 2017, insert the actual value of

“set” in Table 3 in the following basic URL.

・basic URL

※Please make a change in the value of “matadataPrefix” , “from” , or “until” accordingly.

http://iss.ndl.go.jp/api/oaipmh?verb=ListRecords&metadataPrefix=dcndl&set=【the actual value of

“set” in Table 3】&from=yyyy-mm-dd&until=yyyy-mm-dd

・URL in which the actual value of “set” in Table 3 is inserted

http://iss.ndl.go.jp/api/oaipmh?verb=ListRecords&metadataPrefix=dcndl&set=ndl-

dl:D00:ARinternet&from=2017-03-01&until=2017-03-31

Page 138: Application Programming Interface (API) Specifications€¦ · 22-03-2018  · CQL is the specification of search queries in SRW. This service is provided based on CQL 1.2. The basic

Appendix 4,

Application Programming Interface (API) Specifications

Table 3 List of Request examples

Material Type

Access Rights

Available

Online

Available only at the

NDL and partner

libraries

Available only at the

NDL

Books set=ndl-

dl:D00:ARint

ernet

set=ndl-

dl:D00:ARsoshin

set=ndl-

dl:D00:ARkannai

Rare books set=ndl-

dl:D02:ARint

ernet

set=ndl-

dl:D02:ARsoshin

set=ndl-

dl:D02:ARkannai

Periodicals set=ndl-

dl:D01:ARint

ernet

set=ndl-

dl:D01:ARsoshin

set=ndl-

dl:D01:ARkannai

Doctoral

dissertations

set=ndl-

dl:D04:ARint

ernet

set=ndl-

dl:D04:ARsoshin

set=ndl-

dl:D04:ARkannai

Page 139: Application Programming Interface (API) Specifications€¦ · 22-03-2018  · CQL is the specification of search queries in SRW. This service is provided based on CQL 1.2. The basic

Revision History

No. Revision Date of Issue Details

1 Tentative edition Aug.17, 2010 First edition

2 Ver. 1.1 Jun. 20, 2011 - Modified return items of OpenSearch. - Added dcndl_simple to return-format schema of OAI-PMH. - Added "set=iss-ndl-opac-inprocess" to allow you to request only the Inprocess bibliography of NDL Newly Acquired Books Information and to the set parameter of OAI-PMH.

3 Ver. 1.2 Jul. 22, 2011 - Added reference materials in accordance with the revision of dcndl, the return-formatted schema of OAI-PMH, SRU, and SRU/SOAP (SRW).

4 Ver. 1.3 Jan. 6, 2012 - Added "dcndl_simple" to recordSchema of SRU. - Added "inprocess" to arguments of SRU. - Added "mediatype" to search items of SRU. - Added "mediatype" to condition that can be specified for SRU. - Changed the maximum number of return items of SRU data. - Added "dcndl_simple" to recordSchema of SRW. - Added "inprocess" to arguments of SRW. - Added "mediatype" to search items of SRW. - Added "mediatype" to condition that can be specified for SRW. - Added "mediatype" to search items of OpenSearch. - Added "mediatype" to search items of OpenURL. - Added "mediatype" to request arguments of OAI-PMH.

5 Ver. 1.4 Sep. 28, 2012 - Corrected the description about the value to specify for "inprocess" argument of SRU. - Corrected the description about the value to specify for "inprocess" argument of SRW. - Added retuned data example at each interface (Appendix 3) - Added table of data providers and their corresponding media

types when using OAI-PMH (Appendix 4). - Corrected clerical errors and revised descriptions.

6 Ver. 1.5 Nov. 29, 2012 - Added "onlyBib" to arguments for SRU. - Added "onlyBib" to arguments for SRW. - Added "onlyBib" to arguments for OAI-PMH. - Added the example in case where only dcndl-formatted Bibliographic data is acquired for returned data example for SRU, SRW, and OAI-PMH. (Appendix 3)

- Added URL "rdfs:seeAlso" and namespaces "xmlns:rdf" and "xmlns:rdfs" of source "Bibliography details" to returned data example for OpenSearch. (Appendix 3)

Page 140: Application Programming Interface (API) Specifications€¦ · 22-03-2018  · CQL is the specification of search queries in SRW. This service is provided based on CQL 1.2. The basic

No. Revision Date of Issue Details

7 Ver. 1.6 Jan. 25, 2013 - Added to search item "isbn" for SRU that either 10-digit or 13-digit format is effective for search.

- Added to search item "isbn" for SRW that either 10-digit or 13-digit format is effective for search.

- Added to -search item "isbn" for OpenSearch that either 10-digit or 13-digit format is effective for search.

- Added to search item "isbn (rtf.isbn)" for OpenURL that either 10-digit or 13-digit format is effective for search.

- Added namespace "xmlns:xsi" to return data example of "dcndl format,” "dcndl format (Bibliographic data only is obtained),” and "dcndl_simple format" for OAI-PMH(GetRecord, ListIdentifiers, ListRecords). (Appendix 3)

8 Ver. 1.7 Jan. 21, 2014 - Added data providers and date of metadata deletion. (Appendix 1)

9 Ver. 1.8 Mar. 31,2014 - Added “set=iss-ndl-opac-national” to the set parameter of OAI-PMH. - Updated retuned data example at each interface.Corrected clerical errors. (Appendix 3) - Corrected clerical errors on search item for OpenURL.

10 Ver. 1.9 Jul. 18,2014 - Corrected the searchable field name inTable7-1. - Corrected the Note inTable7-2. - Corrected “(iv) Structure attributes (Type-4)” for Z39.50. Deleted Table7-3. - Modified Table7-X, corrected “partial match”in Table7-3, and added the Note in Table7-3. - Added new data provider(Union Catalog of Agriculture, Forestry and Fisheries Research Insititute's Libraries).( Appendix 1) -Added the name of closed data provider(The Kyushu University Museum Digital Archive).( Appendix 1) -Added information for closed data providers. ( Appendix 2) - Added retuned data example for Z39.50.(Appendix 3)

11 Ver.1.10 Sep. 22,2014 - Added new data providers (Tokyo Metropolitan Library Edo-Tokyo Digital Collections, Komazawa University Electronic unique collections).( Appendix 1, 2)

Page 141: Application Programming Interface (API) Specifications€¦ · 22-03-2018  · CQL is the specification of search queries in SRW. This service is provided based on CQL 1.2. The basic

No. Revision Date of Issue Details

12 Ver.1.11 Oct. 31,2014 -Corrected (5) Numeber of returned data records of SRU. -Corrected URL in (1) Overview for OAI-PMH. -Corrected the description of (10) Access restriction of OAI-PMH for OAI-PMH. ‐Added new data provider(NWEC Women's Digital Archive System).(Appendix 1) ‐Corrected information for data provider(AKITA PREFECTURAL LIBRARY DIGITAL ARCHIVE, Union Catalog of Agriculture, Forestry and Fisheries Research Insititute's Libraries). (Appendix 1) ‐Added new data provider(NWEC Women's Digital Archive System).(Appendix 2)

13 Ver.1.12 Dec. 15,2014 ‐Added information for closed data provider(publications in NDL-HP) and date of metadata deletion.(Appendix 1, 2)

14 Ver.1.13 Mar.31,2015 -Added the description of data stamps for selective harvesiting (OAI-PMH).

15 Ver.1.14 Aug.14,2015 -Changed the name of data providers (Rare material gallery and Regional material lobrary of ISHIKAWA prefectural library) into Rare material gallery of ISHIKAWA prefectural library. (Appendix 1,2,4) -Changed the name of data providers (Forest of material (Digital library of Chiba Prefectural Central Library)) into Chiba Digital Archive. (Appendix 1,2) -Added data provider (Chiba Digital Archive). (Appendix 4)

16 Ver.1.15 Sep. 18,2015 - Changed the name of data provider (Rare books image database of Osaka Prefectural Nakanoshima Library) into OSAKA PREFECTURAL LIBRARY OSAKA e-COLLECTION (Appendix 1,2,4) -Added new data providers (Yamanashi Digital Archive(Yamanashi Prefectural Library) and Digital Library System for Ministry of Agriculture, Forestry and Fisheries). (Appendix 1,2,4) ‐Added some unrecorded data providers. (Appendix 1,2,4)

Page 142: Application Programming Interface (API) Specifications€¦ · 22-03-2018  · CQL is the specification of search queries in SRW. This service is provided based on CQL 1.2. The basic

No. Revision Date of Issue Details

17 Ver.1.16 May 11,2015 ‐Corrected return value of “Repositoy name”, “Processing method for deleted repository records” and “Accuracy of date supported by the repository” in Table8-1. ‐Corrected parameters in Table8-2. ‐Changed “date (YYYY-MM-DD)” into “YYYY-MM-DD or YYYY-MM-DDThh:mm:ssZ”of “(8) from, untill”for OAI-PMH. ‐Changed “(10)Acces restriction of OAI-PMH” into “(9)Acces restriction of OAI-PMH” according to deletion of “(9)mediatype” for OAI-PMH. ‐Modified maximum period (one year only) for OAI-PMH request ‐Changed “(12)Request sample” into “(10) Request sample” according to deletion of “(11)return times” for OAI-PMH. ‐Deleted Appendix 4 in accordance with abolishment of mediatype when using OAI-PMH.

18 Ver.1.17 Jun 27,2016 -Added data provider (J-STAGE). (Appendix 1,2,3) -Corrected clerical errors.

19 Ver.1.18 Nov17,2016 -Added data provider (Kyushu University Collections). (Appendix 1,2,3)

20 Ver.1.19 Mar29,2017 -Added data provider (Cultural Heritage Online),(Digital Archive System ADEAC). (Appendix 1,2,3)

21 Ver.1.20 Mar 20,2018 - Search field “digitized_publisher” added for SRU, SRW and OpenSearch.

- Sets Collection Codes and Access Rights added for OAI-PMH

22 Ver.1.21 Mar 20,2018 - URL of Diagnostics List for SRU modified - Deleted some search options for SRU and SRW

23 Ver.1.22 Mar 20,2018 - Modified details for OAI-PMH Sets - Modified from NDL-OPAC to NDL Online

24 Ver.1.23 Mar 22,2018 - -Added data provider (ColBase). (Appendix 1,2,3)