@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix dcndl: <http://ndl.go.jp/dcndl/terms/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcam: <http://purl.org/dc/dcam/> .
@prefix dcterms: <http://purl.org/dc/terms/> .

<http://ndl.go.jp/dcndl/terms/> dcterms:title "RDF Schemaによって定義したNDL Metadata Termsの語彙" ;
	rdfs:comment "DC-NDLに関するお問い合わせは、standardization@ndl.go.jpまでお願いいたします。" ;
	dcterms:creator _:node17168lqvrx2 .

_:node17168lqvrx2 a foaf:Agent ;
	rdf:value "国立国会図書館" ;
	dcndl:transcription "コクリツ　コッカイ　トショカン" .

<http://ndl.go.jp/dcndl/terms/> dcterms:issued "2010-06-21" ;
	dcterms:modified "2011-12-01" .

dcndl:transcription rdfs:label "Transcription" ;
	rdfs:comment "読み又は翻字形" ;
	dcterms:description "Title、Creator等の値とセットで表現できる場合に使用する。" ;
	a rdf:Property ;
	rdfs:range rdfs:Literal ;
	dcterms:created "2010-06-21" ;
	dcterms:modified "2011-12-01" .

dcndl:alternative rdfs:label "Alternative" ;
	rdfs:comment "別タイトル" ;
	dcterms:description "タイトルの別言語又は別文字の表示形等を収める。2010年10月に行われたDCMI Metadata Termsの改訂において、dcterms:alternativeの値域がリテラルに制約された。値域の制約をしない、別タイトルの記述語彙として当該語彙を定義する。" ;
	a rdf:Property ;
	rdfs:subPropertyOf <http://purl.org/dc/elements/1.1/title> ;
	dcterms:created "2011-12-01" .

dcndl:seriesTitle rdfs:label "Series Title" ;
	rdfs:comment "シリーズタイトル" ;
	a rdf:Property ;
	rdfs:subPropertyOf <http://purl.org/dc/elements/1.1/title> ;
	dcterms:created "2010-06-21" ;
	dcterms:modified "2011-12-01" .

dcndl:seriesAlternative rdfs:label "Series Alternative" ;
	rdfs:comment "別シリーズタイトル" ;
	dcterms:description "シリーズタイトルの別言語又は別文字の表示形を収める。" ;
	a rdf:Property ;
	rdfs:subPropertyOf <http://purl.org/dc/elements/1.1/title> ;
	dcterms:created "2010-06-21" ;
	dcterms:modified "2011-12-01" .

dcndl:partInformation rdfs:label "Part Information" ;
	rdfs:comment "単行書の構成レベルに相当する情報" ;
	dcterms:description "内容細目のタイトル及び責任表示をセットで記録する場合に使用する。" ;
	a rdf:Property ;
	rdfs:subPropertyOf <http://purl.org/dc/elements/1.1/title> ;
	dcterms:created "2011-12-01" .

dcndl:partTitle rdfs:label "Part Title" ;
	rdfs:comment "単行書の構成レベルに相当する各著作のタイトル" ;
	dcterms:description "内容細目のタイトルと責任表示をセットでdcndl:partInformationとして記録せず、個別に記録する場合、内容細目のタイトルの表現に当該語彙を使用する。" ;
	a rdf:Property ;
	rdfs:subPropertyOf <http://purl.org/dc/elements/1.1/title> ;
	dcterms:created "2010-06-21" ;
	dcterms:modified "2011-12-01" .

dcndl:volumeTitle rdfs:label "Volume Title" ;
	rdfs:comment "多巻ものの各巻タイトル又は逐次刊行物の部編名" ;
	a rdf:Property ;
	rdfs:subPropertyOf <http://purl.org/dc/elements/1.1/title> ;
	dcterms:created "2010-06-21" ;
	dcterms:modified "2011-12-01" .

dcndl:volume rdfs:label "Volume" ;
	rdfs:comment "巻次又は部編番号" ;
	dcterms:description "PRISM（Publishing Requirements for Industry Standard Metadata）のプロパティprism:volumeでは、プロパティそのものにURIが付与されていないため、独自に設定した。" ;
	a rdf:Property ;
	rdfs:subPropertyOf <http://purl.org/dc/elements/1.1/title> ;
	dcterms:created "2010-06-21" ;
	dcterms:modified "2011-12-01" .

dcndl:alternativeVolume rdfs:label "Alternative Volume" ;
	rdfs:comment "別タイトル部編番号" ;
	dcterms:description "Alternative Titleを記録する際、Alternative Titleの言語と同一の部編番号表記があればそれを収める。" ;
	a rdf:Property ;
	rdfs:subPropertyOf <http://purl.org/dc/elements/1.1/title> ;
	dcterms:created "2010-06-21" ;
	dcterms:modified "2011-12-01" .

dcndl:alternativeVolumeTitle rdfs:label "Alternative Volume Title" ;
	rdfs:comment "別タイトル部編名" ;
	dcterms:description "Alternative Titleを記録する際、Alternative Titleの言語と同一の部編名表記があればそれを収める。" ;
	a rdf:Property ;
	rdfs:subPropertyOf <http://purl.org/dc/elements/1.1/title> ;
	dcterms:created "2010-06-21" ;
	dcterms:modified "2011-12-01" .

dcndl:uniformTitle rdfs:label "Uniform Title" ;
	rdfs:comment "統一タイトル" ;
	a rdf:Property ;
	rdfs:subPropertyOf <http://purl.org/dc/elements/1.1/title> ;
	dcterms:created "2011-12-01" .

dcndl:creatorAlternative rdfs:label "Creator Alternative" ;
	rdfs:comment "Creatorの別名又は異なる形" ;
	dcterms:description "URIを持つ場合は、一律DCTERMS Creatorに収め、対象リソースへのURI参照を行う。" ;
	a rdf:Property ;
	rdfs:subPropertyOf <http://purl.org/dc/elements/1.1/creator> ;
	dcterms:created "2007-05-01" ;
	dcterms:modified "2011-12-01" .

dcndl:seriesCreator rdfs:label "Series Creator" ;
	rdfs:comment "当該情報資源が属するシリーズに対し著作責任を持つ実体" ;
	dcterms:description "URIを持つ場合は、一律DCTERMS Creatorに収め、対象リソースへのURI参照を行う。" ;
	a rdf:Property ;
	rdfs:subPropertyOf <http://purl.org/dc/elements/1.1/creator> ;
	dcterms:created "2010-06-21" ;
	dcterms:modified "2011-12-01" .

dcndl:partCreator rdfs:label "Part Creator" ;
	rdfs:comment "単行書の構成レベルの各著作に著作責任を持つ実体" ;
	dcterms:description """内容細目のタイトルと責任表示をセットでdcndl:partInformationに記録せず、個別に記録する場合、内容細目の責任表示の表現に当該語彙を使用する。
ただし、URIを持つ場合は、一律DCTERMS Creatorに収め、対象リソースへのURI参照を行う。""" ;
	a rdf:Property ;
	rdfs:subPropertyOf <http://purl.org/dc/elements/1.1/creator> ;
	dcterms:created "2010-06-21" ;
	dcterms:modified "2011-12-01" .

dcndl:volumeCreator rdfs:label "Volume Creator" ;
	rdfs:comment "当該情報資源の当該する巻又は部編に対し著作責任を持つ実体" ;
	dcterms:description "URIを持つ場合は、一律DCTERMS Creatorに収め、対象リソースへのURI参照を行う。" ;
	a rdf:Property ;
	rdfs:subPropertyOf <http://purl.org/dc/elements/1.1/creator> ;
	dcterms:created "2010-06-21" ;
	dcterms:modified "2011-12-01" .

