hojin jsonld
Created
October 24, 2018 05:20
-
-
Save frogcat/27afff7dcbb30dafca1a17c5cc61f5ca to your computer and use it in GitHub Desktop.
hojin jsonld
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"@context": "https://imi.go.jp/ns/core/context.jsonld", | |
"@type": "法人型", | |
"ID": { | |
"@type": "ID型", | |
"識別値": "1.法人番号" | |
}, | |
"表記": [{ | |
"@value": "2.法人名", | |
"@language": "ja" | |
}, { | |
"@value": "3.法人名(英字)", | |
"@language": "en" | |
}, { | |
"@value": "6.法人名カナ", | |
"@language": "ja-Kana" | |
}], | |
"住所": { | |
"@type": "住所型", | |
"表記": [{ | |
"@value": "本店所在地", | |
"@language": "ja" | |
}, { | |
"@value": "本店所在地(英字)", | |
"@language": "en" | |
}] | |
}, | |
"代表者": { | |
"@type": "構成員型", | |
"構成員": { | |
"@type": "人型", | |
"表記": "7.代表者名" | |
} | |
}, | |
"資本金": { | |
"@type": "金額型", | |
"数値": "8.資本金" | |
}, | |
"関連人員": { | |
"@type": "人数型", | |
"種別": "従業員数", | |
"人数": "9.従業員数" | |
}, | |
"記述": [{ | |
"@type": "記述型", | |
"種別": "企業規模詳細", | |
"説明": "10.企業規模詳細" | |
}, | |
{ | |
"@type": "記述型", | |
"種別": "事業概要", | |
"説明": "13.事業概要" | |
} | |
], | |
"設立日": { | |
"@type": "日付型", | |
"標準型日付": "11.設立年月日/創業年" | |
}, | |
"事業種目": "12.営業品目(業種)", | |
"連絡先": { | |
"@type": "連絡先型", | |
"Webサイト": "14.企業ホームページ", | |
"FAX番号": "15.FAX", | |
"電話番号": "16.電話" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment