WO2020263988A1 - Efficient information storage and retrieval using subgraphs - Google Patents

Efficient information storage and retrieval using subgraphs Download PDF

Info

Publication number
WO2020263988A1
WO2020263988A1 PCT/US2020/039368 US2020039368W WO2020263988A1 WO 2020263988 A1 WO2020263988 A1 WO 2020263988A1 US 2020039368 W US2020039368 W US 2020039368W WO 2020263988 A1 WO2020263988 A1 WO 2020263988A1
Authority
WO
WIPO (PCT)
Prior art keywords
ontology
information
subgraph
domain
input data
Prior art date
Application number
PCT/US2020/039368
Other languages
French (fr)
Inventor
Michel Dufresne
Benjamin Schaff
Original Assignee
ReactiveCore LLC
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
Priority claimed from US16/452,264 external-priority patent/US11157260B2/en
Application filed by ReactiveCore LLC filed Critical ReactiveCore LLC
Publication of WO2020263988A1 publication Critical patent/WO2020263988A1/en

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/80Information retrieval; Database structures therefor; File system structures therefor of semi-structured data, e.g. markup language structured data such as SGML, XML or HTML
    • G06F16/81Indexing, e.g. XML tags; Data structures therefor; Storage structures
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/30Information retrieval; Database structures therefor; File system structures therefor of unstructured textual data
    • G06F16/36Creation of semantic tools, e.g. ontology or thesauri
    • G06F16/367Ontology
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/901Indexing; Data structures therefor; Storage structures
    • G06F16/9024Graphs; Linked lists
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/35Creation or generation of source code model driven
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06NCOMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
    • G06N5/00Computing arrangements using knowledge-based models
    • G06N5/02Knowledge representation; Symbolic representation
    • G06N5/022Knowledge engineering; Knowledge acquisition

Definitions

  • the invention relates to enabling access to information, including, for example, providing ontology-configurable computer programs, supplemental functionalities for computer programs, and/or acyclic subgraphs for retrieval of information.
  • One aspect of the disclosure relates to a method for improving storage and retrieval of information using an acyclic subgraph.
  • the method may include generating an extended ontology from an ontology such that one or more classes of the extended ontology is associated with a marker and receiving input data.
  • the method may include generating, based on the extended ontology and the marker associated with the one or more classes of the extended ontology, a subgraph representation of the input data, the subgraph representation omitting at least one piece of information included in a first graph representation of the input data, and the subgraph representation including a plurality of acyclic subgraphs, storing the plurality of acyclic subgraphs in one or more databases, and providing an acyclic subgraph of the plurality of acyclic subgraphs as an input to an executable program, wherein application of rules associated with the extended ontology by the executable program causes a cyclic graph to be generated from the acyclic subgraph such that the cyclic graph comprises one or more pieces of information omitted from the acyclic subgraph.
  • the system may include a computer system that includes one or more physical processors programmed with computer program instructions that, when executed, cause the computer system to generate an extended ontology from an ontology such that one or more classes of the extended ontology is associated with a marker and receive input data.
  • the computer program instructions that, when executed, cause the computer system to generate, based on the extended ontology and the marker associated with the one or more classes of the extended ontology, a subgraph representation of the input data, the subgraph representation omitting at least one piece of information included in a first graph representation of the input data, and the subgraph representation including a plurality of subgraphs, store the plurality of subgraphs in one or more databases, and provide a subgraph of the subgraphs as an input to an executable program, wherein application of rules associated with the extended ontology by the executable program causes a graph to be generated from the subgraph such that the graph comprises one or more pieces of information omitted from the subgraph.
  • the computer readable media may store computer program instructions that, when executed by a computer system, may cause the computer system to generate an extended ontology from an ontology such that one or more classes of the extended ontology is associated with a marker, receive input data, generate, based on the extended ontology and the marker associated with the one or more classes of the extended ontology, a subgraph representation of the input data, the subgraph representation omitting at least one piece of information included in a first graph representation of the input data, and the subgraph representation including a plurality of subgraphs, store the plurality of subgraphs in one or more databases, and provide a subgraph of the subgraphs as an input to an executable program, wherein application of rules associated with the extended ontology by the executable program causes a graph to be generated from the subgraph such that the graph comprises one or more pieces of information omitted from the subgraph.
  • FIG. 1 shows a system for providing ontology-configurable computer programs, supplemental functionalities for computer programs, and/or acyclic subgraphs for retrieval of information, in accordance with some embodiments.
  • FIG. 2 shows an ontology management subsystem, in accordance with some embodiments.
  • FIG. 3 shows an executable program that accesses supplemental information or other information (for example, represented as subgraphs or other data representations) in a working memory at runtime, in accordance with some embodiments.
  • FIG. 4 shows a process of providing supplemental functionalities for a computer program via an instance of an ontology describing a class of applications, in accordance with some embodiments.
  • FIG. 5 is a flowchart of a method of providing supplemental functionalities for a computer program via an instance of an ontology describing a class of applications, in accordance with some embodiments.
  • FIG. 6 is a flowchart of a method of generating a programming interface and logic rules based on an ontology describing a class of applications, in accordance with some embodiments.
  • FIG. 7 shows a process of providing supplemental functionalities for a computer program via a domain-specific ontology and an instance of a general ontology, in accordance with some embodiments.
  • FIG. 8 is a flowchart of a method of providing supplemental functionalities for a computer program via a domain-specific ontology and an instance of a general ontology, in accordance with some embodiments.
  • FIG. 9 is a flowchart of a method of generating a programming interface and logic rules based on a domain-specific ontology and a general ontology, in accordance with some embodiments.
  • FIG. 10 shows a process of providing supplemental functionalities for a computer program via a domain-specific ontology and an instance of an ontology describing a class of applications, in accordance with some embodiments.
  • FIG. 11 is a flowchart of a method of providing supplemental functionalities for a computer program via a domain-specific ontology and an instance of an ontology describing a class of applications, in accordance with some embodiments.
  • FIG. 12 is a flowchart of a method of generating a programming interface and logic rules based on a domain-specific ontology and an instance of an ontology describing a class of applications, in accordance with some embodiments.
  • FIG. 13 shows an ontology describing a class of BPM applications, in accordance with some embodiments.
  • FIG. 14 shows a general ontology, in accordance with some embodiments.
  • FIG. 15 shows a domain-specific ontology in the human resource domain, in accordance with some embodiments.
  • FIG. 16 shows example of a data model associated with a set of technical assets, in accordance with some embodiments.
  • FIG. 17 shows an ontology management subsystem, in accordance with some embodiments.
  • FIG. 18 shows a flowchart of a method of creating an ontology from business and/or technology assets, in accordance with some embodiments.
  • FIG. 19 shows an ontology management subsystem, in accordance with some embodiments.
  • FIG. 20 shows a flowchart of a method of reconciling data from business and/or technology assets into an existing ontology, in accordance with some embodiments.
  • FIG. 21 shows a graph representation of input data, in accordance with some embodiments.
  • FIG. 22 shows another graph representation of input data, in accordance with some embodiments.
  • FIG. 23 shows a subgraph representation of input data, in accordance with some embodiments.
  • FIG. 24 shows a flowchart for storage and retrieval of information using an acyclic subgraph, in accordance with some embodiments.
  • FIG. 25 shows a flowchart for generating a subgraph representation of input data, in accordance with some embodiments.
  • Some embodiments may separately address two aspects of an application: (1) those aspects particular to a class of business applications; and (2) those aspects particular to a domain in which an instance of the class is to be applied.
  • relatively flexible executable code is generated for a class of business applications, and then functionality of that code is refined with an ontology that reflects more specific aspects of a particular domain.
  • the ontology can be created much more efficiently than the corresponding bespoke application can be created from scratch, as the ontology can facilitate code re-use across domains in some embodiments.
  • the ontology can be modified with less risk to the larger code base, often without compiling new code.
  • information may be retrieved more efficiently via acyclic subgraphs generated based on an extended ontology.
  • FIG. 1 shows a system 100 for providing supplemental functionalities for an executable program via ontology instances and for generating and providing acyclic graphs of an extended ontology, in accordance with some embodiments.
  • the system 100 may comprise a computer system 102 (which may be multiple computer systems 102).
  • the computer system 102 may comprise one or more physical processors 106 programmed with one or more computer program instructions and electronic storage 108, or other components.
  • Various programs and subsystems may be implemented on the physical processors 106, including ontology management subsystem 112, supplemental information generation subsystem 114, graph generation subsystem 116, or other components (for example, ontology-configurable computer programs or applications, other subsystems, etc.).
  • the computer system 102 in FIG. 1 may include communication lines or ports to enable the exchange of information with a network or other computing platforms.
  • the computer system 102 may include a plurality of hardware, software, and/or firmware components operating together to provide the functionality attributed herein to the computer system 102.
  • the computer system 102 may be implemented by a cloud of computing platforms operating together as the computer system 102.
  • the electronic storage 108 may comprise non-transitory storage media that electronically stores information.
  • the electronic storage media of the electronic storage 108 may include one or both of system storage that is provided integrally (for example, substantially non-removable) with the computer system 102 or removable storage that is removably connectable to the computer system 102 via, for example, a port (for example, a USB port, a firewire port, etc.) or a drive (for example, a disk drive, etc.).
  • the electronic storage 108 may include one or more of optically readable storage media (for example, optical disks, etc.), magnetically readable storage media (for example, magnetic tape, magnetic hard drive, floppy drive, etc.), electrical charge- based storage media (for example, EEPROM, RAM, etc.), solid-state storage media (for example, flash drive, etc.), and/or other electronically readable storage media.
  • the electronic storage 108 may include one or more virtual storage resources (for example, cloud storage, a virtual private network, and/or other virtual storage resources).
  • the electronic storage 108 may store software algorithms, information determined by the processors 106, information received from the computer system 102, information received from client computing platforms, or other information that enables the computer system 102 to function as described herein.
  • the processors 106 may be programmed to provide information processing capabilities in the computer system 102.
  • the processors 106 may include one or more of a digital processor, an analog processor, a digital circuit designed to process information, an analog circuit designed to process information, a state machine, and/or other mechanisms for electronically processing information.
  • the processors 106 may include a plurality of processing units. These processing units may be physically located within the same device, or the processors may represent processing functionality of a plurality of devices operating in coordination.
  • the processors 106 may be programmed to execute computer program instructions to perform functions described herein of the subsystems 112-116, or other components.
  • the processors 106 may be programmed to execute computer program instructions by software; hardware; firmware; some combination of software, hardware, or firmware; and/or other mechanisms for configuring processing capabilities on the processors 106.
  • a computer program on the computer system 102 may comprise an application runtime that can cause the computer system 102 to perform indicated tasks according to encoded instructions.
  • the instructions may be any instructions (such as bytecode) for a software interpreter including, but not limited to, machine code instructions for the processors 106, scripting language source file, etc.
  • the instructions may be complied or interpreted instructions for which source code is not provided to the party developing ontologies.
  • An executable (of the computer program) may be hand-coded in machine language directly or may be developed as source code in any high-level programming language or assembly language and then complied into either an executable machine code file or non-executable machine code object files.
  • the executable program may further include a runtime system, which provides runtime language features and interactions with the runtime environment of the computer system 102.
  • the runtime system of the executable program may be a logic program including a rule engine and a set of runtime rules that control the execution of the executable program.
  • specialization of the executable program may be achieved by accessing supplemental information in a working memory at runtime without the need to modify the executable program (for example, reprogramming the source code and/or recompiling the source code of the executable program).
  • functionalities of any particular application or a class of applications in a particular domain of interest may be enabled on the executable program using one or more ontologies as will be described in details below.
  • the executable program may be a logic program for executing functionalities of an application using the supplemental information.
  • additional information may be retrieved or inferred by accessing other information (for example, represented as graphs (or subgraphs) described herein or other data representations) stored in a working memory at runtime and reconstructing the acyclic graphs (or subgraphs) into cyclic graphs (or subgraphs) via an executable program without requiring the cyclic graphs (or subgraphs) to be transmitted from the computer system 102 to a client device 104 or without requiring the computer system 102 to store cyclic graphs (or subgraphs).
  • the working memory and executable program may be implemented in the computer system 102 or client device 104.
  • the ontology management subsystem 112 may perform various functions with respect to different types of ontologies in different embodiments.
  • An ontology may be a machine- processable artifact that defines and captures the relationships between concepts (classes) and objects (individuals of such classes) in some domain of interest.
  • a logic-based ontology language allows ontologies to be specified as logical theories, meaning that it is possible to reason about the relationships between the concepts and objects that are expressed in such an ontology.
  • the ontology management subsystem 112 may include an ontology defining component 202 configured to define an ontology.
  • the ontology may be defined in any logic-based ontology language or specific version of logic-based ontology language using any semantic editor.
  • the ontology management subsystem 112 may define and modify an ontology in Web Ontology Language DL 2.0 (OWL DL 2.0) using the Protege ontology editor.
  • An ontology (for example, a domain ontology.owl file) may be defined as follows:
  • various types of ontologies may be defined by the ontology management subsystem 112, such as an ontology describing a class of applications (a.k.a. a class ontology), for example, a BPM class ontology; an ontology that is associated with a specific domain of interest (a.k.a. a domain-specific ontology), for example, a human resource domain ontology; and an ontology that can interpret any domain-specific ontology (a.k.a. a general ontology), for example, a domain meta model ontology defined to describe the class structure of any domain-specific ontology. More examples of classes of applications and domains of interests are shown below in Table 1.
  • domains of interest may be applied to each class of applications.
  • each of the domains of interest listed in Table 1 that use computers may be applied to the Help Desk Management class of applications, and ERP software has applications in manufacturing, finance, banking, healthcare services, etc.
  • FIGs. 13-15 illustrate various examples of ontologies described in OWL DL 2.0 using the Protege ontology editor.
  • Each ontology includes information indicating various attributes, such as classes, properties, and axioms.
  • FIG. 13 shows an extract of a class ontology 1300 describing the class of BPM applications.
  • the BPMN 2.0 specification from the Object Management Group (OMG) is used as a guide for elaborating an ontology for the class of BPM applications.
  • OMG Object Management Group
  • the ontology being logic-based, embodies axioms contained the textual description of the BPMN specification.
  • the class information such as class hierarchy (class structure), is shown on the upper left section in FIG.
  • the first axiom is a class construct describing an equivalent class to the class MessageEndEvent.
  • a MessageEndEvent is equivalent to EndEvent having a single EventDefmition of type MessageEventDefmition.
  • the ontology may be saved as a file in any suitable format, such as RDF/XML.
  • RDF is a known data model for encoding metadata and knowledge on the Semantic Web using facts expressed as triples.
  • the definitions of the class MessageEndEvent may be described in the saved RDF/XML file as:
  • FIG. 14 shows an extract of a general ontology 1400 that can describe and interpret any domain-specific ontology.
  • a domain-specific ontology may be described using metadata information.
  • the metadata information may describe the domain-specific ontology class and property information.
  • the structure of the metadata information may be itself described using a general ontology called the domain meta model ontology.
  • the domain meta model ontology may not be modified and have no dependency on any domain-specific ontology.
  • the domain meta model may become a known and explicit structure used by an executable program (for example, an ontology-configurable executable program) to interpret the structure of the domain-specific ontology.
  • the key classes of this general ontology in FIG. 14 include ClassMetadata and Proper tyMetadata describing the structure of class and property respectively.
  • FIG. 15 shows an extract of a domain-specific ontology 1500 that is associated with the human resource domain (a human resource domain ontology).
  • the human resource domain ontology may be described by instances of the domain meta model ontology shown in FIG. 14.
  • the ontology in FIG. 14 shows that a Person can be Employee , BoardDirector and Executive depending on the Role they have.
  • FIGs. 13-15 show illustrative ontologies only and are by no means complete in order to describe the class of BPM applications, the domain meta model, and the human resource domain, respectively.
  • the ontology management subsystem 112 may also include an extended ontology defining component 203 configured to define an extended ontology.
  • the ontology defined by the ontology defining component 202 may be extended (for example, extended domain ontology.owl) by mixing classes from a marker ontology or framework ontology (for example, rdv core.owl) into the ontology.
  • the marker ontology or the framework ontology includes information to select certain classes of the ontology to be marked as persisted class using a mechanism in the ontology constructs such as class inheritance or class annotation.
  • the information to select certain classes of the ontology as a persisted class may include usage pattern of the class or the amount of data to be processed or stored.
  • an extended ontology (with marked classes) may be defined by the extended ontology defining component 203.
  • An extended ontology (for example, a extended domain ontology.owl file) may be defined as follows:
  • xmlns:ext_dom http://owl.reactivecore.com/ext_dom#
  • xmlns:rdf http://www.w3.org/1999/02/22-rdf-syntax-ns#"
  • the classes“Person” and “Estate” are marked as a“PersistedClass,” while the“Address” class is a“Support Entity,” for example, by using class inheritance mechanism.
  • marking of the classes of the ontology allows for decomposing a graph representation of data and generating a subgraph (for example, an acyclic subgraph) representation of the data, which will be described in more detail below.
  • the ontology management subsystem 112 may also include an ontology validation component 204 configured to validate any ontology and assign a freeze to the validated ontology.
  • the ontology validation component 204 may include any semantic reasoners, such as Pellet, RacerPro, FaCT++, and HermiT, for ensuring an ontology is consistent once the ontology has been defined by the ontology defining component 202.
  • An inconsistent ontology may be an ontology that, by virtue of what has been stated in the ontology, cannot have any models, and entails everything, meaning any conclusion can be deduced.
  • the ontology and the extended ontology are complete (meaning they describes all the concepts, objects, their relationships, and axioms) and are ensured to be consistent, they may be frozen by the ontology validation component 204 such that the ontology and the extended ontology can no longer be changed or modified. If the ontology or the extended ontology need to be changed, they need to be redefined by the ontology defining component 202 and the extended ontology defining component 203 as new versions of the ontology and extended ontology.
  • the ontology management subsystem 112 in FIG. 2 may further include a programming interface generation component 206, a logic rule generation component 208, and a schema information generation component 216.
  • the programming interface generation component 206 may extract class information 210 from a frozen ontology (for example, ontology or extended ontology) and generate, based on the extracted class information 210, a programming interface to allow an executable program (for example, an ontology-configurable executable program) to access the supplemental information via the programming interface or the subgraphs via the programming interface.
  • An ontology (for example, ontology or extended ontology) may be processed by a computer program to extract class information 210 including, for example, the class structure (concept hierarchy), the data properties associated with each class, and the relationships, if any, shared between classes.
  • the class information 210 may be used by the programming interface generation component 206 to generate computer code in any programming language, such as Scala, JAVATM, PythonTM, C++, C#, Ruby, etc., to be used as a programming interface for a class of applications and/or applications in a domain of interest.
  • the programming interface referred herein may be computer code in a programing language that describes classes corresponding to the static structure of the ontology (for example, ontology or extended ontology) and that provides a natural interface to the executable program for accessing the supplemental information (for example, metadata of ontology class structures) stored in a working memory at runtime or other information (for example, represented as the subgraphs described herein or other data representations) stored in a working memory at runtime.
  • supplemental information for example, metadata of ontology class structures
  • the logic rule generation component 208 in FIG. 2 may extract axiom information 212 from a frozen ontology (for example, ontology or extended ontology) and generate, based on the axiom information 212, a set of logic rules.
  • the logic rules may be used to compute entailments on the instances of an ontology (for example, ontology or extended ontology).
  • the entailments may include the inferred class and property hierarchy (asserted and inferred class membership of the instances), property restrictions as well as be used to ensure the asserted instances are consistent with the ontology (for example, ontology or extended ontology).
  • the logic rules may be used to transform ontology instances into application metadata information and used to validate ontology instances to ensure conformance of the instances with the ontology (for example, ontology or extended ontology).
  • an ontology instance is frozen, and its corresponding metadata information becomes read-only once the ontology instance has been validated by the logic rules generated by the logic rule generation component 208.
  • the logic rules may be used to reconstruct an acyclic graph (or an acyclic subgraph) into a cyclic graph (or a cyclic subgraph).
  • the logic rules may include class logic rules generated based on a class ontology, general logic rules generated based on a general ontology, and specific logic rules generated based on a domain- specific ontology.
  • class logic rules and general logic rules may be used for computing entailments on ontology instances and for validating ontology instances.
  • the logic rules may be augmented with the runtime rules of the executable program to control the execution of the executable program. For example, the specific logic rules generated based on a domain-specific ontology may be applied to the domain-specific ontology instance by the executable program at runtime.
  • the specific logic rules generated based on an extended ontology may be applied to an acyclic graph (or acyclic subgraph) of data by the executable program at runtime so as to reconstruct the acyclic graph (or acyclic subgraph) into a cyclic graph (or cyclic subgraph).
  • the schema information generation component 216 in FIG. 2 may extract the marker information 214 from an extended ontology (or a combined ontology + extended ontology) and generate, based on the marker information 214, schema information (or metadata).
  • the marker information 214 includes information regarding the classes marked as“PersistedClass” and “SupportEntity,” as discussed above, with regard to the extended ontology. This marker information (from the marker ontology or the framework ontology) is used to generate the schema information that includes a description of possible properties and expected range values for each class marked as“PersistedClass” and“SupportEntity.”
  • the schema information contains information on how to represent the instances of each of the classes of the extended ontology in a database (for example, a graph database).
  • Schema information may be used to inform a database on how to store and how to manage the instances of each of the classes of the extended ontology.
  • the schema information may be augmented with runtime rules and logic rules of the executable program to control the execution of the executable program.
  • the schema information may be represented in the following j son notation:
  • the supplemental information generation subsystem 114 may generate supplemental information related to one or more functionalities of an application based on an instance of an ontology defined by the ontology management subsystem 112.
  • the instance may be from a class ontology and specify one of a class of applications (for example, a BPM application), and the supplemental information is related to functionalities of one of the BPM applications.
  • the instance may be from a general ontology (for example, a domain meta model ontology) and describe a domain-specific ontology (for example, the human resource domain), and the supplemental information is related to functionalities of an application in the human resource domain.
  • An ontology instance may be described in any suitable format, such as in the forms of triples in the RDF/XML format.
  • the supplemental information generated by the supplemental information generation subsystem 114 may include metadata information transformed from the ontology instance. Additionally or optionally, the logic rules generated by the logic rule generation component 208 of the ontology management subsystem 112 may be used by the supplemental information generation subsystem 114 to infer additional metadata information as part of the supplemental information. Supplemental information may be represented as a subgraph and the details discussed below with regard to graphs and subgraphs may also apply to supplemental information.
  • FIG. 1 also includes a graph generation subsystem 116.
  • the graph generation subsystem 116 may map input data to the extended ontology, generate a graph representation (for example, a fact-based graph) of the input data (known as facts to the system) based on such mapping and augment the facts-based graph representation of the input data based on the application of logic rules associated with the extended ontology to generated another graph representation (for example, an augmented graph).
  • the augmented graph may be a cyclic graph.
  • the graph generation subsystem 116 may decompose the augmented graph, based on the marker information into a subgraph representation (for example, a set of subgraphs) of the input data, thereby generating a subgraph representation of the input data based on the extended ontology and the marker information.
  • the subgraph representation of the input data may omit one or more pieces of information included in the augmented graph representation of the input data (the one or more pieces of information can be recovered by the application of the logic rules).
  • the desired characteristics of these subgraphs is to be acyclic therefore, the augmented graph (which may be a cyclic graph) may be represented by a set of acyclic subgraphs.
  • the graph representation 2100 of the input data (generated based on mapping of the input data to the extended ontology) in FIG. 21 is illustrated to include nodes “personl,” “estatel,” and “addressl” and edges “ext_dom:hasEstate” and“domaimhasAddress.” As illustrated in FIG. 21, the relationships (represented by edges of the graph) between the nodes are acyclic. Although the graph representation 2100 of the input data (the graph representation of the input data may also be referred to as a graph representation of instances of the classes of the extended ontology) is illustrated to be acyclic, it should be understood that such a graph representation may also be cyclic.
  • the input data obtained by the graph generation subsystem 116 may be acyclic or cyclic.
  • FIG. 22 illustrates a cyclic graph representation 2200 of the input data.
  • Such a graph representation 2200 illustrated in FIG. 22 may be generated based on the application of logic rules (which are derived from the axioms of the ontology and/or the extended ontology) to the graph representation 2100 illustrated in FIG. 21.
  • FIG. 22 is illustrated to include nodes “personl,” “estatel,” and “addressl” and edges “ext_dom:hasEstate,” “domaimowner,” “domaimhasEstate,” and “domaimhasAddress.”
  • the relationships represented by edges of the graph
  • the relationships are cyclic in nature.
  • a plurality of relationships between nodes“personl” and“estatel” are illustrated, which indicates the cyclic nature of this graph.
  • the graph representation of the input data in FIG. 21 does not include two relationships (namely, domaimowner” and“domaimhasEstate”) that are illustrated in the graph representation in FIG. 22.
  • FIG. 22 illustrates instances of FIG.
  • the graph generation subsystem 116 may decompose the generated augmented graph representation 2200 into a set of subgraphs of the input data illustrated in FIG. 23.
  • the decomposition of the graph representation 2200 results in the generation of a subgraph representation (which includes subgraphs 2302 and 2304) illustrated in FIG. 23.
  • Such decomposition is performed such that the augmented graph (for example, FIG. 22) can be reconstructed by applying the logic rules on the union of the subgraphs based on marker information described above with regard to FIG. 2.
  • the graph generation subsystem 116 recognizes, based on the marker information (and/or the logic rules), that the two relationships (namely, domaimowner” and “domaimhasEstate”) between “personl” and “estate 1,” may be reconstructed using logic rules.
  • the subgraph representation (including subgraphs 2304 and 2302) of the data are stored in one or more databases. As illustrated in FIG. 23, the subgraph representation omits at least one piece of information from the graph representation 2200 illustrated in FIG. 22.
  • the nodes in FIGs. 22 and 23 are labeled “personl” and“estate 1,” it should be understood that the information contained in the nodes in these figures may be different. For example, node“estatel” in FIG.
  • An advantage of storing acyclic subgraphs in a database is that the data storage subsystem can take advantage of the fact that the subgraphs are acyclic graphs. Additionally, utilization of computer and communication resources for transmission and reception of an acyclic graph (or subgraph) may be reduced due to smaller size of the acyclic graphs (or subgraphs), as compared to the resources required for transmission and reception of the cyclic graphs (or subgraphs). Accordingly, the use of such acyclic graphs (or subgraphs) may make it more efficient to retrieve or infer information.
  • a subgraph may be defined as being rooted at a specific node.
  • a first subgraph may be rooted at node“personl” and a second subgraph may be rooted at node “estatel.”
  • Each of these subgraphs rooted at a particular node in FIG. 23 is marked as a persisted data type by definition.
  • the supplemental information 304 includes metadata in a graph data structure, such as an RDF graph, stored in a working memory 302.
  • the supplemental information 304 may include metadata 306 transformed directly from an ontology instance and metadata 308 inferred from an ontology instance based on the logic rules generated by the logic rule generation component 208 of the ontology management subsystem 112.
  • metadata 306 it may include facts, for example, objects (or individuals) of the classes, asserted by a class ontology, which can be used to describe a particular application in the class of applications corresponding to the class ontology.
  • Metadata 306 may include facts, for example, objects (or individuals) of the classes, asserted by a general ontology (for example, a domain meta model ontology) that can be used to describe and interpret any domain-specific ontology.
  • Metadata 308 may include entailments computed from objects in metadata 306 using the logic rules. The entailments may include the verification that the objects are consistent with the axioms of the ontology, meaning that no axioms are violated.
  • Both metadata 306 and 308 may be augmented using the logic rules to form the supplemental information 304 that is related to functionalities of an application.
  • an executable program 309 may include a rule engine 310 that manipulates the supplemental information 304 in the working memory 302 at runtime via the programming interface 316 based on a set of rules including the runtime rules 312 and logic rules 314.
  • the programming interface 316 may be generated by the programming interface generation component 206 of the ontology management subsystem 112.
  • the programming interface 316 may include computer code in a programming language describing the class structures that are used by the supplemental information 304 in the working memory 302. The executable program 309 can thus get access to the metadata 306, 308 via the programming interface 316.
  • the logic rules 314 used by the rule engine 310 may include class logic rules, general logic rules, and specific logic rules generated from corresponding types of ontologies, each of which may be utilized for controlling the executable program 309 to access corresponding information.
  • the runtime rules 312, on the other hand, may not alter the supplemental information 304 in any way and provide control capability to the executable program 309.
  • the runtime rules 312 may be utilized for controlling the executable program 309 to access context information of executing the executable program 309.
  • the executable program 309 can be specialized with different functionalities without the need of adding or modifying computer code.
  • FIG. 3 illustrates that a working memory 302 may include subgraphs 305 (for example, subgraphs generated by the graph generation subsystem 116, as discussed above).
  • the working memory 302 and executable program 309 may be implemented at the computer system 102 or client device 104.
  • These subgraphs 305 may be retrieved from one or more databases in the computer system 102 based on a query.
  • a query including one or more uniform resource identifiers (URI)
  • URI uniform resource identifiers
  • the subgraphs may correspond to a subset of the graph (for example, a graph representation of instances of classes of an extended ontology) stored in one or more databases.
  • the subgraphs 305 may be queried using an arangoDB query language (AQL), cypher query language, graphQL, Gremlin, or SPARQL.
  • AQL arangoDB query language
  • cypher query language graphQL
  • Gremlin Gremlin
  • SPARQL SPARQL
  • the subgraphs 305 may correspond to subgraphs illustrated in FIG. 23 or subgraphs of the graph representation 2100 illustrated in FIG. 21.
  • each of the subgraphs of the graph representation of the instances of the classes of the extended ontology may be associated with a URI. Accordingly, based on the URI included in the query, one or more subgraphs may be retrieved from the database.
  • FIG. 23 illustrates two subgraphs (subgraph 2304 rooted at node“person 1” and subgraph 2302 rooted at node“estatel”) that may be retrieved based on a query, and these subgraphs may be stored in a working memory 302.
  • a graph representation 2100 may be generated based on a mapping of the input data to an extended ontology and subgraphs of this graph representation 2100 may be loaded onto the working memory 302.
  • an executable program 309 may include a rule engine 310 that may manipulate subgraphs 305 at runtime via the programming interface 316 based on a set of rules (including the runtime rules 312 and logic rules 314) and the schema information 318.
  • the programming interface 316 may be generated by the programming interface generation component 206 of the ontology management subsystem 112.
  • the programming interface 316 may include computer code in a programming language describing the class structures that are used by the subgraphs 305 in the working memory 302. The executable program 309 can thus get access to the subgraphs 305 via the programming interface 316.
  • the logic rules 314 used by the rule engine 310 may include class logic rules, general logic rules, and specific logic rules generated from corresponding types of ontologies, each of which may be utilized for controlling the executable program 309 to access (or retrieve or infer) corresponding information, for example, by reconstructing the subgraphs 305 into a graph (or larger subgraphs).
  • the runtime rules 312, on the other hand, may not alter the subgraphs 305 in any way and provide control capability to the executable program 309.
  • the runtime rules 312 may be utilized for controlling the executable program 309 to access context information of executing the executable program 309.
  • the schema information 318 may also be used by the rule engine 310 for controlling the executable program 309 to access (or retrieve or infer) corresponding information, for example, by reconstructing the subgraphs into a graph (or larger subgraphs). For example, by applying the logic rules 314 and the schema information 318 to the acyclic subgraphs illustrated in FIG. 23, a cyclic graph (or larger cyclic subgraphs) (for example, FIG. 22) may be reconstructed.
  • the following set of triples representing subgraph 2302 rooted at“estate 1” may be stored in one or more databases:
  • the rule engine 310 may utilize and apply the logic rules 314 and schema information 318 to subgraph 2304 to generate a set of entailments (inferred information): (estatel, domai owner, personl) and (personl, domain :hasEstate, estatel). Accordingly, based on such inferred information and based on the triples representing subgraphs 2302 and 2304 stored in one or more databases, a cyclic graph (or larger cyclic subgraphs) may be reconstructed.
  • FIG. 22 illustrates a cyclic graph (or larger cyclic subgraphs) that may be reconstructed based on the application of logic rules 314 and schema information 318 to the subgraphs 2302 and 2304 in FIG. 23.
  • the acyclic subgraph may be reconstructed into a cyclic graph (or cyclic subgraph) such that the cyclic graph (or cyclic subgraph) comprises one or more pieces of information omitted (for example, the set of entailments noted above) from the acyclic subgraph (or acyclic graph).
  • the application of the logic rules 314, runtime rules 312, and schema information 318 by the executable program 309 causes the acyclic subgraphs (as illustrated in FIG.
  • FIG. 23 to be augmented with inferred information from the axioms of the extended ontology embodied in the logic rules 314 to obtain the cyclic graph (or larger cyclic subgraphs), as illustrated in FIG. 22, such that the cyclic graph (or larger cyclic subgraphs) in FIG. 22 comprises one or more pieces of information omitted from the acyclic subgraphs illustrated in FIG. 23.
  • FIG. 23
  • the 22 may comprise one or more pieces of information derived from the input facts using the axioms embodied in the extended domain ontology (for example, the triple (estatel, domaimowner, personl) is inferred from (personl, domain :hasEstate, estatel) which was inferred from the input fact (personl, ext_dom:hasEstate, estatel) using the axioms that ext_dom:hasEstate is a sub-property ofdomaimhasEstate and domaimowner is the inverse property of domai hasEstate.
  • the triple estatel, domaimowner, personl
  • ext_dom:hasEstate estatel
  • domaimowner is the inverse property of domai hasEstate.
  • a cyclic graph (or larger cyclic subgraphs) to be made available via the executable program 309, for example, at the client device 104 without actually providing the cyclic graph (or larger cyclic subgraphs) to the client device 104 from the computer system 102. Accordingly, based on the acyclic subgraphs provided to the executable program, additional information may be retrieved (or inferred).
  • FIG. 22 comprises one or more pieces of information omitted (for example, the “domaimowner” and“domaimhasEstate” edges connecting the“personl” node and the“estatel” node illustrated in FIG. 22) from the acyclic subgraphs illustrated in FIG. 23.
  • This allows a cyclic graph (or larger cyclic subgraphs) to be made available via the executable program 309, for example, at the client device 104 without actually providing the cyclic graph (or larger cyclic subgraphs) to the client device 104 from the computer system 102. Accordingly, based on the acyclic subgraphs provided to the executable program, additional information may be retrieved (or inferred).
  • the node“addressl” (which is not illustrated in FIG. 23) may be embedded in the “estate 1” node as a support entity in FIG. 23.
  • additional information may be retrieved (or inferred) based on input data received by the computer system 102 or client device 104.
  • acyclic subgraphs are retrieved based on a query and cyclic graph (or larger cyclic subgraphs) are reconstructed based on the application of logic rules.
  • input data may be received and in response to the received input data, the graph generation subsystem 116 may map the input data to the extended ontology in order to generate a graph representation of the input data.
  • input data may be expressed as the following triples:
  • this input data may be mapped to the extended ontology, and a result of the mapping (for example, the generation of the graph representation 2100) is illustrated in FIG. 21.
  • the input data may be mapped such that the input data may be represented by three nodes (“personl,”“estatel,” and“addressl”) and two edges (“ext_dom:hasEstate” and “domaimhas Address”).
  • These subgraphs in FIG. 21 may be stored in the working memory 302 and based on the application of logic rules 314, runtime rules 312, and schema information 318, a graph (or larger subgraphs), as illustrated in FIG. 22, may be reconstructed. Based on the application of logic rules 314, runtime rules 312, and schema information 318, the following data may be inferred:
  • a cyclic graph (or larger cyclic subgraphs), as illustrated in FIG. 22, may be reconstructed (created or obtained).
  • this cyclic graph (or larger cyclic subgraphs), as illustrated in FIG. 22, is generated, this cyclic graph (or larger cyclic subgraphs) may be decomposed (or segmented) into two acyclic subgraphs by omitting information certain pieces of information.
  • Such acyclic subgraphs may be generated by the graph generation subsystem 116 based on schema information (for example, based on the marker ontology or the framework ontology) and based on logic rules. For example, a first cyclic subgraph rooted as estate 1 may be generated based on the following triples:
  • a second cyclic subgraph rooted at person 1 may be generated based on the following triples:
  • FIG. 23 The resulting two acyclic subgraphs (for example, subgraph 2304 rooted at node “personl” and subgraph 2302 rooted at node“estatel”) generated based on such omitted information is illustrated in FIG. 23.
  • the “domaimowner” and “domaimhasEstate” edges connecting the“personl” node and the“estatel” node (as illustrated in FIG. 22) have been omitted from the subgraph 2304 in FIG. 23, reducing the subgraph 2304 to be acyclic, as this omitted information can be recreated based on the application of the logic rules and schema information discussed above.
  • decomposed or segmented subgraphs may be stored in one or more databases and as a result, the database may be updated based on these subgraphs.
  • Decomposing or segmenting the cyclic graphs into acyclic graphs has several advantages. For one, storing and manipulating an acyclic graph in a database (as opposed to a cyclic graph) can be done more efficiently than using cyclic graphs. Additionally, utilization of computer and communication resources for transmission and reception of an acyclic graph (or subgraph) may be reduced due to smaller size of the acyclic graphs (or subgraphs), as compared to the resources required for transmission and reception of the cyclic graphs (or subgraphs).
  • the system 100 may further comprise a client device 104 (or multiple client devices 104).
  • a client device 104 may comprise any type of mobile terminal, fixed terminal, or other device.
  • a client device 104 may comprise a desktop computer, a notebook computer, a netbook computer, a tablet computer, a smartphone, a navigation device, an electronic book device, a gaming device, or other user device.
  • Users may, for instance, utilize one or more client devices 104 to interact with computer system 102 or other components of system 100.
  • the users may include administrative users such as managers or programmers who manage the subsystems 112-116.
  • the users may also include customers who use ontology- configurable programs and applications derived thereof.
  • FIGs. 4-6 illustrate one aspect of the invention, which can provide supplemental functionalities for an executable program via a class ontology instance.
  • FIGs. 4-6 further describe the design and creation of a class of applications by the use of a class ontology.
  • the ontology describes the class of applications, and, at runtime, instances of the ontology are used as metadata for specifying a particular application.
  • an ontology 402 (a class ontology) describes a class of applications 404, such as the classes listed in Table 1.
  • a BPM class ontology may embody all of the axioms contained in the textual description of the BPMN specification.
  • An example BPM class ontology has been described above with respect to FIG. 13.
  • both class information and axiom information may be extracted from a class ontology and used to generate the programming interface and logic rules, respectively.
  • the BPM class ontology in the format RDF/XML may be processed by a computer program to generate classes in programming languages equivalent to the static structure of the BPM class ontology.
  • the class in Scala programming language representing the MessageEndEvent class in RDF/XML is:
  • def addlncomingSequenceFlow s(o: SequenceFlow) new MessageEndEventCriteria(m, (m.rn.incomingSequenceFlows, o.s) :: criteria)
  • def addOutgoingSequenceFlow(o: SequenceFlow) new MessageEndEventCriteria(m, (m.rn.outgoingSequenceFlow, o.s) :: criteria)
  • EndEvent EndEvent(m.bpmn, s)
  • Event Event(m.bpmn, s)
  • Flow Node FlowNode(m.bpmn, s)
  • Flow Element FlowElement(m.bpmn, s)
  • topengine.api. owl. Thing topengine.api. owl.Thing(m.owl, s)
  • EventDefmition m.removePropertyValue(s,
  • override defhashCode s.key
  • the generated class provides a natural interface to executable programs written in Scala programming language for accessing supplemental information (for example, metadata) stored in a working memory.
  • the class MessageEndEventlmpl is the generated implementation class that performs the access to the underlying supplemental information, for example, in RDF graph.
  • the generated classes in the programming language may capture the static data model embodied by the ontology.
  • the axioms may be taken into consideration by logic rules that are applied to the supplemental information continuously as data is added to or subtracted from the supplemental information.
  • the logic rules may be generated automatically from the BPM class ontology described in FIG. 13. For example, the logic rules corresponding to the class equivalence axiom for the class MessageEndEvent are:
  • an instance 406 of the class ontology 402 may be obtained from the class ontology 402.
  • the ontology instance 406 may specify an application 408 in the class of applications 404.
  • a sample human resource employee on-boarding process may be specified as an instance of the example BPM class ontology, and thus, the employee on-boarding application is a member of the class of BPM applications.
  • the on-boarding process described herein is for illustrative purposes only and is not meant to be complete.
  • the process includes an instance of bpm Process class having a single bpmn: Flow Element of type bpmn: Star tEvent.
  • This start event has an event definition of type bpmn:MessageEventDefmition.
  • the event definition defines the mapping elements for the message initiating the business process. In this example, it defines the mapping for the first and last name of the employee.
  • the example employee on-boarding process may be expressed as individuals of the example BPM class ontology and can be expressed as an OWL document in the RDF/XML format:
  • supplemental information 410 may be generated based on the ontology instance 406.
  • the supplemental information 410 may be related to functionalities 412 of the application 408 in the class of applications 404.
  • the supplemental information 410 may include metadata transformed from the ontology instance 406 and metadata inferred from the ontology instance 406 using logic rules generated based on the class ontology 402.
  • the supplemental information 410 may be provided as input to an executable program 409 at runtime so as to enable the application functionalities 412 to be available via the executable program 409.
  • the programming interface generated based on the class ontology 402 may be provided to the executable program 409 for accessing the supplemental information 410 in the working memory at runtime.
  • the ontology instance 406 defining the employee on-boarding process may be expressed as triples in the working memory:
  • the executable program 409 may be using the BPM definition above along with the corresponding generated logic rules to have a complete definition of the metadata defining the employee on-boarding application.
  • the employee on-boarding process may be augmented with entailments of the BPM class ontology using the generated logic rules to obtain the following supplemental information:
  • triples in bold are the inferred entailments (metadata), while the rest of the triples are metadata transformed from the BPM ontology instance.
  • the supplemental information with augmented metadata contains additional information.
  • the named individual acme-bpmn-hr:iAcmeStartOnboarding is not only a bpmn:StartEvent as the asserted facts indicated, but also of type bpmn:MessageStartEvent as a consequence of the equivalent class definition present in the ontology.
  • This supplemental information corresponding to the employee on-boarding application functionalities may be stored in the working memory and become the metadata information used by the executable program 409 at runtime.
  • the generated logic rules may no longer be needed by the executable program 409 once the metadata information is augmented with the inferred entailments. It may be needed when a new application is defined using a new instance of the BPM class ontology.
  • FIG. 5 is a flowchart 500 of a method of providing supplemental functionalities for a computer program via ontology instances, in accordance with some embodiments.
  • a computer program associated with an ontology may be caused to be run.
  • the ontology may include information indicating attributes for a set of applications (for example, a class of BPM application).
  • Operation 502 may be performed by one or more processors that are the same as or similar to the processors 106, in accordance with one or more embodiments.
  • an instance of the ontology may be obtained.
  • the ontology instance may correspond to an application of the set of applications.
  • Operation 504 may be performed by an ontology management subsystem that is the same as or similar to the ontology management subsystem 112, in accordance with one or more embodiments.
  • supplemental information for the computer program may be generated based on the ontology instance.
  • the supplemental information may be related to functionalities of the application.
  • Operation 506 may be performed by a supplemental information generation subsystem that is the same as or similar to the supplemental information generation subsystem 114, in accordance with one or more embodiments.
  • the supplemental information may be provided as input to the computer program to enable the functionalities of the application to be available via the computer program.
  • Operation 508 may be performed by one or more processors that are the same as or similar to the processors 106, in accordance with one or more embodiments.
  • operations 504-508 may be repeated to enable different functionalities of another application in the set of application to be available via the computer program.
  • another ontology instance corresponding to the other application may be obtained, and another supplemental information related to the different functionalities may be generated based on the other ontology instance and provided as input to the computer program.
  • FIG. 6 is a flowchart 600 of a method of generating a programming interface and logic rules based on a class ontology, in accordance with some embodiments.
  • an ontology associated with a class of applications may be obtained. Operation 602 may be performed by an ontology defining component that is the same as or similar to the ontology defining component 202, in accordance with one or more embodiments.
  • a freeze may be assigned to the ontology that disables further modification of the ontology.
  • the freeze may be assigned once the ontology has been completed and validated to ensure the consistency of the ontology.
  • Operation 604 may be performed by an ontology validation component that is the same as or similar to the ontology validation component 204, in accordance with one or more embodiments.
  • class information may be extracted from the ontology.
  • the class information may include, for example, class structures, data properties associated with each class, and the relationships between classes.
  • Operation 606 may be performed by a programming interface generation component that is the same as or similar to the programming interface generation component 206, in accordance with one or more embodiments.
  • a programming interface may be generated based on the class information.
  • the programming interface may be in the form of computer code in a programming language and may be used by a computer program (for example, the computer program of FIG. 5) for accessing metadata information stored in the working memory.
  • Operation 608 may be performed by a programming interface generation component that is the same as or similar to the programming interface generation component 206, in accordance with one or more embodiments.
  • axiom information may be extracted from the ontology. Operation 610 may be performed by a logic rule generation component that is the same as or similar to the logic rule generation component 208, in accordance with one or more embodiments.
  • logic rules may be generated based on the axiom information.
  • the logic rules may be used to infer additional metadata, for example, entailments on the objects of the ontology.
  • Operation 612 may be performed by a logic rule generation component that is the same as or similar to the logic rule generation component 208, in accordance with one or more embodiments.
  • logic rules may be augmented with runtime rules of the computer program.
  • the augmented rules may be used for executing the computer program at runtime.
  • Operation 614 may be performed by a logic rule generation component that is the same as or similar to the logic rule generation component 208, in accordance with one or more embodiments.
  • FIGs. 7-9 illustrate an example of providing supplemental functionalities for a computer program (for example, an executable program or other computer program) via a domain-specific ontology and a general ontology instance. That is, a computer program may be specialized in a particular domain of interest using a domain-specific ontology without changing the computer code of the computer program.
  • a general ontology 702 is obtained.
  • the general ontology 702 may be a domain meta model ontology designed to describe the class structure of any domain-specific ontologies 704.
  • the domain-specific ontologies 704 may be associated with domains of interest 706, such as the ones listed in Table 1.
  • the general ontology 702 may not be modified and may have no dependency on any domain-specific ontologies 704. This may become a known and explicit structure used by an executable program 709 to interpret the structure of a particular domain-specific ontology 710.
  • An example general ontology (domain meta model ontology) has been shown above with respect to FIG. 14, and an example domain-specific ontology 710 in the human resource domain has been shown above with respect to FIG. 15.
  • the general ontology in FIG. 14 can be used to interpret any domain-specific ontologies 704, including the human resource domain ontology in FIG. 15.
  • both class information and axiom information may be extracted from the general ontology 702 and used to generate the programming interface and logic rules, respectively.
  • axiom information may be extracted from the domain-specific ontology 710 and used to generate the specific logic rules.
  • the specific logic rules may be applied to an instance 708 of the general ontology 702 by the executable program 709.
  • the axioms of the human resource domain ontology may be captured in logic rules that are generated automatically from the human resource domain ontology using a computer program.
  • the axiom information includes axioms for the class BoardDirector. The restriction that a BoardDirector must have a role of type BoardDirectorRole is expressed as:
  • the first rule indicates that a BoardDirector with a role of BoardDirectorRole is a consistent individual with regard to the property hasRole.
  • the second rule indicates the complement of the first rule, meaning that a BoardDirector that does not have a consistent relationship on the property hasRole is an inconsistent individual (indicated as a member of Nothing).
  • the instance 708 of the general ontology 702 may be obtained.
  • the general ontology instance 708 may be based on the domain-specific ontology 710 and correspond to an application 712 in the domain of interest associated with the domain-specific ontology 710.
  • Supplemental information 714 may be generated for the executable program 709 based on the general ontology instance 708.
  • the supplemental information 714 may be related to the functionalities 716 of the application 712.
  • the supplemental information 714 may be provided as input to the executable program 709 at runtime so as to enable the application functionalities 716 to be available via the executable program 709. As mentioned above with respect to FIG.
  • the programming interface generated based on the general ontology 702 may be provided to the executable program 709 for accessing the supplemental information 714 in a working memory at runtime.
  • the executable program 709 may also include the rule engine 310 to execute the generated logic rules associated with programming interface and the domain- specific ontology 710.
  • the executable program 709 may be provided with the supplemental information 714 (for example, domain-specific metadata information).
  • This supplemental information 714 may be accessed programmatically using the generated programming interface (for example, class structure).
  • Logic rules may be supplied for the executable program 709 without the need to modify the computer code of the executable program.
  • runtime rules govern the execution of the executable program 709 and do not alter the ontological definition of the general and domain-specific ontologies 702 and 710.
  • the runtime rules may be used in conjunction with the generated logic rules from the axioms of the domain-specific ontology 710 and applied on the inputted supplemental information 714.
  • the ontology instance 708 is an instance of the example domain meta model ontology
  • the domain-specific ontology 710 is the example human resource domain ontology
  • the application 712 is a human resource application.
  • the example human resource domain ontology may be described using the instance of the domain meta model ontology.
  • the domain meta model ontology can be used to describe any domain-specific ontology, which is an important productivity gain since the class of applications only needs to know the structure of the domain meta model ontology, using the generated classes in any programming language, to discover any domain-specific ontology without the need to change the executable program 709.
  • the following is an extract of the domain meta model ontology instance generated automatically using a computer program with the example human resource domain ontology as input:
  • the class hr .BoardDirector is described using an instance of domain :ClassMetadata named i hr BoardDirector .
  • the property hr:hasRole is described using an instance of domainBropertyMetadata and the restriction that a BoardDirector must have a role with value from the class hr BoardDirectorRole has been captured.
  • the metadata describing the human resource domain ontology may be augmented with entailments from the domain meta model ontology (inferred metadata). This augments the metadata information with the inferred class structure.
  • the augmented metadata information obtained after applying the logic rules generated based on the domain meta model ontology is:
  • the expressibility of the executable program may be augmented by integrating the general ontology into a class ontology describing a class of applications.
  • the expressibility of the resulting executable program can be increased by integrating the general ontology (for example, a domain meta model ontology) with the class ontology. This integration may be done by importing the general ontology into the class ontology in order to specify domain-specific dependency.
  • mapping algorithm it may be desired to inform the mapping algorithm of axioms present in the target elements, for example, if the property is a functional property or the ability to ensure the validity of the type is used in the range of the target element.
  • the property is a functional property or the ability to ensure the validity of the type is used in the range of the target element.
  • the Domain Entity is specified as an instance of domain: ClassMetadata (range of property domain:entityClassMetadata is of type domain: ClassMetadata, see highlights above in bold).
  • the Domain Property Mapping Definition (instances of domai DomainPropertyMappingDefinition) has an instance of domain:PropertyMetadata for range of domain:targetPropertyMetadata (see highlights above in bold). This provides a rich metadata description of the target domain-specific entities with full access to axioms and restrictions providing the ability of the executable program to enforce or validate them at runtime.
  • FIG 8 is a flowchart 800 of a method of providing supplemental functionalities for an executable program via a domain-specific ontology and an instance of a general ontology, in accordance with some embodiments.
  • Operation 802 a computer program may be caused to be run. Operation 802 may be performed by one or more processors that are the same as or similar to the processors 106, in accordance with one or more embodiments.
  • a general ontology and a domain-specific ontology may be obtained.
  • the domain-specific ontology may be associated with a domain of interest, and the general ontology can be used to interpret the domain-specific ontology.
  • Operation 804 may be performed by an ontology management subsystem that is the same as or similar to the ontology management subsystem 112, in accordance with one or more embodiments.
  • an instance of the general ontology may be obtained.
  • the general ontology instance may be based on the domain-specific ontology and correspond to an application associated with the domain of interest.
  • Operation 806 may be performed by an ontology management subsystem that is the same as or similar to the ontology management subsystem 112, in accordance with one or more embodiments.
  • supplemental information for the computer program may be generated based on the general ontology instance.
  • the supplemental information may be related to functionalities of the application.
  • Operation 808 may be performed by a supplemental information generation subsystem that is the same as or similar to the supplemental information generation subsystem 114, in accordance with one or more embodiments.
  • the supplemental information may be provided as input to the computer program to enable the functionalities of the application to be available via the computer program.
  • Operation 810 may be performed by one or more processors that are the same as or similar to the processors 106, in accordance with one or more embodiments.
  • operations 804-810 may be repeated to enable different functionalities of another application in a different domain of interest to be available via the computer program. For example, another domain-specific ontology in the different domain of interest and another general ontology instance corresponding to the other application may be obtained, and another supplemental information related to the different functionalities may be generated based on the other general ontology instance and domain- specific ontology and provided as input to the computer program.
  • FIG. 9 is a flowchart 900 of a method of generating a programming interface and logic rules based on a domain-specific ontology and a general ontology instance, in accordance with some embodiments.
  • Operation 902 a general ontology and a domain-specific ontology may be obtained. Operation 902 may be performed by an ontology defining component that is the same as or similar to the ontology defining component 202, in accordance with one or more embodiments.
  • a freeze may be assigned to the general ontology and domain- specific ontology that disables further modification of the ontologies.
  • the freeze may be assigned once an ontology has been completed and validated to ensure the consistency of the ontology.
  • Operation 904 may be performed by an ontology validation component that is the same as or similar to the ontology validation component 204, in accordance with one or more embodiments.
  • class information may be extracted from the general ontology.
  • the class information may include, for example, class structures, data properties associated with each class, and the relationships between classes.
  • Operation 906 may be performed by a programming interface generation component that is the same as or similar to the programming interface generation component 206, in accordance with one or more embodiments.
  • a programming interface may be generated based on the class information of the general ontology.
  • the programming interface may be in the form of computer code in a programming language and may be used by a computer program (for example, the computer program of FIG. 8) for accessing metadata information stored in the working memory.
  • Operation 908 may be performed by a programming interface generation component that is the same as or similar to the programming interface generation component 206, in accordance with one or more embodiments.
  • axiom information may be extracted from the general ontology. Operation 910 may be performed by a logic rule generation component that is the same as or similar to the logic rule generation component 208, in accordance with one or more embodiments.
  • general logic rules may be generated based on the axiom information of the general ontology.
  • the general logic rules may be used to infer additional metadata, for example, entailments on the objects of the domain-specific ontology.
  • Operation 912 may be performed by a logic rule generation component that is the same as or similar to the logic rule generation component 208, in accordance with one or more embodiments.
  • axiom information may be extracted from the domain-specific ontology. Operation 914 may be performed by a logic rule generation component that is the same as or similar to the logic rule generation component 208, in accordance with one or more embodiments.
  • operation 916 specific logic rules may be generated based on the axiom information of the domain-specific ontology.
  • the specific logic rules may be applied to manipulate the supplemental information by the computer program.
  • Operation 916 may be performed by a logic rule generation component that is the same as or similar to the logic rule generation component 208, in accordance with one or more embodiments.
  • operation 918 general and specific logic rules may be augmented with runtime rules of the computer program.
  • the augmented rules may be used for executing the computer program at runtime.
  • Operation 918 may be performed by a logic rule generation component that is the same as or similar to the logic rule generation component 208, in accordance with one or more embodiments.
  • One aspect of this invention by which one can generate a class of applications from a class ontology described in FIGs. 4-6 can be combined with the other aspect of this invention described in FIGs. 7-9 to generate a specialized application with domain-specific knowledge that belongs to a class of applications.
  • an application for on-boarding new employees by the human resource department of an organization is an application that belongs to the class of BPM applications.
  • This application is specialized with human resource domain knowledge.
  • the specialization of the application is two-fold: 1) the new employee on-boarding business process is an application that belongs to the class of BPM applications, and 2) the inclusion of human resource domain- specific knowledge specializes the on-boarding process by using data elements or attributes that are specific to an organization or industry.
  • Combining a class of applications associated with a class ontology with a domain-specific ontology may result in a semantically informed computer program (for example, an executable program) that is a programmatic representation of the class of applications applied to the specific domain by the underlying ontologies.
  • FIGs 10-12 illustrate an example of providing supplemental functionalities for a computer program (for example, an executable program or other computer program) via a domain-specific ontology and a class ontology instance.
  • an ontology 1002 (a class ontology) is obtained.
  • the class ontology 1002 may include information indicating attributes for a class of applications 1004.
  • the class of applications 1004 may include the ones listed in Table 1.
  • a domain-specific ontology 1014 may be selected from a set of domain-specific ontologies 1006, which are associated with a set of domains of interest 1008, such as such as the ones listed in Table 1.
  • An example BPM class ontology has been shown above with respect to FIG. 13, and an example human resource domain-specific ontology has been shown above with respect to FIG. 15.
  • both class information and axiom information may be extracted from the class ontology 1002 and used to generate the programming interface and logic rules, respectively.
  • axiom information may be extracted from the domain-specific ontology 1014 and used to generate the specific logic rules.
  • the specific logic rules may be applied to an instance 1010 of the class ontology 1002 by an executable program 1009.
  • the class ontology instance 1010 may be based on the domain-specific ontology 1014 and correspond to an application 1012 of the class of applications 1004 that is associated with the domain of interest.
  • Supplemental information 1016 may be generated for the executable program 1009 based on the class ontology instance 1010.
  • the supplemental information 1016 may be related to the functionalities 1018 of the application 1012.
  • the supplemental information 1016 may be provided as input to the executable program 1009 at runtime so as to enable the application functionalities 1018 to be available via the executable program 1009.
  • the programming interface generated based on the class ontology 1002 may be provided to the executable program 1009 for accessing the supplemental information 1016 in a working memory at runtime.
  • the executable program 1009 may also include the rule engine 310 to execute the generated logic rules associated with programming interface and the domain- specific ontology 1014.
  • the executable program 1009 may be provided with the supplemental information 1016 (for example, domain-specific metadata information).
  • This supplemental information 1016 may be accessed programmatically using the generated programming interface (for example, class structure).
  • Logic rules may be supplied for the executable program 1009 without the need to modify the computer code of the executable program 1009.
  • the runtime rules govern the execution of the executable program 1009 and do not alter the ontological definition of the class and domain-specific ontologies 1002, 1014.
  • the runtime rules may be used in conjunction with the generated logic rules from the axioms of the domain-specific ontology 1014 and applied on the input supplemental information 1016.
  • FIG 11 is a flowchart 1100 of a method of providing supplemental functionalities for a computer program (for example, an executable program or other computer program) via a domain-specific ontology and an instance of an ontology describing a class of applications, in accordance with some embodiments.
  • a computer program for example, an executable program or other computer program
  • a computer program associated with an ontology may be caused to be run.
  • the ontology may include information indicating attributes for a set of applications (a class ontology for a class of applications).
  • Operation 1102 may be performed by one or more processors that are the same as or similar to the processors 106, in accordance with one or more embodiments.
  • a domain-specific ontology may be obtained.
  • the domain-specific ontology may be associated with a domain of interest.
  • Operation 1104 may be performed by an ontology management subsystem that is the same as or similar to the ontology management subsystem 112, in accordance with one or more embodiments.
  • an instance of the class ontology may be obtained.
  • the class ontology instance may be based on the domain-specific ontology and correspond to an application of the set of applications that is associated with the domain of interest.
  • Operation 1106 may be performed by an ontology management subsystem that is the same as or similar to the ontology management subsystem 112, in accordance with one or more embodiments.
  • supplemental information for the computer program may be generated based on the class ontology instance.
  • the supplemental information may be related to functionalities of the application.
  • Operation 1108 may be performed by a supplemental information generation subsystem that is the same as or similar to the supplemental information generation subsystem 114, in accordance with one or more embodiments.
  • the supplemental information may be provided as input to the computer program to enable the functionalities of the application to be available via the computer program.
  • Operation 1110 may be performed by one or more processors that are the same as or similar to the processors 106, in accordance with one or more embodiments.
  • operations 1106-1110 may be repeated to enable different functionalities of another application in the set of applications to be available via the computer program.
  • another class ontology instance corresponding to the other application may be obtained, and other supplemental information related to the different functionalities may be generated based on the other class ontology instance and the domain-specific ontology and provided as input to the computer program.
  • FIG. 12 is a flowchart 1200 of a method of generating a programming interface and logic rules based on a domain-specific ontology and a class ontology instance, in accordance with some embodiments.
  • a class ontology and a domain-specific ontology may be obtained. Operation 1202 may be performed by an ontology defining component that is the same as or similar to the ontology defining component 202, in accordance with one or more embodiments. [0141] In an operation 1204, a freeze may be assigned to the class ontology and domain-specific ontology that disables further modification of the ontologies. In some embodiments, the freeze may be assigned once an ontology has been completed and validated to ensure the consistency of the ontology. Operation 1204 may be performed by an ontology validation component that is the same as or similar to the ontology validation component 204, in accordance with one or more embodiments.
  • class information may be extracted from the class ontology.
  • the class information may include, for example, class structures, data properties associated with each class, and the relationships between classes.
  • Operation 1206 may be performed by a programming interface generation component that is the same as or similar to the programming interface generation component 206, in accordance with one or more embodiments.
  • a programming interface may be generated based on the class information of the class ontology.
  • the programming interface may be in the form of computer code in a programming language to be used by a computer program (for example, the computer program of FIG. 11) for accessing metadata information stored in the working memory.
  • Operation 1208 may be performed by a programming interface generation component that is the same as or similar to the programming interface generation component 206, in accordance with one or more embodiments.
  • axiom information may be extracted from the class ontology. Operation 1210 may be performed by a logic rule generation component that is the same as or similar to the logic rule generation component 208, in accordance with one or more embodiments.
  • logic rules may be generated based on the axiom information of the class ontology.
  • the logic rules may be used to infer additional metadata, for example, entailments on the objects of the domain-specific ontology.
  • Operation 1212 may be performed by a logic rule generation component that is the same as or similar to the logic rule generation component 208, in accordance with one or more embodiments.
  • axiom information may be extracted from the domain-specific ontology. Operation 1214 may be performed by a logic rule generation component that is the same as or similar to the logic rule generation component 208, in accordance with one or more embodiments.
  • operation 1216 specific logic rules may be generated based on the axiom information of the domain-specific ontology.
  • the specific logic rules may be applied to manipulate the supplemental information by the computer program.
  • Operation 1216 may be performed by a logic rule generation component that is the same as or similar to the logic rule generation component 208, in accordance with one or more embodiments.
  • logic rules and specific logic rules may be augmented with runtime rules of the computer program.
  • the augmented rules may be used for executing the computer program at runtime.
  • Operation 1218 may be performed by a logic rule generation component that is the same as or similar to the logic rule generation component 208, in accordance with one or more embodiments.
  • ontology defining component 202 of the ontology management subsystem 112 may be configured to create and define an ontology from a set of business and technology assets including, but not limited to, data models, data dictionaries, data files/extracts, VSAM files, glossaries, source code, or business documentation (for example, docx, csv, xlsx, etc.) associated with a business.
  • a business asset may include a document or set of documents (for example, docx, csv, xlsx, etc.) that contains business logic that clients utilize to understand and build constraints of the data used to make business decisions.
  • a technology asset may include a document or set of documents (for example, data models, data dictionaries, source code, etc.) that provides a technical framework for business data to be stored/accessed and have business rules applied to for a business to function on a daily basis.
  • ontology defining component 202 may create and define a general ontology, a domain-specific ontology, or other ontology from a set of business and/or technology assets.
  • a set of documents related to claims adjudication or other components of a business may be obtained from a set of business assets, and a general human resources ontology may be created and defined based on the set of documents associated with the business assets.
  • COMMENT ON TABLE CONTAINER IS ‘A detailed location which resides within a facility.
  • Example of a container include“shelf 12a”, “file drawer AAA”, “bin 123”, “barrel 356”, “room 400a”, or any other detailed location.’
  • the above data model provides detailed information related to business and/or technical assets.
  • the data model may include elements providing detailed information related to a container which resides within a facility.
  • the CONTAINER ID may provide an identifier associated with the container
  • the FACILITY ID may provide an identifier of a facility in which the container is located
  • CONTAINER TYPE may provide an identifier of a type of container.
  • a term may provide a word, phrase, data descriptor, and the like expressing a concept or thing related to the business and/or technical asset
  • a definition may provide a statement of the meaning for each of the terms
  • a format may provide the structure of the data provided for each term, and other information (for example, and other columns).
  • FIG 16 illustrates another example of a data model associated with a set of technical assets.
  • the illustrated data model may provide detailed information expressing the concept that an Agent may be a Person or an Agent may be an Organization.
  • the data model includes an agent identifier which may provide agent identification. It may also include a type that describes if the Agent is a Person or an Organization.
  • the data model may also provide a person identifier including a person identification, first name, middle name, last name, and gender.
  • the data model may also include an organization identifier including an organization identification, organization name, and tax identifier.
  • the ontology defining component 202 may include an asset gathering component 1702, an object extraction component 1704, an object conversion component 1706, a data relationship component 1708, a data cleaning component 1710, and an ontology creation component 1712 configured to create and define an ontology from a set of business and technology assets.
  • asset gathering component 1702 may collect documentation associated with business and/or technical assets.
  • businesses employ business logic that defines the framework, business rules, and constraints associated with a business’s applications, functions, and the like. This business logic may include business definitions, rules, and constraints that have been built into the business application and program modules.
  • the documentation may be a data model that defines the construct of the data that is stored within a system, or stored procedures/source code that interact with the data structure to manage the data.
  • the documentation may also include business rules that are maintained by a business user.
  • the documentation associated with business assets may include data models, data dictionaries, data files/extracts, VSAM files, glossaries, source code, business documentation (for example, docx, csv, xlsx, etc.), and/or the like.
  • the documentation associated with technical assets may include data models, data dictionaries, source code, and/or the like.
  • asset gathering component 1702 may automatically collect documentation associated with business and/or technical assets utilized by the business applications. In other embodiments, asset gathering component 1702 may collect documentation associated with business and/or technical assets selected by a business user. For example, asset gathering component 1702 may collect documentation associated from one or more various business and/or technical assets. In one use case, with respect to manufacturing business, asset gathering component 1702 may gather documentation related to content management systems from the business and/or technical assets of the manufacturing business.
  • object extraction component 1704 may extract business objects from the documentation associated with business and/or technical assets.
  • Business objects may include the business rules, business definitions, constraints, data points, data models, relationships, and/or the like embedded in the business and/or technical asset documentation.
  • data associated with the business and/or technical asset documentation may be automatically stripped back to the business rules, definitions, and constraints that will be converted into an ontology (for example, classes, data properties, and object properties that may be defined from a data model; data dictionary may define business rules and additional comments on fields; etc.).
  • pre-determined data structures or terms are utilized to identify the business objects within the documentations.
  • object extraction component 1704 may analyze the documentation associated with business and/or technical assets to determine specific linking of data elements to identify one or more business objects.
  • object conversion component 1706 may create an auditable log to track and define the relationships between the converted data frame as non-relevant data may not be retained (for example, a supertype/subtype relationship between tables may not be converted into an object property.)
  • object conversion component 1706 may convert business objects, stored in a various formats, to a standardized data frame.
  • business objects may in some embodiments be converted into other data sets (for example, having other pre-defmed formats other than a data frame format), and the other data sets may be used in some embodiments in lieu or in addition to the data frames.
  • the above data frame may provide a standardization of the various business objects extracted from the documentation associated with business and/or technical assets.
  • the data frame may include a class identifier indicating the class of each of the business objects, a property identifier indicating various attributes of each of the business objects, a title identifier used to identify the business objects, and a value providing the data values associated with each of the business objects.
  • data relationship component 1708 may define one or more relationships inferred between the various data frames utilizing natural language processing (NLP) libraries. Typically, not all relationships are explicitly defined and must be inferred from the data associated with the business and/or technical assets.
  • Data relationship component 1708 may utilize NLP libraries to identify common classes that may have a relationship or may be linked. In some embodiments, the relationships may be defined based on the relevance of the relationship and the data frame. For example, the NLP libraries may store one or more defined or inferred relationships between data elements of the data frame associated with a particular business objects. Data relationship component 1708 may utilize the NLP libraries to identify and link one or more relationships between the various data elements of the business objects extracted from the documentation associated with business and/or technical assets.
  • NLP natural language processing
  • data cleaning component 1710 may clean the data frames to standardize and remove unnecessary naming conventions.
  • specific naming conventions may have been used in legacy systems for purposes that are no longer applicable, for example,“tbl_” was a naming convention that was added to the beginning of a table name in a relational database but is no longer needed. Such naming convention may be required to be removed prior to creating the respective ontology or during the process of creating the ontology.
  • data cleaning component 1710 may expand specific acronyms that are utilized for a particular business to make the ontology more specific.
  • data cleaning component 1710 may utilize a mapping file to standardize and/or customize the data within a particular data frame. An example of a data frame of business objects is shown below in Table 4.
  • mapping file may provide a standardization of the various business objects extracted from the documentation associated with business and/or technical assets.
  • the mapping file may expand specific acronyms that are utilized for a particular business to make the ontology more specific.
  • the mapping file may include a the target object, the table name, and a converted class name for standardization.
  • ontology creation component 1712 may convert the data frames into ontologies to be utilized to supplement the business applications with additional functionalities (for example, as described herein). For example, once the business and technology assets have been converted into data frames and cleaned, the data frames may be automatically converted into RDF files or other file format (for example, OWL) to provide supplemental functionality to the business applications. In some embodiments, ontology creation component 1712 may convert the data frames and any identified relationships between other data frames to create an ontology. In one use case, ontology creation component 1712 may create an ontology (for example, RDF file) which defines and identifies the relationship between various data frames of various business objects extracted from the documentation associated with business and/or technical assets.
  • RDF file an ontology
  • FIG 18 is a flowchart 1800 of a method of creating an ontology from business and/or technology assets, in accordance with some embodiments.
  • documentation associated with business and/or technical assets may be collected.
  • the documentation associated with business assets may include data models, data dictionaries, data files/extracts, VSAM files, glossaries, source code, business documentation (for example, docx, csv, xlsx, etc.), and/or the like.
  • the documentation associated with technical assets may include data models, data dictionaries, source code, and/or the like.
  • business objects may be extracted from the documentation associated with business and/or technical assets.
  • the data associated with the business and/or technical asset documentation may be automatically stripped back to the business rules, definitions, and constraints that will be converted into an ontology (for example, classes, data properties, and object properties that may be defined from a data model; data dictionary may define business rules and additional comments on fields; etc.).
  • the business objects may be converted to a data frame having a pre-defmed data frame format for standardization.
  • the business objects may require conversion into a standardized data frame that comprises the business objects, each of the business objects’ source, data related the business objects, and/or the like.
  • an auditable log may be created to track and define the relationships between the converted data frame as non-relevant data may not be retained.
  • one or more relationships may be defined between the data frames.
  • data relationship component 1708 may use NLP libraries to perform natural language processing on the data frames, the business objects, etc., to infer one or more relationships between the data frames.
  • data relationship component 1708 may utilize NLP libraries to identify common classes that may have a relationship or may be linked.
  • the relationships may be defined based on the relevance of the relationship and the data frame.
  • the data frames may be cleaned to standardize and remove one or more naming conventions (for example, unnecessary naming conventions). Such naming conventions may be required to be removed prior to creating the respective ontology or during the process of creating the ontology.
  • data cleaning component 1710 may expand specific acronyms that are utilized for a particular business to make the ontology more specific.
  • the data frames may be converted into ontologies to be utilized to supplement the business applications with additional functionalities. For example, once the business and technology assets have been converted into data frames and cleaned, the data frames may be automatically converted into RDF files to provide supplemental functionality to the business applications.
  • ontology defining component 202 of the ontology management subsystem 112 may be configured to reconcile existing ontologies utilizing business and technology assets.
  • ontology defining component 202 may customize or reconcile an existing ontology with data associated with specific business and/or technical assets.
  • the existing ontology may be an ontology created and defined by ontology defining component 202.
  • the reconciling process comprises two set of data: master data and derivative data.
  • the master data represents an existing ontology (for example, RDF file) and the derivative data is data derived from the business and/or technology assets.
  • the master data may include an industry standard healthcare ontology that contains fflPAA compliance and other ontologies essential for healthcare.
  • a case may exist where a business user may want to customize the ontology with their business-specific assets.
  • the business-specific asset may be considered the derivative data.
  • ontology defining component 202 may reconcile or customize the existing healthcare ontology with the derivative data derived from the business-specific asset.
  • the ontology defining component 202 may include a data conversion component 1902, an object extraction component 1904, a data frame comparison component 1906, a data relationship component 1908, a data cleaning component 1910, an ontology combination component 1912, and a data reconsolidation component 1914 configured to reconcile existing ontologies from a set of business and technology assets.
  • ontology defining component 202 may determine the characteristics of existing ontologies and the derivative data.
  • An example of a comparison of an existing ontology with derivative data associated with specific business and/or technical assets is shown below in Table 5.
  • the data frame comparison component 1906 and the data reconciliation component 1914 may be utilized to create a reconciliation between a business asset/technical asset (for example, DDL, Virtual Storage Access Method (VSAM), OWL file, RDF file, etc.) and the created or reconciled ontology.
  • a business asset/technical asset for example, DDL, Virtual Storage Access Method (VSAM), OWL file, RDF file, etc.
  • the ontology management subsystem 112 may include an ontology defining component 202 configured to define an ontology.
  • the ontology may be defined in any logic-based ontology language or specific version of logic-based ontology language using any semantic editor.
  • the data conversion component 1902 may take the existing ontology and convert the ontology to a data frame for reconciliation purposes. For example, the data conversion component 1902 may convert an existing ontology to a data frame extracting the classes, data properties, and object properties of the ontology.
  • the object extraction component 1904 may extract business objects from the documentation associated with business and/or technical assets.
  • Business objects may include the business rules, business definitions, constraints, data points, data models, relationships, and the like embedded in the business and/or technical asset documentation.
  • data within the business and/or technical asset documentation may be automatically stripped back to the business rules, definitions, and constraints that will be converted into an ontology (for example, classes, data properties, and object properties that may be defined from a data model; data dictionary may define business rules and additional comments on fields; etc.).
  • the business object may be converted to a data frame having a pre-defmed format for standardization.
  • the business objects require conversion into a standardized data frame that comprises the business objects, each of the business object’s source, data related to the business object, and/or the like.
  • an auditable log may be created to track and define the relationships between the converted data frame as non-relevant data may not be retained.
  • the data frames created from the business objects from the documentation associated with business and/or technical assets may be stored as derivative data.
  • the data frame comparison component 1906 may reconcile the two set of data frames and identify if the ontology is missing any business and/or technology assets. For example, data frame comparison component 1906 may compare the existing ontology data frame with the business objects data frame to determine if any potential missing business and/or technology assets exist. In some embodiments, data frame comparison component 1906 may compare the data elements associated with each of the data frames (for example, the data frame associated with the existing ontology and the data frames associated with the business objects extracted from the documentation associated with business and/or technical assets).
  • a data relationship component 1908 may define relationships inferred between the various data frames utilizing NLP libraries. Typically, not all relationships are explicitly defined and must be inferred from the data associated with the business and/or technical assets. Data relationship component 1908 may utilize NLP libraries to identify common classes that may have a relationship or may be linked. In some embodiments, the relationships may be defined based on the relevance of the relationship and the data frame. In some embodiments, data frame comparison component 1906 may compare the relationships associated with each of the data frames (i.e., the data frame associated with the existing ontology and the data frames associated with the business objects extracted from the documentation associated with business and/or technical assets).
  • data cleaning component 1910 may clean the data frames to standardize and remove unnecessary naming conventions.
  • specific naming conventions may have been used in legacy systems for purposes that are no longer applicable, for example,“tbl_” was a naming convention that was added to the beginning of a table name in a relational database but is no longer needed. Such naming convention may be required to be removed prior to creating the respective ontology or during the process of creating the ontology.
  • data cleaning component 1910 may expand specific acronyms that are utilized for a particular business to make the ontology more specific.
  • data cleaning component 1910 may allow the user to specify which source components within business asset/technical asset (for example, DDL, Virtual Storage Access Method (VS AM), OWL file, RDF file, etc.) captured within a data frame should be transformed into an ontology object, captured within another data frame. For example, the user may decide that they do not wish to convert a column called“Discount” within the table“PRICE” into a data object called “discount” with the domain of “Price”. Any type of source component may be included or excluded depending upon the wishes of the user of cleaning component 1910. Some embodiments of cleaning component 1910 also allow for a cascading exclusion of objects.
  • source components within business asset/technical asset for example, DDL, Virtual Storage Access Method (VS AM), OWL file, RDF file, etc.
  • the user may to exclude a complete source business asset/technical asset (for example table, class, VSAM table, etc.), all of the columns and relationships of the table will automatically also be excluded from becoming data properties, object properties with the domain of the class what would have been created. For example, if a technical asset (table/ddl) called“PRICE” was excluded from transformation into a Class called“Price,” and“PRICE” contained a column called“Discount”, then“Discount” would also be excluded from being transformed into a data property“discount.”
  • a technical asset called“PRICE” was excluded from transformation into a Class called“Price”
  • “PRICE” contained a column called“Discount”
  • “Discount” would also be excluded from being transformed into a data property“discount.”
  • an ontology combination component 1912 may use the master and the derivative data to generate an updated ontology.
  • ontology combination component 1912 may modify existing data frames associated with the existing ontology or add new data frames to the existing ontology to include data elements and/or relationships from the data frames associated with the business objects extracted from the documentation associated with business and/or technical assets.
  • the data reconciliation component 1912 may identify portions of the derivative data as missing from an existing ontology). Data combination component 1912 may add (to the existing ontology) only the portion of the derivative data that was identified as missing from the existing ontology).
  • FIG. 20 is a flowchart 2000 of a method of reconciling data from business and/or technology assets into an existing ontology, in accordance with some embodiments.
  • an existing ontology and documentation associated with the business and/or technical assets may be collected.
  • master data may be associated with the existing ontology and derivative data may be associated with the documentation (associated with the business and/or technical assets).
  • the master data associated with the existing ontology and the derivative data are converted into corresponding master and derivative data frames.
  • the data frames are compared and a determination is made whether at least some of the derivative data is not in the existing ontology.
  • the existing ontology may be updated based on the missing derivative data, the data frames corresponding to the missing derivative data, etc.
  • one or more relationships may be defined between the data frames.
  • data relationship component 1908 may use NLP libraries to perform natural language processing on the data frames, the business objects, etc., to infer one or more relationships between the data frames.
  • data relationship component 1908 may utilize NLP libraries to identify common classes that may have a relationship or may be linked.
  • the relationships may be defined based on the relevance of the relationship and the data frame.
  • the data frames may be cleaned to standardize and remove one or more naming conventions (for example, unnecessary naming conventions) may be removed. As an example, such naming conventions may be required to be removed prior to creating the respective ontology or during the process of creating the ontology.
  • data cleaning component 1910 may expand specific acronyms that are utilized for a particular business to make the ontology more specific.
  • the existing ontology may be updated with the data frames corresponding to the derivative data that are determined not to be in the existing ontology.
  • both the derivative data that are represented in the existing ontology and the derivative data missing from the existing ontology (or their corresponding data frames) may be used to update the existing ontology (for example, where reconciliation to identify aspects of the derivative data is missing in the existing ontology is not initially performed).
  • FIG. 24 illustrates one aspect of the disclosure, which can improve storage and retrieval of information using acyclic subgraphs.
  • an extended ontology may be generated from an ontology such that the extended ontology comprises an association of markers to classes of the ontology.
  • An ontology may be extended (for example, extended domain ontology.owl) by mixing classes from a marker ontology or framework ontology (for example, rdv core.owl) into the ontology.
  • the marker ontology or the framework ontology includes information to select certain classes of the ontology as a persisted class.
  • the information to select certain classes of the ontology as a persisted class may include usage pattern of the class or the amount of data included within the class. Accordingly, based on such information, certain classes of the ontology may be marked as a persisted class and thus, an extended ontology (with marked classes) may be defined based on such marking.
  • input data may be received.
  • a subgraph representation of the input data may be generated based on the extended ontology and the markers (for example, schema information) associated with one or more classes of the extended ontology.
  • the subgraph representation of the input data may omit one or more pieces of information included in a graph representation of the input data.
  • the subgraph representation of the input data may include a plurality of acyclic subgraphs. Additional details regarding the generation of the subgraph representation is described with regard to FIG. 25.
  • the plurality of acyclic subgraphs may be stored in one or more databases.
  • acyclic subgraphs may be retrieved from the one or more databases based on a query.
  • a query may include one or more URIs and based on such one or more URIs, acyclic subgraphs may be retrieved from the one or more databases and stored in working memory. These acyclic subgraphs may be provided as an input to an executable program.
  • Application of logic rules (generated based on axiom information of the extended ontology or the ontology) associated with the extended ontology and application of schema information causes the cyclic graph (or subgraphs) to be generated from an acyclic subgraph such that the cyclic graph comprises one or more pieces of information omitted from the acyclic subgraph.
  • the cyclic subgraphs are made available via the executable program without provided the cyclic subgraphs (or graph).
  • the acyclic subgraphs may be queried using an arangoDB query language (AQL), wherein the acyclic subgraph is provided in response to a query.
  • AQL arangoDB query language
  • FIG. 25 illustrates a process of generating a subgraph representation of input data.
  • the input data may be mapped to the extended ontology.
  • a graph representation of the input data may be generated based on the mapping.
  • the graph representation 2100 of the input data is generated based on the mapping of the input data to the extended ontology.
  • the graph representation 2100 may be augmented with inferred information to generate another graph representation of the input data.
  • the inferred information may be obtained based on the application of rules associated with the extended ontology.
  • the application of logic rules derived from axiom information of the extended ontology
  • This graph representation 2220 of the input data may include additional one or more pieces of information not included in the graph representation generated in FIG. 21.
  • the subgraphs of the graph representation 2100 may be stored in the working memory and may be provided as an input to an executable program.
  • the application of the logic rules, runtime rules, and schema information to these subgraphs may generate the graph representation 2200 illustrated in FIG.
  • the cyclic graph may be decomposed (or segmented) into one or more acyclic subgraphs by omitting certain pieces of information.
  • acyclic subgraphs may be generated based on the application of schema information (for example, based on the marker ontology or the framework ontology) and logic rules.
  • the graph representation 2200 of the input data may be decomposed into a subgraph representation (as illustrated in FIG. 23) of the input data based on maker information (for example, schema information), thereby resulting in the generation of a subgraph representation of input data.
  • the information that is omitted may be recreated based on application of the logic rules and schema information discussed above with regard to FIGs. 1-3.
  • These decomposed or segmented subgraphs may be stored in one or more databases and as a result, the database may be updated based on these subgraphs.
  • Decomposing or segmenting the cyclic graph into acyclic subgraphs has several advantages. For one, storing and manipulating an acyclic graph in a database (as opposed to a cyclic graph) can be done more efficiently than using cyclic graphs.
  • acyclic graph may be reduced due to smaller size of the acyclic graphs (or subgraphs), as compared to the resources required for transmission and reception of the cyclic graphs (or subgraphs). Accordingly, the use of such acyclic graphs (or subgraphs) may make it more efficient to store and retrieve (or infer) information as it saves memory space since redundant information can be recreated using the logic rules
  • the methods described herein may be implemented in one or more processing devices (for example, a digital processor, an analog processor, a digital circuit designed to process information, an analog circuit designed to process information, a state machine, and/or other mechanisms for electronically processing information).
  • the one or more processing devices may include one or more devices executing some or all of the operations of the methods in response to instructions stored electronically on an electronic storage medium.
  • the one or more processing devices may include one or more devices configured through hardware, firmware, and/or software to be specifically designed for execution of one or more of the operations of the methods.
  • conditional relationships for example,“in response to X, Y,”“upon X, Y,”“if X, Y,”“when X, Y,” and the like, encompass causal relationships in which the antecedent is a necessary causal condition, the antecedent is a sufficient causal condition, or the antecedent is a contributory causal condition of the consequent, for example,“state X occurs upon condition Y obtaining” is generic to“X occurs solely upon Y” and“X occurs upon Y and Z.”
  • conditional relationships are not limited to consequences that instantly follow the antecedent obtaining, as some consequences may be delayed, and in conditional statements, antecedents are connected to their consequents, for example, the antecedent is relevant to the likelihood of the consequent occurring.
  • Statements in which a plurality of attributes or functions are mapped to a plurality of objects encompasses both all such attributes or functions being mapped to all such objects and subsets of the attributes or functions being mapped to subsets of the attributes or functions (for example, both all processors each performing steps A-D, and a case in which processor 1 performs step A, processor 2 performs step B and part of step C, and processor 3 performs part of step C and step D), unless otherwise indicated.
  • statements that one value or action is“based on” another condition or value encompass both instances in which the condition or value is the sole factor and instances in which the condition or value is one factor among a plurality of factors.
  • statements that“each” instance of some collection have some property should not be read to exclude cases where some otherwise identical or similar members of a larger collection do not have the property, i.e., each does not necessarily mean each and every.
  • a method for improving storage and retrieval of information using an acyclic subgraph comprising, the method comprising: generating an extended ontology from an ontology such that one or more classes of the extended ontology is associated with a marker; receiving input data; generating, based on the extended ontology and the marker associated with the one or more classes of the extended ontology, a subgraph representation of the input data, the subgraph representation omitting at least one piece of information included in a first graph representation of the input data, and the subgraph representation including a plurality of acyclic subgraphs; storing the plurality of acyclic subgraphs in one or more databases; and providing an acyclic subgraph of the plurality of acyclic subgraphs as an input to an executable program, wherein application of rules associated with the extended ontology by the executable program causes a cyclic graph to be generated from the acyclic subgraph such that the cyclic graph comprises one or more pieces of information omitted from the acyclic
  • the generating the subgraph representation of the input data includes: mapping the input data to the extended ontology; generating a second graph representation of the input data based on the mapping; augmenting the second graph representation of the input data with inferred information to generate the first graph representation of the input data, the inferred information being obtained based on the application of the rules associated with the extended ontology; and decomposing, based on the marker associated with the one or more classes of the extended ontology, the first graph representation of the input data into the subgraph representation of the input data.
  • a system comprising: one or more processors; and memory storing instructions that when executed by the processors cause the processors to effectuate operations comprising those of any of embodiments 1-9.
  • a tangible, non-transitory, machine-readable medium storing instructions that when executed by a data processing apparatus cause the data processing apparatus to perform operations comprising those of any of embodiments 1-9.

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • Software Systems (AREA)
  • General Physics & Mathematics (AREA)
  • Data Mining & Analysis (AREA)
  • Databases & Information Systems (AREA)
  • Computational Linguistics (AREA)
  • Computing Systems (AREA)
  • Evolutionary Computation (AREA)
  • Mathematical Physics (AREA)
  • Artificial Intelligence (AREA)
  • Life Sciences & Earth Sciences (AREA)
  • Animal Behavior & Ethology (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

An extended ontology may be generated from an ontology such that one or more classes of the extended ontology is associated with a marker and input data may be received. Further, based on the extended ontology and the marker, a subgraph representation of the input data may be generated, where the subgraph representation omits a piece of information included in a first graph representation of the input data, and the subgraph representation includes a plurality of acyclic subgraphs. The acyclic subgraphs may be stored in one or more databases and an acyclic subgraph of the plurality of acyclic subgraphs may be provided as an input to an executable program, where the application of rules associated with the extended ontology by the executable program causes a cyclic graph to be generated from the acyclic subgraph such that the cyclic graph comprises a piece of information omitted from the acyclic subgraph.

Description

EFFICIENT INFORMATION STORAGE AND RETRIEVAE USING
SUBGRAPHS
CROSS-REFERENCE TO RELATED APPLICATIONS
[01] This application claims the benefit of U.S. Patent Application Serial No. 16/452,264, filed June 25, 2019, which is a continuation-in-part of U.S. Patent Application Serial No. 15/847,274, filed December 19, 2017, which is a continuation of U.S. Patent Application Serial No. 15/480,320, filed April 5, 2017, which is a continuation-in-part of U.S. Patent Application Serial No. 15/393,238, filed December 28, 2016, which is a continuation of U.S. Patent Application Serial No. 14/859,016, filed September 18, 2015, each of which is hereby incorporated by reference in its entirety. This application is also related to U.S. Patent Application Serial No. 14/858,980, filed September 18, 2015, and U.S. Patent Application Serial No. 14/859,032, filed September 18, 2015, each of which is also hereby incorporated by reference herein in its entirety.
FIELD OF THE TNVENTTON
[02] The invention relates to enabling access to information, including, for example, providing ontology-configurable computer programs, supplemental functionalities for computer programs, and/or acyclic subgraphs for retrieval of information.
BACKGROUND OF THE INVENTION
[03] Storage and retrieval of large amounts of information requires a large amount of available memory space to store such information and a large amount of communication resources to convey such information. Since there is limited amount of memory to store information and limited amount of communication resources to convey information, there may not be enough memory space to store the entire information and there may not be enough communication resources to convey the entire information. However, in order to perform a task, the entire information may be needed. As a result, there is a need for accessing the entire information without actually storing the entire information and conveying the entire information. These and other drawbacks exist. SUMMARY OF THU INVENTION
[04] One aspect of the disclosure relates to a method for improving storage and retrieval of information using an acyclic subgraph. The method may include generating an extended ontology from an ontology such that one or more classes of the extended ontology is associated with a marker and receiving input data. Further, the method may include generating, based on the extended ontology and the marker associated with the one or more classes of the extended ontology, a subgraph representation of the input data, the subgraph representation omitting at least one piece of information included in a first graph representation of the input data, and the subgraph representation including a plurality of acyclic subgraphs, storing the plurality of acyclic subgraphs in one or more databases, and providing an acyclic subgraph of the plurality of acyclic subgraphs as an input to an executable program, wherein application of rules associated with the extended ontology by the executable program causes a cyclic graph to be generated from the acyclic subgraph such that the cyclic graph comprises one or more pieces of information omitted from the acyclic subgraph.
[05] Another aspect of the disclosure relates to a system for improving storage and retrieval of information using a subgraph. The system may include a computer system that includes one or more physical processors programmed with computer program instructions that, when executed, cause the computer system to generate an extended ontology from an ontology such that one or more classes of the extended ontology is associated with a marker and receive input data. Further, the computer program instructions that, when executed, cause the computer system to generate, based on the extended ontology and the marker associated with the one or more classes of the extended ontology, a subgraph representation of the input data, the subgraph representation omitting at least one piece of information included in a first graph representation of the input data, and the subgraph representation including a plurality of subgraphs, store the plurality of subgraphs in one or more databases, and provide a subgraph of the subgraphs as an input to an executable program, wherein application of rules associated with the extended ontology by the executable program causes a graph to be generated from the subgraph such that the graph comprises one or more pieces of information omitted from the subgraph. [06] Another aspect of the disclosure relates to non-transitory computer readable media. The computer readable media may store computer program instructions that, when executed by a computer system, may cause the computer system to generate an extended ontology from an ontology such that one or more classes of the extended ontology is associated with a marker, receive input data, generate, based on the extended ontology and the marker associated with the one or more classes of the extended ontology, a subgraph representation of the input data, the subgraph representation omitting at least one piece of information included in a first graph representation of the input data, and the subgraph representation including a plurality of subgraphs, store the plurality of subgraphs in one or more databases, and provide a subgraph of the subgraphs as an input to an executable program, wherein application of rules associated with the extended ontology by the executable program causes a graph to be generated from the subgraph such that the graph comprises one or more pieces of information omitted from the subgraph.
[07] Various other aspects, features, and advantages of the inventions will be apparent through the detailed description of the invention and the drawings attached hereto. It is also to be understood that both the foregoing general description and the following detailed description are exemplary and not restrictive of the scope of the inventions. As used in the specification and in the claims, the singular forms of“a”,“an”, and“the” include plural referents unless the context clearly dictates otherwise. In addition, as used in the specification and the claims, the term“or” means“and/or” unless the context clearly dictates otherwise.
BRIEF DESCRIPTION OF THE DRAWINGS
[08] FIG. 1 shows a system for providing ontology-configurable computer programs, supplemental functionalities for computer programs, and/or acyclic subgraphs for retrieval of information, in accordance with some embodiments.
[09] FIG. 2 shows an ontology management subsystem, in accordance with some embodiments. [010] FIG. 3 shows an executable program that accesses supplemental information or other information (for example, represented as subgraphs or other data representations) in a working memory at runtime, in accordance with some embodiments.
[Oil] FIG. 4 shows a process of providing supplemental functionalities for a computer program via an instance of an ontology describing a class of applications, in accordance with some embodiments.
[012] FIG. 5 is a flowchart of a method of providing supplemental functionalities for a computer program via an instance of an ontology describing a class of applications, in accordance with some embodiments.
[013] FIG. 6 is a flowchart of a method of generating a programming interface and logic rules based on an ontology describing a class of applications, in accordance with some embodiments.
[014] FIG. 7 shows a process of providing supplemental functionalities for a computer program via a domain-specific ontology and an instance of a general ontology, in accordance with some embodiments.
[015] FIG. 8 is a flowchart of a method of providing supplemental functionalities for a computer program via a domain-specific ontology and an instance of a general ontology, in accordance with some embodiments.
[016] FIG. 9 is a flowchart of a method of generating a programming interface and logic rules based on a domain-specific ontology and a general ontology, in accordance with some embodiments.
[017] FIG. 10 shows a process of providing supplemental functionalities for a computer program via a domain-specific ontology and an instance of an ontology describing a class of applications, in accordance with some embodiments.
[018] FIG. 11 is a flowchart of a method of providing supplemental functionalities for a computer program via a domain-specific ontology and an instance of an ontology describing a class of applications, in accordance with some embodiments.
[019] FIG. 12 is a flowchart of a method of generating a programming interface and logic rules based on a domain-specific ontology and an instance of an ontology describing a class of applications, in accordance with some embodiments. [020] FIG. 13 shows an ontology describing a class of BPM applications, in accordance with some embodiments.
[021] FIG. 14 shows a general ontology, in accordance with some embodiments.
[022] FIG. 15 shows a domain-specific ontology in the human resource domain, in accordance with some embodiments.
[023] FIG. 16 shows example of a data model associated with a set of technical assets, in accordance with some embodiments.
[024] FIG. 17 shows an ontology management subsystem, in accordance with some embodiments.
[025] FIG. 18 shows a flowchart of a method of creating an ontology from business and/or technology assets, in accordance with some embodiments.
[026] FIG. 19 shows an ontology management subsystem, in accordance with some embodiments.
[027] FIG. 20 shows a flowchart of a method of reconciling data from business and/or technology assets into an existing ontology, in accordance with some embodiments.
[028] FIG. 21 shows a graph representation of input data, in accordance with some embodiments.
[029] FIG. 22 shows another graph representation of input data, in accordance with some embodiments.
[030] FIG. 23 shows a subgraph representation of input data, in accordance with some embodiments.
[031] FIG. 24 shows a flowchart for storage and retrieval of information using an acyclic subgraph, in accordance with some embodiments.
[032] FIG. 25 shows a flowchart for generating a subgraph representation of input data, in accordance with some embodiments.
PET AIT, ED DESCRIPTION OF THE INVENTION
[033] In the following description, for the purposes of explanation, numerous specific details are set forth in order to provide a thorough understanding of the embodiments of the invention. It will be appreciated, however, by those having skill in the art that the embodiments of the invention may be practiced without these specific details or with an equivalent arrangement. In other instances, well-known structures and devices are shown in block diagram form in order to avoid unnecessarily obscuring the embodiments of the invention.
[034] To mitigate the problems described herein, the inventors had to both invent solutions and, in some cases just as importantly, recognize problems overlooked (or not yet foreseen) by others in the field of enterprise software development. Indeed, the inventors wish to emphasize the difficulty of recognizing those problems that are nascent and will become much more apparent in the future should trends in industry continue as the inventors expect. Further, because multiple problems are addressed, it should be understood that some embodiments are problem-specific, and not all embodiments address every problem with traditional systems described herein or provide every benefit described herein. That said, improvements that solve various permutations of these problems are described below.
[035] The complexity of software, particularly in business applications, has expanded dramatically in recent years. As a result, the cost of many types of custom software has risen. It is also believed that the responsiveness of developers to changing business needs has decreased. In part, this is caused by code added to address more complex use cases and extensive testing of new versions to understand complex interactions introduced by revisions to applications.
[036] These issues, in some cases, are mitigated by some embodiments described below. Some embodiments may separately address two aspects of an application: (1) those aspects particular to a class of business applications; and (2) those aspects particular to a domain in which an instance of the class is to be applied. In some cases, relatively flexible executable code is generated for a class of business applications, and then functionality of that code is refined with an ontology that reflects more specific aspects of a particular domain. In some cases, the ontology can be created much more efficiently than the corresponding bespoke application can be created from scratch, as the ontology can facilitate code re-use across domains in some embodiments. And in some cases, the ontology can be modified with less risk to the larger code base, often without compiling new code. In some cases, information may be retrieved more efficiently via acyclic subgraphs generated based on an extended ontology. [037] It should be emphasized, though, that several inventions are described. These inventions are independently useful, so not all embodiments mitigate all of the problems addressed above, and some embodiments provide other benefits discussed below.
[038] Description of Example Systems
[039] FIG. 1 shows a system 100 for providing supplemental functionalities for an executable program via ontology instances and for generating and providing acyclic graphs of an extended ontology, in accordance with some embodiments. As shown in FIG. 1, the system 100 may comprise a computer system 102 (which may be multiple computer systems 102). The computer system 102 may comprise one or more physical processors 106 programmed with one or more computer program instructions and electronic storage 108, or other components. Various programs and subsystems may be implemented on the physical processors 106, including ontology management subsystem 112, supplemental information generation subsystem 114, graph generation subsystem 116, or other components (for example, ontology-configurable computer programs or applications, other subsystems, etc.).
[040] In some embodiments, the computer system 102 in FIG. 1 may include communication lines or ports to enable the exchange of information with a network or other computing platforms. The computer system 102 may include a plurality of hardware, software, and/or firmware components operating together to provide the functionality attributed herein to the computer system 102. For example, the computer system 102 may be implemented by a cloud of computing platforms operating together as the computer system 102.
[041] The electronic storage 108 may comprise non-transitory storage media that electronically stores information. The electronic storage media of the electronic storage 108 may include one or both of system storage that is provided integrally (for example, substantially non-removable) with the computer system 102 or removable storage that is removably connectable to the computer system 102 via, for example, a port (for example, a USB port, a firewire port, etc.) or a drive (for example, a disk drive, etc.). The electronic storage 108 may include one or more of optically readable storage media (for example, optical disks, etc.), magnetically readable storage media (for example, magnetic tape, magnetic hard drive, floppy drive, etc.), electrical charge- based storage media (for example, EEPROM, RAM, etc.), solid-state storage media (for example, flash drive, etc.), and/or other electronically readable storage media. The electronic storage 108 may include one or more virtual storage resources (for example, cloud storage, a virtual private network, and/or other virtual storage resources). The electronic storage 108 may store software algorithms, information determined by the processors 106, information received from the computer system 102, information received from client computing platforms, or other information that enables the computer system 102 to function as described herein.
[042] The processors 106 may be programmed to provide information processing capabilities in the computer system 102. As such, the processors 106 may include one or more of a digital processor, an analog processor, a digital circuit designed to process information, an analog circuit designed to process information, a state machine, and/or other mechanisms for electronically processing information. In some embodiments, the processors 106 may include a plurality of processing units. These processing units may be physically located within the same device, or the processors may represent processing functionality of a plurality of devices operating in coordination. The processors 106 may be programmed to execute computer program instructions to perform functions described herein of the subsystems 112-116, or other components. The processors 106 may be programmed to execute computer program instructions by software; hardware; firmware; some combination of software, hardware, or firmware; and/or other mechanisms for configuring processing capabilities on the processors 106.
[043] A computer program on the computer system 102 may comprise an application runtime that can cause the computer system 102 to perform indicated tasks according to encoded instructions. The instructions may be any instructions (such as bytecode) for a software interpreter including, but not limited to, machine code instructions for the processors 106, scripting language source file, etc. In some cases, the instructions may be complied or interpreted instructions for which source code is not provided to the party developing ontologies. An executable (of the computer program) may be hand-coded in machine language directly or may be developed as source code in any high-level programming language or assembly language and then complied into either an executable machine code file or non-executable machine code object files. The executable program may further include a runtime system, which provides runtime language features and interactions with the runtime environment of the computer system 102. In one example, the runtime system of the executable program may be a logic program including a rule engine and a set of runtime rules that control the execution of the executable program. As an example, specialization of the executable program may be achieved by accessing supplemental information in a working memory at runtime without the need to modify the executable program (for example, reprogramming the source code and/or recompiling the source code of the executable program). For example, functionalities of any particular application or a class of applications in a particular domain of interest may be enabled on the executable program using one or more ontologies as will be described in details below. In some embodiments, the executable program may be a logic program for executing functionalities of an application using the supplemental information. In another example, additional information may be retrieved or inferred by accessing other information (for example, represented as graphs (or subgraphs) described herein or other data representations) stored in a working memory at runtime and reconstructing the acyclic graphs (or subgraphs) into cyclic graphs (or subgraphs) via an executable program without requiring the cyclic graphs (or subgraphs) to be transmitted from the computer system 102 to a client device 104 or without requiring the computer system 102 to store cyclic graphs (or subgraphs). The working memory and executable program may be implemented in the computer system 102 or client device 104.
[044] The ontology management subsystem 112 may perform various functions with respect to different types of ontologies in different embodiments. An ontology may be a machine- processable artifact that defines and captures the relationships between concepts (classes) and objects (individuals of such classes) in some domain of interest. A logic-based ontology language allows ontologies to be specified as logical theories, meaning that it is possible to reason about the relationships between the concepts and objects that are expressed in such an ontology.
[045] Referring now to FIG. 2 (in which an ontology management subsystem 112 is shown), the ontology management subsystem 112 may include an ontology defining component 202 configured to define an ontology. The ontology may be defined in any logic-based ontology language or specific version of logic-based ontology language using any semantic editor. For example, the ontology management subsystem 112 may define and modify an ontology in Web Ontology Language DL 2.0 (OWL DL 2.0) using the Protege ontology editor. An ontology (for example, a domain ontology.owl file) may be defined as follows:
<?xml version="1.0"?>
<rdf:RDF xmlns="http://owl.reactivecore.com/domain#"
xml:base="http://owl.reactivecore.com/domain"
xmlns:domain="http://owl.reactivecore.com/domain#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:xml="http://www.w3.org/XML/1998/namespace"
xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#">
<owl: Ontology rdf:about="http://owl.reactivecore.com/domain"/>
< /-
Figure imgf000012_0001
>
<owl:DatatypeProperty rdf:about="http://owl.reactivecore.com/domain#person_name">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
<rdfs:domain rdf:resource="http://owl.reactivecore.com/domain#Person"/>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
</owl:DatatypeProperty>
<owl:DatatypeProperty rdf:about="http://owl.reactivecore.com/domain#dob">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
<rdfs:domain rdf:resource="http://owl.reactivecore.com/domain#Person"/>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#date"/>
</owl:DatatypeProperty>
<owl:DatatypeProperty rdf:about="http://owl.reactivecore.com/domain#hobby">
<rdfs:domain rdf:resource="http://owl.reactivecore.com/domain#Person"/>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
</owl:DatatypeProperty> <owl:DatatypeProperty rdf:about="http://owl.reactivecore.com/domain#address_type"> <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/> <rdfs:domain rdf:resource="http://owl.reactivecore.com/domain#Address"/>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
</owl:DatatypeProperty>
<owl:DatatypeProperty rdf:about="http://owl.reactivecore.com/domain#linel"> <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/> <rdfs:domain rdf:resource="http://owl.reactivecore.com/domain#Address"/>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
</owl:DatatypeProperty>
<owl:DatatypeProperty rdf:about="http://owl.reactivecore.com/domain#city">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/> <rdfs:domain rdf:resource="http://owl.reactivecore.com/domain#Address"/>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
</owl:DatatypeProperty>
<owl:DatatypeProperty rdf:about="http://owl.reactivecore.com/domain#zip">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/> <rdfs:domain rdf:resource="http://owl.reactivecore.com/domain#Address"/>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
</owl:DatatypeProperty>
<owl:DatatypeProperty rdf:about="http://owl.reactivecore.com/domain#estate_type"> <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/> <rdfs:domain rdf:resource="http://owl.reactivecore.com/domain#Estate"/>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
</owl:DatatypeProperty>
<owl:DatatypeProperty rdf:about="http://owl.reactivecore.com/domain#size">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/> <rdfs:domain rdf:resource="http://owl.reactivecore.com/domain#Estate"/>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#integer"/> </owl:DatatypeProperty>
<owl:DatatypeProperty rdf:about="http://owl.reactivecore.com/domain#purchase_date"> <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/> <rdfs:domain rdf:resource="http://owl.reactivecore.com/domain#Estate"/>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#date"/>
</owl:DatatypeProperty>
< /-
Figure imgf000014_0001
///////////////////////////////////////////////////////////////////////
>
<owl:ObjectProperty rdf:about="http://owl.reactivecore.com/domain#hasEstate"> <rdfs:domain rdf:resource="http://owl.reactivecore.com/domain#Person"/>
<rdfs:range rdf:resource="http://owl.reactivecore.com/domain#Estate"/>
</owl: ObjectProperty>
<owl:ObjectProperty rdf:about="http://owl.reactivecore.com/domain#hasAddress"> <rdfs:domain rdf:resource="http://owl.reactivecore.com/domain#Estate"/>
<rdfs:range rdf:resource="http://owl.reactivecore.com/domain#Address"/>
</owl: ObjectProperty>
<owl:ObjectProperty rdf:about="http://owl.reactivecore.com/domain#owner">
<owl:inverseOf rdf:resource="http://owl.reactivecore.com/domain#hasEstate"/> <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/> <rdfs:domain rdf:resource="http://owl.reactivecore.com/domain#Estate"/>
<rdfs:range rdf:resource="http://owl.reactivecore.com/domain#Person"/>
</owl: ObjectProperty>
< /-
Figure imgf000014_0002
>
<owl:Class rdf:about="http://owl.reactivecore.com/domain#Person"/>
<owl:Class rdf:about="http://owl.reactivecore.com/domain#Estate"/>
<owl:Class rdf:about="http://owl.reactivecore.com/domain#Address"/>
</rdf:RDF>
[046] In different embodiments, various types of ontologies may be defined by the ontology management subsystem 112, such as an ontology describing a class of applications (a.k.a. a class ontology), for example, a BPM class ontology; an ontology that is associated with a specific domain of interest (a.k.a. a domain-specific ontology), for example, a human resource domain ontology; and an ontology that can interpret any domain-specific ontology (a.k.a. a general ontology), for example, a domain meta model ontology defined to describe the class structure of any domain-specific ontology. More examples of classes of applications and domains of interests are shown below in Table 1.
Table 1
Figure imgf000015_0001
Figure imgf000016_0001
It should be understood that multiple domains of interest (domain-specific verticals) may be applied to each class of applications. For example, each of the domains of interest listed in Table 1 that use computers may be applied to the Help Desk Management class of applications, and ERP software has applications in manufacturing, finance, banking, healthcare services, etc.
[047] FIGs. 13-15 illustrate various examples of ontologies described in OWL DL 2.0 using the Protege ontology editor. Each ontology includes information indicating various attributes, such as classes, properties, and axioms. FIG. 13 shows an extract of a class ontology 1300 describing the class of BPM applications. In this example, the BPMN 2.0 specification from the Object Management Group (OMG) is used as a guide for elaborating an ontology for the class of BPM applications. The ontology, being logic-based, embodies axioms contained the textual description of the BPMN specification. The class information, such as class hierarchy (class structure), is shown on the upper left section in FIG. 13; the property information is shown on the lower left section of FIG. 13. As an example, in FIG. 13, the axioms of class MessageEndEvent are shown in the lower right section. The first axiom is a class construct describing an equivalent class to the class MessageEndEvent.
MessageEndEvent º EndEvent and (hasEventDefinitions some MessageEventDefmition) and (hasEventDefmition exacly 1 Thing).
This axiom can be translated into plain language as: A MessageEndEvent is equivalent to EndEvent having a single EventDefmition of type MessageEventDefmition. Once the ontology is defined by the ontology defining component 202, it may be saved as a file in any suitable format, such as RDF/XML. RDF is a known data model for encoding metadata and knowledge on the Semantic Web using facts expressed as triples. For example, the definitions of the class MessageEndEvent may be described in the saved RDF/XML file as:
<owl: Class rdf:about= "&bpmn;MessageEndEvent">
< owl: equivalentClass> <owl:Class>
<owl:intersectionOf rdf:parseType="Collection">
<rdf:Description rdf:about= "&bpmn;EndEvent"/>
<owl:Restriction>
<owl:onProperty rdfresource="&bpmn;hasEventDefmitions"/>
<owl:some ValuesFrom rdf resource = "&bpmn;MessageEventDefinition "/>
</owl: Restriction^
<owl:Restriction>
<owl:onProperty rdf:resource="&bpmn;hasEventDefmitions"/>
<owl: cardinality rdf.datatype = "&xsd;nonNegativeInteger ">l</owl:cardinality> </owl:Restriction>
</owl:intersectionOf>
</owl:Class>
</owl:equivalentClass>
<rdfs:subClassOf rdf:resource="&bpmn;EndEvent"/>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="&bpmn;topReactiveHelper"/>
<owl:hasValue>iMessageEndEvent</owl:hasValue>
</owl:Restriction>
</rdfs:subClassOf>
</owl:Class>
[048] FIG. 14 shows an extract of a general ontology 1400 that can describe and interpret any domain-specific ontology. A domain-specific ontology may be described using metadata information. The metadata information may describe the domain-specific ontology class and property information. The structure of the metadata information may be itself described using a general ontology called the domain meta model ontology. The domain meta model ontology may not be modified and have no dependency on any domain-specific ontology. The domain meta model may become a known and explicit structure used by an executable program (for example, an ontology-configurable executable program) to interpret the structure of the domain-specific ontology. The key classes of this general ontology in FIG. 14 include ClassMetadata and Proper tyMetadata describing the structure of class and property respectively.
[049] FIG. 15 shows an extract of a domain-specific ontology 1500 that is associated with the human resource domain (a human resource domain ontology). The human resource domain ontology may be described by instances of the domain meta model ontology shown in FIG. 14. For example, the ontology in FIG. 14 shows that a Person can be Employee , BoardDirector and Executive depending on the Role they have. It should be understood that FIGs. 13-15 show illustrative ontologies only and are by no means complete in order to describe the class of BPM applications, the domain meta model, and the human resource domain, respectively.
[050] Further, with respect to FIG. 2, the ontology management subsystem 112 may also include an extended ontology defining component 203 configured to define an extended ontology. The ontology defined by the ontology defining component 202 may be extended (for example, extended domain ontology.owl) by mixing classes from a marker ontology or framework ontology (for example, rdv core.owl) into the ontology. The marker ontology or the framework ontology includes information to select certain classes of the ontology to be marked as persisted class using a mechanism in the ontology constructs such as class inheritance or class annotation. The information to select certain classes of the ontology as a persisted class may include usage pattern of the class or the amount of data to be processed or stored. Accordingly, based on such information, certain classes of the ontology may be marked as a persisted class and thus, an extended ontology (with marked classes) may be defined by the extended ontology defining component 203. An extended ontology (for example, a extended domain ontology.owl file) may be defined as follows:
<?xml version="1.0"?>
<rdf:RDF xmlns="http://owl.reactivecore.com/ext_dom#"
xml:base="http://owl.reactivecore.com/ext_dom"
xmlns:rdv_core="http://owl.reactiveco re.com/rdv-co re#"
xmlns:domain="http://owl.reactivecore.com/domain#"
xmlns:ext_dom="http://owl.reactivecore.com/ext_dom#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:xml="http://www.w3.org/XML/1998/namespace"
xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#">
<owl: Ontology rdf:about="http://owl.reactivecore.com/ext_dom">
<owl:imports rdf:resource="http://owl.reactivecore.com/rdv-core"/>
<owl:imports rdf:resource="http://owl.reactivecore.com/domain"/>
</owl:Ontology>
< /-
Figure imgf000019_0001
///////////////////////////////////////////////////////////////////////
>
<owl:ObjectProperty rdf:about="http://owl.reactivecore.com/ext_dom#hasEstate">
<rdfs:subPropertyOf rdf:resource="http://owl.reactivecore.com/domain#hasEstate"/> <rdfs:domain rdf:resource="http://owl.reactivecore.com/ext_dom#Person"/>
<rdfs:range rdf:resource="http://owl.reactivecore.com/ext_dom#Estate"/>
</owl: ObjectProperty>
< /-
Figure imgf000019_0002
>
<owl:Class rdf:about="http://owl.reactivecore.com/ext_dom#Person">
<rdfs:subClassOf rdf:resource="http://owl.reactivecore.com/domain#Person"/>
<rdfs:subClassOf rdf:resource="http://owl.reactivecore.com/rdv-core#PersistedClassMarker"/> </owl:Class>
<owl:Class rdf:about="http://owl.reactivecore.com/ext_dom#Estate"> <rdfs:subClassOf rdf:resource="http://owl.reactivecore.com/domain#Estate"/>
<rdfs:subClassOf rdf:resource="http://owl.reactivecore.com/rdv-core#PersistedClassMarker"/>
</owl:Class>
<owl:Class rdf:about="http://owl.reactivecore.com/ext_dom#Address">
<rdfs:subClassOf rdf:resource="http://owl.reactivecore.com/domain#Address"/>
<rdfs:subClassOf rdf:resource="http://owl.reactivecore.com/rdv-core#SupportEntity"/>
</owl:Class>
</rdf:RDF>
[051] As illustrated in the above example of an extended ontology, the classes“Person” and “Estate” are marked as a“PersistedClass,” while the“Address” class is a“Support Entity,” for example, by using class inheritance mechanism. Such marking of the classes of the ontology allows for decomposing a graph representation of data and generating a subgraph (for example, an acyclic subgraph) representation of the data, which will be described in more detail below.
[052] With respect to FIG. 2, the ontology management subsystem 112 may also include an ontology validation component 204 configured to validate any ontology and assign a freeze to the validated ontology. In some embodiments, the ontology validation component 204 may include any semantic reasoners, such as Pellet, RacerPro, FaCT++, and HermiT, for ensuring an ontology is consistent once the ontology has been defined by the ontology defining component 202. An inconsistent ontology may be an ontology that, by virtue of what has been stated in the ontology, cannot have any models, and entails everything, meaning any conclusion can be deduced. Once the ontology and the extended ontology are complete (meaning they describes all the concepts, objects, their relationships, and axioms) and are ensured to be consistent, they may be frozen by the ontology validation component 204 such that the ontology and the extended ontology can no longer be changed or modified. If the ontology or the extended ontology need to be changed, they need to be redefined by the ontology defining component 202 and the extended ontology defining component 203 as new versions of the ontology and extended ontology. It should be noted that any types of ontologies defined by the ontology defining component 202 (and extended ontology defining component 203), for example, class ontologies, general ontologies, and domain-specific ontologies, may be validated and frozen by the ontology validation component 204. [053] The ontology management subsystem 112 in FIG. 2 may further include a programming interface generation component 206, a logic rule generation component 208, and a schema information generation component 216. The programming interface generation component 206 may extract class information 210 from a frozen ontology (for example, ontology or extended ontology) and generate, based on the extracted class information 210, a programming interface to allow an executable program (for example, an ontology-configurable executable program) to access the supplemental information via the programming interface or the subgraphs via the programming interface. An ontology (for example, ontology or extended ontology) may be processed by a computer program to extract class information 210 including, for example, the class structure (concept hierarchy), the data properties associated with each class, and the relationships, if any, shared between classes. The class information 210 may be used by the programming interface generation component 206 to generate computer code in any programming language, such as Scala, JAVA™, Python™, C++, C#, Ruby, etc., to be used as a programming interface for a class of applications and/or applications in a domain of interest. The programming interface referred herein may be computer code in a programing language that describes classes corresponding to the static structure of the ontology (for example, ontology or extended ontology) and that provides a natural interface to the executable program for accessing the supplemental information (for example, metadata of ontology class structures) stored in a working memory at runtime or other information (for example, represented as the subgraphs described herein or other data representations) stored in a working memory at runtime.
[054] The logic rule generation component 208 in FIG. 2 may extract axiom information 212 from a frozen ontology (for example, ontology or extended ontology) and generate, based on the axiom information 212, a set of logic rules. The logic rules may be used to compute entailments on the instances of an ontology (for example, ontology or extended ontology). The entailments may include the inferred class and property hierarchy (asserted and inferred class membership of the instances), property restrictions as well as be used to ensure the asserted instances are consistent with the ontology (for example, ontology or extended ontology). That is, the logic rules may be used to transform ontology instances into application metadata information and used to validate ontology instances to ensure conformance of the instances with the ontology (for example, ontology or extended ontology). In some embodiments, an ontology instance is frozen, and its corresponding metadata information becomes read-only once the ontology instance has been validated by the logic rules generated by the logic rule generation component 208. In some embodiments, the logic rules may be used to reconstruct an acyclic graph (or an acyclic subgraph) into a cyclic graph (or a cyclic subgraph). Depending on the type of ontology (for example, ontology or extended ontology) from which the logic rules are generated, the logic rules may include class logic rules generated based on a class ontology, general logic rules generated based on a general ontology, and specific logic rules generated based on a domain- specific ontology. In some embodiments, only the class logic rules and general logic rules may be used for computing entailments on ontology instances and for validating ontology instances. The logic rules may be augmented with the runtime rules of the executable program to control the execution of the executable program. For example, the specific logic rules generated based on a domain-specific ontology may be applied to the domain-specific ontology instance by the executable program at runtime. As another example, the specific logic rules generated based on an extended ontology may be applied to an acyclic graph (or acyclic subgraph) of data by the executable program at runtime so as to reconstruct the acyclic graph (or acyclic subgraph) into a cyclic graph (or cyclic subgraph).
[055] The schema information generation component 216 in FIG. 2 may extract the marker information 214 from an extended ontology (or a combined ontology + extended ontology) and generate, based on the marker information 214, schema information (or metadata). The marker information 214 includes information regarding the classes marked as“PersistedClass” and “SupportEntity,” as discussed above, with regard to the extended ontology. This marker information (from the marker ontology or the framework ontology) is used to generate the schema information that includes a description of possible properties and expected range values for each class marked as“PersistedClass” and“SupportEntity.” The schema information contains information on how to represent the instances of each of the classes of the extended ontology in a database (for example, a graph database). Schema information may be used to inform a database on how to store and how to manage the instances of each of the classes of the extended ontology. The schema information may be augmented with runtime rules and logic rules of the executable program to control the execution of the executable program. As an example, the schema information may be represented in the following j son notation:
{
"schema defmition": {
"support entities": {
"ext dom: Address": {
"properties": {
"rdf:type": {
"type": "array",
"items": {
"type": "symbol"
}
},
"domain:address_type": {
"type": "string"
},
"domainxity": {
"type": "string"
},
"domain:linel": {
"type": "string"
},
"domain:zip": {
"type": "string"
},
"rdv_core:key": {
"type": "string"
}
},
"required": [
"rdf:type"
}
},
"persisted data types": { "ext_dom:Estate": {
"properties": {
"rdf:type": {
"type": "array",
"items": {
"type": "symbol"
}
},
"domain:estate_type": {
"type": "string"
},
"domain:purchase_date": { "type": "date"
},
"domain:size": {
"type": "integer"
},
" (I o m ai n : h as A (I (I res s " : {
"type": "array",
"items": {
"type": "support",
"class_name" : "domain:Address"
}
},
"rdv_core:key": {
"type": "string"
}
},
"required": [
"rdf:type",
"rdv_core:key"
},
"ext_dom:Person": {
"properties": {
"rdf:type": { "type": "array",
"items": {
"type": "symbol"
}
},
"domain:dob": {
"type": "date"
},
"domain:hobby": {
"type": "array",
"items": {
"type": "string"
}
},
"domain:person_name": {
"type": "string"
},
"ext_dom:hasEstate": {
"type": "array",
"items": {
"type": "proxy",
"class name" : "ext_dom:Estate", "pdt name": "ext_dom:Estate"
}
},
"rdv_core:key": {
"type": "string"
}
},
"required": [
"rdf:type",
"rdv_core:key"
}
} }
}
[056] Turning back to FIG. 1, the supplemental information generation subsystem 114 may generate supplemental information related to one or more functionalities of an application based on an instance of an ontology defined by the ontology management subsystem 112. In one use case, the instance may be from a class ontology and specify one of a class of applications (for example, a BPM application), and the supplemental information is related to functionalities of one of the BPM applications. In another use case, the instance may be from a general ontology (for example, a domain meta model ontology) and describe a domain-specific ontology (for example, the human resource domain), and the supplemental information is related to functionalities of an application in the human resource domain. An ontology instance may be described in any suitable format, such as in the forms of triples in the RDF/XML format. The supplemental information generated by the supplemental information generation subsystem 114 may include metadata information transformed from the ontology instance. Additionally or optionally, the logic rules generated by the logic rule generation component 208 of the ontology management subsystem 112 may be used by the supplemental information generation subsystem 114 to infer additional metadata information as part of the supplemental information. Supplemental information may be represented as a subgraph and the details discussed below with regard to graphs and subgraphs may also apply to supplemental information.
[057] FIG. 1 also includes a graph generation subsystem 116. The graph generation subsystem 116 may map input data to the extended ontology, generate a graph representation (for example, a fact-based graph) of the input data (known as facts to the system) based on such mapping and augment the facts-based graph representation of the input data based on the application of logic rules associated with the extended ontology to generated another graph representation (for example, an augmented graph). The augmented graph may be a cyclic graph. The graph generation subsystem 116 may decompose the augmented graph, based on the marker information into a subgraph representation (for example, a set of subgraphs) of the input data, thereby generating a subgraph representation of the input data based on the extended ontology and the marker information. The subgraph representation of the input data may omit one or more pieces of information included in the augmented graph representation of the input data (the one or more pieces of information can be recovered by the application of the logic rules). The desired characteristics of these subgraphs is to be acyclic therefore, the augmented graph (which may be a cyclic graph) may be represented by a set of acyclic subgraphs. The graph representation 2100 of the input data (generated based on mapping of the input data to the extended ontology) in FIG. 21 is illustrated to include nodes “personl,” “estatel,” and “addressl” and edges “ext_dom:hasEstate” and“domaimhasAddress.” As illustrated in FIG. 21, the relationships (represented by edges of the graph) between the nodes are acyclic. Although the graph representation 2100 of the input data (the graph representation of the input data may also be referred to as a graph representation of instances of the classes of the extended ontology) is illustrated to be acyclic, it should be understood that such a graph representation may also be cyclic. In other words, the input data obtained by the graph generation subsystem 116 (either from an external device, for example, a network device 104, or from a memory of the computer system 102) may be acyclic or cyclic. FIG. 22 illustrates a cyclic graph representation 2200 of the input data. Such a graph representation 2200 illustrated in FIG. 22 may be generated based on the application of logic rules (which are derived from the axioms of the ontology and/or the extended ontology) to the graph representation 2100 illustrated in FIG. 21. The graph representation 2200 in FIG. 22 is illustrated to include nodes “personl,” “estatel,” and “addressl” and edges “ext_dom:hasEstate,” “domaimowner,” “domaimhasEstate,” and “domaimhasAddress.” As illustrated in FIG. 22, the relationships (represented by edges of the graph) between the nodes are cyclic in nature. For example, a plurality of relationships between nodes“personl” and“estatel” are illustrated, which indicates the cyclic nature of this graph. The graph representation of the input data in FIG. 21 does not include two relationships (namely, domaimowner” and“domaimhasEstate”) that are illustrated in the graph representation in FIG. 22. FIG. 22 illustrates instances of FIG. 21 with augmented information derived by applying the logic rules derived from the axioms of the ontology and/or the extended ontology. The application of logic rules to subgraphs and graphs to generate larger subgraphs or graphs is discussed below with regard to FIG. 3. The same details discussed below with regard to FIG. 3 are applicable with regard to the generation of graph representations discussed above and below.
[058] Further, the graph generation subsystem 116 may decompose the generated augmented graph representation 2200 into a set of subgraphs of the input data illustrated in FIG. 23. The decomposition of the graph representation 2200 results in the generation of a subgraph representation (which includes subgraphs 2302 and 2304) illustrated in FIG. 23. Such decomposition is performed such that the augmented graph (for example, FIG. 22) can be reconstructed by applying the logic rules on the union of the subgraphs based on marker information described above with regard to FIG. 2. In other words, the graph generation subsystem 116 recognizes, based on the marker information (and/or the logic rules), that the two relationships (namely, domaimowner” and “domaimhasEstate”) between “personl” and “estate 1,” may be reconstructed using logic rules. The subgraph representation (including subgraphs 2304 and 2302) of the data are stored in one or more databases. As illustrated in FIG. 23, the subgraph representation omits at least one piece of information from the graph representation 2200 illustrated in FIG. 22. Although the nodes in FIGs. 22 and 23 are labeled “personl” and“estate 1,” it should be understood that the information contained in the nodes in these figures may be different. For example, node“estatel” in FIG. 23 may include information associated with node“addressl,” which may not be the case for the node“estatel” in FIG. 22 An advantage of storing acyclic subgraphs in a database (as opposed to a cyclic graph/sub graph) is that the data storage subsystem can take advantage of the fact that the subgraphs are acyclic graphs. Additionally, utilization of computer and communication resources for transmission and reception of an acyclic graph (or subgraph) may be reduced due to smaller size of the acyclic graphs (or subgraphs), as compared to the resources required for transmission and reception of the cyclic graphs (or subgraphs). Accordingly, the use of such acyclic graphs (or subgraphs) may make it more efficient to retrieve or infer information. For illustrative purposes, a subgraph may be defined as being rooted at a specific node. For example, in the graph illustrated in FIG. 23, a first subgraph may be rooted at node“personl” and a second subgraph may be rooted at node “estatel.” Each of these subgraphs rooted at a particular node in FIG. 23 is marked as a persisted data type by definition.
[059] Referring to FIG. 3, in some embodiments, the supplemental information 304 includes metadata in a graph data structure, such as an RDF graph, stored in a working memory 302. The supplemental information 304 may include metadata 306 transformed directly from an ontology instance and metadata 308 inferred from an ontology instance based on the logic rules generated by the logic rule generation component 208 of the ontology management subsystem 112. For metadata 306, it may include facts, for example, objects (or individuals) of the classes, asserted by a class ontology, which can be used to describe a particular application in the class of applications corresponding to the class ontology. Metadata 306 may include facts, for example, objects (or individuals) of the classes, asserted by a general ontology (for example, a domain meta model ontology) that can be used to describe and interpret any domain-specific ontology. For metadata 308, it may include entailments computed from objects in metadata 306 using the logic rules. The entailments may include the verification that the objects are consistent with the axioms of the ontology, meaning that no axioms are violated. Both metadata 306 and 308 may be augmented using the logic rules to form the supplemental information 304 that is related to functionalities of an application.
[060] In FIG. 3, an executable program 309 may include a rule engine 310 that manipulates the supplemental information 304 in the working memory 302 at runtime via the programming interface 316 based on a set of rules including the runtime rules 312 and logic rules 314. As mentioned above, the programming interface 316 may be generated by the programming interface generation component 206 of the ontology management subsystem 112. The programming interface 316 may include computer code in a programming language describing the class structures that are used by the supplemental information 304 in the working memory 302. The executable program 309 can thus get access to the metadata 306, 308 via the programming interface 316. The logic rules 314 used by the rule engine 310 may include class logic rules, general logic rules, and specific logic rules generated from corresponding types of ontologies, each of which may be utilized for controlling the executable program 309 to access corresponding information. The runtime rules 312, on the other hand, may not alter the supplemental information 304 in any way and provide control capability to the executable program 309. The runtime rules 312 may be utilized for controlling the executable program 309 to access context information of executing the executable program 309. Accordingly, by placing different supplemental information 304 corresponding to functionalities of different applications in the working memory 302 and applying the programming interface 316 and logic rules 314 generated from the corresponding ontologies, the executable program 309 can be specialized with different functionalities without the need of adding or modifying computer code.
[061] Further, FIG. 3 illustrates that a working memory 302 may include subgraphs 305 (for example, subgraphs generated by the graph generation subsystem 116, as discussed above). The working memory 302 and executable program 309 may be implemented at the computer system 102 or client device 104. These subgraphs 305 may be retrieved from one or more databases in the computer system 102 based on a query. For example, a query (including one or more uniform resource identifiers (URI)) may be received by the computer system 102, for example, from a client device 104, and in response to such a query, subgraphs 305 may be retrieved. The subgraphs may correspond to a subset of the graph (for example, a graph representation of instances of classes of an extended ontology) stored in one or more databases. The subgraphs 305 may be queried using an arangoDB query language (AQL), cypher query language, graphQL, Gremlin, or SPARQL. For example, the subgraphs 305 may correspond to subgraphs illustrated in FIG. 23 or subgraphs of the graph representation 2100 illustrated in FIG. 21.
[062] In some embodiments, each of the subgraphs of the graph representation of the instances of the classes of the extended ontology may be associated with a URI. Accordingly, based on the URI included in the query, one or more subgraphs may be retrieved from the database. As an example, FIG. 23 illustrates two subgraphs (subgraph 2304 rooted at node“person 1” and subgraph 2302 rooted at node“estatel”) that may be retrieved based on a query, and these subgraphs may be stored in a working memory 302. Additionally, or alternatively, as noted above, a graph representation 2100 may be generated based on a mapping of the input data to an extended ontology and subgraphs of this graph representation 2100 may be loaded onto the working memory 302.
[063] Further, in some embodiments, an executable program 309 may include a rule engine 310 that may manipulate subgraphs 305 at runtime via the programming interface 316 based on a set of rules (including the runtime rules 312 and logic rules 314) and the schema information 318. As mentioned above, the programming interface 316 may be generated by the programming interface generation component 206 of the ontology management subsystem 112. The programming interface 316 may include computer code in a programming language describing the class structures that are used by the subgraphs 305 in the working memory 302. The executable program 309 can thus get access to the subgraphs 305 via the programming interface 316. The logic rules 314 used by the rule engine 310 may include class logic rules, general logic rules, and specific logic rules generated from corresponding types of ontologies, each of which may be utilized for controlling the executable program 309 to access (or retrieve or infer) corresponding information, for example, by reconstructing the subgraphs 305 into a graph (or larger subgraphs). The runtime rules 312, on the other hand, may not alter the subgraphs 305 in any way and provide control capability to the executable program 309. The runtime rules 312 may be utilized for controlling the executable program 309 to access context information of executing the executable program 309. The schema information 318 may also be used by the rule engine 310 for controlling the executable program 309 to access (or retrieve or infer) corresponding information, for example, by reconstructing the subgraphs into a graph (or larger subgraphs). For example, by applying the logic rules 314 and the schema information 318 to the acyclic subgraphs illustrated in FIG. 23, a cyclic graph (or larger cyclic subgraphs) (for example, FIG. 22) may be reconstructed.
[064] For example, the following set of triples representing subgraph 2302 rooted at“estate 1” may be stored in one or more databases:
(estatel, domain: estate type, "primary home")
(estate 1, domain:purchase_date, "2015-May- 15")
(estatel, domaimsize, "1200")
(estatel, domaimhasAddress, addressl)
(estatel, rdTtype, domaimEstate)
(estatel, rdTtype, ext dom: Estate)
(estatel, rdTtype, owl: Thing)
(estatel, rdTtype, rdv_core:PersistedClassMarker)
(estatel, rdTtype, rdv_core:RdvEntity)
(estatel, rdv_core:key, "estatel")
(estatel, rdv_core:persisted_data_type, "ext_dom:Estate")
(addressl, rdTtype, domain: Address) (address 1, rdf:type, owl: Thing)
(address 1, rdf: type, rdv_core:RdvEntity)
(address 1, rdf: type, rdv_core:SupportEntity)
[065] Further, the following set of triples representing subgraph 2304 rooted at“personl” may be stored in one or more databases:
(estatel, rdf: type, domaimEstate)
(estate 1, rdf: type, ext dom: Estate)
(estatel, rdf: type, owl: Thing)
(estatel, rdTtype, rdv_core:PersistedClassMarker)
(estatel, rdTtype, rdv_core:ProxyDataEntity Marker)
(estatel, rdTtype, rdv_core:RdvEntity)
(estatel, rdv_core:key, "estatel")
(personl, domaimdob, "1970-Jan-27")
(personl, domaimhobby, "Hiking")
(personl, domaimhobby, "Skiing")
(personl, domain: person name, "John Doe")
(personl, ext_dom:hasEstate, estatel)
(personl, rdTtype, domai Person)
(personl, rdTtype, ext_dom:Person)
(personl, rdTtype, owl: Thing)
(personl, rdTtype, rdv_core:PersistedClassMarker)
(personl, rdTtype, rdv_core:RdvEntity)
(personl, rdv_core:key, "personl")
(personl, rdv_core:persisted_data_type, "ext_dom:Person")
[066] The rule engine 310 may utilize and apply the logic rules 314 and schema information 318 to subgraph 2304 to generate a set of entailments (inferred information): (estatel, domai owner, personl) and (personl, domain :hasEstate, estatel). Accordingly, based on such inferred information and based on the triples representing subgraphs 2302 and 2304 stored in one or more databases, a cyclic graph (or larger cyclic subgraphs) may be reconstructed. FIG. 22 illustrates a cyclic graph (or larger cyclic subgraphs) that may be reconstructed based on the application of logic rules 314 and schema information 318 to the subgraphs 2302 and 2304 in FIG. 23.
[067] Accordingly, by providing one or more acyclic subgraphs as an input to an executable program 309 and applying logic rules 314, runtime rules 312, and schema information 318 by the executable program 309, the acyclic subgraph (or acyclic graph) may be reconstructed into a cyclic graph (or cyclic subgraph) such that the cyclic graph (or cyclic subgraph) comprises one or more pieces of information omitted (for example, the set of entailments noted above) from the acyclic subgraph (or acyclic graph). In other words, the application of the logic rules 314, runtime rules 312, and schema information 318 by the executable program 309 causes the acyclic subgraphs (as illustrated in FIG. 23) to be augmented with inferred information from the axioms of the extended ontology embodied in the logic rules 314 to obtain the cyclic graph (or larger cyclic subgraphs), as illustrated in FIG. 22, such that the cyclic graph (or larger cyclic subgraphs) in FIG. 22 comprises one or more pieces of information omitted from the acyclic subgraphs illustrated in FIG. 23. FIG. 22 may comprise one or more pieces of information derived from the input facts using the axioms embodied in the extended domain ontology (for example, the triple (estatel, domaimowner, personl) is inferred from (personl, domain :hasEstate, estatel) which was inferred from the input fact (personl, ext_dom:hasEstate, estatel) using the axioms that ext_dom:hasEstate is a sub-property ofdomaimhasEstate and domaimowner is the inverse property of domai hasEstate. This allows a cyclic graph (or larger cyclic subgraphs) to be made available via the executable program 309, for example, at the client device 104 without actually providing the cyclic graph (or larger cyclic subgraphs) to the client device 104 from the computer system 102. Accordingly, based on the acyclic subgraphs provided to the executable program, additional information may be retrieved (or inferred).
[068] FIG. 22 comprises one or more pieces of information omitted (for example, the “domaimowner” and“domaimhasEstate” edges connecting the“personl” node and the“estatel” node illustrated in FIG. 22) from the acyclic subgraphs illustrated in FIG. 23. This allows a cyclic graph (or larger cyclic subgraphs) to be made available via the executable program 309, for example, at the client device 104 without actually providing the cyclic graph (or larger cyclic subgraphs) to the client device 104 from the computer system 102. Accordingly, based on the acyclic subgraphs provided to the executable program, additional information may be retrieved (or inferred). The node“addressl” (which is not illustrated in FIG. 23) may be embedded in the “estate 1” node as a support entity in FIG. 23.
[069] Additionally, or alternatively, additional information may be retrieved (or inferred) based on input data received by the computer system 102 or client device 104. In the example discussed above, acyclic subgraphs are retrieved based on a query and cyclic graph (or larger cyclic subgraphs) are reconstructed based on the application of logic rules. However, instead of a query, input data may be received and in response to the received input data, the graph generation subsystem 116 may map the input data to the extended ontology in order to generate a graph representation of the input data. For example, input data may be expressed as the following triples:
(addressl, domain: address type, "location")
(addressl, domain: city, "Belleville")
(addressl, domaimlinel, " 1250 main st")
(addressl, domaimzip, " 12345")
(addressl, rdf: type, ext dom: Address)
(estatel, domain: estate type, "primary home")
(estatel, domaimhasAddress, addressl)
(estatel, domain:purchase_date, "2015-May- 15")
(estatel, domaimsize, "1200")
(estatel, rdf: type, ext dom: Estate)
(personl, domaimdob, "1970-Jan-27")
(personl, domaimhobby, "Hiking")
(personl, domaimhobby, "Skiing")
(personl, domain: person name, "John Doe")
(personl, ext_dom:hasEstate, estatel)
(personl, rdf: type, ext_dom:Person) [070] In some embodiments, this input data may be mapped to the extended ontology, and a result of the mapping (for example, the generation of the graph representation 2100) is illustrated in FIG. 21. In FIG. 21 the input data may be mapped such that the input data may be represented by three nodes (“personl,”“estatel,” and“addressl”) and two edges (“ext_dom:hasEstate” and “domaimhas Address”). These subgraphs in FIG. 21 may be stored in the working memory 302 and based on the application of logic rules 314, runtime rules 312, and schema information 318, a graph (or larger subgraphs), as illustrated in FIG. 22, may be reconstructed. Based on the application of logic rules 314, runtime rules 312, and schema information 318, the following data may be inferred:
(addressl, rdf: type, domain: Address)
(addressl, rdf: type, owl: Thing)
(addressl, rdTtype, rdv_core:RdvEntity)
(addressl, rdTtype, rdv_core:SupportEntity)
(estatel, domain: owner, personl)
(estatel, rdTtype, domaimEstate)
(estatel, rdTtype, owl: Thing)
(estatel, rdTtype, rdv_core:PersistedClassMarker)
(estatel, rdTtype, rdv_core:RdvEntity)
(personl, domain :hasEstate, estatel)
(personl, rdTtype, domaimPerson)
(personl, rdTtype, owl: Thing)
(personl, rdTtype, rdv_core:PersistedClassMarker)
(personl, rdTtype, rdv_core:RdvEntity)
In some embodiments, based on the combination of the input data and the inferred data, a cyclic graph (or larger cyclic subgraphs), as illustrated in FIG. 22, may be reconstructed (created or obtained).
[071] As noted above, in some embodiments, once the cyclic graph (or larger cyclic subgraphs), as illustrated in FIG. 22, is generated, this cyclic graph (or larger cyclic subgraphs) may be decomposed (or segmented) into two acyclic subgraphs by omitting information certain pieces of information. Such acyclic subgraphs may be generated by the graph generation subsystem 116 based on schema information (for example, based on the marker ontology or the framework ontology) and based on logic rules. For example, a first cyclic subgraph rooted as estate 1 may be generated based on the following triples:
(estatel, domain: estate type, "primary home")
(estate 1, domain:purchase_date, "2015-May- 15")
(estatel, domain:size, "1200")
(estatel, rdf:type, domain:Estate)
(estatel, rdf:type, ext dom: Estate)
(estatel, rdf: type, owl: Thing)
(estatel, rdf: type, rdv_core:PersistedClassMarker)
(estatel, rdf: type, rdv_core:RdvEntity)
(estatel, rdv_core:key, "estatel")
(estatel, rdv_core:persisted_data_type, "ext_dom:Estate")
(estatel, domain:hasAddress, addressl)
(address 1, domain: address type, "location")
(addressl, domain: city, "Belleville")
(addressl, domaindinel, " 1250 main st")
(addressl, domain:zip, " 12345")
(addressl, rdf: type, ext dom: Address)
(addressl, rdf: type, domain: Address)
(addressl, rdf: type, owl: Thing)
(addressl, rdTtype, rdv_core:RdvEntity)
(addressl, rdTtype, rdv_core:SupportEntity)
Further, a second cyclic subgraph rooted at person 1 may be generated based on the following triples:
(estatel, rdTtype, domain:Estate)
(estatel, rdTtype, ext dom: Estate)
(estatel, rdTtype, owl: Thing) (estatel, rdf:type, rdv_core:PersistedClassMarker)
(estate 1, rdf:type, rdv_core:ProxyDataEntity Marker)
(estatel, rdf: type, rdv_core:RdvEntity)
(estatel, rdv_core:key, "estatel")
(personl, domaimdob, "1970-Jan-27")
(personl, domaimhobby, "Hiking")
(personl, domain:hobby, "Skiing")
(personl, domain: person name, "John Doe")
(personl, ext_dom:hasEstate, estatel)
(personl, rdf: type, domaimPerson)
(personl, rdf: type, ext_dom:Person)
(personl, rdf: type, owl: Thing)
(personl, rdf: type, rdv_core:PersistedClassMarker)
(personl, rdf: type, rdv_core:RdvEntity)
(personl, rdv_core:key, "personl")
(personl, rdv_core:persisted_data_type, "ext_dom:Person")
And by omitting the following triples:
(estatel, domain: owner, personl)
(personl, domain :hasEstate, estatel)
[072] The resulting two acyclic subgraphs (for example, subgraph 2304 rooted at node “personl” and subgraph 2302 rooted at node“estatel”) generated based on such omitted information is illustrated in FIG. 23. It should be noted that the “domaimowner” and “domaimhasEstate” edges connecting the“personl” node and the“estatel” node (as illustrated in FIG. 22) have been omitted from the subgraph 2304 in FIG. 23, reducing the subgraph 2304 to be acyclic, as this omitted information can be recreated based on the application of the logic rules and schema information discussed above.
[073] These decomposed or segmented subgraphs may be stored in one or more databases and as a result, the database may be updated based on these subgraphs. Decomposing or segmenting the cyclic graphs into acyclic graphs has several advantages. For one, storing and manipulating an acyclic graph in a database (as opposed to a cyclic graph) can be done more efficiently than using cyclic graphs. Additionally, utilization of computer and communication resources for transmission and reception of an acyclic graph (or subgraph) may be reduced due to smaller size of the acyclic graphs (or subgraphs), as compared to the resources required for transmission and reception of the cyclic graphs (or subgraphs). Accordingly, the use of such acyclic graphs (or subgraphs) may make it more efficient to store and retrieve (or infer) information as it saves memory space since redundant information can be recreated using the logic rules. Flowcharts associated with this portion of the disclosure are described starting with FIG. 24.
[074] It should be appreciated that the description of the functionality provided by the different subsystems 112-116 described herein is for illustrative purposes only, and is not intended to be limiting, as any of subsystems 112-116 may provide more or less functionality than is described. For example, additional subsystems may be programmed to perform some or all of the functionality attributed herein to one of subsystems 112-116.
[075] The system 100 may further comprise a client device 104 (or multiple client devices 104). A client device 104 may comprise any type of mobile terminal, fixed terminal, or other device. By way of example, a client device 104 may comprise a desktop computer, a notebook computer, a netbook computer, a tablet computer, a smartphone, a navigation device, an electronic book device, a gaming device, or other user device. Users may, for instance, utilize one or more client devices 104 to interact with computer system 102 or other components of system 100. The users may include administrative users such as managers or programmers who manage the subsystems 112-116. The users may also include customers who use ontology- configurable programs and applications derived thereof.
[076] Attention will now be turned to a more detailed description of various embodiments comprising one or more features related to providing ontology-configurable computer programs and/or supplemental functionalities for computer programs via ontology instances. It should be noted that features described herein may be implemented separately or in combination with one another.
[077] Functionalities Provided via a Class Ontology Instance
[078] FIGs. 4-6 illustrate one aspect of the invention, which can provide supplemental functionalities for an executable program via a class ontology instance. FIGs. 4-6 further describe the design and creation of a class of applications by the use of a class ontology. The ontology describes the class of applications, and, at runtime, instances of the ontology are used as metadata for specifying a particular application.
[079] As shown in FIG. 4, an ontology 402 (a class ontology) describes a class of applications 404, such as the classes listed in Table 1. For example, a BPM class ontology may embody all of the axioms contained in the textual description of the BPMN specification. An example BPM class ontology has been described above with respect to FIG. 13. As mentioned above, both class information and axiom information may be extracted from a class ontology and used to generate the programming interface and logic rules, respectively. Following the BPM class ontology example described in FIG. 13, the BPM class ontology in the format RDF/XML may be processed by a computer program to generate classes in programming languages equivalent to the static structure of the BPM class ontology. For example, the class in Scala programming language representing the MessageEndEvent class in RDF/XML is:
object MessageEndEventCriteria {
def apply (m: Model) = new MessageEndEventCriteria(m, List( (m.owl.owlResource.rdffype, m.rnMessageEndEvent) ))
} class MessageEndEventCriteria(m: Model, l: List[(topengine.api.rdf.Resource,
topengine.api.rdf.Resource)]) extends topengine.api.owl.Criteria(l) { def addTopReactiveHelper(o: String) = new MessageEndEventCriteria(m,
(m.rn.topReactiveHelper, m.rdfSession.createLiteral(o)) :: criteria)
def addHasEventDefmitions(o: EventDefmition) = new MessageEndEventCriteria(m,
(m.rn.hasEventDefmitions, o.s) :: criteria)
def addlncomingSequenceFlow s(o: SequenceFlow) = new MessageEndEventCriteria(m, (m.rn.incomingSequenceFlows, o.s) :: criteria) def addOutgoingSequenceFlow(o: SequenceFlow) = new MessageEndEventCriteria(m, (m.rn.outgoingSequenceFlow, o.s) :: criteria)
} object MessageEndEvent { def apply(m: Model, s: topengine.api.rdf. Resource) = {
new MessageEndEventImpl(m, m.createInstanceOf(s, m.rnMessageEndEvent))
} def createlnstance(m: Model) = new MessageEndEventImpl(m,
m.createInstanceOf(m.rnMessageEndEvent))
def createNamedInstance(m: Model, name: String) = new MessageEndEventImpl(m, m. createNamedInstanceOf(name, m. rnMessageEndEvent) ) def asMessageEndEvent(m: Model, s: topengine.api.rdf Resource) : OptionjMessageEndEvent] = {
if(m.isInstanceOf(s, m.rnMessageEndEvent)) Some (Message EndEventfm, s))
else None
} def fmd(m: Model): I ter able [MessageEndEvent] =
m.fmdCustomSubject(m.rn.MessageEndEvent, MessageEndEventCriteria(m), { r =>
MessageEndEvent.asMessageEndEvent(m.bpmn, r) match {
case Some(c) => c
case None => throw topengine.api.TopEngineException(MessageEndEvent.findhas subject(s) that are not type MessageEndEvent") }}) clef find(m: Model, criteria: MessageEndEventCriteria) : Iterable [MessageEndEvent] = m.fmdCustomSubject(m.rnMessageEndEvent, criteria, { r =>
MessageEndEvent.asMessageEndEvent(m.bpmn, r) match {
case Some(c) => c
case None => throw topengine.api.TopEngineException("MessageEndEvent.findhas subject(s) that are not type MessageEndEvent") }})
} trait MessageEndEvent extends EndEvent { val s: topengine.api. rdf. Resource // Properties } class MessageEndEventImpl(m: Model, s: topengine.api. rdf Resource) extends
topengine.api.owl. ThingImpl(m.owl, s) with MessageEndEvent {
// Base classes def asEndEvent: EndEvent = EndEvent(m.bpmn, s)
def asEvent: Event = Event(m.bpmn, s)
def asFlowNode: Flow Node = FlowNode(m.bpmn, s)
def asFlowElement: Flow Element = FlowElement(m.bpmn, s)
def asThing: topengine.api. owl. Thing = topengine.api. owl.Thing(m.owl, s)
// Properties // topReactiveHelper is a Datatype Functional Property, range is String
def topReactiveHelper: Option [String] = m.hasObjectAsLiteral(s, m.rn.topReactiveHelper) map { .getString }
def setTopReactiveHelper(o: String) = m.setFunctionalPropertyValue(s,
m.rn.topReactiveHelper, o)
// hasEventDefmitions is an Object Property
defhasEventDefmitions: Iterable [EventDefmition] = m.rdfSession.getCustomObjects(s, m.rn.hasEventDefmitions, { r => EventDefmition.asEventDefmition(m.bpmn, r) match { case Some(c) => c
case None => throw
topengine.api.TopEngineException("MessageEndEvent.hasEventDefmitions has object(s) that are not type EventDefmition") }})
def addHasEventDefmitions(o: EventDefmition) = m.addPropertyValue(s,
m.rn.hasEventDefmitions, o.s)
def removeHasEventDefmitions(o: EventDefmition) = m.removePropertyValue(s,
m.rn.hasEventDefmitions, o.s)
def removeAllHasEventDefmitions = m.removePropertyValue(s, m.rn.hasEventDefmitions)
// incomingSequenceFlows is an Object Property
def incomingSequenceFlows: Iterable [SequenceFlow] = m.rdfSession.getCustomObjects(s, m.rn.incomingSequenceFlows, { r SequenceFlow. asSequenceFlo (m.bpmn, r) match { case Some(c) => c
case None => throw
topengine.api. TopEngineException("MessageEndEvent.incomingSequenceFlows has object(s) that are not type SequenceFlow ") }})
def addlncomingSequenceFlow s(o: SequenceFlow) = m.addPropertyValue(s,
m. rn. incomingSequenceFlows, o.s) def removeIncomingSequenceFlows(o: SequenceFlow) = m.removePropertyValue(s, m. rn. incomingSequenceFlows, o.s)
defremoveAllIncomingSequenceFlows = m.removePropertyValue(s,
m. rn. incomingSequenceFlows)
// outgoingSequenceFlow is an Object Property
def outgoingSequenceFlow : Iterable [SequenceFlow] = m.rdfSession.getCustomObjects(s, m.rn.outgoingSequenceFlow, { r => SequenceFlow.asSequenceFlow(m.bpmn, r) match { case Some(c) => c
case None => throw
topengine.api. TopEngineException("MessageEndEvent.outgoingSequenceFlow has object(s) that are not type SequenceFlow") }})
def addOutgoingSequenceFlow(o: SequenceFlow) = m.addPropertyValue(s,
m.rn.outgoingSequenceFlow, o.s)
def removeOutgoingSequenceFlow(o: SequenceFlow) = m.removePropertyValue(s,
m.rn.outgoingSequenceFlow, o.s)
def remove AllOutgoingSequenceFlow = m.removePropertyValue(s,
m. rn. outgoingSequenceFlow ) override def equals(o: Any) = o match {
case that: topengine.api.owl.Thinglmpl => that.s.key == s.key
case _ => false
}
override defhashCode = s.key
}
The generated class provides a natural interface to executable programs written in Scala programming language for accessing supplemental information (for example, metadata) stored in a working memory. The class MessageEndEventlmpl is the generated implementation class that performs the access to the underlying supplemental information, for example, in RDF graph. [080] The generated classes in the programming language may capture the static data model embodied by the ontology. The axioms may be taken into consideration by logic rules that are applied to the supplemental information continuously as data is added to or subtracted from the supplemental information. The logic rules may be generated automatically from the BPM class ontology described in FIG. 13. For example, the logic rules corresponding to the class equivalence axiom for the class MessageEndEvent are:
# bpmn:MessageEndEvent is equivalent to the following conjunction:
[n=bpmn52, s=100]:
(?s rdf: type bpm EndEvent).
(?s bpmn:hasEventDefmitions ?o).(?o rdftype bpmn:MessageEventDefmition).
[?s test cardinality bpmn res: 8]
->
(?s rdftype bpmn:MessageEndEvent)
[081] Back to FIG. 4, an instance 406 of the class ontology 402 may be obtained from the class ontology 402. The ontology instance 406 may specify an application 408 in the class of applications 404. Following the BPM class ontology example described in FIG. 13, a sample human resource employee on-boarding process may be specified as an instance of the example BPM class ontology, and thus, the employee on-boarding application is a member of the class of BPM applications. The on-boarding process described herein is for illustrative purposes only and is not meant to be complete. The process includes an instance of bpm Process class having a single bpmn: Flow Element of type bpmn: Star tEvent. This start event has an event definition of type bpmn:MessageEventDefmition. The event definition defines the mapping elements for the message initiating the business process. In this example, it defines the mapping for the first and last name of the employee. The example employee on-boarding process may be expressed as individuals of the example BPM class ontology and can be expressed as an OWL document in the RDF/XML format:
</— http://owl.reactivecore.com/topreactive/sample/bpmn/acme-bpmn- hr lA cmeOnboardingProcess— > <owl:NamedIndividual rdf:about= "&acme-bpmn-hr;iAcmeOnboardingProcess "> <rdf:type rdf:resource= "&bpmn;Process"/>
<bpmn:hasFlowElement rdf.resource = "&acme-bpmn-hr;iAcmeStartOnboarding"/> </owl:NamedIndividual>
</— http://owl.reactivecore.com/topreactive/sample/bpmn/acme-bpmn- hr lA cmeSlarlOnboarding— >
<owl:NamedIndividual rdf:about= "&acme-bpmn-hr;iAcmeStartOnboarding"> <rdf:type rdf:resource= "&bpmn;StartEvent"/>
<bpmn:hasEventDefmitions rdf:resource="&acme-bpmn- hr;iStartOnboardingMessageDefmition"/>
</owl:NamedIndividual>
<!— http://owl.reactivecore.com/topreactive/sample/bpmn/acme-bpmn- hr ilurstNameMappingElm—>
<owl:NamedIndividual rdf:about= "&acme-bpmn-hr;iFirstNameMappingElm "> <rdf:type rdf:resource= "&bpmn;MappingElement"/>
< bpmn:sourceFieldName>GivenName </bpmn:sourceFieldName >
<bpmn:targetFieldName>hr:firstName</bpmn:targetFieldName>
<bpmn:targetFieldType>xsd:string</bpmn:targetFieldType>
<bpmn:sourceFieldType>xsd:string</bpmn:sourceFieldType>
</owl:NamedIndividual>
<!— http://owl.reactivecore.com/topreactive/sample/bpmn/acme-bpmn- hr iLastNameMappingElm—> <owl:NamedIndividual rdf:about= "&acme-bpmn-hr;iLastNameMappingElm ">
<rdf:type rdf:resource="&bpmn;MappingElement"/>
<bpmn:targetFieldType>xsd:string</bpmn:targetFieldType>
<bpmn:targetFieldName>hr:lastName</bpmn:targetFieldName>
<bpmn:sourceFieldName>FamilyName</bpmn:sourceFieldName>
<bpmn:sourceFieldType>xsd:string</bpmn:sourceFieldType>
</owl:NamedIndividual>
</— http://owl.reactivecore.com/topreactive/sample/bpmn/acme-bpmn- hr iStartOnboardingMessage Definition— >
<owl:NamedIndividual rdf:about= "&acme-bpmn-hr;iStartOnboardingMessageDefmition "> <rdf:type rdf:resource="&bpmn;MessageEventDefmition"/>
<bpmn:hasEventDefmitions rdf:resource="&acme-bpmn-hr;iFirstNameMappingElm "/> <bpmn:hasEventDefmitions rdf:resource="&acme-bpmn-hr;iLastNameMappingElm "/> </owl:NamedIndividual>
[082] In FIG. 4, supplemental information 410 may be generated based on the ontology instance 406. The supplemental information 410 may be related to functionalities 412 of the application 408 in the class of applications 404. As mentioned above with respect to FIG. 3, the supplemental information 410 may include metadata transformed from the ontology instance 406 and metadata inferred from the ontology instance 406 using logic rules generated based on the class ontology 402. The supplemental information 410 may be provided as input to an executable program 409 at runtime so as to enable the application functionalities 412 to be available via the executable program 409. As mentioned above with respect to FIG. 3, the programming interface generated based on the class ontology 402 may be provided to the executable program 409 for accessing the supplemental information 410 in the working memory at runtime.
[083] Following the BPM class ontology example described in FIG. 13, the ontology instance 406 defining the employee on-boarding process may be expressed as triples in the working memory:
(acme-bpmn-hr:iAcmeOnboardingProcess, rdf. type, bpmn: Process)
(acme-bpmn-hr:iAcmeOnboardingProcess, rdf. type, owPNamedlndividual)
(acme-bpmn-hr:iAcmeOnboardingProcess, bpmn:hasFlowElement, acme-bpmn- hr: iA cme StartOnboarding)
(acme-bpmn-hr:iAcmeStar tOnboarding, rdf. type, bpim i : Start]) vent)
(acme-bpmn-hr:iAcmeStar tOnboarding, rdf type, o H' I: Named I / idi vidua I )
(acme-bpmn-hr:iAcmeStar tOnboarding, bpmn:hasEventDefmitions, acme-bpmn- hr : iStartOnboardingMessage Definition)
(acme-bpmn-hr:iStartOnboardingMessageDefmition, rdf type, bpmn:MessageEventDefmition) ( acme-bpmn-hr: iStartOnboardingMessageDe fmition, rdf type, ow I : Named I / idi vidua I ) (acme-bpmn-hr:iStartOnboardingMessageDefmition, bpmmhasEventDefinitions, acme-bpmn- hr: iFirstNameMappingElm )
(acme-bpmn-hr iiStartOnboardingMessage Definition, bpmmhasEventDefinitions, acme-bpmn- hr: iLastN ameMappingElm )
(acme-bpmn-hr: iFirstNameMappingElm, rdf. type, bpmnMappingElement)
(acme-bpmn-hr: iFirstNameMappingElm, rdf. type, o it’ l : Named I / idi vidua l )
(acme-bpmn-hr iFirstNameMappingElm, bpmn:sourceFieldName, "GivenName ")
(acme-bpmn-hr iFirstNameMappingElm, bpmn:sourceFieldType, "xsd: string")
(acme-bpmn-hr FirstNameMappingElm, bpmniargetFieldName, "hr:firstName ")
(acme-bpmn-hr iFirstNameMappingElm, bpmniargetFieldType, "xsd: string")
(acme-bpmn-hr iLastNameMappingElm, rdf. type, bpmnMappingElement)
(acme-bpmn-hr iLastNameMappingElm, rdf. type, o it’ l: Named I / idi vidual )
(acme-bpmn-hr iLastNameMappingElm, bpmn:sourceFieldName, "FamilyName ")
(acme-bpmn-hr iLastNameMappingElm, bpmn:sourceFieldType, "xsd: string") (acme-bpmn-hr:iLastNameMappingElm, bpmn:targetFieldName, "hr:lastName ")
(acme-bpmn-hr:iLastNameMappingElm, bpmn:targetFieldType, "xsd:string")
At runtime, the executable program 409 may be using the BPM definition above along with the corresponding generated logic rules to have a complete definition of the metadata defining the employee on-boarding application.
[084] In order to increase the runtime performance of the executable program 409 with the supplemental functionalities, it is possible to augment the ontology instance 406 with entailments computed by the logic rules generated based on the class ontology 402 to have more comprehensive supplemental information. As an example, the employee on-boarding process may be augmented with entailments of the BPM class ontology using the generated logic rules to obtain the following supplemental information:
(icme-bpmn-hr:iAcmeOnboardingProcess , rdf: type, owl: Thing)
(icme-bpmn-hr:iAcmeOnboardingProcess , rdftype, bpmn:FlowElementContainer)
(acme-bpmn-hr:iAcmeOnboardingProcess, rdftype, bpmn:Process)
(acme-bpmn-hr:iAcmeOnboardingProcess, rdftype, owENamedlndividual)
(acme-bpmn-hr:iAcmeOnboardingProcess, bpmn:hasFlowElement, acme-bpmn- hr: iA cme StartOnboarding)
(acme-bpmn-hr:iAcmeStartOnboarding, rdftype, owl: Thing)
(acme-bpmn-hr:iAcmeStartOnboarding, rdftype, bpmn:Event)
(acme-bpmn-hr:iAcmeStartOnboarding, rdftype, bpntn: ElowElement)
(acme-bpmn-hr:iAcmeStartOnboarding, rdftype, bpntn: FlowNode)
(acme-bpmn-hr:iAcmeStartOnboarding, rdftype, bpmn:MessageStartEvent)
(acme-bpmn-hr:iAcmeStar tOnboarding, rdftype, bpmn:StartEvent)
(acme-bpmn-hr:iAcmeStar tOnboarding, rdftype, o ir l : Nam d I / idi vidua I )
(acme-bpmn-hr:iAcmeStar tOnboarding, bpmn:hasEventDefmitions, acme-bpmn- hr : i Star lOnboardingMessage Definition) (icme-bpmn-hr:iAcmeStartOnboarding , bpmn:hasMessageEventDefinitions, acme-bpmn- hriStartOnboardingMessageDefinition)
(acme-bpmn-hr:iAcmeStartOnboarding, bpmn. topReuctiveHelper, "iMessageStartEvent ") (acme-bpmn-hr:iAcmeStartOnboarding, top:consistent_on, bpmn:hasEventDefinitions)
(acme-bpmn-hr:iStartOnboardingMessageDefinition, rdf: type, owl: Thing)
(acme-bpmn-hr:iStartOnboardingMessageDefinition, rdftype, bpmn:EventDefinition)
( acme-bpmn-hr: iStartOnboardingMessageDe fmition, rdf: type,
bpmmMessageEventDefinition)
( cme-bpmn-hr: iStartOnboardingMessageDe fmition, rdf: type, ow I: Named I / idi vidua I ) (acme-bpmn-hr:iStart()nboardingMessage Definition, bpmn:hasEventDefinitions, acme- bpmn-hr: iFirstNameMappingElm )
(acme-bpmn-hr :iStart()nboardingMessage Definition, bpmmhasEventDefinitions, acme- bpmn-hr: iLastNameMappingElm )
(acme-bpmn-hr: iFirstNameMappingElm, rdftype, owl: Thing)
(acme-bpmn-hr: iFirstNameMappingElm, rdftype, bpmn:SupportingElement)
(acme-bpmn-hr iFirstNameMappingElm, rdftype, bpmnMappingElement)
(acme-bpmn-hr iFirstNameMappingElm, rdftype, owLNamedlndividual)
(acme-bpmn-hr FirstNameMappingElm, bpmn:sourceFieldName, "GivenName ")
(acme-bpmn-hr FirstNameMappingElm, bpmn:sourceFieldType, "xsd: string")
(acme-bpmn-hr FirstNameMappingElm, bpmn:targetFieldName, "hr:firstName ")
(acme-bpmn-hr FirstNameMappingElm, bpmn:targetFieldType, "xsd: string")
(acme-bpmn-hr iLastNameMappingElm, rdftype, owl: Thing)
(acme-bpmn-hr iLastNameMappingElm, rdftype, bpmn:SupportingElement)
(acme-bpmn-hr iLastNameMappingElm, rdftype, bpmnMappingElement)
(acme-bpmn-hr iLastNameMappingElm, rdftype, owLNamedlndividual)
(acme-bpmn-hr LastNameMappingElm, bpmn: sourceFieldName, "FamilyName ") (acme-bpmn-hr:iLastNameMappingElm, bpmn: sourceFieldType, "xsd: string")
(acme-bpmn-hr:iLastNameMappingElm, bpmn:targetFieldName, "hrdaslName ")
(acme-bpmn-hr:iLastNameMappingElm, bpmn:targetFieldType, "xsd: string")
It is noted that the triples in bold are the inferred entailments (metadata), while the rest of the triples are metadata transformed from the BPM ontology instance.
[085] The supplemental information with augmented metadata contains additional information. For example, the named individual acme-bpmn-hr:iAcmeStartOnboarding is not only a bpmn:StartEvent as the asserted facts indicated, but also of type bpmn:MessageStartEvent as a consequence of the equivalent class definition present in the ontology. This supplemental information corresponding to the employee on-boarding application functionalities may be stored in the working memory and become the metadata information used by the executable program 409 at runtime. As a result, in some embodiments, the generated logic rules may no longer be needed by the executable program 409 once the metadata information is augmented with the inferred entailments. It may be needed when a new application is defined using a new instance of the BPM class ontology.
[086] FIG. 5 is a flowchart 500 of a method of providing supplemental functionalities for a computer program via ontology instances, in accordance with some embodiments.
[087] In an operation 502, a computer program associated with an ontology may be caused to be run. The ontology may include information indicating attributes for a set of applications (for example, a class of BPM application). Operation 502 may be performed by one or more processors that are the same as or similar to the processors 106, in accordance with one or more embodiments.
[088] In an operation 504, an instance of the ontology may be obtained. The ontology instance may correspond to an application of the set of applications. Operation 504 may be performed by an ontology management subsystem that is the same as or similar to the ontology management subsystem 112, in accordance with one or more embodiments.
[089] In an operation 506, supplemental information for the computer program may be generated based on the ontology instance. The supplemental information may be related to functionalities of the application. Operation 506 may be performed by a supplemental information generation subsystem that is the same as or similar to the supplemental information generation subsystem 114, in accordance with one or more embodiments.
[090] In an operation 508, the supplemental information may be provided as input to the computer program to enable the functionalities of the application to be available via the computer program. Operation 508 may be performed by one or more processors that are the same as or similar to the processors 106, in accordance with one or more embodiments.
[091] It should be understood that in some embodiments, operations 504-508 may be repeated to enable different functionalities of another application in the set of application to be available via the computer program. For example, another ontology instance corresponding to the other application may be obtained, and another supplemental information related to the different functionalities may be generated based on the other ontology instance and provided as input to the computer program.
[092] FIG. 6 is a flowchart 600 of a method of generating a programming interface and logic rules based on a class ontology, in accordance with some embodiments.
[093] In an operation 602, an ontology associated with a class of applications may be obtained. Operation 602 may be performed by an ontology defining component that is the same as or similar to the ontology defining component 202, in accordance with one or more embodiments.
[094] In an operation 604, a freeze may be assigned to the ontology that disables further modification of the ontology. In some embodiments, the freeze may be assigned once the ontology has been completed and validated to ensure the consistency of the ontology. Operation 604 may be performed by an ontology validation component that is the same as or similar to the ontology validation component 204, in accordance with one or more embodiments.
[095] In an operation 606, class information may be extracted from the ontology. The class information may include, for example, class structures, data properties associated with each class, and the relationships between classes. Operation 606 may be performed by a programming interface generation component that is the same as or similar to the programming interface generation component 206, in accordance with one or more embodiments.
[096] In an operation 608, a programming interface may be generated based on the class information. The programming interface may be in the form of computer code in a programming language and may be used by a computer program (for example, the computer program of FIG. 5) for accessing metadata information stored in the working memory. Operation 608 may be performed by a programming interface generation component that is the same as or similar to the programming interface generation component 206, in accordance with one or more embodiments.
[097] In an operation 610, axiom information may be extracted from the ontology. Operation 610 may be performed by a logic rule generation component that is the same as or similar to the logic rule generation component 208, in accordance with one or more embodiments.
[098] In an operation 612, logic rules may be generated based on the axiom information. The logic rules may be used to infer additional metadata, for example, entailments on the objects of the ontology. Operation 612 may be performed by a logic rule generation component that is the same as or similar to the logic rule generation component 208, in accordance with one or more embodiments.
[099] In an operation 614, logic rules may be augmented with runtime rules of the computer program. The augmented rules may be used for executing the computer program at runtime. Operation 614 may be performed by a logic rule generation component that is the same as or similar to the logic rule generation component 208, in accordance with one or more embodiments.
[0100] Functionalities Provided via Domain-Specific and General Ontology Instances
[0101] In addition to a class ontology describing a class of application, a particular application often needs to access domain-specific information. The traditional approach to add domain- specific information to an application is to have programmers write application code embodying the domain-specific knowledge in some programming language, or to have the application code be generated automatically based on some information gathered from a business analyst or a domain expert. FIGs. 7-9 illustrate an example of providing supplemental functionalities for a computer program (for example, an executable program or other computer program) via a domain-specific ontology and a general ontology instance. That is, a computer program may be specialized in a particular domain of interest using a domain-specific ontology without changing the computer code of the computer program.
[0102] As shown in FIG. 7, a general ontology 702 is obtained. The general ontology 702 may be a domain meta model ontology designed to describe the class structure of any domain-specific ontologies 704. The domain-specific ontologies 704 may be associated with domains of interest 706, such as the ones listed in Table 1. The general ontology 702 may not be modified and may have no dependency on any domain-specific ontologies 704. This may become a known and explicit structure used by an executable program 709 to interpret the structure of a particular domain-specific ontology 710. An example general ontology (domain meta model ontology) has been shown above with respect to FIG. 14, and an example domain-specific ontology 710 in the human resource domain has been shown above with respect to FIG. 15. The general ontology in FIG. 14 can be used to interpret any domain-specific ontologies 704, including the human resource domain ontology in FIG. 15.
[0103] As mentioned above, both class information and axiom information may be extracted from the general ontology 702 and used to generate the programming interface and logic rules, respectively. Similarly, axiom information may be extracted from the domain-specific ontology 710 and used to generate the specific logic rules. The specific logic rules may be applied to an instance 708 of the general ontology 702 by the executable program 709. Following the human resource domain ontology example described in FIG. 15, the axioms of the human resource domain ontology may be captured in logic rules that are generated automatically from the human resource domain ontology using a computer program. For example, the axiom information includes axioms for the class BoardDirector. The restriction that a BoardDirector must have a role of type BoardDirectorRole is expressed as:
# hr:hasRole some hr : BoardDirectorRole
[n=hrl2, s=100]: (?s rdf. type hr.BoardDirector). (?s hr:hasRole ?o).(?o rdf type
hr .BoardDirectorRole) -> (?s top consistent on hr:hasRole)
[n=hrl3, s=10]: (?s rdf. type hr : BoardDirector) .noth?' s top consistent on hrthasRole) -> (?s rdf.type owl: Nothing)
The first rule indicates that a BoardDirector with a role of BoardDirectorRole is a consistent individual with regard to the property hasRole. The second rule indicates the complement of the first rule, meaning that a BoardDirector that does not have a consistent relationship on the property hasRole is an inconsistent individual (indicated as a member of Nothing).
[0104] Referring back to FIG. 7, the instance 708 of the general ontology 702 may be obtained. The general ontology instance 708 may be based on the domain-specific ontology 710 and correspond to an application 712 in the domain of interest associated with the domain-specific ontology 710. Supplemental information 714 may be generated for the executable program 709 based on the general ontology instance 708. The supplemental information 714 may be related to the functionalities 716 of the application 712. The supplemental information 714 may be provided as input to the executable program 709 at runtime so as to enable the application functionalities 716 to be available via the executable program 709. As mentioned above with respect to FIG. 3, the programming interface generated based on the general ontology 702 may be provided to the executable program 709 for accessing the supplemental information 714 in a working memory at runtime. The executable program 709 may also include the rule engine 310 to execute the generated logic rules associated with programming interface and the domain- specific ontology 710. At runtime, the executable program 709 may be provided with the supplemental information 714 (for example, domain-specific metadata information). This supplemental information 714 may be accessed programmatically using the generated programming interface (for example, class structure). Logic rules may be supplied for the executable program 709 without the need to modify the computer code of the executable program. As mentioned above, the runtime rules govern the execution of the executable program 709 and do not alter the ontological definition of the general and domain-specific ontologies 702 and 710. The runtime rules may be used in conjunction with the generated logic rules from the axioms of the domain-specific ontology 710 and applied on the inputted supplemental information 714.
[0105] Following the domain meta model ontology example in FIG. 14 and the human resource domain ontology example described in FIG. 15, the ontology instance 708 is an instance of the example domain meta model ontology, the domain-specific ontology 710 is the example human resource domain ontology, and the application 712 is a human resource application. The example human resource domain ontology may be described using the instance of the domain meta model ontology. The domain meta model ontology can be used to describe any domain-specific ontology, which is an important productivity gain since the class of applications only needs to know the structure of the domain meta model ontology, using the generated classes in any programming language, to discover any domain-specific ontology without the need to change the executable program 709. As an example, the following is an extract of the domain meta model ontology instance generated automatically using a computer program with the example human resource domain ontology as input:
(i hr: BoardDirector, rdf: type, domain :ClassMetadata)
(i hr: BoardDirector, domain: className,”hr:BoardDirector')
( i hr .BoardDirector, domain:directSubClassOf i hr: Per son)
(i hr .BoardDirector, domain:allProperties, i hr :BoardDirector-hr:firstName)
(i hr .BoardDirector, domain:allProperties, i hr :BoardDirector-hr:hasRole)
(i hr .BoardDirector, domain:allProperties, i hr :BoardDirector-hr astName)
( i hr: BoardDirector-hr :hasRole, rdf: type, domain:PropertyMetadata)
(i hr: BoardDirector-hr :hasRole, domain:propertyName, "hr :hasRole ")
(i hr: BoardDirector-hr :hasRole, domai range, "hr: Role ")
( i hr: BoardDirector-hr :hasRole, domain: hasSome ValueFromRestriction,
"hr :BoardDirectorRole ")
(i hr: BoardDirector-hr :hasRole, domain nshiinctional Property, "0 ")
(i hr: BoardDirector-hr :hasRole, domain nsObjectP roper ty, "1 ")
In the extract above, the class hr .BoardDirector is described using an instance of domain :ClassMetadata named i hr BoardDirector . The property hr:hasRole is described using an instance of domainBropertyMetadata and the restriction that a BoardDirector must have a role with value from the class hr BoardDirectorRole has been captured.
[0106] The metadata describing the human resource domain ontology may be augmented with entailments from the domain meta model ontology (inferred metadata). This augments the metadata information with the inferred class structure. Using the human resource domain ontology as input, the augmented metadata information obtained after applying the logic rules generated based on the domain meta model ontology is:
i_hr: BoardDirector, rdf: type, owl: Thing)
(i_hr: BoardDirector, rdftype, domain: DomainMetaModel)
(i hr: BoardDirector, rdftype, domain :ClassMetadata)
(i hr: BoardDirector, domain: className,”hr:BoardDirector')
( i hr .BoardDirector, domain:directSubClassOf i hr: Per son)
(i_hr: BoardDirector, domain: subClassOf, i owhThing)
(i_hr: BoardDirector, domain: subClassOf, i hr. ResourceManagement)
(i_hr: BoardDirector, domain: subClassOf, i_hr:Person)
(i hr .BoardDirector, domain:allProperties, i hr :BoardDirector-hr firstName)
(i hr .BoardDirector, domain:allProperties, i hr :BoardDirector-hr:hasRole)
(i hr .BoardDirector, domain:allProperties, i hr :BoardDirector-hr astName)
(i_hr: BoardDirector-hr :hasRole, rdftype, owl: Thing)
(i_hr:BoardDirector-hr:hasRole, rdftype, domain: DomainMetaModel)
( i hr: BoardDirector-hr :hasRole, rdf: type, domain:PropertyMetadata)
(i hr: BoardDirector-hr :hasRole, domain:propertyName, "hr :hasRole ")
(i hr: BoardDirector-hr :hasRole, domai range, "hr: Role ")
( i hr: BoardDirector-hr :hasRole, domain: hasSome ValueFromRestriction,
"hr :BoardDirectorRole ")
(i hr: BoardDirector-hr :hasRole, domain nshiinctional Property, "0 ")
(i hr: BoardDirector-hr :hasRole, domain nsObjectProperty, "1 ")
The inferred entailments (additional supplemental information) are indicated in bold above.
[0107] In some embodiments, the expressibility of the executable program may be augmented by integrating the general ontology into a class ontology describing a class of applications. The expressibility of the resulting executable program can be increased by integrating the general ontology (for example, a domain meta model ontology) with the class ontology. This integration may be done by importing the general ontology into the class ontology in order to specify domain-specific dependency.
[0108] As an example, it may be desired to inform the mapping algorithm of axioms present in the target elements, for example, if the property is a functional property or the ability to ensure the validity of the type is used in the range of the target element. Specifically, consider the equivalent specification of the above-mentioned example of an employee on-boarding process using the instance of the domain metal model ontology as metadata describing the human resource domain ontology example:
#
# Metadata describing Acme Employee On-Boarding Process
#
( cme-bpmn-hr2 : iAcmeOnboardingProcess, rdf: type, bpmn2 : Process)
(acme-bpmn-hr2:iAcmeOnboardingProcess, rdftype, o it’ l : Named I / idi vidua I )
( cme-bpmn-hr2 : iAcmeOnboardingProcess, bpmn2 :hasFlowElement, acme-bpmn- hr2 : iOnboardingStartEvent)
( cme-bpmn-hr2 : iOnboardingStartEvent, rdf: type, bpmn2 :StartEvent)
( cme-bpmn-hr2 : iOnboardingStartEvent, rdf: type, o it’ 1: Named I / idi vidua I )
(acme-bpmn-hr2: iOnboardingStartEvent, bpmn2 :hasEventDefmitions, acme-bpmn- hr2:iOnboardingStartEventDefmition)
( cme-bpmn-hr2 : iOnboardingStartEventDe finition, rdf: type,
bpmn2 MessageEventDefmition)
( cme-bpmn-hr2 : iOnboardingStartEventDe finition, rdf: type, ow 1: Named I / idi vidua I )
( cme-bpmn-hr2 : iOnboardingStartEventDe finition, bpmn2 :hasMappingElements, acme- bpmn-hr2 : iOnboardingEmployeeMappingElement)
( cme-bpmn-hr2 : iOnboardingEmployeeMappingElement, rdf: type, bpmn2 MappingElement) (acme-bpmn-hr2:iOnboardingEmployeeMappingElement, rdftype, o \i’ 1: Named I / idi vidua I ) ( acme-bpmn-hr2 : iOnboardingEmployeeMappingElement,
bpmn2:hasDomainEntityMappingDefmition, acme-bpmn-hr2:iEmployeeMappingDefinition)
(acme-bpmn-hr2:iEmployeeMappingDefinition, rdf:type,
domain:DomainEntityMappingDefinition)
(acme-bpmn-hr2:iEmployeeMappingDefinition, rdf:type, owLNamedlndividual)
(acme-bpmn-hr2:iEmployeeMappingDefinition, domain: entit ClassMetadata,
i_hr: Employee)
(acme-bpmn-hr2:iEmployeeMappingDefinition,
domain:hasI)omainPropertyMappingI)efinitions, acme- bp mn- hr2:iFirstNameMappingDefinition)
(acme-bpmn-hr2:iEmployeeMappingDefinition,
domain:hasI)omainPropertyMappingI)efinitions, acme-bpmn- hr2:iLastNameMappingDefinition)
(acme-bpmn-hr2:iFirstNameMappingDefinition, rdf:type,
domain:DomainPropertyMappingDefinition)
( cme-bpmn-hr2 : iFirstNameMappingDefmition, rdf: type, ow LNamedlndividual)
(acme-bpmn-hr2:iFirstNameMappingDefmition, domain:sourceFieldName, "GivenName ") (acme-bpmn-hr2:iFirstNameMappingDefmition, domain: sourceFieldType, "xsd: string")
(acme-bpmn-hr2:iFirstNameMappingDefinition, domain:tar get Property Metadata, i_hr: Employ ee-firstName)
(acme-bpmn-hr2:iLastNameMappingDefinition, rdf:type,
domain:DomainPropertyMappingDefinition)
( cme-bpmn-hr2 : iLastNameMappingDefmition, rdf: type, ow LNamedlndividual)
(acme-bpmn-hr2:iLastNameMappingDefmition, domain:sourceFieldName, "FamilyName ") (acme-bpmn-hr2:iLastNameMappingDefmition, domain: sourceFieldType, "xsd: string") (icme-bpmn-hr2:iLastNameMappingDefinition , domain.target Property Metadata, i_hr: Employ ee-lastName)
#
# Metadata describing HR sample Domain Ontology
#
(i_hr:Employee, rdfitype, domain: ClassMetadata)
(i hr: Employee, rdf: type, ow l: Namedlndi vidua l )
(i hr: Employee, domain:className, "hr:Employee")
(i hr: Employee, domain:directProperties, i hr :Employee-firstName)
(i hr: Employee, domain:directProperties, i hr :Employee-lastName)
(i_hr: Employ ee-firstName, rdfitype, domain: Property Metadata)
(i hr: Employe e-fir stName, rdf: type, ow l: Namedlndi vidual )
(i hr: Employe e-fir stName, domain:propertyName, "hr:firstName")
(i hr: Employe e-fir stName, domaimrange, "xsd: string")
(i hr: Employe e-fir stName, do mail· i : isl· in ic tio: lal Property, "1")
(i hr: Employe e-fir stName, domain nsObjectP roper ty, "0")
(i_hr: Employ ee-lastName, rdfitype, domain: Property Metadata)
(i hr: Employee-lastName, rdf: type, owl:NamedIndividual)
(i hr :Employee-lastName, domain :propertyName, "hr astName ")
(i hr :Employee-lastName, domaimrange, "xsd:string")
(i hr :Employee-lastName, domain nsbiinctional Property, "1 ")
(i hr :Employee-lastName, domaimisObjectProperty, "0")
In the domain:DomainEntityMappingDefmition the Domain Entity is specified as an instance of domain: ClassMetadata (range of property domain:entityClassMetadata is of type domain: ClassMetadata, see highlights above in bold). Also, the Domain Property Mapping Definition (instances of domai DomainPropertyMappingDefinition) has an instance of domain:PropertyMetadata for range of domain:targetPropertyMetadata (see highlights above in bold). This provides a rich metadata description of the target domain-specific entities with full access to axioms and restrictions providing the ability of the executable program to enforce or validate them at runtime.
I0109J FIG 8 is a flowchart 800 of a method of providing supplemental functionalities for an executable program via a domain-specific ontology and an instance of a general ontology, in accordance with some embodiments.
[0110] In an operation 802, a computer program may be caused to be run. Operation 802 may be performed by one or more processors that are the same as or similar to the processors 106, in accordance with one or more embodiments.
[0111] In an operation 804, a general ontology and a domain-specific ontology may be obtained. The domain-specific ontology may be associated with a domain of interest, and the general ontology can be used to interpret the domain-specific ontology. Operation 804 may be performed by an ontology management subsystem that is the same as or similar to the ontology management subsystem 112, in accordance with one or more embodiments.
[0112] In an operation 806, an instance of the general ontology may be obtained. The general ontology instance may be based on the domain-specific ontology and correspond to an application associated with the domain of interest. Operation 806 may be performed by an ontology management subsystem that is the same as or similar to the ontology management subsystem 112, in accordance with one or more embodiments.
[0113] In an operation 808, supplemental information for the computer program may be generated based on the general ontology instance. The supplemental information may be related to functionalities of the application. Operation 808 may be performed by a supplemental information generation subsystem that is the same as or similar to the supplemental information generation subsystem 114, in accordance with one or more embodiments.
[0114] In an operation 810, the supplemental information may be provided as input to the computer program to enable the functionalities of the application to be available via the computer program. Operation 810 may be performed by one or more processors that are the same as or similar to the processors 106, in accordance with one or more embodiments.
[0115] It should be understood that, in some embodiments, operations 804-810 may be repeated to enable different functionalities of another application in a different domain of interest to be available via the computer program. For example, another domain-specific ontology in the different domain of interest and another general ontology instance corresponding to the other application may be obtained, and another supplemental information related to the different functionalities may be generated based on the other general ontology instance and domain- specific ontology and provided as input to the computer program.
[0116] FIG. 9 is a flowchart 900 of a method of generating a programming interface and logic rules based on a domain-specific ontology and a general ontology instance, in accordance with some embodiments.
[Oil 7] In an operation 902, a general ontology and a domain-specific ontology may be obtained. Operation 902 may be performed by an ontology defining component that is the same as or similar to the ontology defining component 202, in accordance with one or more embodiments.
[0118] In an operation 904, a freeze may be assigned to the general ontology and domain- specific ontology that disables further modification of the ontologies. In some embodiments, the freeze may be assigned once an ontology has been completed and validated to ensure the consistency of the ontology. Operation 904 may be performed by an ontology validation component that is the same as or similar to the ontology validation component 204, in accordance with one or more embodiments.
[0119] In an operation 906, class information may be extracted from the general ontology. The class information may include, for example, class structures, data properties associated with each class, and the relationships between classes. Operation 906 may be performed by a programming interface generation component that is the same as or similar to the programming interface generation component 206, in accordance with one or more embodiments.
[0120] In an operation 908, a programming interface may be generated based on the class information of the general ontology. The programming interface may be in the form of computer code in a programming language and may be used by a computer program (for example, the computer program of FIG. 8) for accessing metadata information stored in the working memory. Operation 908 may be performed by a programming interface generation component that is the same as or similar to the programming interface generation component 206, in accordance with one or more embodiments.
[0121] In an operation 910, axiom information may be extracted from the general ontology. Operation 910 may be performed by a logic rule generation component that is the same as or similar to the logic rule generation component 208, in accordance with one or more embodiments.
[0122] In an operation 912, general logic rules may be generated based on the axiom information of the general ontology. The general logic rules may be used to infer additional metadata, for example, entailments on the objects of the domain-specific ontology. Operation 912 may be performed by a logic rule generation component that is the same as or similar to the logic rule generation component 208, in accordance with one or more embodiments.
[0123] In an operation 914, axiom information may be extracted from the domain-specific ontology. Operation 914 may be performed by a logic rule generation component that is the same as or similar to the logic rule generation component 208, in accordance with one or more embodiments.
[0124] In an operation 916, specific logic rules may be generated based on the axiom information of the domain-specific ontology. The specific logic rules may be applied to manipulate the supplemental information by the computer program. Operation 916 may be performed by a logic rule generation component that is the same as or similar to the logic rule generation component 208, in accordance with one or more embodiments.
[0125] In an operation 918, general and specific logic rules may be augmented with runtime rules of the computer program. The augmented rules may be used for executing the computer program at runtime. Operation 918 may be performed by a logic rule generation component that is the same as or similar to the logic rule generation component 208, in accordance with one or more embodiments.
[0126] Functionalities Provided via Domain-Specific and Class Ontology Instances
[0127] One aspect of this invention by which one can generate a class of applications from a class ontology described in FIGs. 4-6 can be combined with the other aspect of this invention described in FIGs. 7-9 to generate a specialized application with domain-specific knowledge that belongs to a class of applications.
[0128] As an example, an application for on-boarding new employees by the human resource department of an organization is an application that belongs to the class of BPM applications. This application is specialized with human resource domain knowledge. The specialization of the application is two-fold: 1) the new employee on-boarding business process is an application that belongs to the class of BPM applications, and 2) the inclusion of human resource domain- specific knowledge specializes the on-boarding process by using data elements or attributes that are specific to an organization or industry. Combining a class of applications associated with a class ontology with a domain-specific ontology may result in a semantically informed computer program (for example, an executable program) that is a programmatic representation of the class of applications applied to the specific domain by the underlying ontologies.
[0i29J FIGs 10-12 illustrate an example of providing supplemental functionalities for a computer program (for example, an executable program or other computer program) via a domain-specific ontology and a class ontology instance. As shown in FIG. 10, an ontology 1002 (a class ontology) is obtained. The class ontology 1002 may include information indicating attributes for a class of applications 1004. The class of applications 1004 may include the ones listed in Table 1. On the other hand, a domain-specific ontology 1014 may be selected from a set of domain-specific ontologies 1006, which are associated with a set of domains of interest 1008, such as such as the ones listed in Table 1. An example BPM class ontology has been shown above with respect to FIG. 13, and an example human resource domain-specific ontology has been shown above with respect to FIG. 15.
[0130] As mentioned above, both class information and axiom information may be extracted from the class ontology 1002 and used to generate the programming interface and logic rules, respectively. Similarly, axiom information may be extracted from the domain-specific ontology 1014 and used to generate the specific logic rules. The specific logic rules may be applied to an instance 1010 of the class ontology 1002 by an executable program 1009. The class ontology instance 1010 may be based on the domain-specific ontology 1014 and correspond to an application 1012 of the class of applications 1004 that is associated with the domain of interest. [0131] Supplemental information 1016 may be generated for the executable program 1009 based on the class ontology instance 1010. The supplemental information 1016 may be related to the functionalities 1018 of the application 1012. The supplemental information 1016 may be provided as input to the executable program 1009 at runtime so as to enable the application functionalities 1018 to be available via the executable program 1009. As indicated above with respect to FIG. 3, the programming interface generated based on the class ontology 1002 may be provided to the executable program 1009 for accessing the supplemental information 1016 in a working memory at runtime. The executable program 1009 may also include the rule engine 310 to execute the generated logic rules associated with programming interface and the domain- specific ontology 1014. At runtime, the executable program 1009 may be provided with the supplemental information 1016 (for example, domain-specific metadata information). This supplemental information 1016 may be accessed programmatically using the generated programming interface (for example, class structure). Logic rules may be supplied for the executable program 1009 without the need to modify the computer code of the executable program 1009. As mentioned above, the runtime rules govern the execution of the executable program 1009 and do not alter the ontological definition of the class and domain-specific ontologies 1002, 1014. The runtime rules may be used in conjunction with the generated logic rules from the axioms of the domain-specific ontology 1014 and applied on the input supplemental information 1016.
[0i32J FIG 11 is a flowchart 1100 of a method of providing supplemental functionalities for a computer program (for example, an executable program or other computer program) via a domain-specific ontology and an instance of an ontology describing a class of applications, in accordance with some embodiments.
[0133] In an operation 1102, a computer program associated with an ontology may be caused to be run. The ontology may include information indicating attributes for a set of applications (a class ontology for a class of applications). Operation 1102 may be performed by one or more processors that are the same as or similar to the processors 106, in accordance with one or more embodiments.
[0134] In an operation 1104, a domain-specific ontology may be obtained. The domain-specific ontology may be associated with a domain of interest. Operation 1104 may be performed by an ontology management subsystem that is the same as or similar to the ontology management subsystem 112, in accordance with one or more embodiments.
[0135] In an operation 1106, an instance of the class ontology may be obtained. The class ontology instance may be based on the domain-specific ontology and correspond to an application of the set of applications that is associated with the domain of interest. Operation 1106 may be performed by an ontology management subsystem that is the same as or similar to the ontology management subsystem 112, in accordance with one or more embodiments.
[0136] In an operation 1108, supplemental information for the computer program may be generated based on the class ontology instance. The supplemental information may be related to functionalities of the application. Operation 1108 may be performed by a supplemental information generation subsystem that is the same as or similar to the supplemental information generation subsystem 114, in accordance with one or more embodiments.
[0137] In an operation 1110, the supplemental information may be provided as input to the computer program to enable the functionalities of the application to be available via the computer program. Operation 1110 may be performed by one or more processors that are the same as or similar to the processors 106, in accordance with one or more embodiments.
[0138] It should be understood that, in some embodiments, operations 1106-1110 may be repeated to enable different functionalities of another application in the set of applications to be available via the computer program. For example, another class ontology instance corresponding to the other application may be obtained, and other supplemental information related to the different functionalities may be generated based on the other class ontology instance and the domain-specific ontology and provided as input to the computer program.
[0139] FIG. 12 is a flowchart 1200 of a method of generating a programming interface and logic rules based on a domain-specific ontology and a class ontology instance, in accordance with some embodiments.
[0140] In an operation 1202, a class ontology and a domain-specific ontology may be obtained. Operation 1202 may be performed by an ontology defining component that is the same as or similar to the ontology defining component 202, in accordance with one or more embodiments. [0141] In an operation 1204, a freeze may be assigned to the class ontology and domain-specific ontology that disables further modification of the ontologies. In some embodiments, the freeze may be assigned once an ontology has been completed and validated to ensure the consistency of the ontology. Operation 1204 may be performed by an ontology validation component that is the same as or similar to the ontology validation component 204, in accordance with one or more embodiments.
[0142] In an operation 1206, class information may be extracted from the class ontology. The class information may include, for example, class structures, data properties associated with each class, and the relationships between classes. Operation 1206 may be performed by a programming interface generation component that is the same as or similar to the programming interface generation component 206, in accordance with one or more embodiments.
[0143] In an operation 1208, a programming interface may be generated based on the class information of the class ontology. The programming interface may be in the form of computer code in a programming language to be used by a computer program (for example, the computer program of FIG. 11) for accessing metadata information stored in the working memory. Operation 1208 may be performed by a programming interface generation component that is the same as or similar to the programming interface generation component 206, in accordance with one or more embodiments.
[0144] In an operation 1210, axiom information may be extracted from the class ontology. Operation 1210 may be performed by a logic rule generation component that is the same as or similar to the logic rule generation component 208, in accordance with one or more embodiments.
[0145] In an operation 1212, logic rules may be generated based on the axiom information of the class ontology. The logic rules may be used to infer additional metadata, for example, entailments on the objects of the domain-specific ontology. Operation 1212 may be performed by a logic rule generation component that is the same as or similar to the logic rule generation component 208, in accordance with one or more embodiments.
[0146] In an operation 1214, axiom information may be extracted from the domain-specific ontology. Operation 1214 may be performed by a logic rule generation component that is the same as or similar to the logic rule generation component 208, in accordance with one or more embodiments.
[0147] In an operation 1216, specific logic rules may be generated based on the axiom information of the domain-specific ontology. The specific logic rules may be applied to manipulate the supplemental information by the computer program. Operation 1216 may be performed by a logic rule generation component that is the same as or similar to the logic rule generation component 208, in accordance with one or more embodiments.
[0148] In an operation 1218, logic rules and specific logic rules may be augmented with runtime rules of the computer program. The augmented rules may be used for executing the computer program at runtime. Operation 1218 may be performed by a logic rule generation component that is the same as or similar to the logic rule generation component 208, in accordance with one or more embodiments.
[0149] Creation of Ontologies
[0150] In some embodiments, ontology defining component 202 of the ontology management subsystem 112 may be configured to create and define an ontology from a set of business and technology assets including, but not limited to, data models, data dictionaries, data files/extracts, VSAM files, glossaries, source code, or business documentation (for example, docx, csv, xlsx, etc.) associated with a business. For example, a business asset may include a document or set of documents (for example, docx, csv, xlsx, etc.) that contains business logic that clients utilize to understand and build constraints of the data used to make business decisions. A technology asset may include a document or set of documents (for example, data models, data dictionaries, source code, etc.) that provides a technical framework for business data to be stored/accessed and have business rules applied to for a business to function on a daily basis. In some embodiments, ontology defining component 202 may create and define a general ontology, a domain-specific ontology, or other ontology from a set of business and/or technology assets. In one use case, a set of documents related to claims adjudication or other components of a business may be obtained from a set of business assets, and a general human resources ontology may be created and defined based on the set of documents associated with the business assets.
[0151] An example of a data model associated with a set of business assets is represented below: CREATE TABLE container (
CONTAINER ID DECIMAL NOTNULL,
FACILITY ID DECIMAL NOTNULL,
CONTAINER TYPE ID DECIMAL NOTNULL,
PRIMARY KEY (CONTAINER ID));
COMMENT ON COLUMN CONTAINER CONTAINER ID IS ‘The identifier for the container.’;
COMMENT ON COLUMN CONTAINERFACILITY ID IS‘The identifier for the facility. COMMENT ON COLUMN CONTAINERCONTAINER TYPE ID IS‘The identifier for the container type.’;
COMMENT ON TABLE CONTAINER IS ‘A detailed location which resides within a facility. Example of a container include“shelf 12a”, “file drawer AAA”, “bin 123”, “barrel 356”, “room 400a”, or any other detailed location.’
The above data model, as represented by the Data Definition Language (DDL), provides detailed information related to business and/or technical assets. In particular, the data model may include elements providing detailed information related to a container which resides within a facility. For example, the CONTAINER ID may provide an identifier associated with the container, the FACILITY ID may provide an identifier of a facility in which the container is located, and CONTAINER TYPE may provide an identifier of a type of container.
[0152] An example of data dictionary definitions associated with a set of business assets is shown below in Table 2.
Table 2
Figure imgf000068_0001
Figure imgf000069_0001
The above data dictionary definitions provide detailed information associated with various terms related to business and/or technical assets. For example, a term may provide a word, phrase, data descriptor, and the like expressing a concept or thing related to the business and/or technical asset, a definition may provide a statement of the meaning for each of the terms, a format may provide the structure of the data provided for each term, and other information (for example, and other columns).
/0153J FIG 16 illustrates another example of a data model associated with a set of technical assets. In particular, the illustrated data model may provide detailed information expressing the concept that an Agent may be a Person or an Agent may be an Organization. The data model includes an agent identifier which may provide agent identification. It may also include a type that describes if the Agent is a Person or an Organization. The data model may also provide a person identifier including a person identification, first name, middle name, last name, and gender. The data model may also include an organization identifier including an organization identification, organization name, and tax identifier.
[0154] Referring now to FIG. 17 (in which an ontology management subsystem 112 is shown), the ontology defining component 202 may include an asset gathering component 1702, an object extraction component 1704, an object conversion component 1706, a data relationship component 1708, a data cleaning component 1710, and an ontology creation component 1712 configured to create and define an ontology from a set of business and technology assets.
/0155/ In some embodiments, asset gathering component 1702 may collect documentation associated with business and/or technical assets. Typically, businesses employ business logic that defines the framework, business rules, and constraints associated with a business’s applications, functions, and the like. This business logic may include business definitions, rules, and constraints that have been built into the business application and program modules. For example, the documentation may be a data model that defines the construct of the data that is stored within a system, or stored procedures/source code that interact with the data structure to manage the data. The documentation may also include business rules that are maintained by a business user. In some embodiments, the documentation associated with business assets may include data models, data dictionaries, data files/extracts, VSAM files, glossaries, source code, business documentation (for example, docx, csv, xlsx, etc.), and/or the like. In some embodiments, the documentation associated with technical assets may include data models, data dictionaries, source code, and/or the like.
[0156] In some embodiments, asset gathering component 1702 may automatically collect documentation associated with business and/or technical assets utilized by the business applications. In other embodiments, asset gathering component 1702 may collect documentation associated with business and/or technical assets selected by a business user. For example, asset gathering component 1702 may collect documentation associated from one or more various business and/or technical assets. In one use case, with respect to manufacturing business, asset gathering component 1702 may gather documentation related to content management systems from the business and/or technical assets of the manufacturing business.
[0157] In some embodiments, object extraction component 1704 may extract business objects from the documentation associated with business and/or technical assets. Business objects may include the business rules, business definitions, constraints, data points, data models, relationships, and/or the like embedded in the business and/or technical asset documentation. For example, data associated with the business and/or technical asset documentation may be automatically stripped back to the business rules, definitions, and constraints that will be converted into an ontology (for example, classes, data properties, and object properties that may be defined from a data model; data dictionary may define business rules and additional comments on fields; etc.). In some embodiments, pre-determined data structures or terms are utilized to identify the business objects within the documentations. For example, object extraction component 1704 may analyze the documentation associated with business and/or technical assets to determine specific linking of data elements to identify one or more business objects.
[0158] In some embodiments, object conversion component 1706 may take the = business objects and convert them into a pre-defmed data frame format (or other pre-defmed data set format) for standardization. For example, the = business objects require conversion into a standardized data frame that comprises the business objects, each of the business object’s source, data related to the business object, and/or the like. In some embodiments, object conversion component 1706 may create an auditable log to track and define the relationships between the converted data frame as non-relevant data may not be retained (for example, a supertype/subtype relationship between tables may not be converted into an object property.) In one use case, object conversion component 1706 may convert business objects, stored in a various formats, to a standardized data frame. It should be noted that, although some embodiments describe the conversion of business objects into data frames and the use of such data frames, the business objects may in some embodiments be converted into other data sets (for example, having other pre-defmed formats other than a data frame format), and the other data sets may be used in some embodiments in lieu or in addition to the data frames.
[0159] An example of a data frame of business objects is shown below in Table 3.
Table 3
Figure imgf000071_0001
The above data frame may provide a standardization of the various business objects extracted from the documentation associated with business and/or technical assets. In particular, the data frame may include a class identifier indicating the class of each of the business objects, a property identifier indicating various attributes of each of the business objects, a title identifier used to identify the business objects, and a value providing the data values associated with each of the business objects.
[0160] In some embodiments, data relationship component 1708 may define one or more relationships inferred between the various data frames utilizing natural language processing (NLP) libraries. Typically, not all relationships are explicitly defined and must be inferred from the data associated with the business and/or technical assets. Data relationship component 1708 may utilize NLP libraries to identify common classes that may have a relationship or may be linked. In some embodiments, the relationships may be defined based on the relevance of the relationship and the data frame. For example, the NLP libraries may store one or more defined or inferred relationships between data elements of the data frame associated with a particular business objects. Data relationship component 1708 may utilize the NLP libraries to identify and link one or more relationships between the various data elements of the business objects extracted from the documentation associated with business and/or technical assets.
[0161] In some embodiments, data cleaning component 1710 may clean the data frames to standardize and remove unnecessary naming conventions. In some cases, specific naming conventions may have been used in legacy systems for purposes that are no longer applicable, for example,“tbl_” was a naming convention that was added to the beginning of a table name in a relational database but is no longer needed. Such naming convention may be required to be removed prior to creating the respective ontology or during the process of creating the ontology. In some embodiments, data cleaning component 1710 may expand specific acronyms that are utilized for a particular business to make the ontology more specific. In some embodiments, data cleaning component 1710 may utilize a mapping file to standardize and/or customize the data within a particular data frame. An example of a data frame of business objects is shown below in Table 4.
Table 4
Figure imgf000072_0001
Figure imgf000073_0001
The above mapping file may provide a standardization of the various business objects extracted from the documentation associated with business and/or technical assets. In particular, the mapping file may expand specific acronyms that are utilized for a particular business to make the ontology more specific. For example, for each data element, the mapping file may include a the target object, the table name, and a converted class name for standardization.
[0162] In some embodiments, ontology creation component 1712 may convert the data frames into ontologies to be utilized to supplement the business applications with additional functionalities (for example, as described herein). For example, once the business and technology assets have been converted into data frames and cleaned, the data frames may be automatically converted into RDF files or other file format (for example, OWL) to provide supplemental functionality to the business applications. In some embodiments, ontology creation component 1712 may convert the data frames and any identified relationships between other data frames to create an ontology. In one use case, ontology creation component 1712 may create an ontology (for example, RDF file) which defines and identifies the relationship between various data frames of various business objects extracted from the documentation associated with business and/or technical assets.
I0163J FIG 18 is a flowchart 1800 of a method of creating an ontology from business and/or technology assets, in accordance with some embodiments.
[0164] In an operation 1802, documentation associated with business and/or technical assets may be collected. In some embodiments, the documentation associated with business assets may include data models, data dictionaries, data files/extracts, VSAM files, glossaries, source code, business documentation (for example, docx, csv, xlsx, etc.), and/or the like. In some embodiments, the documentation associated with technical assets may include data models, data dictionaries, source code, and/or the like.
[0165] In an operation 1804, business objects may be extracted from the documentation associated with business and/or technical assets. In some embodiments, the data associated with the business and/or technical asset documentation may be automatically stripped back to the business rules, definitions, and constraints that will be converted into an ontology (for example, classes, data properties, and object properties that may be defined from a data model; data dictionary may define business rules and additional comments on fields; etc.).
[0166] In an operation 1806, the business objects may be converted to a data frame having a pre-defmed data frame format for standardization. For example, the business objects may require conversion into a standardized data frame that comprises the business objects, each of the business objects’ source, data related the business objects, and/or the like. In some embodiments, an auditable log may be created to track and define the relationships between the converted data frame as non-relevant data may not be retained.
[0167] In an operation 1808, one or more relationships may be defined between the data frames. As an example, data relationship component 1708 may use NLP libraries to perform natural language processing on the data frames, the business objects, etc., to infer one or more relationships between the data frames. As another example, data relationship component 1708 may utilize NLP libraries to identify common classes that may have a relationship or may be linked. In some embodiments, the relationships may be defined based on the relevance of the relationship and the data frame.
[0168] In an operation 1810, the data frames may be cleaned to standardize and remove one or more naming conventions (for example, unnecessary naming conventions). Such naming conventions may be required to be removed prior to creating the respective ontology or during the process of creating the ontology. In some embodiments, data cleaning component 1710 may expand specific acronyms that are utilized for a particular business to make the ontology more specific.
[0169] In an operation 1812, the data frames may be converted into ontologies to be utilized to supplement the business applications with additional functionalities. For example, once the business and technology assets have been converted into data frames and cleaned, the data frames may be automatically converted into RDF files to provide supplemental functionality to the business applications.
[0170] Updating of Existing Ontologies
[0171] In some embodiments, ontology defining component 202 of the ontology management subsystem 112 may be configured to reconcile existing ontologies utilizing business and technology assets. For example, ontology defining component 202 may customize or reconcile an existing ontology with data associated with specific business and/or technical assets. In some embodiments, the existing ontology may be an ontology created and defined by ontology defining component 202. In some embodiments, the reconciling process comprises two set of data: master data and derivative data. The master data represents an existing ontology (for example, RDF file) and the derivative data is data derived from the business and/or technology assets. For example, the master data may include an industry standard healthcare ontology that contains fflPAA compliance and other ontologies essential for healthcare. A case may exist where a business user may want to customize the ontology with their business-specific assets. The business-specific asset may be considered the derivative data. Thus, ontology defining component 202 may reconcile or customize the existing healthcare ontology with the derivative data derived from the business-specific asset.
[0172] Referring now to FIG. 19 (in which an ontology management subsystem 112 is shown), the ontology defining component 202 may include a data conversion component 1902, an object extraction component 1904, a data frame comparison component 1906, a data relationship component 1908, a data cleaning component 1910, an ontology combination component 1912, and a data reconsolidation component 1914 configured to reconcile existing ontologies from a set of business and technology assets.
[0173] In one use case, ontology defining component 202 may determine the characteristics of existing ontologies and the derivative data. An example of a comparison of an existing ontology with derivative data associated with specific business and/or technical assets is shown below in Table 5.
Table 5
Figure imgf000075_0001
Figure imgf000076_0001
As shown above, the data frame comparison component 1906 and the data reconciliation component 1914 may be utilized to create a reconciliation between a business asset/technical asset (for example, DDL, Virtual Storage Access Method (VSAM), OWL file, RDF file, etc.) and the created or reconciled ontology.
[0174] In some embodiments, the ontology management subsystem 112 may include an ontology defining component 202 configured to define an ontology. The ontology may be defined in any logic-based ontology language or specific version of logic-based ontology language using any semantic editor. The data conversion component 1902 may take the existing ontology and convert the ontology to a data frame for reconciliation purposes. For example, the data conversion component 1902 may convert an existing ontology to a data frame extracting the classes, data properties, and object properties of the ontology.
[0175] In some embodiments, the object extraction component 1904 may extract business objects from the documentation associated with business and/or technical assets. Business objects may include the business rules, business definitions, constraints, data points, data models, relationships, and the like embedded in the business and/or technical asset documentation. For example, data within the business and/or technical asset documentation may be automatically stripped back to the business rules, definitions, and constraints that will be converted into an ontology (for example, classes, data properties, and object properties that may be defined from a data model; data dictionary may define business rules and additional comments on fields; etc.). In some embodiments, the business object may be converted to a data frame having a pre-defmed format for standardization. For example, the business objects require conversion into a standardized data frame that comprises the business objects, each of the business object’s source, data related to the business object, and/or the like. In some embodiments, an auditable log may be created to track and define the relationships between the converted data frame as non-relevant data may not be retained. In some embodiments, the data frames created from the business objects from the documentation associated with business and/or technical assets may be stored as derivative data.
[0176] In some embodiments, the data frame comparison component 1906 may reconcile the two set of data frames and identify if the ontology is missing any business and/or technology assets. For example, data frame comparison component 1906 may compare the existing ontology data frame with the business objects data frame to determine if any potential missing business and/or technology assets exist. In some embodiments, data frame comparison component 1906 may compare the data elements associated with each of the data frames (for example, the data frame associated with the existing ontology and the data frames associated with the business objects extracted from the documentation associated with business and/or technical assets).
[0177] In some embodiments, a data relationship component 1908 may define relationships inferred between the various data frames utilizing NLP libraries. Typically, not all relationships are explicitly defined and must be inferred from the data associated with the business and/or technical assets. Data relationship component 1908 may utilize NLP libraries to identify common classes that may have a relationship or may be linked. In some embodiments, the relationships may be defined based on the relevance of the relationship and the data frame. In some embodiments, data frame comparison component 1906 may compare the relationships associated with each of the data frames (i.e., the data frame associated with the existing ontology and the data frames associated with the business objects extracted from the documentation associated with business and/or technical assets). [0178] In some embodiments, data cleaning component 1910 may clean the data frames to standardize and remove unnecessary naming conventions. In some cases, specific naming conventions may have been used in legacy systems for purposes that are no longer applicable, for example,“tbl_” was a naming convention that was added to the beginning of a table name in a relational database but is no longer needed. Such naming convention may be required to be removed prior to creating the respective ontology or during the process of creating the ontology. In some embodiments, data cleaning component 1910 may expand specific acronyms that are utilized for a particular business to make the ontology more specific. In some embodiment, data cleaning component 1910 may allow the user to specify which source components within business asset/technical asset (for example, DDL, Virtual Storage Access Method (VS AM), OWL file, RDF file, etc.) captured within a data frame should be transformed into an ontology object, captured within another data frame. For example, the user may decide that they do not wish to convert a column called“Discount” within the table“PRICE” into a data object called “discount” with the domain of “Price”. Any type of source component may be included or excluded depending upon the wishes of the user of cleaning component 1910. Some embodiments of cleaning component 1910 also allow for a cascading exclusion of objects. The user may to exclude a complete source business asset/technical asset (for example table, class, VSAM table, etc.), all of the columns and relationships of the table will automatically also be excluded from becoming data properties, object properties with the domain of the class what would have been created. For example, if a technical asset (table/ddl) called“PRICE” was excluded from transformation into a Class called“Price,” and“PRICE” contained a column called“Discount”, then“Discount” would also be excluded from being transformed into a data property“discount.”
[0179] In some embodiments, an ontology combination component 1912 may use the master and the derivative data to generate an updated ontology. As an example, ontology combination component 1912 may modify existing data frames associated with the existing ontology or add new data frames to the existing ontology to include data elements and/or relationships from the data frames associated with the business objects extracted from the documentation associated with business and/or technical assets. In some embodiments, the data reconciliation component 1912 may identify portions of the derivative data as missing from an existing ontology). Data combination component 1912 may add (to the existing ontology) only the portion of the derivative data that was identified as missing from the existing ontology).
[0180] FIG. 20 is a flowchart 2000 of a method of reconciling data from business and/or technology assets into an existing ontology, in accordance with some embodiments.
[0181] In an operation 2002, an existing ontology and documentation associated with the business and/or technical assets may be collected. In some embodiments, master data may be associated with the existing ontology and derivative data may be associated with the documentation (associated with the business and/or technical assets).
[0182] In an operation 2004, the master data associated with the existing ontology and the derivative data are converted into corresponding master and derivative data frames.
[0183] In an operation 2006, the data frames are compared and a determination is made whether at least some of the derivative data is not in the existing ontology. As an example, if any of the derivative data is not represented in the existing ontology, the existing ontology may be updated based on the missing derivative data, the data frames corresponding to the missing derivative data, etc.
[0184] In an operation 2008, one or more relationships may be defined between the data frames. As an example, data relationship component 1908 may use NLP libraries to perform natural language processing on the data frames, the business objects, etc., to infer one or more relationships between the data frames. As another example, data relationship component 1908 may utilize NLP libraries to identify common classes that may have a relationship or may be linked. In some embodiments, the relationships may be defined based on the relevance of the relationship and the data frame.
[0185] In an operation 2010, the data frames may be cleaned to standardize and remove one or more naming conventions (for example, unnecessary naming conventions) may be removed. As an example, such naming conventions may be required to be removed prior to creating the respective ontology or during the process of creating the ontology. In some embodiments, data cleaning component 1910 may expand specific acronyms that are utilized for a particular business to make the ontology more specific. [0186] In an operation 2012, the existing ontology may be updated with the data frames corresponding to the derivative data that are determined not to be in the existing ontology. In some embodiments, both the derivative data that are represented in the existing ontology and the derivative data missing from the existing ontology (or their corresponding data frames) may be used to update the existing ontology (for example, where reconciliation to identify aspects of the derivative data is missing in the existing ontology is not initially performed).
[0187] Cyclic and acyclic subgraphs
[0188] FIG. 24 illustrates one aspect of the disclosure, which can improve storage and retrieval of information using acyclic subgraphs. In operation 2402, an extended ontology may be generated from an ontology such that the extended ontology comprises an association of markers to classes of the ontology. An ontology may be extended (for example, extended domain ontology.owl) by mixing classes from a marker ontology or framework ontology (for example, rdv core.owl) into the ontology. The marker ontology or the framework ontology includes information to select certain classes of the ontology as a persisted class. The information to select certain classes of the ontology as a persisted class may include usage pattern of the class or the amount of data included within the class. Accordingly, based on such information, certain classes of the ontology may be marked as a persisted class and thus, an extended ontology (with marked classes) may be defined based on such marking.
[0189] In operation 2404, input data may be received. In step 2406, a subgraph representation of the input data may be generated based on the extended ontology and the markers (for example, schema information) associated with one or more classes of the extended ontology. The subgraph representation of the input data may omit one or more pieces of information included in a graph representation of the input data. Further, the subgraph representation of the input data may include a plurality of acyclic subgraphs. Additional details regarding the generation of the subgraph representation is described with regard to FIG. 25. In operation 2408, the plurality of acyclic subgraphs may be stored in one or more databases.
[0190] In operation 2410, acyclic subgraphs may be retrieved from the one or more databases based on a query. A query may include one or more URIs and based on such one or more URIs, acyclic subgraphs may be retrieved from the one or more databases and stored in working memory. These acyclic subgraphs may be provided as an input to an executable program. Application of logic rules (generated based on axiom information of the extended ontology or the ontology) associated with the extended ontology and application of schema information causes the cyclic graph (or subgraphs) to be generated from an acyclic subgraph such that the cyclic graph comprises one or more pieces of information omitted from the acyclic subgraph. Accordingly, the cyclic subgraphs (or graph) are made available via the executable program without provided the cyclic subgraphs (or graph). The acyclic subgraphs may be queried using an arangoDB query language (AQL), wherein the acyclic subgraph is provided in response to a query.
[0191] FIG. 25 illustrates a process of generating a subgraph representation of input data. In operation 2502, the input data may be mapped to the extended ontology. In operation 2504, a graph representation of the input data may be generated based on the mapping. As illustrated in FIG. 21, the graph representation 2100 of the input data is generated based on the mapping of the input data to the extended ontology.
[0192] In operation 2506, the graph representation 2100 may be augmented with inferred information to generate another graph representation of the input data. The inferred information may be obtained based on the application of rules associated with the extended ontology. As discussed above with regard to FIG. 3, the application of logic rules (derived from axiom information of the extended ontology) may result in the generation of the graph representation 2200 illustrated in FIG. 22. This graph representation 2220 of the input data may include additional one or more pieces of information not included in the graph representation generated in FIG. 21. The subgraphs of the graph representation 2100 may be stored in the working memory and may be provided as an input to an executable program. The application of the logic rules, runtime rules, and schema information to these subgraphs may generate the graph representation 2200 illustrated in FIG. 22. In other words, based on the application of the logic rules, runtime rules, and schema information to the graph representation 2100, certain data may be inferred and based on the combination of the input data and the inferred data, a cyclic graph (as illustrated in FIG. 22) may be generated or reconstructed.
[0193] In operation 2508, once the cyclic graph 2200 is generated, the cyclic graph may be decomposed (or segmented) into one or more acyclic subgraphs by omitting certain pieces of information. Such acyclic subgraphs may be generated based on the application of schema information (for example, based on the marker ontology or the framework ontology) and logic rules. In other words, the graph representation 2200 of the input data may be decomposed into a subgraph representation (as illustrated in FIG. 23) of the input data based on maker information (for example, schema information), thereby resulting in the generation of a subgraph representation of input data. The information that is omitted may be recreated based on application of the logic rules and schema information discussed above with regard to FIGs. 1-3. These decomposed or segmented subgraphs may be stored in one or more databases and as a result, the database may be updated based on these subgraphs. Decomposing or segmenting the cyclic graph into acyclic subgraphs has several advantages. For one, storing and manipulating an acyclic graph in a database (as opposed to a cyclic graph) can be done more efficiently than using cyclic graphs. Additionally, utilization of computer and communication resources for transmission and reception of an acyclic graph (or subgraph) may be reduced due to smaller size of the acyclic graphs (or subgraphs), as compared to the resources required for transmission and reception of the cyclic graphs (or subgraphs). Accordingly, the use of such acyclic graphs (or subgraphs) may make it more efficient to store and retrieve (or infer) information as it saves memory space since redundant information can be recreated using the logic rules
[0194] The methods described herein may be implemented in one or more processing devices (for example, a digital processor, an analog processor, a digital circuit designed to process information, an analog circuit designed to process information, a state machine, and/or other mechanisms for electronically processing information). The one or more processing devices may include one or more devices executing some or all of the operations of the methods in response to instructions stored electronically on an electronic storage medium. The one or more processing devices may include one or more devices configured through hardware, firmware, and/or software to be specifically designed for execution of one or more of the operations of the methods.
[0195] As used throughout this application, terms describing conditional relationships, for example,“in response to X, Y,”“upon X, Y,”“if X, Y,”“when X, Y,” and the like, encompass causal relationships in which the antecedent is a necessary causal condition, the antecedent is a sufficient causal condition, or the antecedent is a contributory causal condition of the consequent, for example,“state X occurs upon condition Y obtaining” is generic to“X occurs solely upon Y” and“X occurs upon Y and Z.” Such conditional relationships are not limited to consequences that instantly follow the antecedent obtaining, as some consequences may be delayed, and in conditional statements, antecedents are connected to their consequents, for example, the antecedent is relevant to the likelihood of the consequent occurring. Statements in which a plurality of attributes or functions are mapped to a plurality of objects (for example, one or more processors performing steps A, B, C, and D) encompasses both all such attributes or functions being mapped to all such objects and subsets of the attributes or functions being mapped to subsets of the attributes or functions (for example, both all processors each performing steps A-D, and a case in which processor 1 performs step A, processor 2 performs step B and part of step C, and processor 3 performs part of step C and step D), unless otherwise indicated. Further, unless otherwise indicated, statements that one value or action is“based on” another condition or value encompass both instances in which the condition or value is the sole factor and instances in which the condition or value is one factor among a plurality of factors. Unless otherwise indicated, statements that“each” instance of some collection have some property should not be read to exclude cases where some otherwise identical or similar members of a larger collection do not have the property, i.e., each does not necessarily mean each and every.
[0196] Although the present invention has been described in detail for the purpose of illustration based on what are currently considered to be the most practical and preferred embodiments, it is to be understood that such detail is solely for that purpose and that the invention is not limited to the disclosed embodiments, but, on the contrary, is intended to cover modifications and equivalent arrangements that are within the scope of the appended claims. For example, it is to be understood that the present invention contemplates that, to the extent possible, one or more features of any embodiment can be combined with one or more features of any other embodiment. [0197] The present techniques will be better understood with reference to the following enumerated embodiments:
1. A method for improving storage and retrieval of information using an acyclic subgraph, the method comprising, the method comprising: generating an extended ontology from an ontology such that one or more classes of the extended ontology is associated with a marker; receiving input data; generating, based on the extended ontology and the marker associated with the one or more classes of the extended ontology, a subgraph representation of the input data, the subgraph representation omitting at least one piece of information included in a first graph representation of the input data, and the subgraph representation including a plurality of acyclic subgraphs; storing the plurality of acyclic subgraphs in one or more databases; and providing an acyclic subgraph of the plurality of acyclic subgraphs as an input to an executable program, wherein application of rules associated with the extended ontology by the executable program causes a cyclic graph to be generated from the acyclic subgraph such that the cyclic graph comprises one or more pieces of information omitted from the acyclic subgraph.
2. The method of embodiment 1, wherein the generating the subgraph representation of the input data includes: mapping the input data to the extended ontology; generating a second graph representation of the input data based on the mapping; augmenting the second graph representation of the input data with inferred information to generate the first graph representation of the input data, the inferred information being obtained based on the application of the rules associated with the extended ontology; and decomposing, based on the marker associated with the one or more classes of the extended ontology, the first graph representation of the input data into the subgraph representation of the input data.
3. The method any of embodiments 1-2, further comprising: extracting class information from the ontology and the extended ontology; and generating, based on the class information, a programming interface to allow the executable program to access the acyclic subgraph via the programming interface.
4. The method of any of embodiments 1-3, wherein the cyclic subgraph is made available via the executable program at a client device without providing the cyclic subgraph to the client device from a server that stores the acyclic subgraphs. 5. The method of any of embodiments 1-4, further comprising: generating, based on information associated with the markers, schema information, wherein application of the schema information associated with the extended ontology by the executable program causes the cyclic subgraph to be generated from the acyclic subgraph such that the cyclic subgraph comprises the one or more pieces of information omitted from the acyclic subgraph.
6. The method of any of embodiments 1-5, further comprising: querying the acyclic subgraphs using a query language, wherein the acyclic subgraph is provided in response to a query.
7. The method of any of embodiments 1-6, further comprising: generating the ontology based on one or more data sets and one or more relationships between the one or more data sets, the one or more data sets being generated based on objects extracted from a collection of documents, and the one or more data sets having a pre-defmed format.
8. The method of any of embodiments 1-7, wherein the schema information includes a description of properties and expected range value for each of the one or more classes associated with the marker.
9. The method of any of embodiments 1-8, further comprising: generating, based on axiom information of the extended ontology, the rules associated with the extended ontology.
10. A system, comprising: one or more processors; and memory storing instructions that when executed by the processors cause the processors to effectuate operations comprising those of any of embodiments 1-9.
11. A tangible, non-transitory, machine-readable medium storing instructions that when executed by a data processing apparatus cause the data processing apparatus to perform operations comprising those of any of embodiments 1-9.

Claims

WHAT IS CLAIMED IS:
1. A method for improving storage and retrieval of information using an acyclic subgraph, the method comprising:
generating an extended ontology from an ontology such that one or more classes of the extended ontology is associated with a marker;
receiving input data;
generating, based on the extended ontology and the marker associated with the one or more classes of the extended ontology, a subgraph representation of the input data, the subgraph representation omitting at least one piece of information included in a first graph representation of the input data, and the subgraph representation including a plurality of acyclic subgraphs; storing the plurality of acyclic subgraphs in one or more databases; and
providing an acyclic subgraph of the plurality of acyclic subgraphs as an input to an executable program, wherein application of rules associated with the extended ontology by the executable program causes a cyclic graph to be generated from the acyclic subgraph such that the cyclic graph comprises one or more pieces of information omitted from the acyclic subgraph.
2. The method of claim 1, wherein the generating the subgraph representation of the input data includes:
mapping the input data to the extended ontology;
generating a second graph representation of the input data based on the mapping;
augmenting the second graph representation of the input data with inferred information to generate the first graph representation of the input data, the inferred information being obtained based on the application of the rules associated with the extended ontology; and
decomposing, based on the marker associated with the one or more classes of the extended ontology, the first graph representation of the input data into the subgraph
representation of the input data.
3. The method of claim 1, further comprising:
extracting class information from the ontology and the extended ontology; and generating, based on the class information, a programming interface to allow the executable program to access the acyclic subgraph via the programming interface.
4. The method of claim 1, wherein the cyclic subgraph is made available via the executable program at a client device without providing the cyclic subgraph to the client device from a server that stores the acyclic subgraphs.
5. The method of claim 1, further comprising:
generating, based on information associated with the markers, schema information, wherein application of the schema information associated with the extended ontology by the executable program causes the cyclic subgraph to be generated from the acyclic subgraph such that the cyclic subgraph comprises the one or more pieces of information omitted from the acyclic subgraph.
6. The method of claim 1, further comprising:
querying the acyclic subgraphs using a query language, wherein the acyclic subgraph is provided in response to a query.
7. The method of claim 5, wherein the schema information includes a description of properties and expected range value for each of the one or more classes associated with the marker.
8. The method of claim 1, further comprising:
generating, based on axiom information of the extended ontology, the rules associated with the extended ontology.
9. A system for improving storage and retrieval of information using a subgraph, the system comprising: a computer system that includes one or more physical processors programmed with computer program instructions that, when executed, cause the computer system to:
generate an extended ontology from an ontology such that one or more classes of the extended ontology is associated with a marker;
receive input data;
generate, based on the extended ontology and the marker associated with the one or more classes of the extended ontology, a subgraph representation of the input data, the subgraph representation omitting at least one piece of information included in a first graph representation of the input data, and the subgraph representation including a plurality of subgraphs;
store the plurality of subgraphs in one or more databases; and
provide a subgraph of the subgraphs as an input to an executable program, wherein application of rules associated with the extended ontology by the executable program causes a graph to be generated from the subgraph such that the graph comprises one or more pieces of information omitted from the subgraph.
10. The system of claim 9, wherein the generation of the subgraph representation of the input data includes causing the computer system to:
map the input data to the extended ontology;
generate a second graph representation of the input data based on the mapping;
augment the second graph representation of the input data with inferred information to generate the first graph representation of the input data, the inferred information being obtained based on the application of the rules associated with the extended ontology; and
decompose, based on the marker associated with the one or more classes of the extended ontology, the first graph representation of the input data into the subgraph representation of the input data.
11. The system of claim 9, wherein the one or more physical processors programmed with computer program instructions that, when executed, cause the computer system to:
extract class information from the ontology and the extended ontology; and generate, based on the class information, a programming interface to allow the executable program to access the subgraphs via the programming interface.
12. The system of claim 9, wherein the graph is made available via the executable program at a client device without providing the graph to the client device from a server that stores the subgraphs.
13. The system of claim 9, wherein the one or more physical processors programmed with computer program instructions that, when executed, cause the computer system to:
generate, based on information associated with the markers, schema information, wherein application of the schema information associated with the extended ontology by the executable program causes the graph to be generated from the subgraph such that the graph comprises the one or more pieces of information omitted from the subgraph.
14. The system of claim 9, wherein the one or more physical processors programmed with computer program instructions that, when executed, cause the computer system to:
query the subgraphs using a query language, where the subgraph is provided in response to a query.
15. The system of claim 13, wherein the schema information includes a description of properties and expected range value for each of the one or more classes associated with the marker.
16. The system of claim 9, wherein the one or more physical processors programmed with computer program instructions that, when executed, cause the computer system to:
generate, based on axiom information of the extended ontology, the rules associated with the extended ontology.
17. A method for improving storage and retrieval of information using a subgraph, the method comprising: generating an extended ontology from an ontology such that the one or more classes of the extended ontology is associated with a marker;
receiving input data;
generating, based on the extended ontology and the marker associated with the one or more classes of the extended ontology, a subgraph representation of the input data, the subgraph representation omitting at least one piece of information included in a first graph representation of the input data, and the subgraph representation including a plurality of subgraphs;
storing the plurality of subgraphs in one or more databases; and
providing a subgraph of the plurality of subgraphs as an input to an executable program, wherein application of rules associated with the extended ontology by the executable program causes a graph to be generated from the subgraph such that the graph comprises one or more pieces of information omitted from the subgraph.
18. The method of claim 17, wherein the generating the subgraph representation of the input data includes:
mapping the input data to the extended ontology;
generating a second graph representation of the input data based on the mapping;
augment the second graph representation of the input data with inferred information to generate the first graph representation of the input data, the inferred information being obtained based on the application of the rules associated with the extended ontology; and
decomposing, based on the marker associated with the one or more classes of the extended ontology, the first graph representation of the input data into the subgraph
representation of the input data.
19. The method of claim 17, wherein the graph is made available via the executable program at a client device without providing the graph to the client device from a server that stores the subgraphs.
20. The method of claim 17, further comprising:
generating, based on axiom information of the extended ontology, the rules associated with the extended ontology.
PCT/US2020/039368 2019-06-25 2020-06-24 Efficient information storage and retrieval using subgraphs WO2020263988A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US16/452,264 US11157260B2 (en) 2015-09-18 2019-06-25 Efficient information storage and retrieval using subgraphs
US16/452,264 2019-06-25

Publications (1)

Publication Number Publication Date
WO2020263988A1 true WO2020263988A1 (en) 2020-12-30

Family

ID=74060367

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/US2020/039368 WO2020263988A1 (en) 2019-06-25 2020-06-24 Efficient information storage and retrieval using subgraphs

Country Status (1)

Country Link
WO (1) WO2020263988A1 (en)

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20070143285A1 (en) * 2005-12-07 2007-06-21 Sap Ag System and method for matching schemas to ontologies
US20120158691A1 (en) * 2010-12-15 2012-06-21 Electronics And Telecommunications Research Institute Apparatus and method of searching hs codes using ontology
US20170337268A1 (en) * 2016-05-17 2017-11-23 Xerox Corporation Unsupervised ontology-based graph extraction from texts
US20180075161A1 (en) * 2016-09-09 2018-03-15 University Of Southern California Extensible automatic query language generator for semantic data
WO2018187146A1 (en) * 2017-04-05 2018-10-11 ReactiveCore LLC System and method for providing supplemental functionalities to a computer program

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20070143285A1 (en) * 2005-12-07 2007-06-21 Sap Ag System and method for matching schemas to ontologies
US20120158691A1 (en) * 2010-12-15 2012-06-21 Electronics And Telecommunications Research Institute Apparatus and method of searching hs codes using ontology
US20170337268A1 (en) * 2016-05-17 2017-11-23 Xerox Corporation Unsupervised ontology-based graph extraction from texts
US20180075161A1 (en) * 2016-09-09 2018-03-15 University Of Southern California Extensible automatic query language generator for semantic data
WO2018187146A1 (en) * 2017-04-05 2018-10-11 ReactiveCore LLC System and method for providing supplemental functionalities to a computer program

Similar Documents

Publication Publication Date Title
US11157260B2 (en) Efficient information storage and retrieval using subgraphs
US10346154B2 (en) System and method for providing supplemental functionalities to a computer program
US10152319B2 (en) System and method for providing supplemental functionalities to a computer program via an ontology instance
Karnitis et al. Migration of relational database to document-oriented database: Structure denormalization and data transformation
US20200019558A1 (en) Intelligent data ingestion system and method for governance and security
US10387143B2 (en) System and method for providing supplemental functionalities to a computer program
KR20130130706A (en) Managing data set objects in a dataflow graph that represents a computer program
US9766879B2 (en) System and method for providing supplemental functionalities to a computer program via an ontology instance
US9406018B2 (en) Systems and methods for semantic data integration
Calvanese et al. OBDA for log extraction in process mining
EP3607433A1 (en) System and method for providing supplemental functionalities to a computer program
Ghiran et al. The model-driven enterprise data fabric: A proposal based on conceptual modelling and knowledge graphs
Milovanovic et al. An interactive tool for UML class model evolution in database applications
WO2020263988A1 (en) Efficient information storage and retrieval using subgraphs
AU2016322743B2 (en) System and method for providing supplemental functionalities to a computer program via an ontology instance
Parente The design of a data lake architecture for the healthcare use case: problems and solutions
Mordinyi et al. Semantic data integration: Tools and architectures
Sabo et al. An innovative approach to manage heterogeneous information using relational database systems
Solodovnikova et al. An Approach to Evolution Management in Integrated Heterogeneous Data Sources
Kaufmann et al. Database Management
Nair et al. Data Migration Techniques from SQL to NoSQL
Euzenat et al. Processing alignments
Faheem Implementation of Semantic Desktop Tool

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 20833533

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 20833533

Country of ref document: EP

Kind code of ref document: A1