dcndl:edition rdfs:label "Edition" ;
	rdfs:comment "当該情報資源が属する版" ;
	a rdf:Property ;
	rdfs:subPropertyOf dcterms:description ;
	dcterms:created "2010-06-21" ;
	dcterms:modified "2011-12-01" .

dcndl:editionCreator rdfs:label "Edition Creator" ;
	rdfs:comment "当該情報資源が属する版に対し著作責任を持つ実体" ;
	a rdf:Property ;
	rdfs:subPropertyOf <http://purl.org/dc/elements/1.1/creator> ;
	dcterms:created "2010-06-21" ;
	dcterms:modified "2011-12-01" .

dcndl:publicationPlace rdfs:label "Publication Place" ;
	rdfs:comment "出版地・頒布地" ;
	dcterms:description "記述対象とする情報資源の出版地・頒布地を記述する場合に使用する。" ;
	rdfs:isDefinedBy <http://ndl.go.jp/dcndl/terms/> ;
	a rdf:Property ;
	rdfs:subPropertyOf dcterms:description ;
	rdfs:range dcterms:Location ;
	dcterms:created "2010-06-21" ;
	dcterms:modified "2011-12-01" .

dcndl:dateCaptured rdfs:label "Date Captured" ;
	rdfs:comment "当該情報資源を採取・保存した日" ;
	rdfs:isDefinedBy <http://ndl.go.jp/dcndl/terms/> ;
	a rdf:Property ;
	rdfs:subPropertyOf dcterms:date ;
	rdfs:range rdfs:Literal ;
	dcterms:created "2007-05-01" .

dcndl:originalLanguage rdfs:label "Original Language" ;
	rdfs:comment "原文の言語" ;
	rdfs:isDefinedBy <http://ndl.go.jp/dcndl/terms/> ;
	a rdf:Property ;
	rdfs:subPropertyOf dcterms:language ;
	rdfs:range dcterms:LinguisticSystem ;
	dcterms:created "2010-06-21" .

dcndl:materialType rdfs:label "Material Type" ;
	rdfs:comment "資料種別" ;
	rdfs:isDefinedBy <http://ndl.go.jp/dcndl/terms/> ;
	a rdf:Property ;
	rdfs:subPropertyOf dcterms:format ;
	rdfs:range dcterms:MediaTypeOrExtent ;
	dcterms:created "2010-06-21" ;
	dcterms:modified "2011-12-01" .

dcndl:price rdfs:label "Price" ;
	rdfs:comment "販売価格" ;
	rdfs:isDefinedBy <http://ndl.go.jp/dcndl/terms/> ;
	a rdf:Property ;
	rdfs:subPropertyOf dcterms:description ;
	dcterms:created "2010-06-21" ;
	dcterms:modified "2011-12-01" .

dcndl:sourceIdentifier rdfs:label "Source Identifier" ;
	rdfs:comment "原資料の識別子" ;
	dcterms:description "当該情報資源が複製資料である場合に、原資料の識別子をここに収める。" ;
	rdfs:isDefinedBy <http://ndl.go.jp/dcndl/terms/> ;
	a rdf:Property ;
	rdfs:subPropertyOf dcterms:identifier ;
	rdfs:range rdfs:Literal ;
	dcterms:created "2011-12-01" .

dcndl:publicationPeriodicity rdfs:label "Publication Periodicity" ;
	rdfs:comment "逐次刊行物の刊行頻度" ;
	rdfs:isDefinedBy <http://ndl.go.jp/dcndl/terms/> ;
	a rdf:Property ;
	rdfs:subPropertyOf dcterms:description ;
	rdfs:range dcterms:Frequency ;
	dcterms:created "2010-06-21" ;
	dcterms:modified "2011-12-01" .

dcndl:publicationStatus rdfs:label "Publication Status" ;
	rdfs:comment "逐次刊行物の刊行状態" ;
	dcterms:description "継続刊行中、刊行終了等、逐次刊行物の刊行状態に関する情報をここに収める。" ;
	rdfs:isDefinedBy <http://ndl.go.jp/dcndl/terms/> ;
	a rdf:Property ;
	rdfs:subPropertyOf dcterms:description ;
	dcterms:created "2010-06-21" ;
	dcterms:modified "2011-12-01" .

dcndl:volumeRange rdfs:label "Volume Range" ;
	rdfs:comment "逐次刊行物の初号から終号までの巻次及び年月次" ;
	rdfs:isDefinedBy <http://ndl.go.jp/dcndl/terms/> ;
	a rdf:Property ;
	rdfs:subPropertyOf dcterms:description ;
	dcterms:created "2010-06-21" ;
	dcterms:modified "2011-12-01" .

dcndl:degreeName rdfs:label "Degree Name" ;
	rdfs:comment "博士論文の学位分野名" ;
	rdfs:isDefinedBy <http://ndl.go.jp/dcndl/terms/> ;
	a rdf:Property ;
	rdfs:subPropertyOf dcterms:description ;
	dcterms:created "2010-06-21" ;
	dcterms:modified "2011-12-01" .

dcndl:dissertationNumber rdfs:label "Dissertation Number" ;
	rdfs:comment "博士論文の報告番号" ;
	rdfs:isDefinedBy <http://ndl.go.jp/dcndl/terms/> ;
	a rdf:Property ;
	rdfs:subPropertyOf dcterms:description ;
	dcterms:created "2010-06-21" ;
	dcterms:modified "2011-12-01" .

dcndl:dateGranted rdfs:label "Date Granted" ;
	rdfs:comment "当該情報資源の作成者が博士号を授与された年月日" ;
	rdfs:isDefinedBy <http://ndl.go.jp/dcndl/terms/> ;
	a rdf:Property ;
	rdfs:subPropertyOf dcterms:date ;
	rdfs:range rdfs:Literal ;
	dcterms:created "2010-06-21" ;
	dcterms:modified "2011-12-01" .

dcndl:degreeGrantor rdfs:label "Degree Grantor" ;
	rdfs:comment "当該情報資源の作成者に博士号を授与した大学名" ;
	dcterms:description "博士号の授与大学名・大学コード等を収める。" ;
	rdfs:isDefinedBy <http://ndl.go.jp/dcndl/terms/> ;
	a rdf:Property ;
	rdfs:subPropertyOf dcterms:description ;
	dcterms:created "2010-06-21" ;
	dcterms:modified "2011-12-01" .

dcndl:issue rdfs:label "Issue" ;
	rdfs:comment "当該情報資源が属する刊行物の通号" ;
	rdfs:isDefinedBy <http://ndl.go.jp/dcndl/terms/> ;
	a rdf:Property ;
	rdfs:subPropertyOf dcterms:bibliographicCitation ;
	dcterms:created "2010-06-21" .

dcndl:number rdfs:label "Number" ;
	rdfs:comment "当該情報資源が属する刊行物の号" ;
	dcterms:description "PRISM（Publishing Requirements for Industry Standard Metadata）のプロパティprism:volumeでは、プロパティそのものにURIが付与されていないため、独自に新設した。" ;
	rdfs:isDefinedBy <http://ndl.go.jp/dcndl/terms/> ;
	a rdf:Property ;
	rdfs:subPropertyOf dcterms:bibliographicCitation ;
	dcterms:created "2010-06-21" .

