CN109271561B - Map information retrieval method and device - Google Patents

Map information retrieval method and device Download PDF

Info

Publication number
CN109271561B
CN109271561B CN201811092167.XA CN201811092167A CN109271561B CN 109271561 B CN109271561 B CN 109271561B CN 201811092167 A CN201811092167 A CN 201811092167A CN 109271561 B CN109271561 B CN 109271561B
Authority
CN
China
Prior art keywords
data
information
information description
query result
map
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN201811092167.XA
Other languages
Chinese (zh)
Other versions
CN109271561A (en
Inventor
倪伟渊
鲁岑
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Nanjing Xingyun Digital Technology Co Ltd
Original Assignee
Nanjing Xingyun Digital Technology Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Nanjing Xingyun Digital Technology Co Ltd filed Critical Nanjing Xingyun Digital Technology Co Ltd
Priority to CN201811092167.XA priority Critical patent/CN109271561B/en
Publication of CN109271561A publication Critical patent/CN109271561A/en
Priority to CA3155703A priority patent/CA3155703A1/en
Priority to PCT/CN2019/106512 priority patent/WO2020057567A1/en
Application granted granted Critical
Publication of CN109271561B publication Critical patent/CN109271561B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/901Indexing; Data structures therefor; Storage structures
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/903Querying

Abstract

The invention discloses a map information retrieval method and a map information retrieval device, and belongs to the technical field of digital computers. The invention analyzes the business mode data at least comprising the atlas structure information description and the detail information description in the user query request to generate a first retrieval code corresponding to the atlas structure information description and a second retrieval code corresponding to the detail information description, and calls the atlas structure information description data and the detail information description data corresponding to the atlas structure information description and the detail information description data through the first retrieval code and the second retrieval code, thereby realizing the comprehensive query of the atlas structure information description data and the detail information description data.

Description

Map information retrieval method and device
Technical Field
The invention relates to the technical field of digital computers with technologies such as information retrieval, graph theory, man-machine interaction, data storage and the like, in particular to a map information retrieval method and device.
Background
Firstly, regarding maps, the maps are maps describing individuals and relations among the individuals, and one map mainly comprises 3 elements; (1) and (3) node: the nodes are defined entities in the map, and one map can contain various types of nodes, for example, a natural person can be used as one node, and a mobile phone number can be used as one node; (2) the relationship is as follows: describing the state of mutual connection between nodes, wherein one or more relations can exist between the two nodes, for example, a co-worker relation can exist between two natural persons, and a relationship of relatives and friends can also exist at the same time; (3) the attributes are as follows: attributes are used to describe the nature of the node or relationship, such as natural person nodes may have a gender attribute, transfer relationships may have a money attribute, and so on. Fig. 1 is an example of a graph in the prior art, as shown in fig. 1, different shapes represent different types of nodes, straight lines represent relationships, and attributes of the nodes or the relationships are described in parentheses.
Graph databases may also be referred to as Graph-oriented/Graph-based databases, and Graph Database is used for english. The basic meaning of the graph database is that the data structure of graph is used for storing and inquiring data, but not a database for storing pictures, the data model of the graph database is mainly embodied by nodes and relations (edges), and can also process key value pairs, and the graph database has the advantage of quickly solving the problem of complex relations.
Referring to the method for retrieving map information, currently, map data in the industry usually provides a retrieval language with a specific syntax, and a user queries the map data using the retrieval language to obtain required node, relationship and attribute information. The integrity of the information of the retrieval result is low, because the nodes, the relations and the attributes of the map are usually designed in a certain abstract way and do not contain detailed information due to the consideration of query efficiency and visualization effect, and the requirements of business personnel cannot be met, for example, many transfers may exist among natural people, the transfers are abstracted into a transfer relation by the map, and the detailed information of each transfer is not recorded.
Disclosure of Invention
In order to solve the problems in the prior art, embodiments of the present invention provide a method and an apparatus for retrieving map information, which implement automatic improvement and supplementation of map information, and improve service understandability and information saturation of a retrieval result. The technical scheme is as follows:
in a first aspect, a method for retrieving map information is provided, the method comprising:
acquiring a query request containing service mode data, wherein the service mode data at least comprises map structure information description and detail information description; analyzing the graph structure information description in the service mode data by utilizing predefined analysis logic to generate a first retrieval code corresponding to the graph structure information description; calling a map structure information data query result corresponding to the first retrieval code; analyzing data instance information required by detailed information description in the business mode data according to the graph structure information data query result, and generating a second retrieval code corresponding to the detailed information description according to the detailed information description and the data instance information; and calling a detailed information description data query result corresponding to the second retrieval code.
With reference to the first aspect, in a first possible implementation manner, the acquiring a query request including service mode data includes: and selecting a service mode on a map information query interface through a click command and/or a voice command, and triggering a query request containing service mode data according to a selection result.
With reference to the first aspect, in a second possible implementation manner, parsing, by using predefined parsing logic, a graph structure information description in the service pattern data to generate a first search code corresponding to the graph structure information description includes: and encapsulating the predefined parsing logic by adopting a retrieval code template, wherein the retrieval code template comprises codes conforming to the grammar of a corresponding graph database query language, and generating a first retrieval code with understandable graph data after the graph structure information description is injected into the retrieval code template.
With reference to the first aspect, in a third possible implementation manner, according to the result of querying the data of the graph structure information, parsing data instance information required by detailed information description in the service mode data, and according to the detailed information description and the data instance information, generating a second search code corresponding to the detailed information description, includes: and analyzing data instance information required by detail information description in the business mode data according to the graph structure information data query result, and generating a second retrieval code according to a relational data table structure corresponding to the detail information description and the data instance information.
With reference to the first aspect and any one of the first to third possible implementation manners of the first aspect, in fourth to seventh possible implementation manners, the method further includes: and fusing the map structure information data query result and the detail information description data query result to generate a summary query result with preset relevance, wherein the summary query result comprises an identifier of the incidence relation between the map structure information data query result and the detail information description data query result.
In a second aspect, there is provided a map information retrieval apparatus comprising: the system comprises an acquisition module, a query module and a query module, wherein the acquisition module is used for sending a query request containing service mode data, and the service mode data at least comprises map structure information description and detailed information description; the analysis module is used for analyzing the map structure information description in the service mode data by utilizing predefined analysis logic to generate a first retrieval code corresponding to the map structure information description; the calling module is used for calling a map structure information data query result corresponding to the first retrieval code; the analysis module is further used for analyzing data instance information required by detailed information description in the business mode data according to the map structure information data query result, and generating a second retrieval code corresponding to the detailed information description according to the detailed information description and the data instance information; the calling module is further used for calling a detailed information description data query result corresponding to the second retrieval code.
With reference to the second aspect, in a first possible implementation manner, the obtaining module further includes a determining sub-module and a triggering sub-module, where the determining sub-module is configured to select a service mode in the map information query interface through a click instruction and/or a voice instruction, and the triggering sub-module triggers a query request including service mode data according to a selection result.
With reference to the second aspect, in a second possible implementation manner, the parsing module includes a first parsing module, where the first parsing module is configured to: and encapsulating the predefined parsing logic by adopting a retrieval code template, wherein the retrieval code template comprises codes conforming to the grammar of a corresponding graph database query language, and generating a first retrieval code with understandable graph data after the graph structure information description is injected into the retrieval code template.
With reference to the second aspect, in a third possible implementation manner, the parsing module includes a second parsing module, and the second parsing module is configured to: and analyzing data instance information required by detail information description in the business mode data according to the graph structure information data query result, and generating a second retrieval code according to a relational data table structure corresponding to the detail information description and the data instance information.
With reference to the second aspect and any one of the first to third possible implementation manners of the second aspect, in fourth to seventh possible implementation manners, the apparatus further includes a data fusion module, where the data fusion module is configured to: and fusing the map structure information data query result and the detail information description data query result to generate a summary query result with preset relevance, wherein the summary query result comprises an identifier of the incidence relation between the map structure information data query result and the detail information description data query result.
The technical scheme provided by the embodiment of the invention has the following beneficial effects:
the method comprises the steps of analyzing business mode data at least containing map structure information description and detail information description in a user query request to generate a first retrieval code corresponding to the map structure information description and a second retrieval code corresponding to the detail information description, calling map structure information description data and detail information description data corresponding to the first retrieval code and the second retrieval code through the first retrieval code and the second retrieval code, accordingly, comprehensive query of both the map structure information description data and the detail information description data is achieved, automatic perfection and supplement of map information are achieved through optimization of a map information retrieval process, business understandability and information saturation of retrieval results are improved, the method has a good application prospect, and the method can be widely popularized in various fields related to map information retrieval.
Drawings
In order to more clearly illustrate the technical solutions in the embodiments of the present invention, the drawings needed to be used in the description of the embodiments will be briefly introduced below, and it is obvious that the drawings in the following description are only some embodiments of the present invention, and it is obvious for those skilled in the art to obtain other drawings based on these drawings without creative efforts.
FIG. 1 is an example of a prior art atlas;
fig. 2 is a flowchart of a map information retrieval method provided in embodiment 1 of the present invention;
FIG. 3 is an example of a search input interface;
fig. 4 is a flowchart of a map information retrieval method provided in embodiment 2 of the present invention;
FIG. 5 is an example summary query result presentation;
fig. 6 is a schematic view of a specific service flow of a map information retrieval method according to embodiment 3 of the present invention;
fig. 7 is a schematic structural diagram of a map information retrieval apparatus provided in embodiment 4 of the present invention;
fig. 8 is a schematic structural diagram of a map information retrieval apparatus according to embodiment 5 of the present invention.
Detailed Description
In order to make the objects, technical solutions and advantages of the present invention clearer, the technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the accompanying drawings in the embodiments of the present invention, and it is obvious that the described embodiments are only a part of the embodiments of the present invention, and not all of the embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
It should be noted that the terms "first" and "second" are used for descriptive purposes only and are not to be construed as indicating or implying relative importance or implying any number of technical features indicated. Thus, a feature defined as "first" or "second" may explicitly or implicitly include one or more of that feature. In the description of the present invention, "a plurality" means two or more unless specifically defined otherwise.
The map information retrieval method provided by the embodiment of the invention generates a first retrieval code corresponding to the map structure information description and a second retrieval code corresponding to the detailed information description by analyzing the service mode data at least comprising the map structure information description and the detailed information description in the user query request, and calls the map structure information description data and the detailed information description data corresponding to the first retrieval code and the second retrieval code, so that the comprehensive query of the map structure information description data and the detailed information description data is realized.
The following describes the method and apparatus for retrieving map information in detail according to the embodiments of the present invention with reference to the accompanying drawings.
Example 1
Fig. 2 is a flowchart of a map information retrieval method provided in embodiment 1 of the present invention, and as shown in fig. 2, the map information retrieval method provided in the embodiment of the present invention includes the following steps:
101. acquiring a query request containing business mode data, wherein the business mode data at least comprises map structure information description and detail information description.
Specifically, a service mode is selected through a click command and/or a voice command on a map information query interface, and a query request containing service mode data is triggered according to a selection result. The user carries out triggering query request operation meeting the requirements on a map information query interface of a map information query system through a specific operation instruction, the query request operation comprises service mode data preset and defined by the system interface, and in order to meet the multi-aspect requirements of the user on query data, the service mode data at least comprises map structure information description and detailed information description. The graph structure information description can be composed of one or more of nodes, node attributes, relationships between the nodes and relationship attributes, and the detailed information description can be composed of one or more of the nodes, the node attributes, the relationships and the relationship attributes. It should be noted that the map structure information description and the detail information description may be set differently according to actual situations, and may include any possible service mode design data in the prior art, and the embodiment of the present invention is not particularly limited thereto.
In other cases, according to the needs of the user, the service mode data may further include other data besides the two service mode data, such as deepened processing data for comparison, screening and optimization based on the detail information description, and the user may freely select different service mode data query options of the data to be queried when querying, for example, the user may query the graph structure information data retrieved from the system graph database by selecting the service mode query option only including the graph structure information description, or query the detail information data retrieved from the system relational database by selecting the service mode query option only including the detail information description, or query the user may query the retrieved graph structure information data and the detail information data by selecting the service mode query option both including the graph structure information description and the detail information description, and various query requirements of the user are met.
Illustratively, assuming that a user, as a business person, wants to query the physical store clerk whether to charge a premium, a circular graph structure is designed: clerk A places an order for account B, account B transfers to account C, and account C belongs to clerk A. Fig. 3 is an example of a search input interface (especially, the above-mentioned case can be expressed), and as shown in fig. 3, a service person can input in a map structure information description box:
the method comprises the steps of establishing a node, a salesman A, establishing a list, establishing a node, an account B, establishing a transfer, establishing a node, an account C, establishing a binding relationship, establishing a node, a salesman A and the like. Here, the dashed line "-" indicates a connection; describing element types before colons, namely nodes or relations, and describing specific node types or relation types after colons; A. b, C are reference numbers for elements, like reference numbers referring to like elements.
For business personnel with certain technical background, the description grammar of the map structure information can be completely consistent with the retrieval language supported by the map data; for example, when using Neo4j graph databases, the graph structure can be described using: (clerk a) - [ billing ] - (account) - [ transfer ] - (account) - [ bind ] - (clerk a), where the representation nodes in () represent relationships.
The business personnel can be prompted about the existing node, relationship, attribute name of the system through a list or an input association mode.
The detail information description defines detail data which the business person wants to further acquire, such as the fact that the business person wants to see all the transfer record details given by the customer to the store clerk. The business person may enter the relationship "transfer" in the detailed information description box. Similarly, the service person may also input the node "account B" in the detail information description box, in order to know the detail information of the customer account, such as registration time, member level, and the like, which are not included in the map.
In addition, the traffic pattern may be described in json or html format, for example, the json message of the traffic pattern in the example is as follows:
Figure BDA0001804638180000071
102. and analyzing the map structure information description in the service mode data by utilizing predefined analysis logic to generate a first retrieval code corresponding to the map structure information description.
Specifically, predefined parsing logic is packaged by adopting a retrieval code template, the retrieval code template comprises codes conforming to the grammar of a corresponding graph database query language, and graph spectrum structure information description is injected into the retrieval code template to generate a first retrieval code with comprehensible graph data.
Illustratively, assuming the system takes neo4j graph data, the retrieval code template may be:
match p=()-[]-()-[]-()
return p
wherein, the () injects node type, [ ] injects relation type, () and [ ] quantity according to the actual node and relation quantity automatically, match, return are the key words of neo4j database inquiry language. After the atlas structure description information sent by the user interaction module is injected into the template, the following first retrieval code of the atlas database can be obtained:
match p ═ (a: clerk) - [ billing ] - (B: account) - [ transfer ] - (C: account) - [ binding ] - (a)
return p
If the description grammar of the map structure information is completely consistent with the retrieval language supported by the map data, the related processing is not needed after the description of the map structure information is analyzed.
103. And calling a map structure information data query result corresponding to the first retrieval code.
Specifically, the graph database executes the first retrieval code to obtain a corresponding graph structure information data query result.
Illustratively, the information query result contains instance data conforming to the business model, and may be composed of fragment data such as several "(nodes) - [ relationships ] - (nodes)", for example, a json format message of a transfer fragment is:
wherein start represents the start node of the segment, relationship represents the relationship, and end represents the end node of the segment; identity is the only mark of the node and the relation, and start and end in relation explain the direction of the relation; properties represents a node or a relationship property; type indicates a node or relationship type.
Figure BDA0001804638180000081
Figure BDA0001804638180000091
Figure BDA0001804638180000101
104. And analyzing data instance information required by detail information description in the service mode data according to the map structure information data query result, and generating a second retrieval code corresponding to the detail information description according to the detail information description and the data instance information.
Specifically, according to the map structure information data query result, data instance information required by detail information description in the business mode data is analyzed, and a second retrieval code is generated according to a corresponding relational data table structure and the data instance information described by the detail information.
Illustratively, the first step, parsing the data instance information: and when the detailed information in the description of the analysis map structure information is 'transfer', analyzing data instance information corresponding to the 'transfer' type from the map information query result. For example, in the transfer segment data in the above 103 step example, the data instance information refers to account numbers of two accounts corresponding to the transfer relationship, that is, 123456 and 654321.
And secondly, generating a retrieval code supported by the relational data: and the system generates a second retrieval code according to the corresponding relational data table structure and the data instance information described by the detail information. For example, if the table corresponding to the transfer is data, the transfer _ table, the transfer account field is pay _ access _ id, and the payee account is rec _ access _ id, the generated query sql statement is:
Select*from data.transfer_table
Where pay_acct_id=654321and rec_acct_id=123456
105. and calling a detail information description data query result corresponding to the second retrieval code.
Specifically, the relational database executes the second retrieval code to obtain the corresponding detailed information description data query result.
Illustratively, the tabular form example of the detailed information description data query results relating to transfers is as follows:
Figure BDA0001804638180000102
Figure BDA0001804638180000111
in summary, in the graph information retrieval method provided in the embodiment of the present invention, the service mode data at least including the graph structure information description and the detail information description in the user query request is analyzed to generate the first retrieval code corresponding to the graph structure information description and the second retrieval code corresponding to the detail information description, and the graph structure information description data and the detail information description data corresponding to the first retrieval code and the second retrieval code are called through the first retrieval code and the second retrieval code, so that the comprehensive query of the graph structure information description data and the detail information description data is realized, the graph information is automatically improved and supplemented through the optimization of the graph information retrieval process, and the service understandability and the information saturation of the retrieval result are improved.
Example 2
Fig. 4 is a flowchart of a map information retrieval method provided in embodiment 2 of the present invention, and as shown in fig. 4, the map information retrieval method provided in the embodiment of the present invention includes the following steps:
201. and selecting a service mode on a map information query interface through a click command and/or a voice command, and triggering a query request containing service mode data according to a selection result.
The user carries out triggering query request operation meeting the requirements on a map information query interface of a map information query system through a specific operation instruction, the query request operation comprises service mode data preset and defined by the system interface, and in order to meet the multi-aspect requirements of the user on query data, the service mode data at least comprises map structure information description and detailed information description. The graph structure information description can be composed of one or more of nodes, node attributes, relationships between the nodes and relationship attributes, and the detailed information description can be composed of one or more of the nodes, the node attributes, the relationships and the relationship attributes. It should be noted that the map structure information description and the detail information description may be set differently according to actual situations, and may include any possible service mode design data in the prior art, and the embodiment of the present invention is not particularly limited thereto.
In other cases, according to the needs of the user, the service mode data may further include other data besides the two service mode data, such as deepened processing data for comparison, screening and optimization based on the detail information description, and the user may freely select different service mode data query options of the data to be queried when querying, for example, the user may query the graph structure information data retrieved from the system graph database by selecting the service mode query option only including the graph structure information description, or query the detail information data retrieved from the system relational database by selecting the service mode query option only including the detail information description, or query the user may query the retrieved graph structure information data and the detail information data by selecting the service mode query option both including the graph structure information description and the detail information description, and various query requirements of the user are met.
It should be noted that, the process of step 201 may be implemented in other ways besides the way described in the above steps, and the embodiment of the present invention does not limit the specific way.
202. And encapsulating the predefined parsing logic by adopting a retrieval code template, wherein the retrieval code template comprises codes conforming to the grammar of the query language of the corresponding graph database, and generating a first retrieval code with understandable graph data after the graph structure information description is injected into the retrieval code template.
It should be noted that, the process of step 202 may be implemented in other ways besides the way described in the above steps, and the embodiment of the present invention does not limit the specific way.
203. And calling a map structure information data query result corresponding to the first retrieval code.
Specifically, the graph database executes the first retrieval code to obtain a corresponding graph structure information data query result.
It should be noted that, the process of step 203 may be implemented in other ways besides the way described in the above step, and the embodiment of the present invention does not limit the specific way.
204. And analyzing data instance information required by detail information description in the service mode data according to the map structure information data query result, and generating a second retrieval code according to a corresponding relational data table structure and data instance information described by the detail information.
Specifically, according to the map structure information data query result, data instance information required by detail information description in the business mode data is analyzed, and a second retrieval code is generated according to a corresponding relational data table structure and the data instance information described by the detail information.
It should be noted that, the process of step 204 may be implemented in other ways besides the way described in the above steps, and the embodiment of the present invention does not limit the specific way.
205. And calling a detail information description data query result corresponding to the second retrieval code.
Specifically, the relational database executes the second retrieval code to obtain the corresponding detailed information description data query result.
It should be noted that, the process of step 205 may be implemented in other ways besides the way described in the above steps, and the embodiment of the present invention does not limit the specific way.
206. And fusing the map structure information data query result and the detail information description data query result to generate a summary query result with preset relevance, wherein the summary query result comprises an identifier of the incidence relation between the map structure information data query result and the detail information description data query result.
And after the summary query result is generated by fusing the map structure information query result and the detailed information data query result, the summary query is fed back to the map information query interface for display.
Illustratively, the query results are described using json format, the graph _ info field is used to describe the graph information query results, and the detail information query results are used to describe the detail information query results. A related-graph-element-id field in detail _ info is an identifier for describing an association relationship between the graph query result and the detail query result, and 479080 is an identity corresponding to an account transfer relationship in the graph query result. The summary query result json is as follows:
Figure BDA0001804638180000131
Figure BDA0001804638180000141
in addition, the summary query information is displayed on the map information query interface, nodes or relations containing the detail information can be highlighted, and the detail information can be checked through clicking, suspending and other operations.
Illustratively, by analyzing the identifier of the association relationship between the graph structure information data query result and the detail information data query result in the summary query result, it may be determined that the graph element containing the detail information is the transfer relationship between the account a and the account B, the transfer relationship is linked to the detail information in the result display interface, and the detail information may be viewed through operations such as clicking, suspending, and the like, as shown in fig. 5.
It should be noted that, the process of step 206 may be implemented in other ways besides the way described in the above steps, and the embodiment of the present invention does not limit the specific way.
In summary, in the graph information retrieval method provided in the embodiment of the present invention, the service mode data at least including the graph structure information description and the detail information description in the user query request is analyzed to generate the first retrieval code corresponding to the graph structure information description and the second retrieval code corresponding to the detail information description, and the graph structure information description data and the detail information description data corresponding to the first retrieval code and the second retrieval code are called through the first retrieval code and the second retrieval code, so that the comprehensive query of the graph structure information description data and the detail information description data is realized, the graph information is automatically improved and supplemented through the optimization of the graph information retrieval process, and the service understandability and the information saturation of the retrieval result are improved.
Example 3
Fig. 6 is a schematic view of a specific service flow of the map information retrieval method provided in embodiment 3 of the present invention, and as shown in fig. 6, a specific service operation flow of the map information retrieval method provided in the embodiment of the present invention includes:
1. the service personnel designs the service mode (data) to be inquired at the user interaction module, and the service mode at least comprises the map structure information description and the detailed information description.
Illustratively, assuming that business personnel want to query physical store clerks whether to charge a premium, a circular graph structure is designed: clerk A places an order for account B, account B transfers to account C, and account C belongs to clerk A. Referring again to FIG. 3, the business person may enter in the atlas structure information description box:
the method comprises the steps of establishing a node, a salesman A, establishing a list, establishing a node, an account B, establishing a transfer, establishing a node, an account C, establishing a binding relationship, establishing a node, a salesman A and the like. Here, the dashed line "-" indicates a connection; describing element types before colons, namely nodes or relations, and describing specific node types or relation types after colons; A. b, C are reference numbers for elements, like reference numbers referring to like elements.
For business personnel with certain technical background, the description grammar of the map structure information can be completely consistent with the retrieval language supported by the map data; for example, when using Neo4j graph databases, the graph structure can be described using: (clerk a) - [ billing ] - (account) - [ transfer ] - (account) - [ bind ] - (clerk a), where the representation nodes in () represent relationships.
The business personnel can be prompted about the existing node, relationship, attribute name of the system through a list or an input association mode.
The detail information description defines detail data which the business person wants to further acquire, such as the fact that the business person wants to see all the transfer record details given by the customer to the store clerk. The business person may enter the relationship "transfer" in the detailed information description box. Similarly, the service person may also input the node "account B" in the detail information description box, in order to know the detail information of the customer account, such as registration time, member level, and the like, which are not included in the map.
2. And the user interaction module sends the service mode data to the analysis module.
The traffic pattern may be described in json or html format, such as the json message for the traffic pattern in the example as follows:
Figure BDA0001804638180000161
3. the analysis module receives the service mode from the user interaction module, and the analysis module analyzes the graph structure information description of the service mode into a graph database retrieval code (namely, a first retrieval code) which can be understood by graph data.
And after receiving the service mode data, the analysis module adopts predefined analysis logic to describe and analyze the map structure information into a retrieval code which can be executed by a map database.
The predefined parsing logic may be encapsulated with a search code template that contains codes that conform to the syntax of a corresponding graph database query language, and the graph data comprehensible search codes may be generated by injecting the graph structure information description into the search code template.
Assuming that the system uses neo4j graph data, the retrieval code template may be:
match p=()-[]-()-[]-()
return p
wherein, the () injects node type, [ ] injects relation type, () and [ ] quantity according to the actual node and relation quantity automatically, match, return are the key words of neo4j database inquiry language. After the atlas structure description information sent by the user interaction module is injected into the template, the following first retrieval code of the atlas database can be obtained:
match p ═ (a: clerk) - [ billing ] - (B: account) - [ transfer ] - (C: account) - [ binding ] - (a)
return p
If the description grammar of the map structure information is completely consistent with the retrieval language supported by the map data, the related processing is not needed after the description of the map structure information is analyzed;
4. the analysis module calls a query interface of the graph database to send a first retrieval code.
5. The graph database executes the first retrieval code to obtain a graph information (i.e., graph structure information) query result.
The information query result contains example data conforming to the business mode, and can be composed of a plurality of segment data such as (nodes) - [ relations ] - (nodes) ", for example, a json format message of a transfer segment is:
wherein start represents the start node of the segment, relationship represents the relationship, and end represents the end node of the segment; identity is the only mark of the node and the relation, and start and end in relation explain the direction of the relation; properties represents a node or a relationship property; type indicates a node or relationship type.
Figure BDA0001804638180000171
Figure BDA0001804638180000181
6. The graph database sends a graph information query result to the analysis module.
7. The analysis module receives a map information query result returned by the map data, and analyzes data instance information required for further querying detail information from the map information query result according to the detail information description; and the analysis module generates a second retrieval code supported by the relational database based on the detailed information description and the data embodiment information, and calls a second retrieval code of a query interface of the relational data.
Specifically, 7-1, parsing data instance information: and (4) analyzing the detailed information in the step (2) as 'transfer', and analyzing data instance information corresponding to the 'transfer' type from the map structure information query result. For example, in the clip data in step 5, the data instance information refers to account numbers of two accounts corresponding to the transfer relationship, namely 123456 and 654321.
7-2, generating a search code supported by the relational data: and the system generates a second retrieval code according to the corresponding relational data table structure and the data instance information described by the detail information. For example, if the table corresponding to the transfer is data, the transfer _ table, the transfer account field is pay _ access _ id, and the payee account is rec _ access _ id, the generated query sql statement is:
Select*from data.transfer_table
Where pay_acct_id=654321and rec_acct_id=123456
8. and the analysis module calls an inquiry interface of the relational database to send a second retrieval code.
9. And executing the second retrieval code by the relational database to obtain a detailed information query result.
An example of a tabular form of query results is as follows:
Figure BDA0001804638180000191
10. and the relational database sends the detail information query result to the analysis module.
11. And the analysis module receives the detailed data query result returned by the relational data, fuses the map query result and the detailed data query result to generate a summary query result, and the summary query result needs to contain the identifier of the incidence relation between the map structure information query result and the detailed information query result.
For example, json format may be used to describe summary query results, graph _ info field may be used to describe graph information query results, and detail information query results may be described by detail _ info. A related-graph-element-id field in detail _ info is an identifier for describing an association relationship between the graph query result and the detail query result, and 479080 is an identity corresponding to an account transfer relationship in the graph query result. The summary query result json is as follows:
Figure BDA0001804638180000192
Figure BDA0001804638180000201
12. and the analysis module sends the summary query result to the user interaction module.
13. And the user interaction module displays the summarized query result.
The summary query information is displayed on the information display interface, nodes or relations containing the detail information can be highlighted, and the detail information can be viewed through operations such as clicking, suspending and the like as shown in the following figure.
By analyzing the identifier of the association relationship between the graph structure information query result and the detail information query result in the summary query result, it can be confirmed that the graph element containing the detail information is the transfer relationship between the account a and the account B, the transfer relationship is linked to the detail information in the result display interface, and the detail information can be viewed through operations such as clicking, suspending and the like, as shown in fig. 5.
In summary, in the graph information retrieval method provided in the embodiment of the present invention, the service mode data at least including the graph structure information description and the detail information description in the user query request is analyzed to generate the first retrieval code corresponding to the graph structure information description and the second retrieval code corresponding to the detail information description, and the graph structure information description data and the detail information description data corresponding to the first retrieval code and the second retrieval code are called through the first retrieval code and the second retrieval code, so that the comprehensive query of the graph structure information description data and the detail information description data is realized, the graph information is automatically improved and supplemented through the optimization of the graph information retrieval process, and the service understandability and the information saturation of the retrieval result are improved.
Example 4
Fig. 7 is a schematic structural diagram of a map information retrieval apparatus according to embodiment 4 of the present invention, and as shown in fig. 7, the map information retrieval apparatus according to the embodiment of the present invention includes an obtaining module 31, an analyzing module 32, and a retrieving module 33.
The obtaining module 31 is configured to send an inquiry request including service mode data, where the service mode data at least includes a map structure information description and a detailed information description. The obtaining module 31 further includes a determining sub-module 311 and a triggering sub-module 312, where the determining sub-module 311 is configured to select a service mode in the map information query interface through a click instruction and/or a voice instruction, and the triggering sub-module 312 triggers a query request containing service mode data according to a selection result.
The analysis module 32 is configured to analyze the graph structure information description in the service mode data by using predefined analysis logic, and generate a first retrieval code corresponding to the graph structure information description; and the data query module is used for analyzing data instance information required by detail information description in the business mode data according to the map structure information data query result, and generating a second retrieval code corresponding to the detail information description according to the detail information description and the data instance information. The parsing module 32 includes a first parsing module 321 and a second parsing module 322. Specifically, the first parsing module 321 is configured to: and encapsulating the predefined parsing logic by adopting a retrieval code template, wherein the retrieval code template comprises codes conforming to the grammar of the query language of the corresponding graph database, and generating a first retrieval code with understandable graph data after the graph structure information description is injected into the retrieval code template. The second parsing module 322 is configured to: and analyzing data instance information required by detail information description in the service mode data according to the map structure information data query result, and generating a second retrieval code according to a corresponding relational data table structure and data instance information described by the detail information.
The retrieval module 33 is configured to retrieve a map structure information data query result corresponding to the first retrieval code; and the query result is used for calling the detailed information description data corresponding to the second retrieval code.
In a preferred embodiment, the above-mentioned atlas information retrieval apparatus further includes a data fusion module 34, and the data fusion module 34 is configured to: and fusing the map structure information data query result and the detail information description data query result to generate a summary query result with preset relevance, wherein the summary query result comprises an identifier of the incidence relation between the map structure information data query result and the detail information description data query result.
In summary, the graph information retrieval device provided in the embodiment of the present invention generates the first retrieval code corresponding to the graph structure information description and the second retrieval code corresponding to the detail information description by analyzing the service mode data at least including the graph structure information description and the detail information description in the user query request, and invokes the graph structure information description data and the detail information description data corresponding to the first retrieval code and the second retrieval code, so as to implement comprehensive query of both the graph structure information description data and the detail information description data, and implement automation improvement and supplement of graph information by optimizing the graph information retrieval process, and improve service understandability and information saturation of the retrieval result.
Example 5
Fig. 8 is a schematic structural diagram of a map information retrieval device according to embodiment 5 of the present invention, and as shown in fig. 8, the map information retrieval device according to the embodiment of the present invention includes a user interaction module 41, an analysis module 42, a map database 43, and a relational database 44.
The user interaction module 41 is configured to send a query request containing service mode data, where the service mode data at least includes a graph structure information description and a detail information description. In particular, the user interaction module 41 is configured to: and selecting a service mode on a map information query interface through a click command and/or a voice command, and triggering a query request containing service mode data according to a selection result.
The analysis module 42 is configured to analyze the graph structure information description in the service mode data by using predefined analysis logic, and generate a first search code corresponding to the graph structure information description; the data query module is used for analyzing data instance information required by detail information description in the business mode data according to the map structure information data query result, and generating a second retrieval code corresponding to the detail information description according to the detail information description and the data instance information; retrieving a map structure information data query result corresponding to the first retrieval code from the map database 43, and retrieving a detailed information description data query result corresponding to the second retrieval code from the relational database 44; and/or fusing the map structure information data query result and the detail information description data query result to generate a summary query result with preset relevance, wherein the summary query result comprises an identifier of the incidence relation between the map structure information data query result and the detail information description data query result. Specifically, the parsing module 42 is configured to: adopting a retrieval code template to package predefined analysis logic, wherein the retrieval code template comprises codes conforming to the grammar of a query language of a corresponding graph database, and generating a first retrieval code with understandable graph data after describing graph structure information; analyzing data instance information required by detail information description in the business mode data according to the map structure information data query result, and generating a second retrieval code according to a corresponding relational data table structure and data instance information described by the detail information; retrieving a map structure information data query result corresponding to the first retrieval code from the map database 43, and retrieving a detailed information description data query result corresponding to the second retrieval code from the relational database 44; and/or fusing the map structure information data query result and the detail information description data query result to generate a summary query result with preset relevance, wherein the summary query result comprises an identifier of the incidence relation between the map structure information data query result and the detail information description data query result, so that the map structure information data query result, the detail information description data query result and/or the summary query result are displayed to a query user through the user interaction module 41.
The map database 43 is used to store and manage relevant data including map structure information data.
The relational database 44 is used to store and manage related data including detailed information data.
In summary, the graph information retrieval device provided in the embodiment of the present invention generates the first retrieval code corresponding to the graph structure information description and the second retrieval code corresponding to the detail information description by analyzing the service mode data at least including the graph structure information description and the detail information description in the user query request, and invokes the graph structure information description data and the detail information description data corresponding to the first retrieval code and the second retrieval code, so as to implement comprehensive query of both the graph structure information description data and the detail information description data, and implement automation improvement and supplement of graph information by optimizing the graph information retrieval process, and improve service understandability and information saturation of the retrieval result.
It should be noted that: the map information retrieval device provided in the above embodiment is illustrated by only dividing the functional modules when triggering the map information retrieval service, and in practical applications, the function distribution may be completed by different functional modules according to needs, that is, the internal structure of the device is divided into different functional modules to complete all or part of the functions described above. In addition, the map information retrieval device and the map information retrieval method provided by the above embodiments belong to the same concept, and specific implementation processes thereof are detailed in the method embodiments and are not described herein again.
All the above-mentioned optional technical solutions can be combined arbitrarily to form the optional embodiments of the present invention, and are not described herein again.
In summary, the method and the device for retrieving map information provided by the embodiment of the invention have the following beneficial effects compared with the prior art:
the method comprises the steps of analyzing business mode data at least containing map structure information description and detail information description in a user query request to generate a first retrieval code corresponding to the map structure information description and a second retrieval code corresponding to the detail information description, calling map structure information description data and detail information description data corresponding to the first retrieval code and the second retrieval code through the first retrieval code and the second retrieval code, accordingly, comprehensive query of both the map structure information description data and the detail information description data is achieved, automatic perfection and supplement of map information are achieved through optimization of a map information retrieval process, business understandability and information saturation of retrieval results are improved, the method has a good application prospect, and the method can be widely popularized in various fields related to map information retrieval.
It will be understood by those skilled in the art that all or part of the steps for implementing the above embodiments may be implemented by hardware, or may be implemented by a program instructing relevant hardware, where the program may be stored in a computer-readable storage medium, and the above-mentioned storage medium may be a read-only memory, a magnetic disk or an optical disk, etc.
Embodiments of the present application are described with reference to flowchart illustrations and/or block diagrams of methods, apparatus (systems) and computer program products according to embodiments of the application. It will be understood that each flow and/or block of the flow diagrams and/or block diagrams, and combinations of flows and/or blocks in the flow diagrams and/or block diagrams, can be implemented by computer program instructions. These computer program instructions may be provided to a processor of a general purpose computer, special purpose computer, embedded processor, or other programmable data processing apparatus to produce a machine, such that the instructions, which execute via the processor of the computer or other programmable data processing apparatus, create means for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be stored in a computer-readable memory that can direct a computer or other programmable data processing apparatus to function in a particular manner, such that the instructions stored in the computer-readable memory produce an article of manufacture including instruction means which implement the function specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be loaded onto a computer or other programmable data processing apparatus to cause a series of operational steps to be performed on the computer or other programmable apparatus to produce a computer implemented process such that the instructions which execute on the computer or other programmable apparatus provide steps for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
While preferred embodiments of the present application have been described, additional variations and modifications in those embodiments may occur to those skilled in the art once they learn of the basic inventive concepts. Therefore, it is intended that the appended claims be interpreted as including the preferred embodiment and all changes and modifications that fall within the true scope of the embodiments of the present application.
It will be apparent to those skilled in the art that various changes and modifications may be made in the present invention without departing from the spirit and scope of the invention. Thus, if such modifications and variations of the present invention fall within the scope of the claims of the present invention and their equivalents, the present invention is also intended to include such modifications and variations. The above description is only for the purpose of illustrating the preferred embodiments of the present invention and is not to be construed as limiting the invention, and any modifications, equivalents, improvements and the like that fall within the spirit and principle of the present invention are intended to be included therein.

Claims (8)

1. A method for retrieving map information, the method comprising:
acquiring a query request containing service mode data, wherein the service mode data at least comprises map structure information description and detail information description; the map structure information consists of one or more of nodes, node attributes, relationships among the nodes and relationship attributes;
analyzing the graph structure information description in the service mode data by utilizing predefined analysis logic to generate a first retrieval code corresponding to the graph structure information description;
calling a map structure information data query result corresponding to the first retrieval code;
analyzing data instance information required by detailed information description in the business mode data according to the graph structure information data query result, and generating a second retrieval code corresponding to the detailed information description according to the detailed information description and the data instance information;
calling a detailed information description data query result corresponding to the second retrieval code;
analyzing data instance information required by detailed information description in the business mode data according to the graph structure information data query result, and generating a second retrieval code corresponding to the detailed information description according to the detailed information description and the data instance information, wherein the second retrieval code comprises:
and analyzing data instance information required by detail information description in the business mode data according to the graph structure information data query result, and generating a second retrieval code according to a relational data table structure corresponding to the detail information description and the data instance information.
2. The method of claim 1, wherein obtaining a query request containing traffic pattern data comprises:
and selecting a service mode on a map information query interface through a click command and/or a voice command, and triggering a query request containing service mode data according to a selection result.
3. The method of claim 1, wherein parsing the graph structure information description in the service mode data using predefined parsing logic to generate a corresponding first search code for the graph structure information description comprises:
and encapsulating the predefined parsing logic by adopting a retrieval code template, wherein the retrieval code template comprises codes conforming to the grammar of a corresponding graph database query language, and generating a first retrieval code with understandable graph data after the graph structure information description is injected into the retrieval code template.
4. The method according to any one of claims 1 to 3, further comprising:
and fusing the map structure information data query result and the detail information description data query result to generate a summary query result with preset relevance, wherein the summary query result comprises an identifier of the incidence relation between the map structure information data query result and the detail information description data query result.
5. A map information retrieval apparatus, characterized by comprising:
the system comprises an acquisition module, a query module and a query module, wherein the acquisition module is used for sending a query request containing service mode data, and the service mode data at least comprises map structure information description and detailed information description; the map structure information consists of one or more of nodes, node attributes, relationships among the nodes and relationship attributes;
the analysis module is used for analyzing the map structure information description in the service mode data by utilizing predefined analysis logic to generate a first retrieval code corresponding to the map structure information description;
the calling module is used for calling a map structure information data query result corresponding to the first retrieval code;
the analysis module is further used for analyzing data instance information required by detailed information description in the business mode data according to the map structure information data query result, and generating a second retrieval code corresponding to the detailed information description according to the detailed information description and the data instance information;
the calling module is further used for calling a detailed information description data query result corresponding to the second retrieval code;
the analysis module comprises a second analysis module, and the second analysis module is used for:
and analyzing data instance information required by detail information description in the business mode data according to the graph structure information data query result, and generating a second retrieval code according to a relational data table structure corresponding to the detail information description and the data instance information.
6. The apparatus according to claim 5, wherein the obtaining module further comprises a determining sub-module and a triggering sub-module, the determining sub-module is configured to select a service mode through a click command and/or a voice command on the map information query interface, and the triggering sub-module triggers a query request containing service mode data according to a selection result.
7. The apparatus of claim 5, wherein the parsing module comprises a first parsing module configured to:
and encapsulating the predefined parsing logic by adopting a retrieval code template, wherein the retrieval code template comprises codes conforming to the grammar of a corresponding graph database query language, and generating a first retrieval code with understandable graph data after the graph structure information description is injected into the retrieval code template.
8. The apparatus according to any one of claims 5 to 7, further comprising a data fusion module configured to:
and fusing the map structure information data query result and the detail information description data query result to generate a summary query result with preset relevance, wherein the summary query result comprises an identifier of the incidence relation between the map structure information data query result and the detail information description data query result.
CN201811092167.XA 2018-09-19 2018-09-19 Map information retrieval method and device Active CN109271561B (en)

Priority Applications (3)

Application Number Priority Date Filing Date Title
CN201811092167.XA CN109271561B (en) 2018-09-19 2018-09-19 Map information retrieval method and device
CA3155703A CA3155703A1 (en) 2018-09-19 2019-09-18 Map information retrieving method and device
PCT/CN2019/106512 WO2020057567A1 (en) 2018-09-19 2019-09-18 Graph information retrieval method and device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201811092167.XA CN109271561B (en) 2018-09-19 2018-09-19 Map information retrieval method and device

Publications (2)

Publication Number Publication Date
CN109271561A CN109271561A (en) 2019-01-25
CN109271561B true CN109271561B (en) 2021-10-29

Family

ID=65197640

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201811092167.XA Active CN109271561B (en) 2018-09-19 2018-09-19 Map information retrieval method and device

Country Status (3)

Country Link
CN (1) CN109271561B (en)
CA (1) CA3155703A1 (en)
WO (1) WO2020057567A1 (en)

Families Citing this family (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109271561B (en) * 2018-09-19 2021-10-29 南京星云数字技术有限公司 Map information retrieval method and device
CN109947883A (en) * 2019-02-28 2019-06-28 北京超图软件股份有限公司 A kind of method, apparatus and storage medium of GIS-Geographic Information System focus statistics
CN111177364B (en) * 2019-12-24 2023-06-27 远光软件股份有限公司 Visual display method and device for fund status
CN113495978B (en) * 2020-03-18 2024-01-02 中电长城网际系统应用有限公司 Data retrieval method and device
CN112488708B (en) * 2020-11-30 2024-04-05 苏州黑云智能科技有限公司 Block chain account relevance query method and false transaction screening method

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104615783A (en) * 2015-03-02 2015-05-13 百度在线网络技术(北京)有限公司 Information searching method and device
CN106021281A (en) * 2016-04-29 2016-10-12 京东方科技集团股份有限公司 Method for establishing medical knowledge graph, device for same and query method for same
CN106557493A (en) * 2015-09-25 2017-04-05 索意互动(北京)信息技术有限公司 A kind of data retrieval method, device and data retrieval server
CN106815307A (en) * 2016-12-16 2017-06-09 中国科学院自动化研究所 Public Culture knowledge mapping platform and its use method

Family Cites Families (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9476731B1 (en) * 2014-01-22 2016-10-25 Flight Plan LLC Apparatus and methods for accessing an atlas application and a computer readable medium having the atlas application stored thereon and executable by the apparatus
CN105760495B (en) * 2016-02-17 2019-03-01 扬州大学 A kind of knowledge based map carries out exploratory searching method for bug problem
CN107180059A (en) * 2016-03-11 2017-09-19 北大方正集团有限公司 Data retrieval method and data retrieval system
CN107169078A (en) * 2017-05-10 2017-09-15 京东方科技集团股份有限公司 Knowledge of TCM collection of illustrative plates and its method for building up and computer system
CN108446367A (en) * 2018-03-15 2018-08-24 湖南工业大学 A kind of the packaging industry data search method and equipment of knowledge based collection of illustrative plates
CN109271561B (en) * 2018-09-19 2021-10-29 南京星云数字技术有限公司 Map information retrieval method and device

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104615783A (en) * 2015-03-02 2015-05-13 百度在线网络技术(北京)有限公司 Information searching method and device
CN106557493A (en) * 2015-09-25 2017-04-05 索意互动(北京)信息技术有限公司 A kind of data retrieval method, device and data retrieval server
CN106021281A (en) * 2016-04-29 2016-10-12 京东方科技集团股份有限公司 Method for establishing medical knowledge graph, device for same and query method for same
CN106815307A (en) * 2016-12-16 2017-06-09 中国科学院自动化研究所 Public Culture knowledge mapping platform and its use method

Also Published As

Publication number Publication date
CA3155703A1 (en) 2020-03-26
WO2020057567A1 (en) 2020-03-26
CN109271561A (en) 2019-01-25

Similar Documents

Publication Publication Date Title
CN109271561B (en) Map information retrieval method and device
CN108536761B (en) Report data query method and server
US10963800B2 (en) Service layer augmentation of response to semantically-informed query of arbitrary external data sources
CN110032599B (en) Data structure reading and updating method and device, and electronic equipment
US8756567B2 (en) Profile based version comparison
CN106033439B (en) A kind of distributed transaction processing method and system
US20110145712A1 (en) Information exchange using generic data streams
CN110032598B (en) Method and device for updating field and electronic equipment
CN104169914A (en) Data storage method, data processing method, device and mobile terminal
CN113157947A (en) Knowledge graph construction method, tool, device and server
CN110955652A (en) System and method for data display
CN107515866B (en) Data operation method, device and system
CN110032568B (en) Data structure reading and updating method and device, and electronic equipment
US20130346426A1 (en) Tracking an ancestry of metadata
US10489024B2 (en) UI rendering based on adaptive label text infrastructure
CN115017182A (en) Visual data analysis method and equipment
CN115269683A (en) Data query method and device based on multi-party cooperation
US20130127863A1 (en) Determining an optimal sequence of status transitions for business objects
CN112035555B (en) Information display method, device and equipment
CN102129468B (en) Method for displaying customizable cluster state
CN116467433A (en) Knowledge graph visualization method, device, equipment and medium for multi-source data
US9542457B1 (en) Methods for displaying object history information
CN106570004B (en) Data management method and device
CN114281461A (en) Management method, equipment and medium for configurable data source attributes
CN114490644A (en) Data storage method, device and storage medium

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
TA01 Transfer of patent application right

Effective date of registration: 20210729

Address after: Room 834, Yingying building, No.99, Tuanjie Road, yanchuangyuan, Jiangbei new district, Nanjing, Jiangsu Province

Applicant after: Nanjing Xingyun Digital Technology Co.,Ltd.

Address before: 210000, 1-5 story, Jinshan building, 8 Shanxi Road, Nanjing, Jiangsu.

Applicant before: SUNING GROUP Co.,Ltd.

TA01 Transfer of patent application right
GR01 Patent grant
GR01 Patent grant