CN115794835A - Method, system, equipment and medium for generating government affair form based on knowledge graph - Google Patents

Method, system, equipment and medium for generating government affair form based on knowledge graph Download PDF

Info

Publication number
CN115794835A
CN115794835A CN202211696262.7A CN202211696262A CN115794835A CN 115794835 A CN115794835 A CN 115794835A CN 202211696262 A CN202211696262 A CN 202211696262A CN 115794835 A CN115794835 A CN 115794835A
Authority
CN
China
Prior art keywords
elements
rules
government
dependency
rule
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
CN202211696262.7A
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.)
HUNAN CREATOR INFORMATION TECHNOLOGIES CO LTD
Original Assignee
HUNAN CREATOR INFORMATION TECHNOLOGIES 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 HUNAN CREATOR INFORMATION TECHNOLOGIES CO LTD filed Critical HUNAN CREATOR INFORMATION TECHNOLOGIES CO LTD
Priority to CN202211696262.7A priority Critical patent/CN115794835A/en
Publication of CN115794835A publication Critical patent/CN115794835A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02DCLIMATE CHANGE MITIGATION TECHNOLOGIES IN INFORMATION AND COMMUNICATION TECHNOLOGIES [ICT], I.E. INFORMATION AND COMMUNICATION TECHNOLOGIES AIMING AT THE REDUCTION OF THEIR OWN ENERGY USE
    • Y02D10/00Energy efficient computing, e.g. low power processors, power management or thermal management

Abstract

The invention discloses a method, a system, equipment and a medium for generating government affair forms based on a knowledge graph. On one hand, the form design is not required to be manually dragged and configured one by one through a form designer, and the form design is beautified, so that the government affair forms are completely and independently generated; on the other hand, when the administration affair service changes and further causes the elements of a plurality of forms to change, only the association rule of the elements needs to be modified, new forms can be generated in batches quickly based on the form knowledge graph structure, the forms do not need to be remade, and compared with the traditional mode, the method is time-saving and labor-saving, and is more flexible in adjustment.

Description

Method, system, equipment and medium for generating government affair form based on knowledge graph
Technical Field
The invention relates to the technical field of government affair form generation, in particular to a method and a system for generating a government affair form based on a knowledge graph, electronic equipment and a computer-readable storage medium.
Background
According to the construction requirements of digital government, business innovation practices such as 'running once at most', 'one-network-connection handling' and the like are deeply promoted, wherein the 'one-network-connection handling' is a typical scene in the field of electronic government affairs, the method integrates the flows of multiple reports and applications required by the previous affairs into one item by integrating the services of a plurality of office offices. In the process of transaction acceptance, a user can complete the input of all information and initiate the process transaction only by filling and reporting a form once. In order to support such services, currently, most form designer software is used to drag, pull, and configure event rules of each form element on a software interface, where the event rules are composed of associated elements and operation logic expressions, and are finally stored and updated in a form unit data manner. When a user accesses, correspondingly extracting the event rule of the form from the rule template in the database, analyzing to obtain the Javascript code, embedding the Javascript code into the form HTML, and completing the loading of the form example, thereby completing the whole form flow.
However, with the depth of government affairs, on one hand, the form design itself brings the learning cost of the form designer, and the process of designing the form also needs a large amount of manpower to perform manual arrangement and design; on the other hand, once the rule changes, the related forms need to be redesigned, and when the data information of the form units is updated, especially when the rule of the same elements changes between different matters, the forms need to be modified one by one through a form designer, which also brings huge repeated workload, seriously wastes manpower and financial resources, and seriously hinders the construction of the digital government.
Disclosure of Invention
The invention provides a method and a system for generating a government affair form based on a knowledge graph, electronic equipment and a computer readable storage medium, which are used for solving the technical problems that the existing method for generating the government affair form by adopting form designer software is high in labor cost and cannot automatically update the form when the rule changes.
According to one aspect of the invention, a method for generating a government affair form based on a knowledge graph is provided, which comprises the following steps:
extracting all elements and rules contained in each government form, and associating similar elements to form an element set;
constructing a form knowledge graph structure by taking elements and rules as entities, taking incidence relations between the elements and the rules and dependence relations between the rules and the dependent elements as entity relations, and taking attributes of item elements and operation logic expressions of the rules as entity attributes;
when the government affair form is loaded, all rules contained among the elements are searched out according to the elements contained in the government affair form and the knowledge graph structure of the form, and the form rules are loaded to automatically generate the government affair form.
Further, the process of retrieving all rules included among the elements according to the elements included in the government affair form and the knowledge graph structure of the form specifically includes:
traversing each element set according to a certain element contained in the government affair form, and searching a rule associated with the element in each element set based on an association relation between the element and the rule;
finding out all the dependent elements according to the dependency relationship between the rule and the dependent elements, if the dependent elements belong to the element set, considering that the rule can take effect in a government form, and if not, excluding the rule;
and repeating the process for all the elements contained in the government affair form, and screening out all the rules meeting the effective conditions.
Further, the following contents are included:
and automatically arranging the pages of the government affair form based on the dependency relationship between the elements.
Further, the process of automatically arranging the pages of the government affairs form based on the dependency relationship between the elements includes the following steps:
classifying all elements contained in the government affair form according to the associated element set;
constructing an element dependency tree according to all the retrieved rules and rule dependency relations;
calculating the dependency weight among the element sets, determining the final dependency relationship among the element sets according to the size of the dependency weight among the element sets, and deducing an element set dependency tree;
and performing dependent sequencing on elements in each element set based on the element dependent tree, performing dependent sequencing on a plurality of element sets based on the element dependent tree, and combining a form adaptation generation service to automatically arrange the pages of the government affair form by a form automatic generation method based on form element dependence.
Further, the process of calculating the dependent weight between the element sets specifically includes:
when one element dependency exists between an element in a certain element set and elements in other element sets, counting the dependency weight of the element set once, traversing all the elements in the element set, and calculating the dependency weight of the element set.
Further, the types of the rules include a value calculation rule, a display dependency rule and a value verification rule, wherein the value calculation rule indicates that the value of a certain element can be calculated by the values of other elements, and the display dependency rule indicates that the display of the certain element depends on the values of other elements; the value checking rule refers to that when the value of a certain element is input, checking needs to be carried out based on the values of other elements.
In addition, the invention also provides a government affair form generating system based on the knowledge graph, which comprises the following components:
the element and rule extraction module is used for extracting all elements and rules contained in each government form and associating similar elements to form an element set;
the knowledge graph construction module is used for constructing a form knowledge graph structure by taking the elements and the rules as entities, taking the incidence relation between the elements and the rules and the dependency relation between the rules and the dependent elements as entity relations and taking the attributes of the matter elements and the operation logic expression of the rules as entity attributes;
and the government affair form generation module is used for searching all rules contained in the elements according to the elements contained in the government affair form and the form knowledge map structure when the government affair form is loaded, and loading the form rules to automatically generate the government affair form.
Further, the method also comprises the following steps:
and the form page layout module is used for automatically arranging the pages of the government affair form based on the dependency relationship between the elements.
In addition, the present invention also provides an electronic device, comprising a processor and a memory, wherein the memory stores a computer program, and the processor is used for executing the steps of the method by calling the computer program stored in the memory.
The invention also provides a computer-readable storage medium for storing a computer program for generating a government form based on a knowledge graph, which computer program, when executed on a computer, performs the steps of the method as described above.
The invention has the following effects:
according to the method for generating the government affair forms based on the knowledge graph, all elements and rules contained in each government affair form are extracted, and similar elements are associated to form an element set. And then, constructing a form knowledge graph structure by taking the elements and the rules as entities, taking the association relationship between the elements and the rules and the dependency relationship between the rules and the dependent elements as entity relationships, and taking the attributes of the item elements and the operation logic expressions of the rules as entity attributes. When the government affair form is loaded, all rules contained among the elements are searched out according to the elements contained in the government affair form and the knowledge graph structure of the form, and the form rules are loaded to automatically generate the government affair form. On one hand, the form design is not required to be manually dragged one by one through a form designer to configure and beautify the form design, and the government affair forms are completely and independently generated; on the other hand, when the administration affair service changes and further causes the elements of a plurality of forms to change, only the association rule of the elements needs to be modified, new forms can be generated in batches quickly based on the form knowledge graph structure, the forms do not need to be remade, and compared with the traditional mode, the method is time-saving and labor-saving, and is more flexible in adjustment.
In addition, the knowledge-graph-based government form generation system of the invention also has the advantages.
In addition to the objects, features and advantages described above, other objects, features and advantages of the present invention are also provided. The present invention will be described in further detail below with reference to the drawings.
Drawings
The accompanying drawings, which are incorporated in and constitute a part of this application, illustrate embodiments of the invention and, together with the description, serve to explain the invention and not to limit the invention. In the drawings:
fig. 1 is a flow chart diagram of a method for generating a government affairs form based on a knowledge-graph according to a preferred embodiment of the invention.
FIG. 2 is a diagram of a form knowledge graph structure constructed in accordance with a preferred embodiment of the present invention.
Fig. 3 is a schematic view of a sub-flow of step S3 in fig. 1.
Fig. 4 is a flowchart illustrating a method for generating a government form based on a knowledge-graph according to another embodiment of the present invention.
Fig. 5 is a sub-flowchart of step S4 in fig. 4.
Fig. 6 is a schematic diagram of a dependency hierarchy between element sets and between elements in the element sets according to another embodiment of the present invention.
Fig. 7 is a schematic block diagram of a system for generating a government affairs form based on a knowledge-graph according to another embodiment of the present invention.
Detailed Description
The embodiments of the invention will be described in detail below with reference to the accompanying drawings, but the invention can be embodied in many different forms, which are defined and covered by the following description.
It will be appreciated that the preferred embodiment of the present invention, as illustrated in figure 1, provides a method for generating a knowledge-graph based government form, comprising the following:
step S1: extracting all elements and rules contained in each government form, and associating similar elements to form an element set;
step S2: taking the elements and the rules as entities, taking the incidence relation between the elements and the rules and the dependency relation between the rules and the dependent elements as entity relations, and taking the attributes of the matter elements and the operational logic expressions of the rules as entity attributes to construct a form knowledge graph structure;
and step S3: when the government affair form is loaded, all rules contained among the elements are searched out according to the elements contained in the government affair form and the knowledge graph structure of the form, and the form rules are loaded to automatically generate the government affair form.
It can be understood that, in the method for generating a government affair form based on a knowledge graph according to the embodiment, all elements and rules included in each government affair form are extracted, and similar elements are associated to form an element set. And then, constructing a form knowledge graph structure by taking the elements and the rules as entities, taking the association relationship between the elements and the rules and the dependency relationship between the rules and the dependent elements as entity relationships, and taking the attributes of the matter elements and the operation logic expressions of the rules as entity attributes. When the government affair form is loaded, all rules contained among the elements are searched out according to the elements contained in the government affair form and the knowledge graph structure of the form, and the form rules are loaded to automatically generate the government affair form. On one hand, the form design is not required to be manually dragged and configured one by one through a form designer, and the form design is beautified, so that the government affair forms are completely and independently generated; on the other hand, when the administration affair service changes and further causes the elements of a plurality of forms to change, only the association rule of the elements needs to be modified, new forms can be generated in batches quickly based on the form knowledge graph structure, the forms do not need to be remade, and compared with the traditional mode, the method is time-saving and labor-saving, and is more flexible in adjustment.
It can be understood that, in the step S1, all the elements and rules included in each government affairs form are extracted by relying on the third-party knowledge base, and similar elements are associated to form an element set. Wherein, the element defines each component information which can be input with information in the government affair form, such as: the identity card number element comprises the following attributes: component name, whether padding is necessary, default values, value constraints. The set of elements defines a grouping of similar elements, such as: the identity card number element and the age element are contained in the element set of the basic information of the user. The rule defines the logical relationship among each information-recordable component in the event form, and the types of the rule comprise a value calculation rule, a display dependence rule and a value verification rule, wherein the value calculation rule indicates that the value of a certain element can be calculated through the values of other elements, and the display dependence rule indicates that the display of the certain element depends on the values of other elements; the value checking rule refers to that when the value of a certain element is input, checking needs to be carried out based on the values of other elements. For example, the age element contains a value calculation rule, the rule dependent element is an identity card element, and the rule expression defines a function call for acquiring the age through the identity card. In addition, the dependent element defines an element on which the rule depends, and the value of the rule dependent element can be referred to by defining # { ref _0} in the regular expression.
It is understood that in the step S2, the form knowledge graph structure is constructed by taking the elements and the rules as entities, taking the association relationship between the elements and the rules and the dependency relationship between the rules and the dependent elements as entity relationships, and taking the attributes of the matter elements and the operation logical expressions of the rules as entity attributes.
Specifically, in combination with the model definition of the entities, relationships and attributes of the knowledge graph, the elements and rules are used as entities, and the entity relationships are divided into two types: the method comprises the association relationship between elements and rules and the dependency relationship between the rules and the dependent elements thereof, and the attributes are divided into two types: the attribute of the element entity, the type of the rule and the operation logic expression are extracted from the rule, the operation logic is used as the attribute of the rule entity, the operation logic expression is used as the attribute value, the unique identifier of the element is used as the attribute of the element entity, the identifier value is used as the attribute value of the element entity, a plurality of triples are constructed, and the form knowledge graph structure can be constructed based on the constructed triples, as shown in fig. 2. The operation logic expression is a section of logic operation expression containing rule dependent elements, such as: "# { element 1}., value + # { element 2}. Value + # { element 3}. Value + # { element 4}. Value".
It can be understood that, as shown in fig. 3, in step S3, the process of retrieving all rules included between the elements according to the elements included in the government affairs form and the knowledge graph structure of the form specifically includes:
step S31: traversing each element set according to a certain element contained in the government affair form, and finding out a rule related to the element in each element set based on the association relation between the element and the rule;
step S32: finding out all the dependent elements according to the dependency relationship between the rule and the dependent elements, if the dependent elements belong to the element set, considering that the rule can take effect in a government form, and if not, excluding the rule;
step S33: the above process is repeated for all elements contained in the government affairs form, and all rules meeting the effective conditions are screened out.
It can be understood that in the invention, the triple structure of the knowledge map is adopted for storage through the abstract item form element set, the elements and the rule model thereof, and then the rule set needing to be loaded in the item form is quickly searched through the element-based rule quick searching method, so that the form rule configuration does not need to be adjusted one by one through a form designer after the item form rule is changed.
In addition, as shown in fig. 4, in another embodiment of the present invention, the method for generating a government affairs form based on a knowledge-graph further includes the following steps:
and step S4: and automatically arranging the pages of the government affair form based on the dependency relationship between the elements.
Specifically, as shown in fig. 5, the process of automatically arranging the pages of the government affairs form based on the dependency relationship between the elements includes the following steps:
step S41: classifying all elements contained in the government affair form according to the associated element set;
step S42: constructing an element dependency tree according to all the retrieved rules and rule dependency relations;
step S43: calculating the dependency weight among the element sets, determining the final dependency relationship among the element sets according to the size of the dependency weight among the element sets, and deducing an element set dependency tree;
step S44: and performing dependent sequencing on elements in each element set based on the element dependent tree, performing dependent sequencing on a plurality of element sets based on the element dependent tree, and combining a form adaptation generation service to automatically arrange the pages of the government affair form by a form automatic generation method based on form element dependence.
Specifically, all elements in the government form are classified according to their associated element sets, such as: the age and the identification number both belong to an element set of personal information. Then, an element dependency tree is constructed according to all the retrieved rules and rule dependencies, such as: a value calculation rule exists between the age element and the identity card number element, the dependency relationship is that the age element depends on the identity card number element, the identity card number is a root node, and the age is a child node. And then calculating the dependency weight among the element sets, determining the final dependency relationship among the element sets according to the size of the dependency weight among the element sets, and deriving an element set dependency tree. The process of calculating the dependent weight between the element sets specifically includes: when one element dependency exists between an element in a certain element set and elements in other element sets, counting the dependency weight of the element set once, traversing all the elements in the element set, and calculating the dependency weight of the element set. And finally, performing dependency sequencing on elements in each element set according to the element dependency tree, performing dependency sequencing on a plurality of element sets based on the element set dependency tree, adaptively docking relevant products of a form designer by combining form adaptation generation service, and automatically arranging the pages of government affair forms by a form automatic generation method based on form element dependency. For example, the element set, the dependency hierarchy and the sequence of the elements are sorted according to the dependency weight of the element set and the element dependency tree, data support is provided for the arrangement and the sequencing of the form components, the dependency hierarchy is as shown in fig. 6, according to the dependency hierarchy and the sequence, the element set is converted into grouping components by interfacing with a related interface of a form designer, and the elements are automatically arranged according to the associated component types to generate the form definition.
According to the form definition generating method and device, the form adaptation generating service is adopted, the dependence hierarchy and distribution of the form components are generated by relying on the element set, the elements and the rule dependence weight and dependence relationship among the elements, the form interface is arranged automatically, and automatic generation of the form definition is achieved.
In addition, as shown in fig. 7, another embodiment of the present invention further provides a system for generating a government affairs form based on a knowledge-graph, preferably using the method for generating a government affairs form as described above, the system comprising:
the element and rule extraction module is used for extracting all elements and rules contained in each government form and associating similar elements to form an element set;
the knowledge graph construction module is used for constructing a form knowledge graph structure by taking the elements and the rules as entities, taking the incidence relation between the elements and the rules and the dependency relation between the rules and the dependent elements as entity relations and taking the attributes of the matter elements and the operation logic expression of the rules as entity attributes;
and the government affair form generating module is used for searching all rules contained among the elements according to the elements contained in the government affair form and the form knowledge graph structure when the government affair form is loaded, and loading the form rules to automatically generate the government affair form.
It can be understood that, in the system for generating a government affair form based on a knowledge graph according to this embodiment, all elements and rules included in each government affair form are extracted first, and similar elements are associated to form an element set. And then, constructing a form knowledge graph structure by taking the elements and the rules as entities, taking the association relationship between the elements and the rules and the dependency relationship between the rules and the dependent elements as entity relationships, and taking the attributes of the matter elements and the operation logic expressions of the rules as entity attributes. When the government affair form is loaded, all rules contained among the elements are searched out according to the elements contained in the government affair form and the knowledge graph structure of the form, and the form rules are loaded to automatically generate the government affair form. On one hand, the form design is not required to be manually dragged and configured one by one through a form designer, and the form design is beautified, so that the government affair forms are completely and independently generated; on the other hand, when the administration affair service changes and further causes the elements of a plurality of forms to change, only the association rule of the elements needs to be modified, new forms can be generated in batches quickly based on the form knowledge graph structure, the forms do not need to be remade, and compared with the traditional mode, the method is time-saving and labor-saving, and is more flexible in adjustment.
In addition, the system for generating government affairs forms based on knowledge graph further comprises:
and the form page layout module is used for automatically arranging the pages of the government affair form based on the dependency relationship between the elements.
In addition, another embodiment of the present invention further provides an electronic device, which includes a processor and a memory, wherein the memory stores a computer program, and the processor is used for executing the steps of the method described above by calling the computer program stored in the memory.
In addition, another embodiment of the present invention also provides a computer-readable storage medium for storing a computer program for generating a government affairs form based on a knowledge graph, wherein the computer program performs the steps of the method as described above when the computer program runs on a computer.
Typical forms of computer-readable storage media include: floppy disk (floppydisk), flexible disk (flexiledisk), hard disk, magnetic tape, any combination of magnetic media, CD-ROM, any remaining optical media, punch cards (punccards), paper tape (paper), any remaining physical media with patterns of holes, random Access Memory (RAM), programmable Read Only Memory (PROM), erasable Programmable Read Only Memory (EPROM), FLASH erasable programmable read only memory (FLASH-EPROM), any remaining memory chip or cartridge, or any other medium from which a computer can read. The instructions may further be transmitted or received by a transmission medium. The term transmission medium may include any tangible or intangible medium that is operable to store, encode, or carry instructions for execution by the machine, and includes digital or analog communications signals or intangible medium that facilitates communication of the instructions. Transmission media include coaxial cables, copper wire and fiber optics, including the wires that comprise a bus for transmitting a computer data signal.
The above description is only a preferred embodiment of the present invention and is not intended to limit the present invention, and various modifications and changes may be made by those skilled in the art. Any modification, equivalent replacement, or improvement made within the spirit and principle of the present invention should be included in the protection scope of the present invention.

Claims (10)

1. A government affair form generation method based on a knowledge graph is characterized by comprising the following steps:
extracting all elements and rules contained in each government affair form, and associating similar elements to form an element set;
taking the elements and the rules as entities, taking the incidence relation between the elements and the rules and the dependency relation between the rules and the dependent elements as entity relations, and taking the attributes of the matter elements and the operational logic expressions of the rules as entity attributes to construct a form knowledge graph structure;
when the government affair form is loaded, all rules contained among the elements are searched out according to the elements contained in the government affair form and the knowledge graph structure of the form, and the form rules are loaded to automatically generate the government affair form.
2. The method for generating a government form based on a knowledge graph according to claim 1, wherein the process of retrieving all rules contained between elements according to the elements contained in the government form and the knowledge graph structure of the form is specifically as follows:
traversing each element set according to a certain element contained in the government affair form, and searching a rule associated with the element in each element set based on an association relation between the element and the rule;
finding out all the dependent elements according to the dependency relationship between the rule and the dependent elements, if the dependent elements belong to the element set, considering that the rule can take effect in a government form, and if not, excluding the rule;
the above process is repeated for all elements contained in the government affairs form, and all rules meeting the effective conditions are screened out.
3. The method of generating a government form based on a knowledge-graph according to claim 1, further comprising the steps of:
and automatically arranging the pages of the government affair form based on the dependency relationship between the elements.
4. The method for generating a government form based on a knowledge graph according to claim 3, wherein the process of automatically arranging the pages of the government form based on the dependency relationship between the elements comprises the following steps:
classifying all elements contained in the government affair form according to the associated element set;
constructing an element dependency tree according to all the retrieved rules and rule dependency relations;
calculating the dependency weight among the element sets, determining the final dependency relationship among the element sets according to the size of the dependency weight among the element sets, and deducing an element set dependency tree;
and performing dependent sequencing on elements in each element set based on the element dependent tree, performing dependent sequencing on a plurality of element sets based on the element dependent tree, and combining a form adaptive generation service to automatically arrange the pages of the government affair forms by a form automatic generation method based on form element dependence.
5. The method for generating a government form based on a knowledge graph according to claim 4, wherein the step of calculating the dependent weights among the element sets is specifically:
when one element dependency exists between an element in a certain element set and elements in other element sets, counting the dependency weight of the element set once, traversing all the elements in the element set, and calculating the dependency weight of the element set.
6. The knowledge-graph-based government form generating method according to claim 1, wherein the types of the rules include a value calculation rule, a display dependency rule and a value verification rule, wherein the value calculation rule means that the value of a certain element can be calculated by the values of other elements, and the display dependency rule means that the display of a certain element depends on the values of other elements; the value checking rule refers to that when the value of a certain element is input, checking needs to be carried out based on the values of other elements.
7. A system for generating government forms based on a knowledge graph, comprising:
the element and rule extraction module is used for extracting all elements and rules contained in each government affair form and associating similar elements to form an element set;
the knowledge graph construction module is used for constructing a form knowledge graph structure by taking the elements and the rules as entities, taking the incidence relation between the elements and the rules and the dependency relation between the rules and the dependent elements as entity relations and taking the attributes of the matter elements and the operation logic expression of the rules as entity attributes;
and the government affair form generation module is used for searching all rules contained in the elements according to the elements contained in the government affair form and the form knowledge map structure when the government affair form is loaded, and loading the form rules to automatically generate the government affair form.
8. The system for generating a government form based on a knowledge-graph according to claim 7, further comprising:
and the form page layout module is used for automatically arranging the pages of the government affair form based on the dependency relationship between the elements.
9. An electronic device, characterized in that it comprises a processor and a memory, in which a computer program is stored, said processor being adapted to carry out the steps of the method according to any one of claims 1 to 6 by invoking said computer program stored in said memory.
10. A computer-readable storage medium storing a computer program for generating a government form based on a knowledge graph, wherein the computer program, when run on a computer, performs the steps of the method according to any one of claims 1 to 6.
CN202211696262.7A 2022-12-28 2022-12-28 Method, system, equipment and medium for generating government affair form based on knowledge graph Pending CN115794835A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202211696262.7A CN115794835A (en) 2022-12-28 2022-12-28 Method, system, equipment and medium for generating government affair form based on knowledge graph

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202211696262.7A CN115794835A (en) 2022-12-28 2022-12-28 Method, system, equipment and medium for generating government affair form based on knowledge graph

Publications (1)

Publication Number Publication Date
CN115794835A true CN115794835A (en) 2023-03-14

Family

ID=85427980

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202211696262.7A Pending CN115794835A (en) 2022-12-28 2022-12-28 Method, system, equipment and medium for generating government affair form based on knowledge graph

Country Status (1)

Country Link
CN (1) CN115794835A (en)

Similar Documents

Publication Publication Date Title
CN106682097B (en) Method and device for processing log data
US9940581B2 (en) Ontology-aided business rule extraction using machine learning
CN109359277B (en) Data monitoring method, device and computer storage medium
CN109388675A (en) Data analysing method, device, computer equipment and storage medium
CN107784063B (en) Algorithm generation method and terminal equipment
CN110427188A (en) It is single to survey configuration method, device, equipment and the storage medium for asserting program
CN114090653A (en) Resource data statistical method and device, meta-platform equipment and storage medium
CN110765101A (en) Label generation method and device, computer readable storage medium and server
CN115170048A (en) Workflow implementation method, system, and medium based on model and rule
CN115794835A (en) Method, system, equipment and medium for generating government affair form based on knowledge graph
KR101948603B1 (en) Anonymization Device for Preserving Utility of Data and Method thereof
CN115543428A (en) Simulated data generation method and device based on strategy template
JP2010072876A (en) Rule creation program, rule creation method, and rule creation device
JP2018032113A (en) Information management device and file management method
CN113590686B (en) Processing method, device and equipment for ecological environment data index
JP6887182B1 (en) Computer system and application programming interface device that realizes cooperation between objects whose input and output are categorized by using object groups in which object categories that can be placed are defined.
CN113239083A (en) Data analysis method and device
CN113935301B (en) Report generation method and device, storage medium and electronic equipment
CN113076317A (en) Data processing method, device and equipment based on big data and readable storage medium
CN117135050A (en) Application deployment method and device
CN115687725A (en) Data classification and classification method and device
CN117390023A (en) Data aggregation method, data aggregation device, apparatus, and storage medium
CN116383154A (en) File processing method, file processing device, electronic equipment and storage medium
CN117573653A (en) Method, device, equipment and storage medium for generating data dictionary
CN117874211A (en) Intelligent question-answering method, system, medium and electronic equipment based on SAAS software

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