dcndl:publicationName rdfs:label "Publication Name" ;
	rdfs:comment "当該情報資源の属する刊行物名" ;
	dcterms:description """当該情報資源が雑誌記事である場合、雑誌名をここに収める。
PRISM（Publishing Requirements for Industry Standard Metadata）のプロパティprism:volumeでは、プロパティそのものにURIが付与されていないため、独自に新設した。""" ;
	rdfs:isDefinedBy <http://ndl.go.jp/dcndl/terms/> ;
	a rdf:Property ;
	rdfs:subPropertyOf dcterms:bibliographicCitation ;
	dcterms:created "2010-06-21" .

dcndl:publicationVolume rdfs:label "Publication Volume" ;
	rdfs:comment "当該情報資源の属する刊行物の巻" ;
	dcterms:description "当該情報資源が雑誌記事である場合、属する刊行物の巻をここに収める。" ;
	rdfs:isDefinedBy <http://ndl.go.jp/dcndl/terms/> ;
	a rdf:Property ;
	rdfs:subPropertyOf dcterms:bibliographicCitation ;
	dcterms:created "2010-06-21" .

dcndl:pageRange rdfs:label "Page Range" ;
	rdfs:comment "当該情報資源が掲載されているページの範囲" ;
	dcterms:description "PRISM（Publishing Requirements for Industry Standard Metadata）のプロパティprism:volumeでは、プロパティそのものにURIが付与されていないため、独自に新設した。" ;
	rdfs:isDefinedBy <http://ndl.go.jp/dcndl/terms/> ;
	a rdf:Property ;
	rdfs:subPropertyOf dcterms:bibliographicCitation ;
	dcterms:created "2010-06-21" .

dcndl:digitizedPublisher rdfs:label "Digitized Publisher" ;
	rdfs:comment "当該情報資源をデジタル化した実体" ;
	rdfs:isDefinedBy <http://ndl.go.jp/dcndl/terms/> ;
	a rdf:Property ;
	rdfs:subPropertyOf <http://purl.org/dc/elements/1.1/publisher> ;
	dcterms:created "2010-06-21" ;
	dcterms:modified "2011-12-01" .

dcndl:dateDigitized rdfs:label "Date Digitized" ;
	rdfs:comment "当該情報資源をデジタル化した日付" ;
	dcterms:description "非デジタル資料をデジタル化した年月日を収める。" ;
	rdfs:isDefinedBy <http://ndl.go.jp/dcndl/terms/> ;
	a rdf:Property ;
	rdfs:subPropertyOf dcterms:date ;
	rdfs:range rdfs:Literal ;
	dcterms:created "2010-06-21" .

dcndl:availability rdfs:label "Availability" ;
	rdfs:comment "当該情報資源の二次的・副次的な入手可能性" ;
	dcterms:description "「ＩＬＬ可」、「複写申込み可」、「オンライン利用可」等の情報を収める。情報資源そのものへのアクセス制限、プライバシーやセキュリティ等のポリシーはDublin Core Metadata TermsのAccess Rightsを使用する。" ;
	rdfs:isDefinedBy <http://ndl.go.jp/dcndl/terms/> ;
	a rdf:Property ;
	rdfs:subPropertyOf dcterms:description ;
	dcterms:created "2010-06-21" ;
	dcterms:modified "2011-12-01" .

dcndl:record rdfs:label "Record" ;
	rdfs:comment "参照先に関係のあるメタデータを持つ" ;
	rdfs:isDefinedBy <http://ndl.go.jp/dcndl/terms/> ;
	a rdf:Property ;
	rdfs:subPropertyOf dcterms:relation ;
	dcterms:created "2010-06-21" .

dcndl:holdingAgent rdfs:label "Holding Agent" ;
	rdfs:comment "当該情報資源の保有者" ;
	rdfs:isDefinedBy <http://ndl.go.jp/dcndl/terms/> ;
	a rdf:Property ;
	rdfs:subPropertyOf dcterms:description ;
	dcterms:created "2010-06-21" ;
	dcterms:modified "2011-12-01" .

dcndl:callNumber rdfs:label "Call Number" ;
	rdfs:comment "請求記号" ;
	dcterms:description "当該情報資源を保有する所蔵館における正請求記号を収める。" ;
	rdfs:isDefinedBy <http://ndl.go.jp/dcndl/terms/> ;
	a rdf:Property ;
	rdfs:subPropertyOf dcterms:identifier ;
	rdfs:range rdfs:Literal ;
	dcterms:created "2010-06-21" ;
	dcterms:modified "2011-12-01" .

dcndl:localCallNumber rdfs:label "Local Call Number" ;
	rdfs:comment "請求記号" ;
	dcterms:description "当該情報資源を保有する所蔵館におけるローカル請求記号を収める。" ;
	rdfs:isDefinedBy <http://ndl.go.jp/dcndl/terms/> ;
	a rdf:Property ;
	rdfs:subPropertyOf dcterms:identifier ;
	rdfs:range rdfs:Literal ;
	dcterms:created "2011-12-01" .

dcndl:holdingIssues rdfs:label "Holding Issues" ;
	rdfs:comment "所蔵する逐次刊行物の巻次・年月次" ;
	rdfs:isDefinedBy <http://ndl.go.jp/dcndl/terms/> ;
	a rdf:Property ;
	rdfs:subPropertyOf dcterms:description ;
	dcterms:created "2010-06-21" ;
	dcterms:modified "2011-12-01" .

dcndl:absentIssues rdfs:label "Absent Issues" ;
	rdfs:comment "所蔵する逐次刊行物の欠号に関する情報" ;
	rdfs:isDefinedBy <http://ndl.go.jp/dcndl/terms/> ;
	a rdf:Property ;
	rdfs:subPropertyOf dcterms:description ;
	dcterms:created "2010-06-21" ;
	dcterms:modified "2011-12-01" .

dcndl:catalogingRule rdfs:label "Cataloging Rule" ;
	rdfs:comment "当該情報資源のメタデータ記述に採用した目録規則" ;
	rdfs:isDefinedBy <http://ndl.go.jp/dcndl/terms/> ;
	a rdf:Property ;
	rdfs:subPropertyOf dcterms:description ;
	dcterms:created "2010-06-21" ;
	dcterms:modified "2011-12-01" .

dcndl:recordStatus rdfs:label "Record Status" ;
	rdfs:comment "当該レコードの状態" ;
	dcterms:description "新規・更新等のレコードの状態に関する情報を収める。" ;
	rdfs:isDefinedBy <http://ndl.go.jp/dcndl/terms/> ;
	a rdf:Property ;
	rdfs:subPropertyOf dcterms:description ;
	dcterms:created "2010-06-21" ;
	dcterms:modified "2011-12-01" .

dcndl:location rdfs:label "Location" ;
	rdfs:comment "出版者の所在に関する情報" ;
	dcterms:description "出版者を記述対象とし、その出版者の所在に関する情報を記録する場合に、当該語彙を使用する。" ;
	rdfs:isDefinedBy <http://ndl.go.jp/dcndl/terms/> ;
	a rdf:Property ;
	rdfs:subPropertyOf dcterms:description ;
	rdfs:domain dcterms:Agent ;
	rdfs:range dcterms:Location ;
	dcterms:created "2011-12-01" .

dcndl:titleTranscription rdfs:label "Title Transcription" ;
	rdfs:comment "Titleの読み又は翻字形" ;
	rdfs:isDefinedBy <http://ndl.go.jp/dcndl/terms/> ;
	a rdf:Property ;
	rdfs:subPropertyOf <http://purl.org/dc/elements/1.1/title> ;
	dcterms:created "2007-05-01" ;
	dcterms:modified "2011-12-01" .

