


http://www.kanzaki.com/ns/music#Operaと名前付けられたノードは、併合できる



<rdf:Description> <dc:title>セマンティック・ウェブのためのRDF/OWL入門</dc:title> <dc:publisher>森北出版</dc:publisher> <dcterms:issued>2005-01</dcterms:issued> <dc:creator>神崎, 正英 (1960-)</dc:creator> <dcndl:creatorTranscription>カンザキ,マサヒデ</dcndl:creatorTranscription> ... <dc:subject>セマンティックウェブ</dc:subject> <mods:classification>547.483</mods:classification> </rdf:Description>



rdf:datatype属性で記述する<published rdf:datatype="&xsd;gYear">2008</published>
<dcterms:issuedrdf:datatype="&dcterms;W3C-DTF">2005-01</dcterms:issued>
dcam:memberOfプロパティで示す
dcam:はhttp://purl.org/dc/dcam/に対応rdf:valueプロパティで示す。複数あってもよい<dc:creator> <rdf:Description> <dcam:memberOfrdf:resource="&dcndl;NDLNH"/> <rdf:valuexml:lang="ja">神崎正英</rdf:value> <dc:identifiler>00797230</dc:identifiler><!--名称標目ID--> </rdf:Description> </dc:creator>

a value which is a physical, digital or conceptual entity
dc:creatorの目的語を人物として表現<dc:creator> <foaf:Person rdf:about="http://ndl.go.jp/dcndl/ndlnh#00797230"> <foaf:name>神崎正英</foaf:name> </foaf:Person> </dc:creator>
An enumerated set of resources
LCSH、MESH、DDC、LCC、UDC、DCMIType、NLM、IMT、TGNが相当A set of strings and an associated set of rules that describe a mapping between that set of strings and a set of resources
xsd:dateTimeならば、2008-01-17T14:00:00+09:00という構文の文字列が期待でき、プログラムで日時計算ができるdcterms:Boxならばname=Japan; northlimit=45.56; southlimit=20.43; westlimit=122.93; eastlimit=153.99という形ISO3166(国コード)のように、文字列とリソースの対応の一覧を提供するものでもよいdcterms:DDCは語彙符号化スキームとされている)<dc:subject> <rdf:Description> <dcam:memberOf rdf:resource="&dcndl;NDLSH"/> <rdf:value xml:lang="ja">セマンティックウェブ</rdf:value> <dc:identifier>01017771</dc:identifiler><!--件名標目ID--> </rdf:Description> </dc:subject>
<mods:classification rdf:datatype="&dcndl;NDC">547.483</mods:classification>

<mods:classification> <rdf:Description> <rdf:value rdf:datatype="&dcndl;NDC">547.483</rdf:value> </rdf:Description> </mods:classification>

<dc:subject> <skos:Concept> <skos:inSchemerdf:resource="&dcndl;NDLSH"/> <skos:prefLabelxml:lang="ja">セマンティックウェブ</skos:prefLabel> </skos:Concept> </dc:subject>
<dc:subject rdf:resource="&ndlsh;セマンティックウェブ"/>
<skos:Concept rdf:about="&ndlsh;セマンティックウェブ"> <skos:prefLabel>セマンティックウェブ</skos:prefLabel> <skos:broaderrdf:resource="&ndlsh;インターネット"/> <skos:relatedrdf:resource="&ndlsh;オントロジー(情報科学)"/> <skos:relatedrdf:resource="&ndlsh;メタデータ"/> <skos:relatedrdf:resource="&ndlsh;情報検索"/> </skos:Concept>
An abstract idea or notion; a unit of thought.
wm:Subjectクラスを導入
http://purl.org/net/ns/wordmap#<wm:Subject>
<skos:prefLabel>セマンティックウェブ</skos:prefLabel>
<skos:altLabel>Semantic Web</skos:altLabel>
...
skos:prefLabelなどは定義域がskos:Conceptになってしまうので、厳密にはこれらのプロパティも検討が必要http://example.org/ndlsh/01017771
http://example.org/ndlsh/セマンティックウェブ
http://www.kanzaki.com/ns/ndlsh/セマンティックウェブ (文書URI)
http://www.kanzaki.com/ns/ndlsh/セマンティックウェブ#s (主題URI)
<mods:classification rdf:resource="&ndc;547.483"/>
wm:Categoryクラスのインスタンスとして表現し、上位分類とwm:subCategoryOfで結ぶ<wm:Categoryrdf:about="&ndc;547.483"> <rdfs:label>データ通信網</rdfs:label> <wm:subCategoryOfrdf:resource="&ndc;547.48"/> </wm:Category> <wm:Categoryrdf:about="&ndc;547.48"> <rdfs:label>データ通信</rdfs:label> <wm:subCategoryOfrdf:resource="&ndc;547.4"/> </wm:Category> ...

