Appendix 3,
Application Programming Interface (API) Specifications
28 / 67
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-syntax-ns#" xmln
s:dcndl="http://ndl.go.jp/dcndl/terms/" version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:openSe
arch="http://a9.com/-/spec/opensearchrss/1.0/" xmlns:xsi="http://www.w3.org/2001/XMLSc hema-instance" xml
ns: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
&title=%E3%81%93%E3%81%93%E3%82%8D&from=2011&until=2013</link>
<description>Search results for title= こころ from=2011 creator= 夏目漱石 until=2013 </descripti on>
<language>ja</language>
openSearch:totalResults3</openSearch:totalResults>
openSearch:startIndex1</openSearch:startIndex>
openSearch:itemsPerPage</openSearch:itemsPerPage>
<item>
<title>Anima e cuore</title>
<link>http://iss.ndl.go.jp/books/R100000002-I024682509-00</link>
<description>
Appendix 3,
Application Programming Interface (API) Specifications
30 / 67
- Z39.50
The example of returned data also applies to that of SRU. See the example of SRU.
Appendix 3,
Application Programming Interface (API) Specifications
31 / 67
- 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
Appendix 3,
Application Programming Interface (API) Specifications
32 / 67
(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.org/OAI/2.0/ OAI-PMH.xsd" xmlns="http://www.openarchives.org/OAI/2.0/" xmlns:xsi="http://www.w3.org/2001/XMLSche ma-instance"> <responseDate>2014-01-27T03:04:52Z</responseDate> <request verb="GetRecord" metadataPrefix="oai_dc" ide ntifier="oai:iss.ndl.go.jp:R100000002-I0000098381 75-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.
</record> </GetRecord></metadata>
- 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://www.openarchive s.org/OAI/2.0/oai_dc.xsd" xmlns:oai_dc="http://www.openarchives.org/OAI/2.0/oai_dc/" xmlns:dc="htt p://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:languagejpn</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:catalogingStatusC7</dcndl:catalogingStatus>
dcndl:bibRecordCategoryR100000002</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">
<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>
Appendix 3,
Application Programming Interface (API) Specifications
33 / 67
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:date2008.12</dcterms:date>
<dcterms:issued rdf:datatype="http://purl.org/dc/terms/W3CDTF">2008</dcterms:issued>
<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:extent352p ; 21cm</dcterms:extent>
dcndl:price714円</dcndl:price>
dcterms:audience一般</dcterms:audience>
<dcndl:materialType rdf:resource="http://ndl.go.jp/ndltype/Book" rdfs:label="図書"/>
dcterms:accessRightsS01P99U99</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>
Appendix 3,
Application Programming Interface (API) Specifications
34 / 67
</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:callNumberKH426-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:identifier>
<dcterms:identifier
rdf:datatype="http://ndl.go.jp/dcndl/terms/somokuSubID">1117388283</dcterms:identifier>
dcndl:callNumber913.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-synt
ax-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.o rg/dc/elements/1.1/" xmlns:xsi="htt
p://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:catalogingStatusC7</dcndl:catalogingStatus>
dcndl:bibRecordCategoryR100000002</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">
<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:i
dentifier>
<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:transcrip
tion>
</rdf:Description>
</dcndl:seriesTitle>
dcndl:partInformation
rdf:Description
dcterms:title坊っちゃん</dcterms:title>
</rdf:Description>
</dcndl:partInformation>
dcndl:partInformation
rdf:Description
Appendix 3,
Application Programming Interface (API) Specifications
35 / 67
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.nd l.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:publicationPlac
e>
dcterms:date2008.12</dcterms:date>
<dcterms:issued rdf:datatype="http://purl.org/dc/terms/W3CDTF">2008</dcterms:issued>
<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:extent352p ; 21cm</dcterms:extent>
dcndl:price714円</dcndl:price>
dcterms:audience一般</dcterms:audience>
<dcndl:materialType rdf:resource="http://ndl.go.jp/ndltype/Book" rdfs:label=" 図書"/>
dcterms:accessRightsS01P99U99</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.g
o.jp/dcndl/dcndl_simple/" xmlns:rdf="http://www.w3.org/1999/02/22 -rdf-syntax-ns#" xmlns:dcndl="htt
p://ndl.go.jp/dcndl/terms/" xmlns:foaf="http://xmlns.com/fo af/0.1/" xmlns:dc="http://purl.org/dc/element
s/1.1/" xmlns:rdfs="http://www.w3.org/2000/01/rdf -schema#" xmlns:xsi="http://www.w3.org/2001/XM
LSchema-instance" xmlns:owl="http://www.w3.org/2002/07/owl#">
<dc:identifier xsi:type="dcterms:URI">http:/ /iss.ndl.go.jp/books/R100000002-I00000983817
5-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ベッサツ タカラジマ. メイサク クラシック ノベル</d
cndl:seriesTitleTranscription>
Appendix 3,
Application Programming Interface (API) Specifications
36 / 67
dcndl:publicationPlace東京</dcndl:publicationPlace>
dc:publisher宝島社</dc:publisher>
<dcterms:issued xsi:type="dcterms:W3CDTF">2008</dcterms:issued>
dcndl:price714円</dcndl:price>
dcterms:extent352p ; 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:accessRightsS01P99U99</dcterms:accessRights>
<rdfs:seeAlso rdf:resource="http://id.ndl.go.jp/bib/000009838175"></rdfs:seeAlso>
<dcndl:publicationPlace xsi:type="d cterms:ISO3166">JP</dcndl:publicationPlace>
<dc:language xsi:type="ISO639 -2">jpn</dc:language>
</dcndl_simple:dc>
Appendix 3,
Application Programming Interface (API) Specifications
37 / 67
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.org/OAI/2.0/
OAI-PMH.xsd" xmlns="http://www.openarch ives.org/OAI/2.0/" xmlns:xsi="http://www.w3.org/2001/XMLSche
ma-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>
Appendix 3,
Application Programming Interface (API) Specifications
38 / 67
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.org/OAI/2.0/
OAI-PMH.xsd" xmlns="http://www.openarchives.org/OAI/2.0/" xmlns:xsi="http://www.w3.org/2001/XMLSche
ma-instance">
<responseDate>2014-01-27T03:24:34Z</responseDate>
<request verb="ListIdentifiers" set="iss -ndl-opac:733" metadataPrefix="oai_dc" from="2014 -01-01">http://i
ss.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>
Appendix 3,
Application Programming Interface (API) Specifications
39 / 67
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.org/OAI/2.0/
OAI-PMH.xsd" xmlns="http://www.openarchives.org/OAI/2.0/" xmlns:xsi="http://www.w3.org/2001/XMLSche
ma-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>
Appendix 3,
Application Programming Interface (API) Specifications
40 / 67
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.opena rchives.org/OAI/2.0/ http://www.openarchives.org/OAI/2.0/OAI -PMH.xsd" xmlns="http://www.openarchives.or g/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-01">http://iss. ndl.go.jp/api/oaipmh</request> <ListRecords>
-
Portion where returned data vary depending on the specified data.
<resumptionToken completeListSize="3" cursor=""></resumptionToken>
</OAI-PMH>
</ListRecords>
Appendix 3,
Application Programming Interface (API) Specifications
41 / 67
- 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/ ht tp://www.openarchive s.org/OAI/2.0/oai_dc.xsd" xmlns:oai_dc="http://www.openarchives.org/OAI/2.0/oai_dc/" xmlns:dc="htt p://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:languagejpn</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://www.openarchive s.org/OAI/2.0/oai_dc.xsd" xmlns:oai_dc="http://www.openarchives.org/OAI/2.0/oai_dc/" xmlns:dc="htt p://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:languagejpn</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://www.openarchive s.org/OAI/2.0/oai_dc.xsd" xmlns:oai_dc="http:/ /www.openarchives.org/OAI/2.0/oai_dc/" xmlns:dc="htt p://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> dc:publisher国立西洋美術館</dc:publisher> dc:languagejpn</dc:language> </oai_dc:dc> </metadata> </record>
(ii) For the dcndl format
Appendix 3,
Application Programming Interface (API) Specifications
42 / 67
<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-synt
ax-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="htt
p://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 -I000002673301-00">
dcndl:catalogingStatusC7</dcndl:catalogingStatus>
dcndl:bibRecordCategoryR100000002</dcndl:bibRecordCategory>
<dcndl:record rdf:resource="http://iss.ndl.go.jp/books/R100000002 -I000002673301-00#material"/>
</dcndl:BibAdminResource>
<dcndl:BibResource rdf:about="http://iss.ndl.go.jp/books/R100000002 -I000002673301-00#material">
<dcterms:identifier rdf:datatype="http://ndl.go.jp/dcndl/terms/JPNO">98068546</dcterms:identifier
<dcterms:identifier rdf:datatype="http://ndl.go.jp/ dcndl/terms/ISBN">4-10-601564-1</dcterms:ident
ifier>
<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</dcndl:publicationPlac
e>
dcterms:date1998.3</dcterms:date>
<dcterms:issued rdf:datatype="http://purl.org/dc/terms/W3CDTF">1998</dcterms:issued>
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:language>
dcterms:extent93p ; 20cm</dcterms:extent>
dcndl:price1068円</dcndl:price>
Appendix 3,
Application Programming Interface (API) Specifications
43 / 67
dcterms:audience一般</dcterms:audience>
<dcndl:materialType rdf:resource="http://ndl.go.jp/ndltype/Book" rdfs:label=" 図書"/>
dcterms:accessRightsS01P99U99</dcterms:accessRights>
</dcndl:BibResource>
<dcndl:BibResource rdf:about="http://iss.ndl.go.jp/books/R100000002 -I000002673301-00#material">
<dcndl:record rdf:resource="http://iss.ndl.go.jp/books/R100000002 -I000002673301-00#item"/>
<dcndl:record rdf:resource="http://iss.ndl.go.jp/books/R100000001 -I007456230-00#item"/>
<dcndl:record rdf:resource="http://iss.ndl.go.jp/books/R100000001 -I007695860-00#item"/>
<dcndl:record rdf:resource="http://iss.ndl.go.jp/books/R100000001 -I019851292-00#item"/>
<dcndl:record rdf:resource="http://iss.ndl.go.jp/books/R100000001 -I021437618-00#item"/>
<dcndl:record rdf:resource="http://iss.ndl.go .jp/books/R100000001-I048587373-00#item"/>
<dcndl:record rdf:resource="http://iss.ndl.go.jp/books/R100000001 -I048937403-00#item"/>
</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">0000</dcterms:id
entifier>
</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">000002673301</dcterm
s:identifier>
dcndl:callNumberKC16-G1189</dcndl:callNumber>
</dcndl:Item>
<dcndl:Item rdf:about="http://iss.ndl.go.jp/books/R100000001 -I007456230-00#item">
dcndl:holdingAgent
foaf:Agent
foaf:name高知県立図書館</foaf:name>
<dcterms:identifier rdf:datatype="http://ndl.go.jp/dcndl/terms/NDLLibCode">3911</dcter ms:id
entifier>
</foaf:Agent>
</dcndl:holdingAgent>
<dcterms:identifier rdf:datatype="http://ndl.go.jp/dcndl/terms/somokuBibID">000434935</dcterms:
identifier>
<dcterms:identifier rdf:datatype="http://ndl.go.jp/dcndl/terms/somokuSubID">1103 885362</dcterm
s:identifier>
dcndl:callNumberKX/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">3911</dcterms:id
entifier>
</foaf:Agent>
</dcndl:holdingAgent>
<dcterms:identifier rdf:datatype="http://ndl.go.jp/dcndl/terms/somokuBibID">000219262</dcterms:
identifier>
<dcterms:identifier rdf:datatype="http://ndl.go.jp/dcndl/terms/somokuSubID">1101566915</dcterm
s:identifier>
dcndl:callNumber720.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">2712</dcterms:id
entifier>
Appendix 3,
Application Programming Interface (API) Specifications
44 / 67
</foaf:Agent>
</dcndl:holdingAgent>
<dcterms:identifier rdf:datatype="http://ndl.go.jp/dcndl/terms/somokuBibID">10000001453417</dc
terms:identifier>
dcndl:callNumber733/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">4022</dcterms:id
entifier>
</foaf:Agent>
</dcndl:holdingAgent>
<dcterms:identifier rdf:datatype="http://ndl.go.jp/dcndl/terms/somokuBibID">1009810013506</dcte
rms:identifier>
<dcterms:identifier rdf:datatype="http://ndl.go.jp/dcndl/terms/somokuSubID">7500161190</dcterm
s:identifier>
dcndl:callNumber733/ム/</dcndl:callNumber>
dcndl:availability帯出可</dcndl:availability>
</dcndl:Item>
<dcndl:Item rdf :about="http://iss.ndl.go.jp/books/R100000001-I048587373-00#item">
dcndl:holdingAgent
foaf:Agent
foaf:name静岡市立中央図書館</foaf:name>
<dcterms:identifier rdf:datatype="http://ndl.go.jp/dcndl/terms/NDLLibCode">2221</dcterms:id
entifier>
</foaf:Agent>
</dcndl:holdingAgent>
<dcterms:identifier rdf:datatype="http://ndl.go.jp/dcndl/terms/somokuBibID">1101395686</dcterm
s:identifier>
<dcterms:identifier rdf:datatype="http://ndl.go.jp/dcndl/terms/somokuSubID">118052861</dc terms:
identifier>
dcndl:callNumber733/(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">1313 </dcterms:id
entifier>
</foaf:Agent>
</dcndl:holdingAgent>
<dcterms:identifier rdf:datatype="http://ndl.go.jp/dcndl/terms/somokuBibID">1102505185</dcterm
s:identifier>
<dcterms:identifier rdf:datatype="http://ndl.go.jp/dcndl/terms/somokuSub ID">1115638941</dcterm
s:identifier>
dcndl:callNumber7210/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-synt
ax-ns#" xmlns:dcndl="http://ndl.go.jp/dcndl/terms/" xmlns:foaf="http://xmlns.com/foaf/0.1/" xmlns:rdfs
Appendix 3,
Application Programming Interface (API) Specifications
45 / 67
="http://www.w3.org/2000/01/rdf-schema#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:xsi="htt
p://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 -I000002694768-00">
dcndl:catalogingStatusC7</dcndl:catalogingStatus>
dcndl:bibRecordCategoryR100000002</dcndl:bibRecordCategory>
<dcndl:record rdf:resource="http://iss.ndl.go.jp/books/R100000002 -I000002694768-00#material"/>
</dcndl:BibAdminResource>
<dcndl:BibResource rdf:about="http://iss.ndl.go.jp/books/R100000002 -I000002694768-00#material">
<dcterms:identifier rdf:datatype="http://ndl.go.jp/dcndl/terms/JPNO">99016293</dcterms:identifier
<dcterms:identifier rdf:datatype="http://ndl.go.jp/dcndl/terms/ISBN">4 -7636-1585-8</dcterms:ident
ifier>
<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イノウエ ヨウスケ モクハン トウキョウ ヒャク ガフ</dcndl:trans
cription>
</rdf:Description>
</dc:title>
dcndl:alternative
rdf:Description
rdf:value100 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:transcription>
</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</dcndl:publicationPlac
e>
dcterms:date1998.1</dcterms:date>
<dcterms:issued rdf:datatype="http://purl.org/dc/terms/W3CDTF">1998</dcterms:issued>
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:language>
dcterms:extent1冊 (ページ付なし) ; 15cm</dcterms:extent>
dcndl:price1000円</dcndl:price>
Appendix 3,
Application Programming Interface (API) Specifications
46 / 67
dcterms:audience一般</dcterms:audience>
<dcndl:materialType rdf:resource="http://ndl.go.jp/ndltype/Book" rdfs:label=" 図書"/>
dcterms:accessRightsS01P99U99</dcterms:accessRights>
</dcndl:BibResource>
<dcndl:BibResource rdf:about="http://iss.ndl.go.jp/books/R100000002 -I000002694768-00#material">
<dcndl:record rdf:resource="http://iss.ndl.go.jp/books/R100000002 -I000002694768-00#item"/>
<dcndl:record rdf:resource="http://iss.ndl.go.jp/books/R100000001 -I048557573-00#item"/>
<dcndl:record rdf:resource="http://iss.ndl.go.jp/books/R100000001 -I048912587-00#item"/>
</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">0000</dcterms:id
entifier>
</foaf:Agent>
</dcndl:holdingAgent>
<rdfs:seeAlso rdf:resource="http://id.ndl.go.jp/bib/000002694768"/>
<dcterms:identifier rdf:d atatype="http://ndl.go.jp/dcndl/terms/NDLBibID">000002694768</dcterm
s:identifier>
dcndl:callNumberKC16-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">2221</dcterms:id
entifier>
</foaf:Agent>
</dcndl:holdingAgent>
<dcterms:identifier rdf:datatype=" http://ndl.go.jp/dcndl/terms/somokuBibID">1101101840</dcterm
s:identifier>
<dcterms:identifier rdf:datatype="http://ndl.go.jp/dcndl/terms/somokuSubID">140224530</dcterms:
identifier>
dcndl:callNumber733</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">1311</dcterms:id
entifier>
</foaf:Agent>
</dcndl:holdingAgent>
<dcterms:identifier rdf:datatype="http://ndl.go.jp/dcndl/terms/somokuBibID">1102484069</dcterm
s:identifier>
<dcterms:identifier rdf:datatype="http://ndl.go.jp/dcndl/terms/somokuSubID">1128462030</dcterm
s:identifier>
dcndl:callNumber0・730/3011/ST</dcndl:callNumber>
dcndl:availability閲可〓槌櫻協可</dcndl:availability>
dcterms:description配置場所 : B2書庫CS</dcterms:description>
</dcndl:Item>
</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>
Appendix 3,
Application Programming Interface (API) Specifications
47 / 67
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22 -rdf-synt
ax-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="htt
p://www.w3.org/2001/XMLSchema-instance" xmlns:owl="http://www.w 3.org/2002/07/owl#">
<dcndl:BibAdminResource rdf:about="http://iss.ndl.go.jp/books/R100000002 -I000008141097-00">
dcndl:catalogingStatusC7</dcndl:catalogingStatus>
dcndl:bibRecordCategoryR100000002</dcndl:bibRecordCategory>
<dcndl:record r df:resource="http://iss.ndl.go.jp/books/R100000002-I000008141097-00#material"/>
</dcndl:BibAdminResource>
<dcndl:BibResource rdf:about="http://iss.ndl.go.jp/books/R100000002 -I000008141097-00#material">
<dcterms:identifier rdf:datatype="http://ndl.g o.jp/dcndl/terms/JPNO">21005369</dcterms:identifier
<dcterms:identifier rdf:datatype="http://ndl.go.jp/dcndl/terms/ISBN">4 -906536-34-4</dcterms:ident
ifier>
<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:transcription>
</rdf:Description>
</dc:title>
dcndl:alternative
rdf:Description
rdf:valueChiaroscuro</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</dcndl:publicationPlac
e>
dcterms:datec2005</dcterms:date>
<dcterms:issued rdf:datatype="http://purl.org/dc/terms/W3CDTF">2005</dcterms:issued>
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:language>
dcterms:extent198p ; 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=" 政
府刊行物"/>
Appendix 3,
Application Programming Interface (API) Specifications
48 / 67
<dcndl:materialType rdf:resource="http://ndl.go.jp /ndltype/NationalPublication" rdfs:label=" 官公庁
刊行物"/>
dcterms:accessRightsS01P99U99</dcterms:accessRights>
</dcndl:BibResource>
<dcndl:BibResource rdf:about="http://iss.ndl.go.jp/books/R100000002 -I000008141097-00#material">
<dcndl:record rdf:re source="http://iss.ndl.go.jp/books/R100000002-I000008141097-00#item"/>
<dcndl:record rdf:resource="http://iss.ndl.go.jp/books/R100000001 -I001884299-00#item"/>
<dcndl:record rdf:resource="http://iss.ndl.go.jp/books/R100000001 -I027686616-00#item"/>
<dcndl:record rdf:resource="http://iss.ndl.go.jp/books/R100000001 -I048922990-00#item"/>
</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">0000</dcterms:id
entifier>
</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">000008141097</dcterm
s:identifier>
dcndl:callNumberKC16-H1703</dcndl:callNumber>
dcndl:localCallNumberXB-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">1311</dcterms:id
entifier>
</foaf:Agent>
</dcndl:holdingAgent>
<dcterms:identifier rdf:datatype="http://ndl.go.jp/dcndl/terms/somokuBibID">TW91818160</dcter
ms:identifier>
<dcterms:identifier rdf:datatype="http://ndl.go.jp/dcndl/terms/somokuSubID">5012358288 </dcterm
s:identifier>
dcndl:callNumber733.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">1114</dcterms:id
entifier>
</foaf:Agent>
</dcndl:holdingAgent>
<dcterms:identifier rdf:datatype="http://ndl.go.jp/dcndl/terms/somokuBibID">1000001191901</dcte
rms:identifier>
<dcterms:identifier rdf:datatype="http://ndl.go.jp/dcndl/terms/somokuSubID">101918407</dcterms:
identifier>
dcndl:callNumber733.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">1311</dcterms:id
entifier>
</foaf:Agent>
</dcndl:holdingAgent>
<dcterms:identifier rdf:datatype="h ttp://ndl.go.jp/dcndl/terms/somokuBibID">1106818160</dcterm
s:identifier>
Appendix 3,
Application Programming Interface (API) Specifications
49 / 67
<dcterms:identifier rdf:datatype="http://ndl.go.jp/dcndl/terms/somokuSubID">5012358288</dcterm
s:identifier>
dcndl:callNumber733.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-synt
ax-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="htt
p://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 -I000002673301-00">
dcndl:catalogingStatusC7</dcndl:catalogingStatus>
dcndl:bibRecordCategoryR100000002</dcndl:bibRecordCategory>
<dcndl:record rdf:resource="http://iss.ndl.go.jp/books/R100000002 -I000002673301-00#material"/>
</dcndl:BibAdminResource>
<dcndl:BibResource rdf:about="http://iss.ndl.go.jp/books/R100000002 -I000002673301-00#material">
<dcterms:identifier rdf:datatype="http://ndl.go.jp/dcndl/terms/JPNO">98068546</dcterms:identifier
<dcterms:identifier rdf:datatype="http://ndl.go.jp/dcndl/terms/ISBN">4 -10-601564-1</dcterms:ident
ifier>
<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>
Appendix 3,
Application Programming Interface (API) Specifications
50 / 67
</foaf:Agent>
</dcterms:publisher>
<dcndl:publicationPlace rdf:datatype="http://purl.org/dc/terms/ISO3166">JP</dcndl:publicationPlac
e>
dcterms:date1998.3</dcterms:date>
<dcterms:issued rdf:datatype="http://purl.org/dc/terms/W3CDTF">1998</dcterms:issued>
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:language>
dcterms:extent93p ; 20cm</dcterms:extent>
dcndl:price1068円</dcndl:price>
dcterms:audience一般</dcterms:audience>
<dcndl:materialType rdf:resource="http://ndl.go.jp/ndltype/Book" rdfs:label=" 図書"/>
dcterms:accessRightsS01P99U99</dcterms:accessRights>
</dcndl:BibResource>
</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-synt
ax-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="htt
p://www.w3.org/2001/XMLSchema-instance" xmlns:owl="http://www.w3.org/2002/0 7/owl#">
<dcndl:BibAdminResource rdf:about="http://iss.ndl.go.jp/books/R100000002 -I000002694768-00">
dcndl:catalogingStatusC7</dcndl:catalogingStatus>
dcndl:bibRecordCategoryR100000002</dcndl:bibRecordCategory>
<dcndl:record rdf:resource="http://iss.ndl.go.jp/books/R100000002 -I000002694768-00#material"/>
</dcndl:BibAdminResource>
<dcndl:BibResource rdf:about="http://iss.ndl.go.jp/books/R100000002 -I000002694768-00#material">
<dcterms:identifier rdf:dat atype="http://ndl.go.jp/dcndl/terms/JPNO">99016293</dcterms:identifier
<dcterms:identifier rdf:datatype="http://ndl.go.jp/dcndl/terms/ISBN">4 -7636-1585-8</dcterms:ident
ifier>
<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イノウエ ヨウスケ モクハン トウキョウ ヒャク ガフ</dcndl:trans
cription>
</rdf:Description>
</dc:title>
dcndl:alternative
rdf:Description
rdf:value100 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:transcription>
</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>
Appendix 3,
Application Programming Interface (API) Specifications
51 / 67
</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</dcndl:publicationPlac
e>
dcterms:date1998.1</dcterms:date>
<dcterms:issued rdf:datatype="http://purl.org/dc/terms/W3CDTF">1998</dcterms:issued>
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:language>
dcterms:extent1冊 (ページ付なし) ; 15cm</dcterms:extent>
dcndl:price1000円</dcndl:price>
dcterms:audience一般</dcterms:audience>
<dcndl:materialType rdf:resource="http://ndl.go.jp/ndltype/Book" rdfs:label=" 図書"/>
dcterms:accessRightsS01P99U99</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-synt
ax-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="htt
p://www.w3.org/2001/XMLSchema-instance" xmlns:owl="http://www.w 3.org/2002/07/owl#">
<dcndl:BibAdminResource rdf:about="http://iss.ndl.go.jp/books/R100000002 -I000008141097-00">
dcndl:catalogingStatusC7</dcndl:catalogingStatus>
dcndl:bibRecordCategoryR100000002</dcndl:bibRecordCategory>
<dcndl:record r df:resource="http://iss.ndl.go.jp/books/R100000002-I000008141097-00#material"/>
</dcndl:BibAdminResource>
<dcndl:BibResource rdf:about="http://iss.ndl.go.jp/books/R100000002 -I000008141097-00#material">
<dcterms:identifier rdf:datatype="http://ndl.go.jp/dcndl/terms/JPNO">21005369</dcterms:identifier
<dcterms:identifier rdf:datatype="http://ndl.go.jp/dcndl/terms/ISBN">4 -906536-34-4</dcterms:ident
ifier>
<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:transcription>
Appendix 3,
Application Programming Interface (API) Specifications
52 / 67
</rdf:Description>
</dc:title>
dcndl:alternative
rdf:Description
rdf:valueChiaroscuro</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</dcndl:publicationPlac
e>
dcterms:datec2005</dcterms:date>
<dcterms:issued rdf:datatype="http://purl.org/dc/terms/W3CDTF">2005</dcterms:issued>
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:language>
dcterms:extent198p ; 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" r dfs:label="政
府刊行物"/>
<dcndl:materialType rdf:resource="http://ndl.go.jp/ndltype/NationalPublication" rdfs:label=" 官公庁
刊行物"/>
dcterms:accessRightsS01P99U99</dcterms:accessRights>
</dcndl:BibResource>
</rdf:RDF>
</metadata>
</record>
(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.g
o.jp/dcndl/dcndl_simple/" xmlns:rdf="http://www.w3.org/1999/02/22 -rdf-syntax-ns#" xmlns:dcndl="htt
p://ndl.go.jp/dcndl/terms/" xmlns:foaf="http://xmlns.com/fo af/0.1/" xmlns:dc="http://purl.org/dc/element
s/1.1/" xmlns:rdfs="http://www.w3.org/2000/01/rdf -schema#" xmlns:xsi="http://www.w3.org/2001/XM
LSchema-instance" xmlns:owl="http://www.w3.org/2002/07/owl#">
<dc:identifier xsi:type="dcterms:URI">http:/ /iss.ndl.go.jp/books/R100000002-I00000267330
1-00</dc:identifier>
dc:title棟方志功</dc:title>
Appendix 3,
Application Programming Interface (API) Specifications
53 / 67
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:seriesTitleT
ranscription>
dcndl:publicationPlace東京</dcndl:publicationPlace>
dc:publisher新潮社</dc:publisher>
<dcterms:issued xsi:type="dcterms:W3CDTF">1998</dcterms:issued>
dcndl:price1068円</dcndl:price>
dcterms:extent93p ; 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:accessRightsS01P99U99</dcterms:accessRights>
<rdfs:seeAlso rdf:resource="http://id.ndl.go.jp/bib/000002673301"></rdfs:seeAlso>
dcterms:description年表あり</dcterms:description>
<dcndl:publicationPlace xsi:type="dcterms:ISO3166">JP</dcndl:publicationPlace>
<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.g
o.jp/dcndl/dcndl_simple/" xmlns:rdf="http://www.w3.org/1999/02/22 -rdf-syntax-ns#" xmlns:dcndl="htt
p://ndl.go.jp/dcndl/terms/" xmlns:foaf="http://xmlns.com/fo af/0.1/" xmlns:dc="http://purl.org/dc/element
s/1.1/" xmlns:rdfs="http://www.w3.org/2000/01/rdf -schema#" xmlns:xsi="http://www.w3.org/2001/XM
LSchema-instance" xmlns:owl="http://www.w3.org/2002/07/owl#">
<dc:identifier xsi:type="dcterms:URI">http:/ /iss.ndl.go.jp/books/R100000002-I00000269476
8-00</dc:identifier>
dc:title井上洋介木版東京百画府</dc:title>
dcndl:titleTranscriptionイノウエ ヨウスケ モクハン トウキョウ ヒャク ガフ</dcnd
l: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キョウト ショイン アーツ コレクション</dcndl:series
TitleTranscription>
dcndl:publicationPlace京都</dcndl:publicationPlace>
dcterms:alternative100 tokyo pictures woodcut prints by Yohsuke Inoue</dcterms:alter
native>
dc:publisher京都書院</dc:publisher>
<dcterms:issued xsi:type="dcterms:W3CDTF">1998</dcterms:issued>
dcndl:price1000円</dcndl:price>
dcterms:extent1冊 (ページ付なし) ; 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:N DLC">KC16</dc:subject>
Appendix 3,
Application Programming Interface (API) Specifications
54 / 67
<dc:subject xsi:type="dcndl:NDLC">KC229</dc:subject>
<dc:subject xsi:type="dcndl:NDC9">733.087</dc:subject>
dcndl:materialType図書</dcndl:materialType>
dcterms:accessRightsS01P99U99</dcterms:accessRights>
<rdfs:seeAlso rdf:resource="http://id.ndl.go.jp/bib/000002694768"></rdfs:seeAlso>
dcterms:description編集: アートダイジェスト</dcterms:description>
<dcndl:publicationPlace xsi:type="dcterms:ISO3166">JP</dcndl:publicationPlace>
<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.g
o.jp/dcndl/dcndl_simple/" xmlns:rdf="http://www.w3.org/1999/02/22 -rdf-syntax-ns#" xmlns:dcndl="htt
p://ndl.go.jp/dcndl/terms/" xmlns:foaf="http://xmlns.com/foaf/0.1/" xmlns:dc="http://purl.org/dc/element
s/1.1/" xmlns:rdfs="http://www.w3.org/2000/01/r df-schema#" xmlns:xsi="http://www.w3.org/2001/XM
LSchema-instance" xmlns:owl="http://www.w3.org/2002/07/owl#">
<dc:identifier xsi:type="dcterms:URI">http://iss.ndl.go.jp/books/R100000002 -I00000814109
7-00</dc:identifier>
dc:titleキアロスクーロ : ルネサンスとバロックの多色木版画 : フリッツ・ルフ
ト・コレクションの所蔵作品による</dc:title>
dcndl:titleTranscriptionキアロスクーロ : ルネサンス ト バロック ノ タショク モ
クハンガ : フリッツ ルフト コレクション ノ ショゾウ サクヒン ニ ヨル</dcndl:titleTranscript
ion>
dc:creator国立西洋美術館</dc:creator>
dcndl:publicationPlace[東京]</dcndl:publicationPlace>
dcterms:alternativeChiaroscuro</dcterms:alternative>
dc:publisher国立西洋美術館</dc:publisher>
<dcterms:issued xsi:type="dcterms:W3CDTF">2005</dcterms:issued>
dcterms:extent198p ; 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:accessRightsS01P99U99</dcterms:accessRights>
<rdfs:seeAlso rdf:resource="http://id.ndl.go.jp/bib/000008141097"></rdfs:seeAlso>
dcterms:description会期・会場: 2005 年10月8日-12月11日</dcterms:description>
dcterms:description編集: 幸福輝ほか</dcterms:description>
dcterms:description共同刊行: 西洋美術振興財団</dcterms:description>
<dcndl:publicationPlace xsi:type="dcterms:ISO3166">JP</dcndl:publicationPlace>
<dc:subject xsi:type="dcndl:NDLSH"> 木版画--ヨーロッパ--画集</dc:subject>
<dc:language xsi:type="ISO639 -2">jpn</dc:language>
</dcndl_simple:dc>
</metadata>
</record>
Appendix 3,
Application Programming Interface (API) Specifications
55 / 67
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> <setName>国立国会図書館電子展示会</setName> </set> <set> <setSpec>ibaraki</setSpec> <setName>茨城県立図書館デジタルライブラリー</setName> </set>