dcndl:alternativeTranscription rdfs:label "Alternative Transcription" ;
	rdfs:comment "Alternativeの読み又は翻字形" ;
	rdfs:isDefinedBy <http://ndl.go.jp/dcndl/terms/> ;
	a rdf:Property ;
	rdfs:subPropertyOf <http://purl.org/dc/elements/1.1/title> ;
	dcterms:created "2007-05-01" ;
	dcterms:modified "2011-12-01" .

dcndl:seriesTitleTranscription rdfs:label "Series Title Transcription" ;
	rdfs:comment "Series Titleの読み又は翻字形" ;
	rdfs:isDefinedBy <http://ndl.go.jp/dcndl/terms/> ;
	a rdf:Property ;
	rdfs:subPropertyOf <http://purl.org/dc/elements/1.1/title> ;
	dcterms:created "2010-06-21" ;
	dcterms:modified "2011-12-01" .

dcndl:seriesAlternativeTranscription rdfs:label "Series Alternative Transcription" ;
	rdfs:comment "Series Alternativeの読み又は翻字形" ;
	rdfs:isDefinedBy <http://ndl.go.jp/dcndl/terms/> ;
	a rdf:Property ;
	rdfs:subPropertyOf <http://purl.org/dc/elements/1.1/title> ;
	dcterms:created "2010-06-21" ;
	dcterms:modified "2011-12-01" .

dcndl:seriesVolume rdfs:label "Series Volume" ;
	rdfs:comment "シリーズの巻次又は部編番号" ;
	rdfs:isDefinedBy <http://ndl.go.jp/dcndl/terms/> ;
	a rdf:Property ;
	rdfs:subPropertyOf <http://purl.org/dc/elements/1.1/title> ;
	dcterms:created "2010-06-21" ;
	dcterms:modified "2011-12-01" .

dcndl:seriesVolumeTranscription rdfs:label "Series Volume Transcription" ;
	rdfs:comment "Series Volumeの読み又は翻字形" ;
	rdfs:isDefinedBy <http://ndl.go.jp/dcndl/terms/> ;
	a rdf:Property ;
	rdfs:subPropertyOf <http://purl.org/dc/elements/1.1/title> ;
	dcterms:created "2010-06-21" ;
	dcterms:modified "2011-12-01" .

dcndl:seriesVolumeTitle rdfs:label "Series Volume Title" ;
	rdfs:comment "シリーズの部編名" ;
	rdfs:isDefinedBy <http://ndl.go.jp/dcndl/terms/> ;
	a rdf:Property ;
	rdfs:subPropertyOf <http://purl.org/dc/elements/1.1/title> ;
	dcterms:created "2010-06-21" ;
	dcterms:modified "2011-12-01" .

dcndl:seriesVolumeTitleTranscription rdfs:label "Series Volume Title Transcription" ;
	rdfs:comment "Series Volume Titleの読み又は翻字形" ;
	rdfs:isDefinedBy <http://ndl.go.jp/dcndl/terms/> ;
	a rdf:Property ;
	rdfs:subPropertyOf <http://purl.org/dc/elements/1.1/title> ;
	dcterms:created "2010-06-21" ;
	dcterms:modified "2011-12-01" .

dcndl:partTitleTranscription rdfs:label "Part Title Transcription" ;
	rdfs:comment "Part Titleの読み又は翻字形" ;
	rdfs:isDefinedBy <http://ndl.go.jp/dcndl/terms/> ;
	a rdf:Property ;
	rdfs:subPropertyOf <http://purl.org/dc/elements/1.1/title> ;
	dcterms:created "2010-06-21" ;
	dcterms:modified "2011-12-01" .

dcndl:volumeTitleTranscription rdfs:label "Volume Title Transcription" ;
	rdfs:comment "Volume Titleの読み又は翻字形" ;
	rdfs:isDefinedBy <http://ndl.go.jp/dcndl/terms/> ;
	a rdf:Property ;
	rdfs:subPropertyOf <http://purl.org/dc/elements/1.1/title> ;
	dcterms:created "2010-06-21" ;
	dcterms:modified "2011-12-01" .

dcndl:volumeTranscription rdfs:label "Volume Transcription" ;
	rdfs:comment "Volumeの読み又は翻字形" ;
	rdfs:isDefinedBy <http://ndl.go.jp/dcndl/terms/> ;
	a rdf:Property ;
	rdfs:subPropertyOf <http://purl.org/dc/elements/1.1/title> ;
	dcterms:created "2010-06-21" ;
	dcterms:modified "2011-12-01" .

dcndl:alternativeVolumeTranscription rdfs:label "Alternative Volume Transcription" ;
	rdfs:comment "Alternative Volumeの読み又は翻字形" ;
	rdfs:isDefinedBy <http://ndl.go.jp/dcndl/terms/> ;
	a rdf:Property ;
	rdfs:subPropertyOf <http://purl.org/dc/elements/1.1/title> ;
	dcterms:created "2010-06-21" ;
	dcterms:modified "2011-12-01" .

dcndl:alternativeVolumeTitleTranscription rdfs:label "Alternative Volume Title Transcription" ;
	rdfs:comment "Alternative Volume Titleの読み又は翻字形" ;
	rdfs:isDefinedBy <http://ndl.go.jp/dcndl/terms/> ;
	a rdf:Property ;
	rdfs:subPropertyOf <http://purl.org/dc/elements/1.1/title> ;
	dcterms:created "2010-06-21" ;
	dcterms:modified "2011-12-01" .

dcndl:creatorTranscription rdfs:label "Creator Transcription" ;
	rdfs:comment "Creatorの読み又は翻字形" ;
	dcterms:description "主に、著者標目の読みを表現する際に用いる。" ;
	rdfs:isDefinedBy <http://ndl.go.jp/dcndl/terms/> ;
	a rdf:Property ;
	rdfs:subPropertyOf <http://purl.org/dc/elements/1.1/creator> ;
	dcterms:created "2007-05-01" ;
	dcterms:modified "2011-12-01" .

dcndl:creatorAlternativeTranscription rdfs:label "Creator Alternative Transcription" ;
	rdfs:comment "Creator Alternativeの読み又は翻字形" ;
	rdfs:isDefinedBy <http://ndl.go.jp/dcndl/terms/> ;
	a rdf:Property ;
	rdfs:subPropertyOf <http://purl.org/dc/elements/1.1/creator> ;
	dcterms:created "2007-05-01" ;
	dcterms:modified "2011-12-01" .

dcndl:seriesCreatorTranscription rdfs:label "Series Creator Transcription" ;
	rdfs:comment "Series Creatorの読み又は翻字形" ;
	rdfs:isDefinedBy <http://ndl.go.jp/dcndl/terms/> ;
	a rdf:Property ;
	rdfs:subPropertyOf <http://purl.org/dc/elements/1.1/creator> ;
	dcterms:created "2010-06-21" ;
	dcterms:modified "2011-12-01" .

dcndl:partCreatorTranscription rdfs:label "Part Creator Transcription" ;
	rdfs:comment "Part Creatorの読み又は翻字形" ;
	rdfs:isDefinedBy <http://ndl.go.jp/dcndl/terms/> ;
	a rdf:Property ;
	rdfs:subPropertyOf <http://purl.org/dc/elements/1.1/creator> ;
	dcterms:created "2010-06-21" ;
	dcterms:modified "2011-12-01" .

dcndl:volumeCreatorTranscription rdfs:label "Volume Creator Transcription" ;
	rdfs:comment "Volume Creatorの読み又は翻字形" ;
	rdfs:isDefinedBy <http://ndl.go.jp/dcndl/terms/> ;
	a rdf:Property ;
	rdfs:subPropertyOf <http://purl.org/dc/elements/1.1/creator> ;
	dcterms:created "2010-06-21" ;
	dcterms:modified "2011-12-01" .

