Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
K
kb
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 2
    • Issues 2
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • Operations
    • Operations
    • Incidents
  • Analytics
    • Analytics
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • granite
  • kb
  • Wiki
    • Lake
  • ic_intellectual

ic_intellectual · Changes

Page history
搬运lake.wiki中的内容 authored Feb 22, 2021 by 吴一博's avatar 吴一博
Hide whitespace changes
Inline Side-by-side
Showing with 174 additions and 0 deletions
+174 -0
  • lake/ic_intellectual.md lake/ic_intellectual.md +174 -0
  • No files found.
lake/ic_intellectual.md 0 → 100644
View page @ 06367b0a
# 工商-知识产权出质
# 数据存储
* host: s-uf679e7a2557fa84.mongodb.rds.aliyuncs.com:3717,s-uf61ad41d3e0fe14.mongodb.rds.aliyuncs.com:3717
* username: ***
* password: ***
* database: utn_ic
* collection: ic
# 数据结构
```json
{
"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<object> | 知识产权出质变更列表 |
| | change_field | string | 变更事项 |
| | content_before | string | 变更前内容 |
| | content_after | string | 变更后内容 |
| | change_date | date | 变更日期 |
| intellectual_change_size | | int | 知识产权出质变更条数 |
# 样例
```json
{
"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)
Clone repository
  • README
  • basic_guidelines
  • basic_guidelines
    • basic_guidelines
    • dev_guide
    • project_build
    • 开发流程
  • best_practice
  • best_practice
    • AlterTable
    • RDS
    • azkaban
    • create_table
    • design
    • elasticsearch
    • elasticsearch
      • ES运维
    • logstash
View All Pages