CN116957603A - Method, apparatus, device, storage medium and program product for monitoring property assets - Google Patents

Method, apparatus, device, storage medium and program product for monitoring property assets Download PDF

Info

Publication number
CN116957603A
CN116957603A CN202310904925.8A CN202310904925A CN116957603A CN 116957603 A CN116957603 A CN 116957603A CN 202310904925 A CN202310904925 A CN 202310904925A CN 116957603 A CN116957603 A CN 116957603A
Authority
CN
China
Prior art keywords
asset
block data
registered
property
title
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.)
Pending
Application number
CN202310904925.8A
Other languages
Chinese (zh)
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.)
Industrial and Commercial Bank of China Ltd ICBC
Original Assignee
Industrial and Commercial Bank of China Ltd ICBC
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 Industrial and Commercial Bank of China Ltd ICBC filed Critical Industrial and Commercial Bank of China Ltd ICBC
Priority to CN202310904925.8A priority Critical patent/CN116957603A/en
Publication of CN116957603A publication Critical patent/CN116957603A/en
Pending legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q30/00Commerce
    • G06Q30/018Certifying business or products
    • G06Q30/0185Product, service or business identity fraud
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/27Replication, distribution or synchronisation of data between databases or within a distributed database system; Distributed database system architectures therefor