dcndl:editionCreatorTranscription rdfs:label "Edition Creator Transcription" ;
	rdfs:comment "Edition Creatorの読み又は翻字形" ;
	rdfs:isDefinedBy <http://ndl.go.jp/dcndl/terms/> ;
	a rdf:Property ;
	rdfs:subPropertyOf <http://purl.org/dc/elements/1.1/creator> ;
	dcterms:created "2010-06-21" ;
	dcterms:modified "2011-12-01" .

dcndl:contributorTranscription rdfs:label "Contributor Transcription" ;
	rdfs:comment "Contributorの読み又は翻字形" ;
	rdfs:isDefinedBy <http://ndl.go.jp/dcndl/terms/> ;
	a rdf:Property ;
	rdfs:subPropertyOf <http://purl.org/dc/elements/1.1/contributor> ;
	dcterms:created "2007-05-01" ;
	dcterms:modified "2011-12-01" .

dcndl:publisherTranscription rdfs:label "Publisher Transcription" ;
	rdfs:comment "Publisherの読み又は翻字形" ;
	rdfs:isDefinedBy <http://ndl.go.jp/dcndl/terms/> ;
	a rdf:Property ;
	rdfs:subPropertyOf <http://purl.org/dc/elements/1.1/publisher> ;
	dcterms:created "2007-05-01" ;
	dcterms:modified "2011-12-01" .

dcndl:subjectTranscription rdfs:label "Subject Transcription" ;
	rdfs:comment "Subjectの読み又は翻字形" ;
	rdfs:isDefinedBy <http://ndl.go.jp/dcndl/terms/> ;
	a rdf:Property ;
	rdfs:subPropertyOf <http://purl.org/dc/elements/1.1/subject> ;
	dcterms:created "2007-05-01" ;
	dcterms:modified "2011-12-01" .

dcndl:degreeGrantorTranscription rdfs:label "Degree Grantor Transcription" ;
	rdfs:comment "Degree Grantorの読み又は翻字形" ;
	rdfs:isDefinedBy <http://ndl.go.jp/dcndl/terms/> ;
	a rdf:Property ;
	rdfs:subPropertyOf dcterms:description ;
	dcterms:created "2010-06-21" ;
	dcterms:modified "2011-12-01" .

dcndl:bibRecordCategory rdfs:label "Bibliographic Record Category" ;
	rdfs:comment "メタデータのハーベスト元のデータベースに関する情報" ;
	dcterms:description "メタデータのハーベスト元であるデータベースに付与したリポジトリ番号等を収める。" ;
	rdfs:isDefinedBy <http://ndl.go.jp/dcndl/terms/> ;
	a rdf:Property ;
	rdfs:subPropertyOf dcterms:description ;
	dcterms:created "2010-06-21" ;
	dcterms:modified "2011-12-01" .

dcndl:bibRecordSubCategory rdfs:label "Bibliographic Record Sub Category" ;
	rdfs:comment "dcndl:bibRecordCategoryの下位区分にあたる情報" ;
	dcterms:description "メタデータのハーベスト元であるデータベースに付与したリポジトリ番号の下位に有用な情報がある場合、コード値等を収める。" ;
	rdfs:isDefinedBy <http://ndl.go.jp/dcndl/terms/> ;
	a rdf:Property ;
	rdfs:subPropertyOf dcterms:description ;
	dcterms:created "2011-12-01" .

dcndl:cataloguingStatus rdfs:label "Cataloguing Status" ;
	rdfs:comment "書誌レコード作成のステータス" ;
	dcterms:description "書誌レコード作成の作業段階を示すコード値を収める。" ;
	rdfs:isDefinedBy <http://ndl.go.jp/dcndl/terms/> ;
	a rdf:Property ;
	rdfs:subPropertyOf dcterms:description ;
	dcterms:created "2011-12-01" .

dcndl:previousName rdfs:label "Previous Name" ;
	rdfs:comment "をも見よ参照（旧称）" ;
	dcterms:description "当該典拠情報に対し、リンク先典拠情報の名称が「旧称」に相当する場合、「をも見よ参照」の記述に当該語彙を使用する。" ;
	rdfs:isDefinedBy <http://ndl.go.jp/dcndl/terms/> ;
	a rdf:Property ;
	rdfs:subPropertyOf rdfs:seeAlso ;
	dcterms:created "2011-12-01" .

dcndl:laterName rdfs:label "Later Name" ;
	rdfs:comment "をも見よ参照（新称）" ;
	dcterms:description "当該典拠情報に対し、リンク先典拠情報の名称が「新称」に相当する場合、「をも見よ参照」の記述に当該語彙を使用する。" ;
	rdfs:isDefinedBy <http://ndl.go.jp/dcndl/terms/> ;
	a rdf:Property ;
	rdfs:subPropertyOf rdfs:seeAlso ;
	dcterms:created "2011-12-01" .

dcndl:realName rdfs:label "Real Name" ;
	rdfs:comment "をも見よ参照（本名）" ;
	dcterms:description "当該典拠情報に対し、リンク先典拠情報の名称が「本名」に相当する場合、「をも見よ参照」の記述に当該語彙を使用する。" ;
	rdfs:isDefinedBy <http://ndl.go.jp/dcndl/terms/> ;
	a rdf:Property ;
	rdfs:subPropertyOf rdfs:seeAlso ;
	dcterms:created "2011-12-01" .

dcndl:anotherName rdfs:label "Another Name" ;
	rdfs:comment "をも見よ参照（別名）" ;
	dcterms:description "当該典拠情報に対し、リンク先典拠情報の名称が「別名」に相当する場合、「をも見よ参照」の記述に当該語彙を使用する。" ;
	rdfs:isDefinedBy <http://ndl.go.jp/dcndl/terms/> ;
	a rdf:Property ;
	rdfs:subPropertyOf rdfs:seeAlso ;
	dcterms:created "2011-12-01" .

dcndl:BSH rdfs:label "BSH" ;
	rdfs:comment "基本件名標目表" ;
	rdfs:seeAlso <http://www.jla.or.jp/bsh/index.html> ;
	rdfs:isDefinedBy <http://ndl.go.jp/dcndl/terms/> ;
	a dcam:VocabularyEncodingScheme ;
	dcterms:created "2007-05-01" .

dcndl:GHQSCAP rdfs:label "GHQSCAP" ;
	rdfs:comment "GHQ/SCAP分類表" ;
	dcterms:description "国立国会図書館が、米国国立公文書館所蔵の連合国最高司令官総司令部（GHQ/SCAP）資料を収集するに当たり作成した分類表。" ;
	rdfs:isDefinedBy <http://ndl.go.jp/dcndl/terms/> ;
	a dcam:VocabularyEncodingScheme ;
	dcterms:created "2010-06-21" .

dcndl:MCJ rdfs:label "MCJ" ;
	rdfs:comment "MCJ地理コード" ;
	dcterms:description "国立国会図書館が、米海兵隊歴史センター所蔵の太平洋戦争関係資料を収集するに当たり作成した分類表。" ;
	rdfs:isDefinedBy <http://ndl.go.jp/dcndl/terms/> ;
	a dcam:VocabularyEncodingScheme ;
	dcterms:created "2010-06-21" .

dcndl:NDC rdfs:label "NDC" ;
	rdfs:comment "日本十進分類法" ;
	dcterms:description "日本十進分類法新訂7版以前、もしくは版が明確でない分類記号の表現に用いる。" ;
	rdfs:seeAlso <http://www.jla.or.jp/bunrui/index.html> ;
	rdfs:isDefinedBy <http://ndl.go.jp/dcndl/terms/> ;
	a dcam:VocabularyEncodingScheme ;
	dcterms:created "2007-05-01" .

dcndl:NDC8 rdfs:label "NDC(8)" ;
	rdfs:comment "日本十進分類法新訂8版" ;
	dcterms:description "日本十進分類法新訂8版の分類記号の表現に用いる。" ;
	rdfs:seeAlso <http://www.jla.or.jp/bunrui/index.html> ;
	rdfs:isDefinedBy <http://ndl.go.jp/dcndl/terms/> ;
	a dcam:VocabularyEncodingScheme ;
	dcterms:created "2010-06-21" .

dcndl:NDLC rdfs:label "NDLC" ;
	rdfs:comment "国立国会図書館分類表" ;
	rdfs:seeAlso <http://ndl.go.jp/jp/library/data/ndl_ndlc.html> ;
	rdfs:isDefinedBy <http://ndl.go.jp/dcndl/terms/> ;
	a dcam:VocabularyEncodingScheme ;
	dcterms:created "2007-05-01" .

dcndl:NDLNA rdfs:label "NDLNA" ;
	rdfs:comment "国立国会図書館名称典拠（個人名、団体名、家族名、統一タイトル及び地名）" ;
	rdfs:seeAlso <http://id.ndl.go.jp/auth/ndla> ;
	rdfs:isDefinedBy <http://ndl.go.jp/dcndl/terms/> ;
	a dcam:VocabularyEncodingScheme ;
	dcterms:created "2011-12-01" .

dcndl:ndlsh rdfs:label "NDLSH" ;
	rdfs:comment "国立国会図書館件名標目表" ;
	rdfs:seeAlso <http://ndl.go.jp/jp/library/data/ndl_ndlsh.html> , <http://id.ndl.go.jp/auth/ndla> ;
	rdfs:isDefinedBy <http://ndl.go.jp/dcndl/terms/> ;
	a dcam:VocabularyEncodingScheme ;
	dcterms:created "2007-05-01" ;
	dcterms:modified "2011-12-01" .

dcndl:NDLType rdfs:label "NDL Type" ;
	rdfs:comment "NDL Typeで規定した情報資源の種別" ;
	rdfs:seeAlso <http://www.ndl.go.jp/jp/library/data/meta.html> ;
	rdfs:isDefinedBy <http://ndl.go.jp/dcndl/terms/> ;
	a dcam:VocabularyEncodingScheme ;
	dcterms:created "2010-06-21" .

dcndl:NIISubject rdfs:label "NII Subject" ;
	rdfs:comment "国立情報学研究所メタデータ主題語彙集" ;
	rdfs:seeAlso <http://www.nii.ac.jp/metadata/manual/NII-category.pdf> ;
	rdfs:isDefinedBy <http://ndl.go.jp/dcndl/terms/> ;
	a dcam:VocabularyEncodingScheme ;
	dcterms:created "2007-05-01" .

dcndl:NIIType rdfs:label "NII Type" ;
	rdfs:comment "国立情報学研究所メタデータ主題語彙集（資源タイプ）" ;
	rdfs:seeAlso <http://www.nii.ac.jp/irp/archive/system/pdf/type_NII.pdf> ;
	rdfs:isDefinedBy <http://ndl.go.jp/dcndl/terms/> ;
	a dcam:VocabularyEncodingScheme ;
	dcterms:created "2007-05-01" .

dcndl:USCAR rdfs:label "USCAR" ;
	rdfs:comment "USCAR資料分類表" ;
	dcterms:description "国立国会図書館が、米国国立公文書館所蔵の琉球列島米国民政府（USCAR）資料を収集するに当たり作成した分類表。" ;
	rdfs:seeAlso <http://opac.ndl.go.jp/help/internet/senryob_uscar.html> ;
	rdfs:isDefinedBy <http://ndl.go.jp/dcndl/terms/> ;
	a dcam:VocabularyEncodingScheme ;
	dcterms:created "2010-06-21" .

dcndl:BRNO rdfs:label "Braille And Audio Book Union Catalogue NO" ;
	rdfs:comment "点字図書・録音図書全国総合目録番号" ;
	rdfs:seeAlso <http://opac.ndl.go.jp/help/internet/ohelp2.html#kobrbango> ;
	rdfs:isDefinedBy <http://ndl.go.jp/dcndl/terms/> ;
	a rdfs:Datatype ;
	dcterms:created "2010-06-21" .

dcndl:CODEN rdfs:label "CODEN" ;
	rdfs:comment "Code Designated" ;
	dcterms:description "主に自然科学系で使われる学術雑誌番号" ;
	rdfs:seeAlso <http://www.astm.org/index.shtml> ;
	rdfs:isDefinedBy <http://ndl.go.jp/dcndl/terms/> ;
	a rdfs:Datatype ;
	dcterms:created "2010-06-21" .

dcndl:DOI rdfs:label "DOI" ;
	rdfs:comment "Digital Object Identifier" ;
	rdfs:seeAlso <http://www.doi.org/> ;
	rdfs:isDefinedBy <http://ndl.go.jp/dcndl/terms/> ;
	a rdfs:Datatype ;
	dcterms:created "2010-06-21" .

dcndl:ErrorISBN rdfs:label "Error ISBN" ;
	rdfs:comment "ISBNエラーコード" ;
	dcterms:description "誤登録されたISBNを収める。" ;
	rdfs:seeAlso <http://www.isbn-international.org/> , <http://www.isbn-center.jp/> ;
	rdfs:isDefinedBy <http://ndl.go.jp/dcndl/terms/> ;
	a rdfs:Datatype ;
	dcterms:created "2010-06-21" .

dcndl:GPOCN rdfs:label "GPO Control Number" ;
	rdfs:comment "GPO管理番号" ;
	dcterms:description "米国政府印刷局（Government Printing Office）での管理番号" ;
	rdfs:seeAlso <http://catalog.gpo.gov/F?RN=594478277> ;
	rdfs:isDefinedBy <http://ndl.go.jp/dcndl/terms/> ;
	a rdfs:Datatype ;
	dcterms:created "2010-06-21" .

dcndl:GPOBibNO rdfs:label "GPO Bibliographic Number" ;
	rdfs:comment "GPO書誌番号" ;
	dcterms:description "米国政府印刷局（Government Printing Office）が付与した書誌番号" ;
	rdfs:seeAlso <http://catalog.gpo.gov/F?RN=594478277> ;
	rdfs:isDefinedBy <http://ndl.go.jp/dcndl/terms/> ;
	a rdfs:Datatype ;
	dcterms:created "2010-06-21" .

dcndl:IncorrectISSN rdfs:label "Incorrect ISSN" ;
	rdfs:comment "ISSNエラーコード" ;
	dcterms:description "誤登録されたISSNを収める。" ;
	rdfs:seeAlso <http://www.issn.org/> , <http://www.ndl.go.jp/jp/aboutus/issn.html> ;
	rdfs:isDefinedBy <http://ndl.go.jp/dcndl/terms/> ;
	a rdfs:Datatype ;
	dcterms:created "2010-06-21" .

dcndl:IncorrectISSNL rdfs:label "Incorrect ISSN-L" ;
	rdfs:comment "ISSN-Lエラーコード" ;
	dcterms:description "誤登録されたISSN-Lを収める。" ;
	rdfs:seeAlso <http://www.issn.org/> , <http://www.ndl.go.jp/jp/aboutus/issn.html> ;
	rdfs:isDefinedBy <http://ndl.go.jp/dcndl/terms/> ;
	a rdfs:Datatype ;
	dcterms:created "2010-06-21" .