<wm:Subject rdf:about="http://www.kanzaki.com/ns/ndlsh/セマンティックウェブ#s"> <skos:prefLabel>セマンティックウェブ</skos:prefLabel> ... <wm:category rdf:resource="&ndc;547.483"/> <wm:category rdf:resource="&ndc;694.5"/> <wm:category rdf:resource="&ndlc;DK341"/> <wm:category rdf:resource="&ndlc;ND633"/> ...
exactMatch、broadMatch、narrowMatch、majorMatch、minorMatchといった関連付けを行う<wm:Subject
rdf:about="http://www.kanzaki.com/ns/ndlsh/セマンティックウェブ#s">
<skos:prefLabel>セマンティックウェブ</skos:prefLabel>
...
<skosmap:exactMatch
rdf:resource="http://dbpedia.org/resource/Semantic_Web"/>
...
skosmap:はhttp://www.w3.org/2004/02/skos/mapping#、ただしこの名前空間URIが今後も使用されるかどうかは不明uba:pronunciation(UB Accessで定義している語彙)、〈細目〉をskos:editorialNoteとして記述<wm:Subject rdf:about="http://www.kanzaki.com/ns/ndlsh/セマンティックウェブ#s"> <skos:prefLabel>セマンティックウェブ</skos:prefLabel> <dc:identifier>ndl:authid:01017771</dc:identifier> <uba:pronunciation>セマンティックウェブ</uba:pronunciation> <skos:broader rdf:resource="&ndlsh;インターネット"/> <skos:related rdf:resource="&ndlsh;オントロジー(情報科学)"/> <skos:related rdf:resource="&ndlsh;メタデータ"/> <skos:related rdf:resource="&ndlsh;情報検索"/> <wm:category rdf:resource="&ndc;547.483"/> <wm:category rdf:resource="&ndc;694.5"/> <wm:category rdf:resource="&ndlc;DK341"/> <wm:category rdf:resource="&ndlc;ND633"/> <skmap:majorMatch rdf:resource="http://www.kanzaki.com/ns/psi/ja/セマンティックウェブ#s"/> </w:Subject>
urn:、info:などではなく、http:スキームを使い、実際に何らかのデータが取得できるようにする
<!-- 書誌メタデータ --> <rdf:Description rdf:about="&jpno;20730084"> <ndl:biblioId>000007614821</ndl:biblioId> <ndl:copy rdf:resource="&RefCode;ND633-H873"/> <ndl:proofDate>2005-02-08</ndl:proofDate> <dcterms:modified>2005-11-17T10:10:57</dcterms:modified> <ndl:records rdf:resource="&jpno;20730084#book"/> </rdf:Description> <!-- 書誌(書籍メタデータ)--> <rdf:Description rdf:about="&jpno;20730084#book"> <dc:title>セマンティック・ウェブのためのRDF/OWL入門</dc:title> <dcterms:issued>2005-01</dcterms:issued> ... </rdf:Description>

owl:sameAsの関係になる