Landscapes

  • Engineering & Computer Science (AREA)
  • Business, Economics & Management (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Databases & Information Systems (AREA)
  • Strategic Management (AREA)
  • Economics (AREA)
  • Development Economics (AREA)
  • General Business, Economics & Management (AREA)
  • Marketing (AREA)
  • Accounting & Taxation (AREA)
  • Entrepreneurship & Innovation (AREA)
  • Computing Systems (AREA)
  • Finance (AREA)
  • Data Mining & Analysis (AREA)
  • General Engineering & Computer Science (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)

Abstract

The disclosure provides a title asset monitoring method, and relates to the technical field of blockchain. The title asset monitoring method comprises the following steps: acquiring a communication message; extracting asset characteristics of X title assets related to the current communication from the communication message; generating block data of each property asset according to asset characteristics to obtain X first asset block data; when the x first asset block data is matched with the y registered asset block data, determining that the y registered asset block data is used by the current communication, and updating a use record of the y registered asset block data; and when the x first asset block data is not matched with each registered asset block data, performing a uplink operation on the x first asset block data so as to register the property asset corresponding to the x first asset block data in the first blockchain. The present disclosure also provides a title asset monitoring apparatus, device, storage medium and program product.

Description

Method, apparatus, device, storage medium and program product for monitoring property assets
Technical Field
The present disclosure relates to the field of blockchain technology, and in particular, to a method, an apparatus, an electronic device, a storage medium, and a program product for monitoring a property asset.
Background
With the rapid development of internet financial services, more and more finance-related enterprises begin to pay attention to protection of property assets in finance, wherein the property assets comprise financial products, technologies, data, technical cooperation and the like, and protection of the property assets comprises patent rights, trademark rights, copyright rights and the like. At present, for protecting property assets, the rights and interests of the rights and interests are generally maintained through legal means when disputes occur by related authority organizations based on manual application registration and maintenance.
However, the protection of conventional property assets has some hysteresis, and the evidence collection in the protection process requires a lot of time and labor cost.
Disclosure of Invention
In view of the foregoing, the present disclosure provides a method, apparatus, electronic device, storage medium, and program product for monitoring a property asset.
According to a first aspect of the present disclosure, there is provided a method of monitoring a property asset, comprising:
acquiring a communication message;
extracting asset characteristics of X title assets related to the current communication from the communication message;
generating block data of each property asset according to the extracted asset characteristics to obtain X first asset block data;
When the x-th first asset block data is matched with the Y-th registered asset block data in the Y registered asset block data, determining that the Y-th registered asset block data is used by the current communication, and updating a use record of the Y-th registered asset block data, wherein the Y-th registered asset block data comprises the registered property assets in the first blockchain;
when the x first asset block data is not matched with each registered asset block data in the Y registered asset block data, performing a uplink operation on the x first asset block data to register a property asset corresponding to the x first asset block data in the first blockchain;
wherein, X, Y, X, Y is a positive integer, X is less than or equal to X, and Y is less than or equal to Y.
According to an embodiment of the present disclosure, extracting asset characteristics of X title assets related to a current communication from the communication message includes:
analyzing the communication message to extract X target fields from the communication message, wherein each target field corresponds to one property asset, and different target fields correspond to different property assets;
acquiring a pre-configured feature extraction rule;
For each of the said property assets,
and comparing the target field corresponding to the property asset with the characteristic extraction rule to extract the asset characteristic of the property asset from the target field.
According to an embodiment of the present disclosure, the generating block data of each property asset according to the extracted asset characteristics to obtain X first asset block data includes:
for each property asset, splicing all asset characteristics of the property asset, and performing code conversion to generate first data;
and carrying out preset hash calculation based on the first data to generate the first asset block data.
According to an embodiment of the present disclosure, the usage record includes a user and a number of uses of the user, the first asset block data includes a first hash value, and the registered asset block data includes a second hash value;
when the xth first asset block data matches the yth registered asset block data in the Y registered asset block data, determining that the yth registered asset block data is used by the current communication, and updating the usage record of the yth registered asset block data, comprising:
For the x-th first asset block data and the y-th registered asset block data, when the first hash value of the x-th first asset block data is equal to the second hash value of the y-th registered asset block data, determining that the x-th first asset block data is matched with the y-th registered asset block data;
and recording the initiator in the communication message as a user in a use record of the y registered asset block data, and accumulating the use times of the user.
According to an embodiment of the present disclosure, the title asset monitoring method further includes:
acquiring the usage record of registered asset block data;
and according to the acquired user and the acquired use times in the use record, initiating fee settlement to the user.
According to an embodiment of the present disclosure, each registered asset block data is correspondingly matched with a property asset owner, the property asset monitoring method further comprising:
and when the x-th first asset block data is matched with the Y-th registered asset block data in the Y registered asset block data, sending a notification to the property asset owner matched with the Y-th registered asset block data.
A second aspect of the present disclosure provides a title asset monitoring device, comprising:
the first acquisition module is used for acquiring the communication message;
the extraction module is used for extracting asset characteristics of X title assets related to the current communication from the communication message;
the conversion module is used for generating block data of each property asset according to the extracted asset characteristics so as to obtain X first asset block data;
a recording module configured to determine that a current communication uses a Y-th registered asset block data and update a usage record of the Y-th registered asset block data when the x-th first asset block data matches a Y-th registered asset block data of the Y registered asset block data, where the Y-th registered asset block data includes a property asset registered in a first blockchain;
a storage module, configured to perform a uplink operation on the x-th first asset block data when the x-th first asset block data does not match with each of the Y registered asset block data, so as to register a property asset corresponding to the x-th first asset block data in the first blockchain;
Wherein, X, Y, X, Y is a positive integer, X is less than or equal to X, and Y is less than or equal to Y.
A third aspect of the present disclosure provides an electronic device, comprising: one or more processors; and a memory for storing one or more programs, wherein the one or more programs, when executed by the one or more processors, cause the one or more processors to perform the above-described method of monitoring a property asset.
A fourth aspect of the present disclosure also provides a computer-readable storage medium having stored thereon executable instructions that, when executed by a processor, cause the processor to perform the above-described method of monitoring a property asset.
A fifth aspect of the present disclosure also provides a computer program product comprising a computer program which, when executed by a processor, implements the above-described method of monitoring a property asset.
One or more of the above embodiments have the following advantages or benefits:
for each participant (i.e., blocknode) of the first blockchain, when communicating with a partner or other entity, information relating to the portion of the title asset in the communication message may be identified and intercepted, and further, whether the use of the title asset registered in the first blockchain is involved in the communication may be obtained. When it comes to using a title asset registered in the first blockchain, a record may be automatically made that may be used as a license for subsequent fee settlement steps, etc. The registration may be performed automatically when there are title assets in the communication message that are not registered in the first blockchain. Therefore, in the conventional communication step, the monitoring step of the property assets can be added to automatically carry out the use certificate and registration of the property assets, so that the human intervention is reduced, the maintenance cost is reduced, and the maintenance efficiency is improved. Meanwhile, the use record and registration information of the property asset are stored on the first blockchain, and the integrity and the safety of the use record and registration information can be ensured due to the characteristics of decentralization, tamper resistance and the like of the blockchain, so that the data have higher reliability when being used as the basis of settlement of the use cost or evidence obtaining of infringement of the property asset.
Drawings
The foregoing and other objects, features and advantages of the disclosure will be more apparent from the following description of embodiments of the disclosure with reference to the accompanying drawings, in which:
FIG. 1 schematically illustrates an application scenario diagram of a method, apparatus, electronic device, storage medium, and program product for monitoring a property asset according to an embodiment of the disclosure;
FIG. 2 schematically illustrates a flow chart of a method of monitoring a property asset according to an embodiment of the disclosure;
FIG. 3 schematically illustrates a flow chart of extracting asset characteristics according to an embodiment of the disclosure;
fig. 4 schematically illustrates a flow chart of generating first asset block data according to an embodiment of the disclosure;
FIG. 5 schematically illustrates a flow chart of updating usage records according to an embodiment of the present disclosure;
FIG. 6 schematically illustrates a flow chart of initiating settlement according to an embodiment of the disclosure;
FIG. 7 schematically illustrates a flow chart of sending a notification according to an embodiment of the present disclosure;
fig. 8 schematically illustrates a block diagram of a title asset monitoring device according to an embodiment of the disclosure; and
fig. 9 schematically illustrates a block diagram of an electronic device adapted to implement a method of monitoring a property asset according to an embodiment of the disclosure.
Detailed Description
For the convenience of understanding the scheme of the embodiment of the present application, a brief description of related concepts is given below:
first, blockchain techniques.
Blockchain technology, also known as distributed ledger technology, is an emerging technology in which several computing devices participate in "accounting" (i.e., recording transaction data) together, maintaining a complete distributed database. Blockchain technology has been widely used in many fields because of its decentralized (i.e., no central node), public transparency, the ability of each computing device to participate in database records, and the ability to quickly synchronize data between computing devices.
Currently, blockchains can be divided into: public chains and alliance chains. A public chain refers to a blockchain that is readable by any device worldwide, or that any device can participate in the consensus verification process of a transaction. The alliance chain, also called a community blockchain (consortium block chains), means that the alliance is composed of participating members of a specified blockchain, and business transaction information between the members is recorded in the blockchain, so that the usage scale and authority are limited.
Second, blockchain nodes.
The blockchain in embodiments of the present disclosure may also be referred to as a blockchain system. As shown in fig. 1, the blockchain system in the embodiments of the present disclosure includes a plurality of blockchain nodes (hereinafter may be simply referred to as nodes). The node is a device with communication function and storage function, such as a device with block chain data. Each node may either receive information or generate information. Communication and data synchronization is maintained between different nodes by maintaining a common blockchain. Specifically, in the blockchain system, any node can generate new blockchain data according to data related to transactions sent by a client, and issue the new blockchain data to other nodes in a broadcast mode, and the other nodes can verify the blockchain data. When all nodes in the blockchain system reach consensus, new blockchain data may be added to the blockchain.
Alternatively, a node in an embodiment of the present disclosure may be understood as a processing unit. In one implementation, a node may be a physical device, such as a server or computer. In another implementation, the node may be a virtual computer; virtual computers are a collective term for the operating environment that software in all types of virtualized devices virtualizes, and the concept includes virtual machines and containers. In other implementations, a node in an embodiment of the present disclosure may be a process or a thread; the thread is the minimum unit of the operation system capable of carrying out operation scheduling, is contained in the process and is the actual operation unit in the process; a process is a program in a computer that is a basic unit of resource allocation and scheduling by a system with respect to one run activity on a certain data set.
Third, property assets.
The title property in the embodiment of the disclosure may specifically refer to: in the field of financial technology, intellectual property rights in financial products, technologies, data and technical collaboration processes, such as patent rights, trademark rights, and copyrights, etc.
Hereinafter, embodiments of the present disclosure will be described with reference to the accompanying drawings. It should be understood that the description is only exemplary and is not intended to limit the scope of the present disclosure. In the following detailed description, for purposes of explanation, numerous specific details are set forth in order to provide a thorough understanding of the embodiments of the present disclosure. It may be evident, however, that one or more embodiments may be practiced without these specific details. In addition, in the following description, descriptions of well-known structures and techniques are omitted so as not to unnecessarily obscure the concepts of the present disclosure.
The terminology used herein is for the purpose of describing particular embodiments only and is not intended to be limiting of the disclosure. The terms "comprises," "comprising," and/or the like, as used herein, specify the presence of stated features, steps, operations, and/or components, but do not preclude the presence or addition of one or more other features, steps, operations, or components.
All terms (including technical and scientific terms) used herein have the same meaning as commonly understood by one of ordinary skill in the art unless otherwise defined. It should be noted that the terms used herein should be construed to have meanings consistent with the context of the present specification and should not be construed in an idealized or overly formal manner.
Where expressions like at least one of "A, B and C, etc. are used, the expressions should generally be interpreted in accordance with the meaning as commonly understood by those skilled in the art (e.g.," a system having at least one of A, B and C "shall include, but not be limited to, a system having a alone, B alone, C alone, a and B together, a and C together, B and C together, and/or A, B, C together, etc.).
It should be noted that, the method, the apparatus, the electronic device, the storage medium and the program product for monitoring the property asset provided by the embodiments of the present disclosure relate to the technical field of blockchain. The title asset monitoring method, device, electronic equipment, storage medium and program product provided by the embodiment of the disclosure can be applied to the field of financial science and technology or any field except the field of financial science and technology. Embodiments of the present disclosure do not limit the application fields of the title asset monitoring method, apparatus, electronic device, storage medium, and program product.
In the technical solution of the present disclosure, the related user information (including, but not limited to, user personal information, user image information, user equipment information, such as location information, etc.) and data (including, but not limited to, data for analysis, stored data, displayed data, etc.) are information and data authorized by the user or sufficiently authorized by each party, and the related data is collected, stored, used, processed, transmitted, provided, disclosed, applied, etc. and processed, all in compliance with the related laws and regulations and standards of the related country and region, necessary security measures are taken, no prejudice to the public order, and corresponding operation entries are provided for the user to select authorization or rejection.
Currently, there are a number of related content related to property assets involved in the financial interconnection scenario, including, but not limited to, intellectual property protection of financial products. For example, for products offered by financial institutions, such as financial software, financial APP, financial data analysis software, etc., intellectual property protection issues may be involved when invoked by other parties.
In addition to the above products, in the area of the financial internet, data is also an important asset, including user data, transaction data, and quotation data, etc., for which intellectual property protection is also of paramount importance.
In addition, in financial cooperation, the conditions of cooperation development and the like can be involved, under the scene, the intellectual property attribution is reasonably carried out, and the legal rights and interests of all the parties are ensured, so that the intellectual property attribution is also very important.
In the field of financial Internet, the condition of unauthorized use of property assets of other people can occur, and related intellectual property rights are infringed, so that the problems of high maintenance cost, unreliable evidence and the like exist mainly only by a manual maintenance mode at present.
In view of this, an embodiment of the present disclosure provides a method for monitoring a property asset, including: acquiring a communication message; extracting asset characteristics of X title assets related to the current communication from the communication message; generating block data of each property asset according to the extracted asset characteristics to obtain X first asset block data; when the xth first asset block data matches the yth registered asset block data of the Y registered asset block data, determining that the yth registered asset block data is used for the current communication and updating a usage record of the yth registered asset block data, wherein the yth registered asset block data includes the property assets registered in the first blockchain; when the x first asset block data is not matched with each registered asset block data in the Y registered asset block data, performing a uplink operation on the x first asset block data to register a property asset corresponding to the x first asset block data in the first blockchain; wherein, X, Y, X, Y is a positive integer, X is less than or equal to X, and Y is less than or equal to Y.
In the above manner, for each participant (i.e., block node) of the first blockchain, when communicating with a partner or other institution, the information related to the property asset portion in the communication message may be identified and intercepted, and further, whether the use of the property asset registered in the first blockchain is related in the communication process may be obtained. When it comes to using a title asset registered in the first blockchain, a record may be automatically made that may be used as a license for subsequent fee settlement steps, etc. The registration may be performed automatically when there are title assets in the communication message that are not registered in the first blockchain. Therefore, in the conventional communication step, the monitoring step of the property assets can be added to automatically carry out the use certificate and registration of the property assets, so that the human intervention is reduced, the maintenance cost is reduced, and the maintenance efficiency is improved. Meanwhile, the use record and registration information of the property asset are stored on the first blockchain, and the integrity and the safety of the use record and registration information can be ensured due to the characteristics of decentralization, tamper resistance and the like of the blockchain, so that the data have higher reliability when being used as the basis of settlement of the use cost or evidence obtaining of infringement of the property asset.
Fig. 1 schematically illustrates an application scenario diagram of a method, an apparatus, an electronic device, a storage medium and a program product for monitoring a property asset according to an embodiment of the present disclosure.
As shown in fig. 1, the application scenario 100 according to this embodiment may include a partner 110, a server 210, and a background server 310. The network is used to provide a medium for communication links between the partner 110, the server 210, and the background server 310. The network may include various connection types, such as wired, wireless communication links, or fiber optic cables, among others.
Partner 110 may interact with server 210 over a network using terminal devices, and in turn, access background server 310 via server 210 to receive or send messages, etc. Various communication client applications may be installed on the terminal device, such as shopping class applications, web browser applications, search class applications, instant messaging tools, mailbox clients, social platform software, and the like (by way of example only).
The terminal device may be a variety of electronic devices having a display screen and supporting web browsing, including but not limited to smartphones, tablets, laptop and desktop computers, and the like.
The server 210 may be a server providing various services, for example, the server 210 may be a front-end server providing a communication message forwarding function (for example only). The front-end server may perform processing such as message parsing on the communication message sent by the partner 110, and send a processing result (for example, a message generated according to the communication message sent by the partner 110 and capable of being adapted to the background server 310) to the background server 310. Accordingly, the front-end server may perform processes such as message parsing on the message returned by the back-end server 310, and feedback the processing result (e.g., a message that is generated according to the message returned by the back-end server 310 and can be adapted to the partner 110) to the partner 110.
It should be noted that, the method for monitoring the property asset provided by the embodiments of the present disclosure may be generally performed by the server 210. Accordingly, the title asset monitoring device provided by the embodiments of the present disclosure may be generally provided in the server 210. The title asset monitoring method provided by the embodiments of the present disclosure may also be performed by a server or cluster of servers other than server 210 and capable of communicating with partner 110 and/or server 210. Accordingly, the title asset monitoring devices provided by embodiments of the present disclosure may also be provided in a server or server cluster that is different from server 210 and capable of communicating with partner 110 and/or server 210.
It should be understood that the number of terminal devices, networks and servers in fig. 1 is merely illustrative. There may be any number of terminal devices, networks, and servers, as desired for implementation.
The title asset monitoring method of the disclosed embodiment will be described in detail below based on the scenario described in fig. 1, first, by fig. 2.
Fig. 2 schematically illustrates a flow chart of a method of monitoring a property asset according to an embodiment of the disclosure.
As shown in fig. 2, the method for monitoring a property asset according to this embodiment includes steps S210 to S230, and it should be noted that although the steps in fig. 2 are sequentially shown as indicated by arrows, the steps are not necessarily sequentially executed in the order indicated by the arrows. The steps are not strictly limited in order and may be performed in other orders, unless explicitly stated herein. Moreover, at least some of the steps in the figures may include multiple sub-steps or stages that are not necessarily performed at the same time, but may be performed at different times, or the order of their execution may not necessarily be sequential, but may be performed in rotation or alternating with at least some of the other steps or sub-steps of other steps.
In step S210, a communication message is acquired.
The server 210 includes a communication front and a blockchain node connected thereto, which may refer to one of the nodes of the first blockchain as will be mentioned below. In embodiments of the present disclosure, the first blockchain may include a federated chain that is made up of a plurality of financial institutions and a collaboration platform in cooperative relationship with the financial institutions. Alternatively, the first blockchain may also include a public chain, which may be specifically determined according to actual needs. The blockchain in the embodiments of the present disclosure may be a coalition chain, which is generally described herein and will not be described in detail.
In the embodiment of the present disclosure, the partner 110 and the background server 310 implement interaction through the server 210, specifically, when the partner 110 interacts with the background server 310, a communication message between the partner 110 and the background server 310 is parsed and forwarded through the server 210. The communication message in step S210 may be a communication message sent by the partner 110 or a communication message returned by the background server 310. In the embodiment of the present disclosure, the communication message in step S210 is a communication message sent by the partner 110, which is generally described herein, and will not be described in detail. Illustratively, the communication message may include: a request from a partner 110 to invoke a property asset in a backend server 310. For example, the communication message includes: partner 110 sends a communication message to invoke a software product or use a trademark in background server 310.
In step S220, asset characteristics of the X title assets related to the current communication are extracted from the communication message. Wherein X is a positive integer. In embodiments of the present disclosure, the X title assets involved in the current communication may refer to all title assets involved in the current communication.
In the embodiment of the present disclosure, the acquired communication message is parsed in the server 210, and in addition to the conventional parsing and forwarding steps, asset characteristics of the title asset involved therein are intercepted from the communication message through step S220. Illustratively, the title asset may specifically refer to: in the field of financial technology, the property features of an intellectual property in financial products, technology, data, and technical collaboration may refer to the relevant features of that intellectual property.
For example, when the communication message includes a trademark in the background server 310 that the partner 110 wants to invoke, the property assets in the communication message may include the trademark; further, in step S220, the trademark may be identified from the relevant field in the communication message, and then, the asset characteristics associated with the trademark in advance, such as the name of the trademark, the registration number of the trademark, the registration date of the trademark, and the like, are acquired.
In step S230, block data of each property asset is generated according to the extracted asset characteristics to obtain X first asset block data. That is, first asset block data is generated in one-to-one correspondence with the title asset.
When the xth first asset block data matches the yth registered asset block data of the Y registered asset block data, determining that the yth registered asset block data is used for the current communication and updating a usage record of the yth registered asset block data, wherein the yth registered asset block data includes the property assets registered in the first blockchain, at step S240. Wherein X, Y and Y are positive integers, X is less than or equal to X, and Y is less than or equal to Y.
In embodiments of the present disclosure, the Y registered asset block data may refer to all registered asset block data currently stored in the first blockchain. Each registered asset block data includes one registered title asset and different registered asset block data includes different registered title assets. The xth first asset block data may refer to any one of the X first asset block data, and the yth registered asset block data may refer to any one of the Y registered asset block data. It should be noted that, the embodiment of the present disclosure does not limit the size relationship between X and Y, and may specifically be determined according to actual needs, for example, the number of registered asset block data (or registered property assets) currently stored in the first blockchain is far greater than the number of property assets involved in the current communication, that is, Y is far greater than X.
In embodiments of the present disclosure, one or more title assets may be registered in the first blockchain, in other words, the first blockchain corresponds to a container containing one or more registered title assets. The registered title assets are stored in the first blockchain in the form of blockdata (i.e., registered asset blockdata). The data stored in the first blockchain is irreversible, e.g., the registered asset block data in the first blockchain may be: the blockchain node applies a hash algorithm to the raw data to generate blockdata, so that the raw data cannot be back-pushed based on the registered asset blockdata.
To match registered asset block data in the first blockchain, further processing of the asset characteristics is required to generate first asset block data that can be matched to registered asset block data. For example, the first asset block data is generated using an algorithm employed in generating registered asset block data. In other words, for the same data, the content (e.g., hash value) of the corresponding generated registered asset block data and the first asset block data should be the same.
Thus, when the first asset block data is consistent with a certain registered asset block data, the first asset block data can be considered to be matched with the registered asset block data, and then it can be determined that the registered asset block data is used in the current communication, and then it can be determined that the property asset corresponding to the registered asset block data is used. At this time, the usage record of the registered asset block data is updated, for example, the user using the registered asset block data and the number of times of use are recorded, and the updated usage record may be used for: accounting of the royalties is performed in the subsequent step, and is used for infringement analysis and the like.
In step S250, when the x-th first asset block data does not match each of the Y registered asset block data, a linking operation is performed on the x-th first asset block data to register the title asset corresponding to the x-th first asset block data in the first blockchain.
In embodiments of the present disclosure, the application 101 may register a new property asset with the first blockchain in addition to invoking a certain property asset to the background server 310. In an embodiment of the present disclosure, automated registration of title assets is achieved through step S250.
Specifically, the first asset block data not matching the registered asset block data may specifically mean that the first asset block data is not consistent with all registered asset block data in the first blockchain. At this time, it may be determined that the title asset corresponding to the first asset block data does not exist in the first blockchain, that is, the title asset has not been registered in the first blockchain. At this time, a consensus algorithm or the like may be performed on the first asset block data, and after the consensus passes, a new block may be generated to store the first asset block data as newly added registered asset block data in the first blockchain, thereby registering the corresponding title asset in the first blockchain.
Alternatively, the registered asset block data stored in the first blockchain may be endorsed by the associated authority, e.g., the registered asset block data may include a unique number for the corresponding title, which unique number is issued by the associated authority (e.g., a trademark's registration number), and by verifying the unique number, the authenticity of the data may be ensured.
Optionally, when checking the unique number of the registered asset block data fails, it may be considered that there is a registration fraud, at this time, due to the non-tamperable nature of the blockchain, an operator who is registering fraud may be found out by tracing the uplink record of the registered asset block data, and further, the reliability score of the operator in the first blockchain may be reduced. Then, according to the confidence score, a corresponding punitive operation may be performed, for example, reducing the operator's operation authority, etc.
In the above manner, for each participant (i.e., block node) of the first blockchain, when communicating with a partner or other institution, the information related to the property asset portion in the communication message may be identified and intercepted, and further, whether the use of the property asset registered in the first blockchain is related in the communication process may be obtained. When it comes to using a title asset registered in the first blockchain, a record may be automatically made that may be used as a license for subsequent fee settlement steps, etc. The registration may be performed automatically when there are title assets in the communication message that are not registered in the first blockchain. Therefore, in the conventional communication step, the monitoring step of the property assets can be added to automatically carry out the use certificate and registration of the property assets, so that the human intervention is reduced, the maintenance cost is reduced, and the maintenance efficiency is improved. Meanwhile, the use record and registration information of the property asset are stored on the first blockchain, and the integrity and the safety of the use record and registration information can be ensured due to the characteristics of decentralization, tamper resistance and the like of the blockchain, so that the data have higher reliability when being used as the basis of settlement of the use cost or evidence obtaining of infringement of the property asset.
The method of monitoring a property asset in an embodiment of the present disclosure is further described below with reference to fig. 1-7.
Fig. 3 schematically illustrates a flow chart of extracting asset characteristics according to an embodiment of the disclosure.
As shown in fig. 3, in some embodiments, step S220 includes steps S221 to S223.
In step S221, the communication message is parsed to extract X target fields from the communication message, each corresponding to one property, and different target fields corresponding to different property.
In step S222, a feature extraction rule configured in advance is acquired.
In step S223, for each title asset, a target field corresponding to the title asset is compared with a feature extraction rule to extract asset features of the title asset from the target field.
In an embodiment of the present disclosure, the server 210 may include a communication pre-component 211, where the communication pre-component 211 includes a communication protocol adaptation unit 2111, a message parsing unit 2112, and an asset feature extraction unit 2113.
The communication protocol adaptation unit 2111 may be embedded in the communication pre-assembly 211. The communication protocol adaptation unit 2111 may adapt a specific communication protocol according to the communication message. The message parsing unit 2112 may parse the message according to the parsing rule in the adapted communication protocol to extract the target field. For example, a plurality of target fields are extracted from the communication message, wherein the target fields can comprise one property asset involved in the current communication process, and different target fields correspondingly relate to different property assets. For example, the target field A1 calls a certain financial software B1, and then the target field a relates to the intellectual property rights such as the patent rights of the financial software B1; the target field A2 calls a certain financial software B2, and then the target field A2 refers to the intellectual property rights such as the patent rights of the financial software B2.
The asset feature extraction unit 2113 may obtain a pre-configured feature extraction rule and compare each target field with the feature extraction rule to extract a desired portion from the target field, and then obtain an asset feature. For example, in an embodiment of the present disclosure, a name or a number of an object requested to be invoked in a target field may be determined from the target field, and further, based on the name or the number, relevant features of intellectual property rights associated with the name or the number may be continuously identified from the target field to obtain corresponding asset features. Alternatively, for incomplete or incomplete asset characteristics, the asset characteristics associated with the name or number may be retrieved from other storage modules for automatic replenishment. In embodiments of the present disclosure, extracted asset characteristics are shown in table 1, as the title asset relates to different types of intellectual property, the extracted asset characteristics are also different.
TABLE 1
Alternatively, in embodiments of the present disclosure, matching of features may be performed with regular expressions. Alternatively, a protocol parser may be used to parse a particular protocol header.
Alternatively, the asset characteristics are not limited to those listed in table 1, for example, the asset characteristics may also include the content of the property rights, the name of the owner, the address of the owner, the location of the property rights, etc., and may be specifically determined according to actual needs, which are not listed in any more detail in the embodiments of the present disclosure. Optionally, after the asset features are extracted, data integrity verification and security verification may also be performed to ensure the correctness and integrity of the data.
Fig. 4 schematically illustrates a flowchart of generating first asset block data according to an embodiment of the disclosure.
As shown in fig. 4, in some embodiments, step S230 includes step S231 and step S232 performed for each title asset.
At step S231, for each title asset, all asset characteristics of the title asset are spliced (e.g., concatenated in a predetermined order) and transcoded to generate first data.
In step S232, a preset hash calculation is performed based on the first data to generate first asset block data.
In an embodiment of the present disclosure, the communication pre-assembly 211 further includes a security unit 2114 and a retrieval unit 2115, and the security unit 2114 may encrypt and decrypt the extracted asset characteristics to secure the data. As described above, the block data in the first blockchain is irreversible, and therefore, to match the registered asset block data stored in the first blockchain, the asset characteristics need to be processed into block data (i.e., first asset block data). Optionally, the security unit 2114 may also decode and encode the extracted asset characteristics to convert the asset characteristics into a data format suitable for the first blockchain, e.g., after concatenating all asset characteristics, the encoding may be performed to generate first data to unify the data format of the asset characteristics. Further, a predetermined hash calculation is performed on the first data to generate first asset block data. The preset hash calculation may refer to a hash calculation performed when generating the block data in the first blockchain.
In some embodiments, the usage record includes a user and a number of uses by the user, the first asset block data includes a first hash value, and the registered asset block data includes a second hash value.
Fig. 5 schematically illustrates a flow chart of updating usage records according to an embodiment of the present disclosure.
As shown in fig. 5, in some embodiments, step S240 includes step S241 and step S242.
In step S241, for the x first and y registered asset block data, when the first hash value of the x first asset block data is equal to the second hash value of the y registered asset block data, it is determined that the x first asset block data matches the y registered asset block data.
In step S242, the initiator in the communication message is recorded as the user in the usage record of the y-th registered asset block data, and the usage times of the user are accumulated. Wherein x and y are both positive integers.
In an embodiment of the present disclosure, the retrieval unit 2115 may perform a hash calculation according to a hash function on the first blockchain to generate a corresponding first hash value after receiving the first data. Thus, for the same data, the correspondingly generated first hash value and second hash value should be consistent. As described above, when the first hash value and the second hash value are identical, it is indicated that the first asset block data matches the corresponding registered asset block data, and at this time, the corresponding usage record is updated. When the first hash value and the second hash value are inconsistent, it is determined that the first asset block data does not match the corresponding registered asset block data.
When the first asset block data is not matched with all the registered asset block data in the first blockchain, the fact that the corresponding property asset is not registered in the current first blockchain is indicated, and at the moment, the first asset block data is stored in the blockchain to serve as newly added registered asset block data, so that automatic registration of the property asset is achieved.
In an embodiment of the present disclosure, the communication front-end 211 further includes a storage unit 2116. The blockchain nodes 221 include a consensus network element 2211, the consensus network element 2211 primarily being used for blockpacking, consensus verification, propagation of data in the P2P network between blockchain nodes. In addition, the blockchain node 221 further includes a data layer 2212, where the data layer 2212 is configured to store the registered asset block data, and package the registered asset block data into corresponding block data according to the chain data structure agreed on the first blockchain in combination with the hash computation and the digital signature in the data layer 2122.
The storage unit 2116 may send the first data to the consensus network unit 2211 for consensus when the first asset block data is being uplinked.
The consensus algorithm may be determined according to actual needs, for example, in an embodiment of the present disclosure, the first data is broadcasted in the first blockchain so that the first data is synchronized to the transaction pool in each blocknode, and further, the blockchain nodes above the first blockchain are driven to perform hash computation and the like on the first data to perform consensus, and when more than 50% of the blockchain node computation results are consistent, it is determined that the consensus verification is passed.
And then, carrying out digital signature on the hash calculation result of the first data to obtain the block data to be uplinked consistent with the first asset block data. And then, the first asset block data is broadcast into the first block chain to verify the digital signature thereof so as to ensure the safety of data sources, and after the signature verification is passed, the block data to be uplinked is determined to meet the requirement of the uplink. The block data after the uplink is used as newly added registered asset block data, and a complete data copy is stored on each block node of the first block chain.
Fig. 6 schematically illustrates a flow chart of initiating settlement according to an embodiment of the disclosure.
As shown in fig. 6, in some embodiments, the method for monitoring a property asset further includes step S310 and step S320.
In step S310, a usage record of the registered asset block data is acquired.
In step S320, a fee settlement is initiated to the user according to the user and the number of uses in the acquired use record.
In the embodiment of the present disclosure, the communication pre-module 211 further includes a transaction operation unit 2117. The transaction calculation unit 2117 may perform a fee settlement based on the usage record of the registered asset block data, for example, calculate a usage fee according to the number of uses in the usage record, and the calculated usage fee may be written back to the communication message to inform the corresponding user and the owner of the corresponding property asset.
Alternatively, in addition to establishing blockchain nodes on the communication pre-component 211, blockchain nodes may also be established on the enterprise bus. The associated content of the title asset is stored in the form of blockdata on the blockchain so that a decentralised, secure, reliable registration and transaction platform for the title asset can be established. The title property can realize automatic registration and automatic settlement of transaction fees in the registration and transaction platform, and meanwhile, transaction and registration data are stored on the first blockchain so as to ensure the integrity and reliability of the data.
In the embodiment of the disclosure, the automation and standardization of the property asset transaction can be realized through the technologies of intelligent contracts and the like running on the first blockchain, the accuracy, transparency and traceability of the transaction are ensured, and the settlement of the property asset transaction has timeliness and good safety. Due to the tamper-proof and traceable characteristics of the blockchain, risks of data leakage, data fraud and the like can be reduced. When the property right trade occurs, the first blockchain is stored with a complete trade chain, so that the safety and reliability of the trade are ensured, and infringement disputes are avoided.
Fig. 7 schematically illustrates a flow chart of sending a notification according to an embodiment of the present disclosure.
As shown in fig. 7, in some embodiments, each registered asset block data is correspondingly matched with a property asset owner, the property asset monitoring method further comprises step S410.
In step S410, when the xth first asset block data matches the yth registered asset block data in the Y registered asset block data, a notification is sent to the title asset owner to which the yth registered asset block data matches.
In the embodiment of the disclosure, the communication pre-module 211 further includes an output unit 2118, where the output unit may include an API interface provided by way of smart contracts, and the interface may send the notification to automatically pre-warn both parties to avoid infringing on intellectual property of other institutions without knowledge.
Alternatively, the export unit 2118 may also be provided for off-chain use, and an off-chain organization may retrieve the existing property assets on the first blockchain through the export unit 2118.
In summary, the embodiments of the present disclosure may provide a method for extracting intellectual property related content to retrieve or store in a financial institution title federation blockchain (i.e., a first blockchain) by analyzing a communication message in a communication pre-module between financial institutions such as banks, and notifying, early warning or accounting according to a processing result and a preset rule, so as to achieve the purposes of low cost, automation and real-time security protection of intellectual property transaction and registration.
Based on the title asset monitoring method, the disclosure also provides a title asset monitoring device. The device will be described in detail below in connection with fig. 8.
Fig. 8 schematically illustrates a block diagram of a title asset monitoring device according to an embodiment of the disclosure.
As shown in fig. 8, the title asset monitoring device 800 of this embodiment includes a first acquisition module 810, an extraction module 820, a conversion module 830, a recording module 840, and a storage module 850.
The first obtaining module 810 is configured to obtain a communication message. In an embodiment, the first obtaining module 810 may be configured to perform the step S210 described above, which is not described herein.
The extracting module 820 is configured to extract asset characteristics of the X title assets related to the current communication from the communication message. In an embodiment, the extracting module 820 may be used to perform the step S220 described above, which is not described herein.
The conversion module 830 is configured to generate block data of each property asset according to the extracted asset characteristics, so as to obtain X first asset block data. In an embodiment, the conversion module 830 may be configured to perform the step S230 described above, which is not described herein.
The recording module 840 is configured to determine that the current communication uses the Y-th registered asset block data when the x-th first asset block data matches the Y-th registered asset block data of the Y-th registered asset block data, and update a usage record of the Y-th registered asset block data, wherein the Y-th registered asset block data includes the property assets registered in the first blockchain. In an embodiment, the recording module 840 may be used to perform the step S240 described above, which is not described herein.
The storage module 850 is configured to perform a linking operation on the x-th first asset block data to register the title asset corresponding to the x-th first asset block data in the first blockchain when the x-th first asset block data does not match each of the Y registered asset block data. Wherein, X, Y, X, Y is a positive integer, X is less than or equal to X, and Y is less than or equal to Y. In an embodiment, the storage module 850 may be used to perform the step S250 described above, which is not described herein.
In the above manner, for each participant (i.e., block node) of the first blockchain, when communicating with a partner or other institution, the information related to the property asset portion in the communication message may be identified and intercepted, and further, whether the use of the property asset registered in the first blockchain is related in the communication process may be obtained. When it comes to using a title asset registered in the first blockchain, a record may be automatically made that may be used as a license for subsequent fee settlement steps, etc. The registration may be performed automatically when there are title assets in the communication message that are not registered in the first blockchain. Therefore, in the conventional communication step, the use certificate and registration of the property asset can be automatically carried out, so that the human intervention is reduced, the maintenance cost is reduced, and the maintenance efficiency is improved. Meanwhile, the use record and registration information of the property asset are stored on the first blockchain, and the integrity and the safety of the use record and registration information can be ensured due to the characteristics of decentralization, tamper resistance and the like of the blockchain, so that the data have higher reliability when being used as the basis of settlement of the use cost or evidence obtaining of infringement of the property asset.
According to an embodiment of the present disclosure, any of the plurality of modules of the first acquisition module 810, the extraction module 820, the conversion module 830, the recording module 840, and the storage module 850 may be combined in one module to be implemented, or any of the plurality of modules may be split into a plurality of modules. Alternatively, at least some of the functionality of one or more of the modules may be combined with at least some of the functionality of other modules and implemented in one module. According to embodiments of the present disclosure, at least one of the first acquisition module 810, the extraction module 820, the conversion module 830, the recording module 840, and the storage module 850 may be implemented at least in part as hardware circuitry, such as a Field Programmable Gate Array (FPGA), a Programmable Logic Array (PLA), a system on a chip, a system on a substrate, a system on a package, an Application Specific Integrated Circuit (ASIC), or may be implemented in hardware or firmware in any other reasonable way of integrating or packaging the circuitry, or in any one of or a suitable combination of three of software, hardware, and firmware. Alternatively, at least one of the first acquisition module 810, the extraction module 820, the conversion module 830, the recording module 840, and the storage module 850 may be at least partially implemented as computer program modules that, when executed, perform the corresponding functions.
In some embodiments, the extraction module 820 may be specifically configured to perform the following steps:
analyzing the communication message to extract X target fields from the communication message, wherein each target field corresponds to one property asset, and different target fields correspond to different property assets;
acquiring a pre-configured feature extraction rule;
for each of the said property assets,
and comparing the target field corresponding to the property asset with the characteristic extraction rule to extract the asset characteristic of the property asset from the target field.
In some embodiments, the conversion module 830 may be specifically configured to perform the following steps:
for each title asset, stitching and transcoding all asset characteristics of the title asset to generate first data.
Based on the first data, performing a preset hash calculation to generate first asset block data.
In some embodiments, the usage record includes a user and a number of uses by the user, the first asset block data includes a first hash value, and the registered asset block data includes a second hash value.
The recording module 840 may be specifically configured to perform the following steps:
For the x first asset block data and the y registered asset block data, determining that the x first asset block data matches the y registered asset block data when the first hash value of the x first asset block data is equal to the second hash value of the y registered asset block data.
The initiator in the communication message is used as a user to record in the use record of the y registered asset block data, and the use times of the user are accumulated.
In some embodiments, the title asset monitoring device further comprises a settlement module. The settlement module may be configured to perform the steps of:
a usage record of the registered asset block data is obtained.
And according to the acquired user and the use times in the use record, initiating fee settlement to the user.
In some embodiments, each registered asset block data corresponds to a matched title asset owner, and the title asset monitoring device includes a notification module. The notification module may be configured to perform the steps of:
when the x-th first asset block data matches the Y-th registered asset block data of the Y registered asset block data, a notification is sent to the title asset owner to which the Y-th registered asset block data matches.
Fig. 9 schematically illustrates a block diagram of an electronic device adapted to implement a method of monitoring a property asset according to an embodiment of the disclosure.
As shown in fig. 9, an electronic device 900 according to an embodiment of the present disclosure includes a processor 901 that can perform various appropriate actions and processes according to a program stored in a Read Only Memory (ROM) 902 or a program loaded from a storage portion 908 into a Random Access Memory (RAM) 903. The processor 901 may include, for example, a general purpose microprocessor (e.g., a CPU), an instruction set processor and/or an associated chipset and/or a special purpose microprocessor (e.g., an Application Specific Integrated Circuit (ASIC)), or the like. Processor 901 may also include on-board memory for caching purposes. Processor 901 may include a single processing unit or multiple processing units for performing the different actions of the method flows according to embodiments of the present disclosure.
In the RAM 903, various programs and data necessary for the operation of the electronic device 900 are stored. The processor 901, the ROM 902, and the RAM 903 are connected to each other by a bus 904. The processor 901 performs various operations of the method flow according to the embodiments of the present disclosure by executing programs in the ROM 902 and/or the RAM 903. Note that the program may be stored in one or more memories other than the ROM 902 and the RAM 903. The processor 901 may also perform various operations of the method flow according to embodiments of the present disclosure by executing programs stored in the one or more memories.
According to an embodiment of the disclosure, the electronic device 900 may also include an input/output (I/O) interface 905, the input/output (I/O) interface 905 also being connected to the bus 904. The electronic device 900 may also include one or more of the following components connected to the I/O interface 905: an input section 906 including a keyboard, a mouse, and the like; an output portion 907 including a display such as a Cathode Ray Tube (CRT), a Liquid Crystal Display (LCD), and a speaker; a storage portion 908 including a hard disk or the like; and a communication section 909 including a network interface card such as a LAN card, a modem, or the like. The communication section 909 performs communication processing via a network such as the internet. The drive 910 is also connected to the I/O interface 905 as needed. A removable medium 911 such as a magnetic disk, an optical disk, a magneto-optical disk, a semiconductor memory, or the like is installed as needed on the drive 910 so that a computer program read out therefrom is installed into the storage section 908 as needed.
The present disclosure also provides a computer-readable storage medium that may be embodied in the apparatus/device/system described in the above embodiments; or may exist alone without being assembled into the apparatus/device/system. The computer-readable storage medium carries one or more programs that, when executed, implement the method of monitoring the property assets according to the embodiments of the present disclosure.
According to embodiments of the present disclosure, the computer-readable storage medium may be a non-volatile computer-readable storage medium, which may include, for example, but is not limited to: a portable computer diskette, a hard disk, a Random Access Memory (RAM), a read-only memory (ROM), an erasable programmable read-only memory (EPROM or flash memory), a portable compact disc read-only memory (CD-ROM), an optical storage device, a magnetic storage device, or any suitable combination of the foregoing. In the context of this disclosure, a computer-readable storage medium may be any tangible medium that can contain, or store a program for use by or in connection with an instruction execution system, apparatus, or device. For example, according to embodiments of the present disclosure, the computer-readable storage medium may include ROM 902 and/or RAM 903 and/or one or more memories other than ROM 902 and RAM 903 described above.
Embodiments of the present disclosure also include a computer program product comprising a computer program containing program code for performing the methods shown in the flowcharts. The program code, when executed in a computer system, is operative to cause the computer system to implement the method for monitoring the asset of the title provided by the embodiments of the present disclosure.
The above-described functions defined in the system/apparatus of the embodiments of the present disclosure are performed when the computer program is executed by the processor 901. The systems, apparatus, modules, units, etc. described above may be implemented by computer program modules according to embodiments of the disclosure.
In one embodiment, the computer program may be based on a tangible storage medium such as an optical storage device, a magnetic storage device, or the like. In another embodiment, the computer program may also be transmitted, distributed, and downloaded and installed in the form of a signal on a network medium, via communication portion 909, and/or installed from removable medium 911. The computer program may include program code that may be transmitted using any appropriate network medium, including but not limited to: wireless, wired, etc., or any suitable combination of the foregoing.
In such an embodiment, the computer program may be downloaded and installed from the network via the communication portion 909 and/or installed from the removable medium 911. The above-described functions defined in the system of the embodiments of the present disclosure are performed when the computer program is executed by the processor 901. The systems, devices, apparatus, modules, units, etc. described above may be implemented by computer program modules according to embodiments of the disclosure.
According to embodiments of the present disclosure, program code for performing computer programs provided by embodiments of the present disclosure may be written in any combination of one or more programming languages, and in particular, such computer programs may be implemented in high-level procedural and/or object-oriented programming languages, and/or assembly/machine languages. Programming languages include, but are not limited to, such as Java, c++, python, "C" or similar programming languages. The program code may execute entirely on the user's computing device, partly on the user's device, partly on a remote computing device, or entirely on the remote computing device or server. In the case of remote computing devices, the remote computing device may be connected to the user computing device through any kind of network, including a Local Area Network (LAN) or a Wide Area Network (WAN), or may be connected to an external computing device (e.g., connected via the Internet using an Internet service provider).
The flowcharts and block diagrams in the figures illustrate the architecture, functionality, and operation of possible implementations of systems, methods and computer program products according to various embodiments of the present disclosure. In this regard, each block in the flowchart or block diagrams may represent a module, segment, or portion of code, which comprises one or more executable instructions for implementing the specified logical function(s). It should also be noted that, in some alternative implementations, the functions noted in the block may occur out of the order noted in the figures. For example, two blocks shown in succession may, in fact, be executed substantially concurrently, or the blocks may sometimes be executed in the reverse order, depending upon the functionality involved. It will also be noted that each block of the block diagrams or flowchart illustration, and combinations of blocks in the block diagrams or flowchart illustration, can be implemented by special purpose hardware-based systems which perform the specified functions or acts, or combinations of special purpose hardware and computer instructions.
Those skilled in the art will appreciate that the features recited in the various embodiments of the disclosure and/or in the claims may be provided in a variety of combinations and/or combinations, even if such combinations or combinations are not explicitly recited in the disclosure. In particular, the features recited in the various embodiments of the present disclosure and/or the claims may be variously combined and/or combined without departing from the spirit and teachings of the present disclosure. All such combinations and/or combinations fall within the scope of the present disclosure.
The embodiments of the present disclosure are described above. However, these examples are for illustrative purposes only and are not intended to limit the scope of the present disclosure. Although the embodiments are described above separately, this does not mean that the measures in the embodiments cannot be used advantageously in combination. The scope of the disclosure is defined by the appended claims and equivalents thereof. Various alternatives and modifications can be made by those skilled in the art without departing from the scope of the disclosure, and such alternatives and modifications are intended to fall within the scope of the disclosure.

Claims (10)

1. A method of monitoring a property asset, comprising:
acquiring a communication message;
extracting asset characteristics of X title assets related to the current communication from the communication message;
Generating block data of each property asset according to the extracted asset characteristics to obtain X first asset block data;
when the x-th first asset block data is matched with the Y-th registered asset block data in the Y registered asset block data, determining that the Y-th registered asset block data is used by the current communication, and updating a use record of the Y-th registered asset block data, wherein the Y-th registered asset block data comprises the registered property assets in the first blockchain;
when the x first asset block data is not matched with each registered asset block data in the Y registered asset block data, performing a uplink operation on the x first asset block data to register a property asset corresponding to the x first asset block data in the first blockchain;
wherein, X, Y, X, Y is a positive integer, X is less than or equal to X, and Y is less than or equal to Y.
2. The method for monitoring property assets according to claim 1, wherein said extracting asset characteristics of X property assets related to a current communication from said communication message includes:
analyzing the communication message to extract X target fields from the communication message, wherein each target field corresponds to one property asset, and different target fields correspond to different property assets;
Acquiring a pre-configured feature extraction rule;
for each of the said property assets,
and comparing the target field corresponding to the property asset with the characteristic extraction rule to extract the asset characteristic of the property asset from the target field.
3. The title asset monitoring method according to claim 2, wherein the generating block data of each title asset according to the extracted asset characteristics to obtain X first asset block data comprises:
for each property asset, splicing all asset characteristics of the property asset, and performing code conversion to generate first data;
and carrying out preset hash calculation based on the first data to generate the first asset block data.
4. The title asset monitoring method according to claim 1, wherein the usage record comprises a user and a number of uses of the user, the first asset block data comprises a first hash value, and the registered asset block data comprises a second hash value;
when the xth first asset block data matches the yth registered asset block data in the Y registered asset block data, determining that the yth registered asset block data is used by the current communication, and updating the usage record of the yth registered asset block data, comprising:
For the x-th first asset block data and the y-th registered asset block data, when the first hash value of the x-th first asset block data is equal to the second hash value of the y-th registered asset block data, determining that the x-th first asset block data is matched with the y-th registered asset block data;
and recording the initiator in the communication message as a user in a use record of the y registered asset block data, and accumulating the use times of the user.
5. The title asset monitoring method according to claim 4, wherein the title asset monitoring method further comprises:
acquiring the usage record of registered asset block data;
and according to the acquired user and the acquired use times in the use record, initiating fee settlement to the user.
6. The title asset monitoring method according to claim 1, wherein each registered asset block data is correspondingly matched with a title asset owner, the title asset monitoring method further comprising:
and when the x-th first asset block data is matched with the Y-th registered asset block data in the Y registered asset block data, sending a notification to the property asset owner matched with the Y-th registered asset block data.
7. A title asset monitoring device, comprising:
the first acquisition module is used for acquiring the communication message;
the extraction module is used for extracting asset characteristics of X title assets related to the current communication from the communication message;
the conversion module is used for generating block data of each property asset according to the extracted asset characteristics so as to obtain X first asset block data;
a recording module configured to determine that a current communication uses a Y-th registered asset block data and update a usage record of the Y-th registered asset block data when the x-th first asset block data matches a Y-th registered asset block data of the Y registered asset block data, where the Y-th registered asset block data includes a property asset registered in a first blockchain;
a storage module, configured to perform a uplink operation on the x-th first asset block data when the x-th first asset block data does not match with each of the Y registered asset block data, so as to register a property asset corresponding to the x-th first asset block data in the first blockchain;
Wherein, X, Y, X, Y is a positive integer, X is less than or equal to X, and Y is less than or equal to Y.
8. An electronic device, comprising:
one or more processors;
storage means for storing one or more programs,
wherein the one or more programs, when executed by the one or more processors, cause the one or more processors to perform the method of monitoring a property asset according to any of claims 1-6.
9. A computer readable storage medium having stored thereon executable instructions which when executed by a processor cause the processor to perform the method of monitoring a property asset according to any of claims 1 to 6.
10. A computer program product comprising a computer program which, when executed by a processor, implements the method of monitoring a property asset according to any one of claims 1 to 6.
CN202310904925.8A 2023-07-21 2023-07-21 Method, apparatus, device, storage medium and program product for monitoring property assets Pending CN116957603A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202310904925.8A CN116957603A (en) 2023-07-21 2023-07-21 Method, apparatus, device, storage medium and program product for monitoring property assets

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202310904925.8A CN116957603A (en) 2023-07-21 2023-07-21 Method, apparatus, device, storage medium and program product for monitoring property assets

Publications (1)

Publication Number Publication Date
CN116957603A true CN116957603A (en) 2023-10-27

Family

ID=88450699

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202310904925.8A Pending CN116957603A (en) 2023-07-21 2023-07-21 Method, apparatus, device, storage medium and program product for monitoring property assets

Country Status (1)

Country Link
CN (1) CN116957603A (en)

Similar Documents

Publication Publication Date Title
US11783433B2 (en) Systems and methods of access control and system integration
CN110121727B (en) Method and system for providing authenticated, auditable and immutable input for intelligent contracts
CN110009337B (en) Data processing method and device based on block chain
US10970274B2 (en) System and method for electronic data capture and management for audit, monitoring, reporting and compliance
JP2022529967A (en) Extracting data from the blockchain network
US11188907B1 (en) ACH authorization validation using public blockchains
CN111815372B (en) Live broadcast processing method and device based on block chain, electronic equipment and storage medium
CN112492533B (en) 5G rich media message pushing method and device based on block chain technology
CN115456773B (en) Payment control method, device, equipment and medium based on blockchain
CN112613877B (en) Intelligent contract triggering method and device applied to block chain network and related equipment
US11604767B2 (en) Systems and methods for data distillation
CN113032703B (en) Resource data processing method, device, computer equipment and storage medium
US11893638B2 (en) System and method for content stake via blockchain
CN111339550A (en) Comment information credibility method based on block chain technology
CN110807209B (en) Data processing method, device and storage medium
CN116739596A (en) Blockchain-based transaction supervision method, device, equipment, medium and product
CN110602215A (en) Resource processing method based on alliance block chain and alliance block chain system
CN115099800A (en) Block chain based method and device for transferring poor asset data
Datta et al. Sanskriti—a distributed e-commerce site implementation using blockchain
CN116957603A (en) Method, apparatus, device, storage medium and program product for monitoring property assets
CN116894727A (en) Data processing method and device based on block chain and related equipment
CN114697114B (en) Data processing method, device, electronic equipment and medium
Ranjbar Alvar et al. NFT-Based Data Marketplace with Digital Watermarking
CN116957794A (en) Asset management method, device, medium and electronic equipment
CN115860673A (en) Asset data processing method and device, electronic equipment 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