dcndl:ICNO rdfs:label "International Chart NO" ;
	rdfs:comment "国際海図番号" ;
	rdfs:isDefinedBy <http://ndl.go.jp/dcndl/terms/> ;
	a rdfs:Datatype ;
	dcterms:created "2010-06-21" .

dcndl:ISBN rdfs:label "ISBN" ;
	rdfs:comment "International Standard Book Number : 国際標準図書番号" ;
	rdfs:seeAlso <http://www.isbn-international.org/> , <http://www.isbn-center.jp/> ;
	rdfs:isDefinedBy <http://ndl.go.jp/dcndl/terms/> ;
	a rdfs:Datatype ;
	dcterms:created "2007-05-01" .

dcndl:ISIL rdfs:label "ISIL" ;
	rdfs:comment "International standard identifier for libraries and related organizations : 図書館及び関連組織のための国際標準識別子" ;
	rdfs:seeAlso <http://biblstandard.dk/isil/> ;
	rdfs:isDefinedBy <http://ndl.go.jp/dcndl/terms/> ;
	a rdfs:Datatype ;
	dcterms:created "2011-12-01" .

dcndl:ISMN rdfs:label "ISMN" ;
	rdfs:comment "International Standard Music Number : 国際標準楽譜番号" ;
	rdfs:seeAlso <http://www.ismn-international.org/> ;
	rdfs:isDefinedBy <http://ndl.go.jp/dcndl/terms/> ;
	a rdfs:Datatype ;
	dcterms:created "2010-06-21" .

dcndl:ISRN rdfs:label "ISRN" ;
	rdfs:comment "International Standard technical Report Number : 国際標準テクニカルリポート番号" ;
	rdfs:seeAlso <http://www.iso.org/iso/catalogue_detail.htm?csnumber=18506> ;
	rdfs:isDefinedBy <http://ndl.go.jp/dcndl/terms/> ;
	a rdfs:Datatype ;
	dcterms:created "2010-06-21" .

dcndl:ISSN rdfs:label "ISSN" ;
	rdfs:comment "International Standard Serial Number : 国際標準逐次刊行物番号" ;
	rdfs:seeAlso <http://www.issn.org/> , <http://www.ndl.go.jp/jp/aboutus/issn.html> ;
	rdfs:isDefinedBy <http://ndl.go.jp/dcndl/terms/> ;
	a rdfs:Datatype ;
	dcterms:created "2007-05-01" .

dcndl:ISSNL rdfs:label "ISSN-L" ;
	rdfs:comment "Linking ISSN" ;
	rdfs:seeAlso <http://www.issn.org/> , <http://www.ndl.go.jp/jp/aboutus/issn.html> ;
	rdfs:isDefinedBy <http://ndl.go.jp/dcndl/terms/> ;
	a rdfs:Datatype ;
	dcterms:created "2010-06-21" .

dcndl:JISX0304 rdfs:label "JIS X 0304" ;
	rdfs:comment "国名コード" ;
	rdfs:seeAlso <http://www.jisc.go.jp/> ;
	rdfs:isDefinedBy <http://ndl.go.jp/dcndl/terms/> ;
	a rdfs:Datatype ;
	dcterms:created "2007-05-01" .

dcndl:JISX0402 rdfs:label "JIS X 0402" ;
	rdfs:comment "全国地方公共団体コード（5桁）" ;
	rdfs:seeAlso <http://www.jisc.go.jp/> ;
	rdfs:isDefinedBy <http://ndl.go.jp/dcndl/terms/> ;
	a rdfs:Datatype ;
	dcterms:created "2010-06-21" .

dcndl:JISX0408 rdfs:label "JIS X 0408" ;
	rdfs:comment "大学・高等専門学校コード" ;
	rdfs:seeAlso <http://www.jisc.go.jp/> ;
	rdfs:isDefinedBy <http://ndl.go.jp/dcndl/terms/> ;
	a rdfs:Datatype ;
	dcterms:created "2010-06-21" .

dcndl:JISX0410 rdfs:label "JIS X 0410" ;
	rdfs:comment "標準地域メッシュコード" ;
	rdfs:seeAlso <http://www.jisc.go.jp/> ;
	rdfs:isDefinedBy <http://ndl.go.jp/dcndl/terms/> ;
	a rdfs:Datatype ;
	dcterms:created "2010-06-21" .

dcndl:JPNO rdfs:label "JP Number" ;
	rdfs:comment "日本全国書誌番号（JP番号）" ;
	rdfs:seeAlso <http://ndl.go.jp/jp/publication/jnbwl/jnb_top.html> ;
	rdfs:isDefinedBy <http://ndl.go.jp/dcndl/terms/> ;
	a rdfs:Datatype ;
	dcterms:created "2007-05-01" .

dcndl:KAKENHINO rdfs:label "KAKENHI Number" ;
	rdfs:comment "文部科学省科学研究費補助金研究の課題番号" ;
	rdfs:seeAlso <http://www.jsps.go.jp/j-grantsinaid/index.html> ;
	rdfs:isDefinedBy <http://ndl.go.jp/dcndl/terms/> ;
	a rdfs:Datatype ;
	dcterms:created "2010-06-21" .

dcndl:KNMARCNO rdfs:label "KN MARC Number" ;
	rdfs:comment "紀伊国屋MARC番号" ;
	rdfs:isDefinedBy <http://ndl.go.jp/dcndl/terms/> ;
	a rdfs:Datatype ;
	dcterms:created "2010-06-21" .

dcndl:NCNO rdfs:label "National Chart Number" ;
	rdfs:comment "各国国内海図番号" ;
	rdfs:isDefinedBy <http://ndl.go.jp/dcndl/terms/> ;
	a rdfs:Datatype ;
	dcterms:created "2010-06-21" .

dcndl:NDLBibID rdfs:label "NDL Bibliographic ID" ;
	rdfs:comment "国立国会図書館書誌ID" ;
	rdfs:isDefinedBy <http://ndl.go.jp/dcndl/terms/> ;
	a rdfs:Datatype ;
	dcterms:created "2010-06-21" .

dcndl:NDLJP rdfs:label "NDLJP" ;
	rdfs:comment "国立国会図書館で付与した永続的識別子" ;
	rdfs:isDefinedBy <http://ndl.go.jp/dcndl/terms/> ;
	a rdfs:Datatype ;
	dcterms:created "2010-06-21" .

dcndl:NIIBibID rdfs:label "NII Bib ID" ;
	rdfs:comment "NACSIS-CAT書誌レコード番号" ;
	rdfs:isDefinedBy <http://ndl.go.jp/dcndl/terms/> ;
	a rdfs:Datatype ;
	dcterms:created "2010-06-21" .

dcndl:NSMARCNO rdfs:label "NS-MARC Number" ;
	rdfs:comment "日販MARC番号" ;
	rdfs:isDefinedBy <http://ndl.go.jp/dcndl/terms/> ;
	a rdfs:Datatype ;
	dcterms:created "2010-06-21" .

dcndl:OCLCNO rdfs:label "OCLC Number" ;
	rdfs:comment "OCLC番号" ;
	dcterms:description "OCLC（Online Computer Library Center）が付与した書誌番号" ;
	rdfs:isDefinedBy <http://ndl.go.jp/dcndl/terms/> ;
	a rdfs:Datatype ;
	dcterms:created "2010-06-21" .

