Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

参考になりそうな既存形式 #1

Open
cognitom opened this issue Jun 11, 2015 · 3 comments
Open

参考になりそうな既存形式 #1

cognitom opened this issue Jun 11, 2015 · 3 comments

Comments

@cognitom
Copy link
Member

@takahashim さんに教えてもらったNDLのものほか、リンクを貼っておきます。

@cognitom
Copy link
Member Author

NDLの形式を、若干読みやすく整形するとこんな感じです。元がXMLな所為か、配列が邪魔ではありますが、この手の業界のメタデータとしてはおそろしくシンプルな部類かと思います。(国会図書館の書誌データと互換性があるというのも熱いです)

ただ、package.json とかと比べてしまうと冗長なので、もうちょっとなんとかなんないかな、という気もします。(青空文庫の形式としては)

{
  "title": [
    { "value":"セマンティック・ウェブ入門", "transcription":"セマンティック ウェブ ニュウモン" }
  ],
  "creator": [
    { "name": "赤間, 世紀, 1960-", "transcription": "アカマ, セイキ" }
  ],
  "publisher":[
    { "name":"カットシステム", "location":"東京" }
  ],
  "link":"http://iss.ndl.go.jp/books/R100000002-I000011125696-00",
  "identifier": {
    "JPNO": [ "21976263" ],
    "NSMARCNO": [ "121144000" ],
    "ISBN": [ "978-4-87783-259-9" ]
  },
  "dc_creator":[
    { "name": "赤間世紀 著" }
  ],
  "date": [ "2011.3" ],
  "issued": [ "2011" ],
  "description": [ "文献あり 索引あり" ],
  "subject": {
    "NDLSH": [ "セマンティックウェブ" ],
    "NDLC": [ "ND633" ],
    "NDC9": [ "547.483" ]
  },
  "price": "3000円",
  "extent": [ "296p ; 21cm" ],
  "materialType": [ "図書" ]
}

@takahashim
Copy link
Contributor

あとは電書協のものがあります http://ebpaj.jp/counsel/shoshi

@takahashim
Copy link
Contributor

JSON-LDについては、CiNiiで使ってるものがあるそうです
https://support.nii.ac.jp/ja/cib/api/b_json

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants