工商-知识产权出质
数据存储
- host: s-uf679e7a2557fa84.mongodb.rds.aliyuncs.com:3717,s-uf61ad41d3e0fe14.mongodb.rds.aliyuncs.com:3717
- username: ***
- password: ***
- database: utn_ic
- collection: ic
数据结构
{
"intellectuals": [
{
"intellectual_code": "知识产权登记编号",
"intellectual_name": "名称",
"intellectual_type": "种类",
"pledgor": "出质人名称",
"pledgee": "质权人名称",
"intellectual_deadline": "质权登记期限",
"intellectual_status": "状态",
"intellectual_start_date": "开始日期",
"intellectual_end_date": "截至日期",
"public_date": "公示日期",
"intellectual_changes": [
{
"change_field": "变更事项",
"content_before": "变更前内容",
"content_after": "变更后内容",
"change_date": "变更日期"
},
...,
],
"intellectual_change_size": "知识产权出质变更条数"
},
...,
],
"intellectual_size": "知识产权出质条数"
}
数据字典
字段名 |
字段名 |
字段类型 |
注释 |
intellectual_code |
|
string |
知识产权登记编号 |
intellectual_name |
|
string |
名称 |
intellectual_type |
|
string |
种类 |
pledgor |
|
string |
出质人名称 |
pledgee |
|
string |
质权人名称 |
intellectual_deadline |
|
string |
质权登记期限 |
intellectual_status |
|
string |
状态 |
intellectual_start_date |
|
date |
开始日期 |
intellectual_end_date |
|
date |
截至日期 |
public_date |
|
date |
公示日期 |
intellectual_changes |
|
array |
知识产权出质变更列表 |
|
change_field |
string |
变更事项 |
|
content_before |
string |
变更前内容 |
|
content_after |
string |
变更后内容 |
|
change_date |
date |
变更日期 |
intellectual_change_size |
|
int |
知识产权出质变更条数 |
样例
{
"intellectuals" : [
{
"intellectual_code" : "7812487",
"intellectual_name" : "一种新型充电桩",
"intellectual_type" : "版权",
"pledgor" : "陶旭",
"pledgee" : "安徽莱盛泰智能科技有限公司",
"intellectual_deadline" : "2018年09月07日至2026年10月09日",
"intellectual_status" : "有效",
"public_date" : null,
"intellectual_changes" : [ ],
"intellectual_change_size" : 0,
"data_source" : 9
},
{
"intellectual_code" : "7812197",
"intellectual_name" : "一种电动电瓶车充电桩",
"intellectual_type" : "版权",
"pledgor" : "陶旭",
"pledgee" : "安徽莱盛泰智能科技有限公司",
"intellectual_deadline" : "2018年09月07日至2026年09月07日",
"intellectual_status" : "有效",
"public_date" : null,
"intellectual_changes" : [ ],
"intellectual_change_size" : 0,
"data_source" : 9
},
{
"intellectual_code" : "7812761",
"intellectual_name" : "一种新型充电桩",
"intellectual_type" : "版权",
"pledgor" : "陶旭",
"pledgee" : "安徽莱盛泰智能科技有限公司",
"intellectual_deadline" : "2018年09月07日至2026年09月07日",
"intellectual_status" : "有效",
"public_date" : null,
"intellectual_changes" : [ ],
"intellectual_change_size" : 0,
"data_source" : 9
},
{
"intellectual_code" : "7814548",
"intellectual_name" : "一种自带照明功能的充电桩",
"intellectual_type" : "版权",
"pledgor" : "陶旭",
"pledgee" : "安徽莱盛泰智能科技有限公司",
"intellectual_deadline" : "2018年09月07日至2026年10月09日",
"intellectual_status" : "有效",
"public_date" : null,
"intellectual_changes" : [ ],
"intellectual_change_size" : 0,
"data_source" : 9
},
{
"intellectual_code" : "7806948",
"intellectual_name" : "一种防水式充电桩",
"intellectual_type" : "版权",
"pledgor" : "陶旭",
"pledgee" : "安徽莱盛泰智能科技有限公司",
"intellectual_deadline" : "2018年09月07日至2026年09月07日",
"intellectual_status" : "有效",
"public_date" : null,
"intellectual_changes" : [ ],
"intellectual_change_size" : 0,
"data_source" : 9
},
{
"intellectual_code" : "7811592",
"intellectual_name" : "一种电动电瓶车充电桩",
"intellectual_type" : "版权",
"pledgor" : "陶旭",
"pledgee" : "安徽莱盛泰智能科技有限公司",
"intellectual_deadline" : "2018年09月07日至2026年09月07日",
"intellectual_status" : "有效",
"public_date" : null,
"intellectual_changes" : [ ],
"intellectual_change_size" : 0,
"data_source" : 9
},
{
"intellectual_code" : "7820180",
"intellectual_name" : "一种充电桩",
"intellectual_type" : "版权",
"pledgor" : "陶旭",
"pledgee" : "安徽莱盛泰智能科技有限公司",
"intellectual_deadline" : "2018年09月07日至2026年09月07日",
"intellectual_status" : "有效",
"public_date" : null,
"intellectual_changes" : [ ],
"intellectual_change_size" : 0,
"data_source" : 9
}
],
"intellectual_size" : 7
}
说明
- 质权登记期限(intellectual_deadline) 是由 开始日期(intellectual_start_date) 和 截止日期(intellectual_end_date) 拼接而成
- 外部源数据没有开始日期(intellectual_start_date) 和 截止日期(intellectual_end_date)
- 自采的数据包含质权登记期限(intellectual_deadline) 、开始日期(intellectual_start_date) 和 截止日期(intellectual_end_date)