dcndl:OPLMARCNO rdfs:label "OPL-MARC Number" ;
	rdfs:comment "大阪屋MARC番号" ;
	rdfs:isDefinedBy <http://ndl.go.jp/dcndl/terms/> ;
	a rdfs:Datatype ;
	dcterms:created "2010-06-21" .

dcndl:PBNO rdfs:label "PBNO" ;
	rdfs:comment "出版者番号（楽譜）" ;
	dcterms:description "楽譜出版者が付けた販売目録の楽譜番号" ;
	rdfs:isDefinedBy <http://ndl.go.jp/dcndl/terms/> ;
	a rdfs:Datatype ;
	dcterms:created "2010-06-21" .

dcndl:PLNO rdfs:label "PLNO" ;
	rdfs:comment "プレート番号（楽譜）" ;
	dcterms:description "楽譜の各ページ下欄外に表示されて、ある版の印刷に用いられた金属板を特定する番号" ;
	rdfs:isDefinedBy <http://ndl.go.jp/dcndl/terms/> ;
	a rdfs:Datatype ;
	dcterms:created "2010-06-21" .

dcndl:RIS502 rdfs:label "RIS 502" ;
	rdfs:comment "レコード商品番号体系" ;
	dcterms:description "日本レコード協会が規定したレコード表示に関する商品番号体系" ;
	rdfs:seeAlso <http://www.riaj.or.jp/issue/ris/pdf/ris502.pdf> ;
	rdfs:isDefinedBy <http://ndl.go.jp/dcndl/terms/> ;
	a rdfs:Datatype ;
	dcterms:created "2010-06-21" .

dcndl:RLINNO rdfs:label "RLIN Number" ;
	rdfs:comment "RLIN番号" ;
	dcterms:description "RLIN（Research Libraries Information Network）が付与した書誌番号" ;
	rdfs:isDefinedBy <http://ndl.go.jp/dcndl/terms/> ;
	a rdfs:Datatype ;
	dcterms:created "2010-06-21" .

dcndl:SICI rdfs:label "SICI" ;
	rdfs:comment "Serial Item and Contributor Identifier。雑誌記事の識別子。" ;
	rdfs:seeAlso <http://www.niso.org/standards/resources/Z39-56.pdf> ;
	rdfs:isDefinedBy <http://ndl.go.jp/dcndl/terms/> ;
	a rdfs:Datatype ;
	dcterms:created "2010-06-21" .

dcndl:somokuBibID rdfs:label "Somoku BibID" ;
	rdfs:comment "総合目録参加館における管理番号" ;
	dcterms:description "総合目録参加館の各館において一意に付与される管理番号の記述に使用する。" ;
	rdfs:isDefinedBy <http://ndl.go.jp/dcndl/terms/> ;
	a rdfs:Datatype ;
	dcterms:created "2011-12-01" .

dcndl:somokuSubID rdfs:label "Somoku SubID" ;
	rdfs:comment "総合目録参加館における図書登録番号" ;
	dcterms:description "参加館の各館において一意には付与されない図書登録番号の記述に使用する。" ;
	rdfs:isDefinedBy <http://ndl.go.jp/dcndl/terms/> ;
	a rdfs:Datatype ;
	dcterms:created "2011-12-01" .

dcndl:StandardNO rdfs:label "Standard Number" ;
	rdfs:comment "規格番号" ;
	dcterms:description "ISOやJIS等で定められた規格番号を収める際に用いる。" ;
	rdfs:isDefinedBy <http://ndl.go.jp/dcndl/terms/> ;
	a rdfs:Datatype ;
	dcterms:created "2010-06-21" .

dcndl:TRCMARCNO rdfs:label "TRC MARC Number" ;
	rdfs:comment "TRC MARC番号" ;
	rdfs:isDefinedBy <http://ndl.go.jp/dcndl/terms/> ;
	a rdfs:Datatype ;
	dcterms:created "2010-06-21" .

dcndl:TRNO rdfs:label "TR Number" ;
	rdfs:comment "テクニカルリポート番号" ;
	rdfs:isDefinedBy <http://ndl.go.jp/dcndl/terms/> ;
	a rdfs:Datatype ;
	dcterms:created "2010-06-21" .

dcndl:UKMARCNO rdfs:label "UK MARC Number" ;
	rdfs:comment "UK MARC番号" ;
	dcterms:description "英国図書館が付与した書誌番号" ;
	rdfs:seeAlso <http://www.bl.uk/ukmarc/index.html> ;
	rdfs:isDefinedBy <http://ndl.go.jp/dcndl/terms/> ;
	a rdfs:Datatype ;
	dcterms:created "2010-06-21" .

dcndl:UNDS rdfs:label "United Nations Document Symbol" ;
	rdfs:comment "国際連合ドキュメント記号" ;
	dcterms:description "国際連合の資料に付与される記号、及びその他の国際機関の資料に付与される記号" ;
	rdfs:seeAlso <http://www.un.org/Depts/dhl/resguide/symbol.htm> ;
	rdfs:isDefinedBy <http://ndl.go.jp/dcndl/terms/> ;
	a rdfs:Datatype ;
	dcterms:created "2010-06-21" .

dcndl:UNSN rdfs:label "United Nations Sales Number" ;
	rdfs:comment "国際連合セールス番号" ;
	dcterms:description "国際連合の市販用刊行物に付与される番号" ;
	rdfs:isDefinedBy <http://ndl.go.jp/dcndl/terms/> ;
	a rdfs:Datatype ;
	dcterms:created "2010-06-21" .

dcndl:USMARCNO rdfs:label "US MARC Number" ;
	rdfs:comment "US MARC番号" ;
	dcterms:description "米国議会図書館が付与した書誌番号" ;
	rdfs:seeAlso <http://www.loc.gov/marc/> ;
	rdfs:isDefinedBy <http://ndl.go.jp/dcndl/terms/> ;
	a rdfs:Datatype ;
	dcterms:created "2010-06-21" .

dcndl:UTMNO rdfs:label "Universal Transverse Mercator Number" ;
	rdfs:comment "ユニバーサル横メルカトル図法区画番号" ;
	dcterms:description "赤道を基準とし、緯度4度ごとに区切った緯度帯に、赤道側から高緯度側に向けて採番した番号、UTM図法の座標帯の番号等を組み合わせて、地形図の縮尺や範囲を示したもの。" ;
	rdfs:isDefinedBy <http://ndl.go.jp/dcndl/terms/> ;
	a rdfs:Datatype ;
	dcterms:created "2010-06-21" .

dcndl:BibAdminResource rdfs:label "Bib Admin Resource" ;
	rdfs:comment "管理情報のクラス" ;
	rdfs:isDefinedBy <http://ndl.go.jp/dcndl/terms/> ;
	a rdfs:Class ;
	rdfs:subClassOf <http://purl.org/dc/dcmitype/Text> ;
	dcterms:created "2011-12-01" .

dcndl:BibResource rdfs:label "Bib Resource" ;
	rdfs:comment "書誌情報のクラス" ;
	rdfs:isDefinedBy <http://ndl.go.jp/dcndl/terms/> ;
	a rdfs:Class ;
	rdfs:subClassOf <http://purl.org/dc/dcmitype/Text> ;
	dcterms:created "2011-12-01" .

dcndl:Item rdfs:label "Item" ;
	rdfs:comment "個体情報のクラス" ;
	rdfs:isDefinedBy <http://ndl.go.jp/dcndl/terms/> ;
	a rdfs:Class ;
	rdfs:subClassOf <http://purl.org/dc/dcmitype/Text> ;
	dcterms:created "2011-12-01" .
