コンテンツにスキップ

英文维基 | 中文维基 | 日文维基 | 草榴社区

利用者:CmplstofB/docs/dcterms-ja

諸略記

[編集]
接頭辞 文字実体参照 XML名前空間内部実体 備考
rdf &rdf; http://www.w3.org/1999/02/22-rdf-syntax-ns#
dct &dct; http://purl.org/dc/terms/
xs &xs; http://www.w3.org/2001/XMLSchema
rdfs &rdfs; http://www.w3.org/2000/01/rdf-schema#
foaf - http://xmlns.com/foaf/0.1/
- &w3tr; http://www.w3.org/TR/
dcndl &dcndl; http://ndl.go.jp/dcndl/terms/
- &ndla; http://id.ndl.go.jp/auth/entity/ 国立国会図書館名称典拠
qudt - http://qudt.org/schema/qudt/
unit &unit; http://qudt.org/vocab/unit/
- &doi; https://doi.org/

各種要素

[編集]

タイトル・表題 (Title)

[編集]

別表題 alternative

[編集]
<dct:alternative rdf:datatype="&xs;#string">別の表題</dct:alternative>

タイトル・表題 title

[編集]
<dct:title rdf:datatype="&xs;#string">表題</dct:title>

作成者 (Creator)

[編集]

作成者 creator

[編集]
<dct:creator>
    <foaf:Person rdf:about="&ndla;00162868">
        <foaf:name>上皇陛下</foaf:name>
        <foaf:depiction rdf:resource="https://upload.wikimedia.org/wikipedia/commons/4/43/Emperor_Akihito_198901_%28cropped%29.jpg"/>
    </foaf:Person>
</dct:creator>

なお,<foaf:Person><... rdf:about="XXX" ...>で識別子を指定するのはあまり良い方法ではないようだ[1](§6–7)

キーワード・主題 (Subject)

[編集]

キーワード・主題 subject

[編集]
<dct:subject rdf:datatype="&dcndl;NIISubject">数学</dct:subject>

内容記述 (Description)

[編集]

要約 abstract

[編集]

内容記述 description

[編集]

目次 tableOfContents

[編集]
<dct:tableOfContents rdf:parseType="Collection">
    <dct:title>第1章</dct:title>
    <dct:title>第2章</dct:title>
    ...
</dct:tableOfContents>

公開者・公表者・出版者 (Publisher)

[編集]

公開者 publisher

[編集]
<dct:publisher>
    <foaf:Organization rdf:about="&ndla;00276387">
        <foaf:name>アンテナハウス株式会社</foaf:name>
    </foaf:Organization>
</dct:publisher>

寄与者・貢献者 (Contributor)

[編集]

寄与者 contributor

[編集]
<dct:contributor foaf:mbox="mailto:hoge@example.com" foaf:name="保毛"/>
<dct:contributor foaf:mbox="mailto:fuga@example.com" foaf:name="府我"/>
...

日付 (Date)

[編集]

利用可能期間 available

[編集]
<dct:available rdf:datatype="&xs;#date">2019-08-29</dct:available>

作成日 created

[編集]
<dct:created rdf:datatype="&xs;#date">2019-08-29</dct:created>

日付 date

[編集]
<dct:date rdf:datatype="&xs;#date">2019-08-29</dct:date>

受理日 dateAccepted

[編集]
<dct:dateAccepted rdf:datatype="&xs;#date">2019-08-29</dct:dateAccepted>

著作権発効日 dateCopyrighted

[編集]
<dct:dateCopyrighted rdf:datatype="&xs;#date">2019-08-29</dct:dateCopyrighted>

提出日 dateSubmitted

[編集]
<dct:dateSubmitted rdf:datatype="&xs;#date">2019-08-29</dct:dateSubmitted>

発行日 issued

[編集]
<dct:issued rdf:datatype="&xs;#date">2019-08-29</dct:issued>

更新日 modified

[編集]
<dct:modified rdf:datatype="&xs;#date">2019-08-29</dct:modified>

有効期間 valid

[編集]
<dct:valid rdf:datatype="&xs;#date">2019-08-29</dct:valid>

資源種別 (Type)

[編集]

資源種別 type

[編集]
<dct:type rdf:datatype="&dct;DCMIType">StillImage</dct:type>

www.dublincore.org/specifications/dublin-core/dcmi-type-vocabulary/#section-7-dcmi-type-vocabulary

記録形式 (Format)

[編集]

大きさ extent

[編集]
<dct:extent rdf:datatype="&xs;#duration">PT8M</dct:extent>
<dct:extent rdf:datatype="&xs;#integer">12345</dct:extent>
<dct:extent>
    <qudt:QuantityValue>
        <qudt:numericValue rdf:datatype="&xs;#double">50.4</qudt:numericValue>
        <qudt:unit rdf:resource="&unit;GigaBYTE"/>
    </qudt:QuantityValue>
</dct:extent>

記録形式 format

[編集]
<dct:format rdf:datatype="&dct;IMT">application/rdf+xml</dct:format>

媒体 medium

[編集]
<dct:medium>
    <matinfo:MaterialProperty>
    ...
    </matinfo:MaterialProperty>
</dct:medium>

!!正しいか不明!!

資源識別子 (Identifier)

[編集]

書誌的引用 bibliographicCitation

[編集]
<dct:bibliographicCitation rdf:datatype="&xs;#string">西潔, 石原和弘. 火山地域における震源計算についての提案. 火山. 2003, vol. 48, no. 5, p. 407-413.</dct:bibliographicCitation>

資源識別子 identifier

[編集]
<dct:identifier rdf:datatype="&dcndl;JISX0408" rdfs:label="JIS X 0408">0021</dct:identifier>

出処 (Source)

[編集]

出所 source

[編集]
<dct:source rdf:resource="URN:ISBN:978-4-10-353423-5"/>

言語 (Language)

[編集]

言語 language

[編集]
<dct:language rdf:datatype="&dct;ISO639-2">jpn</dct:language>

関係 (Relation)

[編集]

準拠 conformsTo

[編集]
<dct:conformsTo
  rdf:resource="&w3tr;rdf-syntax-grammar/"
  rdfs:label="RDF 1.1 XML Syntax"
/>

別の記録形式を持つ hasFormat

[編集]
<dct:hasFormat
  rdf:resource="&doi;10.1021/jo0349227"
  rdfs:label="Digital Object Identifier System; DOI"
/>

部分を持つ hasPart

[編集]
<!-- 雑誌に対して -->
<dct:hasPart
  rdfs:label="雑誌の記事1"
/>
<dct:hasPart
  rdfs:label="雑誌の記事2"
/>
...

別の版を持つ hasVersion

[編集]

別の記録形式を持つ isFormatOf

[編集]
<!-- 変倍ベクタ図形のメタデータにおいて -->
<dct:isFormatOf
  rdf:resources="data:image/png;base64..."
  rdfs:label="PNG Image"
/>

!!ほんとに↑これが「適切」なのかは不明!!

部分である isPartOf

[編集]

参照されている isReferencedBy

[編集]

置換される isReplacedBy

[編集]

要件である isRequiredBy

[編集]

別版である isVersionOf

[編集]

参照している references

[編集]

関係 relation

[編集]
<dct:relation
  rdf:resource="&doi;10.1021/jo0349227"
  rdfs:label="Digital Object Identifier System; DOI"
/>

置換している replaces

[編集]

要件 requires

[編集]

時空間範囲・空間的範囲・時間的範囲 (Coverage)

[編集]

時空間範囲 coverage

[編集]

(他を優先?)

<dct:coverage rdf:datatype="&dcndl;JISX0402">27220</dct:coverage>

空間的範囲 spatial

[編集]
<dct:spatial rdf:datatype="&dcndl;JISX0402">27220</dct:coverage>

時間的範囲 temporal

[編集]
<dct:temporal rdf:datatype="&xs;#date">2019-08-29</dct:temporal>

権利管理 (Rights)

[編集]

入手権 accessRights

[編集]

利用許諾書 license

[編集]
<dct:license rdf:resource="http://www.wtfpl.net/about/"/>

!!http://www.wtfpl.net/txt/copying/のほうが適切かも知れない!!

権利管理 rights

[編集]

(著作者本人以外?)

利用対象者 (Audience)

[編集]

利用対象者 audience

[編集]
<dct:audience xsi:type="gcaudience">Aboriginal Peoples</dct:audience>

利用対象者の教育段階 educationLevel

[編集]

媒介者 mediator

[編集]

その他

[編集]

収集方式 accrualMethod

[編集]

収集頻度 accrualPeriodicity

[編集]

収集方針 accrualPolicy

[編集]

指導方法 instructionalMethod

[編集]
!!不明!!

由来情報 provenance

[編集]

(直値?)

権利者 rightsHolder

[編集]
<dct:rightsHolder>
    <foaf:Person rdf:about="&ndlna;00162868">
        <foaf:name>上皇陛下</foaf:name>
    </foaf:Person>
</dct:rightsHolder>

脚注

[編集]

出典

[編集]

参考文献

[編集]