KR20060120296A - The method of building business relation ontology and creating semantic-based business rule by using business factor collector - Google Patents

The method of building business relation ontology and creating semantic-based business rule by using business factor collector Download PDF

Info

Publication number
KR20060120296A
KR20060120296A KR1020050041874A KR20050041874A KR20060120296A KR 20060120296 A KR20060120296 A KR 20060120296A KR 1020050041874 A KR1020050041874 A KR 1020050041874A KR 20050041874 A KR20050041874 A KR 20050041874A KR 20060120296 A KR20060120296 A KR 20060120296A
Authority
KR
South Korea
Prior art keywords
business
rule
work
elements
rules
Prior art date
Application number
KR1020050041874A
Other languages
Korean (ko)
Inventor
현승순
이이백
오지영
Original Assignee
다윈컨설팅(주)
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by 다윈컨설팅(주) filed Critical 다윈컨설팅(주)
Priority to KR1020050041874A priority Critical patent/KR20060120296A/en
Publication of KR20060120296A publication Critical patent/KR20060120296A/en

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F40/00Handling natural language data
    • G06F40/30Semantic analysis

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Health & Medical Sciences (AREA)
  • Artificial Intelligence (AREA)
  • Audiology, Speech & Language Pathology (AREA)
  • Computational Linguistics (AREA)
  • General Health & Medical Sciences (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Machine Translation (AREA)

Abstract

A method for building business relation ontology and generating semantic-based business rules by using a business factor collector is provided to enable a machine to process semantic analysis of the business rules, and permit an external application to access and reuse the business rules by using a RuleML(Markup Language)-based business rule repository and the ontology. A business factor processor(10) extracts business factors from an external repository(5), and filters and stores the extracted business factors. A business rule maker(20) generates and stores the business rules by using the collected business factors. A business rule access API(Application Program Interface)(30) permits the external application to access the business rules generated/stored by the business rule maker. The business factory processor comprises the business factor collector(11) collecting/filtering the business factors from the external repository and a business factor storing part(12) storing the collected business rules by using XML(eXtensible Markup Language).

Description

업무 요소 수집부를 이용한 업무 관계 온톨로지 구축과 의미기반의 업무 규칙 생성 방법{The Method of Building Business Relation Ontology and Creating Semantic-based Business Rule by using Business Factor Collector}{The Method of Building Business Relation Ontology and Creating Semantic-based Business Rule by using Business Factor Collector}

도 1은 본 발명의 실시 예에 따른 업무 규칙 생성 방법의 구성을 도시할 것이다.1 is a block diagram of a business rule generation method according to an exemplary embodiment of the present invention.

도 2는 본 발명의 실시 예에 따른 업무 규칙 생성 방법의 순서도를 도시할 것이다.2 is a flowchart illustrating a method of generating a business rule according to an exemplary embodiment of the present invention.

응용 시스템(Application System)의 컴파일된 코드(Code)와 DBMS에는 서비스 활동, 통제 활동 등 특정 목적을 위한 업무 기능(Business Function)들을 효율적으로 처리할 수 있도록 업무 규칙(Business Rule)들을 포함하고 있으며 각각의 업무 규칙은 업무 요소들(Business Factors)간의 상호 조합에 의해서 만들어 진다. 기존의 응용시스템은 코드와 업무 규칙이 혼합되어 있어 업무 규칙을 변경하고자 할 때 코드를 다시 컴파일해야 하기 때문에 시스템 자원의 낭비가 심하다.Compiled code and DBMS of Application System include business rules to efficiently handle business functions for specific purposes such as service activities and control activities. Business rules are created by a combination of business factors. Existing application system is a mixture of code and business rules, which requires a lot of system resources to be recompiled when changing business rules.

이런 제약사항을 해결하기 위해 코드(Code)와 규칙(Rule)이 분리될 수 있도 록 한 업무 규칙 엔진(Business Rule Engine, BRE) 기술이 각광 받고 있다. 업무 규칙 엔진은 처리 언어와 문법을 매우 쉽게 하는 에디터를 제공하고 있으며, 개발기간을 단축시키고, 유지보수가 용이하다.Business Rule Engine (BRE) technology, which allows code and rules to be separated to address these limitations, is in the limelight. The business rules engine provides an editor that makes processing languages and grammars very easy, shortens development time, and is easy to maintain.

그러나 현재 상용화된 업무 규칙 엔진 기술들은 각기 서로 다른 아키텍쳐, 데이터 구조 및 인터페이스 방법에 있어 서로 다른 방법을 채택하고 있다.However, currently available business rule engine technologies employ different methods for different architectures, data structures, and interface methods.

또한 업무 규칙 엔진 기술 자체는 생성된 업무 규칙이 어떤 목적에서 어떤 응용시스템에서 사용되고 있는 지의 정보를 제공하지는 않으며 이러한 메타 정보를 위한 별도의 시스템이 필요하다.In addition, the business rule engine technology itself does not provide information on which application system the generated business rule is used for for what purpose, and requires a separate system for such meta information.

또한 기존의 업무 규칙 엔진 기술들에서 채택된 언어와 문법은 구문(Syntax)적 접근으로서 업무 규칙의 의미(Semantic)적 관계 정의를 기계가 처리할(Machine Processible) 수 없다. 따라서 업무 규칙의 변경 또는 재사용을 위해서는 해당 구문에 대해서 사람의 해석과 개입이 뒷받침되어야 한다.Also, the language and grammar adopted in the existing business rule engine technologies are a syntactic approach that cannot machine the process of defining semantic relationships in business rules. Therefore, in order to change or reuse the business rules, the human interpretation and intervention of the syntax must be supported.

상기와 같은 문제점은 조직이 업무 규칙을 통합 관리하는 규칙 관리 시스템(Intelligent Rule Base System)의 지능화에 제약사항이 되고 있다.Such a problem is a constraint on the intelligence of an intelligent rule base system in which an organization integrates and manages business rules.

본 발명이 이루고자 하는 기술적 과제는 상기 기존 기술의 문제점을 해결하기 위해 업무 요소 저장소(Repository)와 온톨로지를 이용하여 업무 규칙의 의미적 해석을 기계가 처리하도록 하고, 규칙 표준 언어인 RuleML 기반의 업무 규칙 저장소를 만들어 외부 응용이 접근하여 업무 규칙을 재사용할 수 있도록 업무 요소 수집부를 이용한 업무 관계 온톨로지 구축과 의미기반의 업무 규칙 생성 방법을 제공 하는 것이다.The technical problem to be achieved by the present invention is to solve the problems of the existing technology by the machine to process the semantic interpretation of the business rules by using the business element repository (Repository) and ontology, the rule standard language RuleML-based business rules It is to provide work method ontology construction and semantic based work rule creation method using work element collection unit so that external application can access and reuse business rules by making repository.

이러한 과제를 해결하기 위해 본 발명은 다양한 외부 저장소(RDB, Meta Data 등)로부터 업무 규칙 작성에 필요한 업무 요소를 수집, 정제(Filtering)하고 정제된 업무 요소를 업무 요소 저장소(Repository)에 저장하는 업무 요소 처리부; 상기 업무 요소 처리부를 통해 수집한 업무 요소를 이용해 업무 규칙을 작성하고 작성된 업무 규칙을 기반으로 하여 업무 요소들 간의 관계를 온톨로지(Ontology)화하는 업무 규칙 작성부; 상기 업무 규칙 작성부에서 작성된 업무 규칙에 외부 응용이 접근하여 사용할 수 있는 업무 규칙 접근 API(Application Program Interface)를 포함한다.In order to solve this problem, the present invention collects, filters, and stores refined work elements in a work element repository from various external repositories (RDB, Meta Data, etc.). Urea processing unit; A task rule preparation unit which creates a task rule using the task elements collected through the task element processor and ontology the relationships among the task elements based on the created task rules; It includes a business rule access API (Application Program Interface) that an external application can access and use the business rules created by the business rule preparation unit.

본 발명의 첫 번째 특징인 업무 요소(Business Factor) 처리부는, 다양한 외부 저장소와의 다양한 연결 방법을 제공하고 연결된 외부 저장소로부터 업무 요소를 수집하는 업무 요소 수집부; 수집된 업무 요소를 정제하여 사용할 업무 요소를 도출하고 업무 요소 저장소에 저장하는 업무 요소 저장부를 포함하는 것이 바람직하다.The business factor processing unit, which is a first feature of the present invention, provides a variety of connection methods with various external repositories and collects business elements from connected external repositories; It is preferable to include a work element storage unit for deriving the work elements to be used by purifying the collected work elements and storing them in the work element store.

상기 업무 요소 수집부는, 다양한 외부 저장소에 접근할 수 있도록 운영체제에 독립적인 인터페이스로 구성하는 것이 바람직하다.The business element collection unit, it is preferable to configure an interface independent of the operating system to access a variety of external storage.

상기 업무 요소 저장부는, 상기 업무 요소 수집부에서 수집한 업무 요소를 업무 환경에 맞도록 정제하고 정제된 업무 요소들을 구조화하고 이의 재사용을 위해 업무 요소 저장소에 저장하는 것이 바람직하다.The work element storage unit may refine the work elements collected by the work element collection unit to suit a work environment, structure the purified work elements, and store the work elements in the work element store for reuse thereof.

본 발명의 두 번째 특징인 업무 규칙 작성부는, 상기 업무 요소 처리부에서 생성한 업무 요소 저장소의 업무 요소를 사용하여 업무 규칙을 작성하고 업무 규칙 저장부에 저장하는 업무 규칙 에디터(Business Rule Editor); 상기 업무 규칙 에디터에서 작성한 업무 규칙을 이용해 업무 요소간 관계를 도출하여 온톨로지(Business Rule Ontology)화하는 업무 관계 온톨로지; 상기 업무 규칙 에디터에서 작성한 업무 규칙을 저장하는 업무 규칙 저장부를 포함하는 것이 바람직하다.The business rule creation unit which is a second feature of the present invention comprises: a business rule editor for creating a business rule using a business element of the business element store generated by the business element processing unit and storing the business rule in a business rule storage unit; A work relationship ontology which derives a relationship between work elements using a work rule created by the work rule editor to form an ontology (Business Rule Ontology); It is preferable to include a business rule storage unit for storing the business rules created in the business rule editor.

상기 업무 규칙 에디터(Business Rule Editor)는, 업무 요소 저장소의 업무 요소와 기 생성된 업무 관계 온톨로지를 이용하여 기 생성된 업무 규칙에 위반되지 않는 업무 규칙을 생성할 수 있는 방법을 제공하고 사용자가 쉽게 업무 규칙을 작성할 수 있는 순서도 모델을 사용하는 것이 바람직하다.The business rule editor provides a method for creating a business rule that does not violate the previously generated business rule by using the business element in the business element store and the previously created business relationship ontology. It is a good idea to use a flowchart model that allows you to write business rules.

상기 업무 관계 온톨로지는, 상기 업무 규칙 에디터에서 생성한 업무 규칙의 업무 요소들 간의 관계를 온톨리지에 저장, 관리하여 기 생성된 업무 규칙에 위반되지 않도록 하는 것이 바람직하다.The work relationship ontology preferably stores and manages a relationship between work elements of a work rule generated by the work rule editor in an ontology so as not to violate a previously created work rule.

상기 업무 규칙 저장부는, 상기 업무 규칙 에디터에서 생성한 업무 규칙을 시스템 독립적이고, W3C에 제안된 RuleML(Rule Markup Lanaguage, 업무 규칙 정의 언어)를 이용해 저장하는 것이 바람직하다.The business rule storage unit may store the business rules generated by the business rule editor using a system independent of RuleML (Rule Markup Lanaguage, a business rule definition language) proposed by the W3C.

아래에서는 첨부한 도면을 참고로 하여 본 발명의 실시예에 대하여 본 발명이 속하는 기술 분야에서 통상의 지식을 가진 자가 용이하게 실시할 수 있도록 상세히 설명한다. 그러나 본 발명은 여러 가지 상이한 형태로 구현될 수 있으며 여기에서 설명하는 실시예에 한정되지 않는다. 도면에서 본 발명을 명확하게 설명하기 위해서 설명과 관계없는 부분은 생략하였다.DETAILED DESCRIPTION Hereinafter, exemplary embodiments of the present invention will be described in detail with reference to the accompanying drawings so that those skilled in the art may easily implement the present invention. As those skilled in the art would realize, the described embodiments may be modified in various different ways, all without departing from the spirit or scope of the present invention. In the drawings, parts irrelevant to the description are omitted in order to clearly describe the present invention.

명세서 전체를 통하여 유사한 부분에 대해서는 동일한 도면 부호를 붙였다.Like parts are designated by like reference numerals throughout the specification.

먼저, 본 발명의 실시예에 따른 업무 규칙 생성 방법에 대하여 도1을 참고로 하여 상세하게 설명한다.First, a method of generating a business rule according to an exemplary embodiment of the present invention will be described in detail with reference to FIG. 1.

도1 은 본 발명의 실시예에 따른 업무 규칙 생성, 방법을 도시한 것이다.1 illustrates a business rule generation and method according to an embodiment of the present invention.

도1 에 도시된 바와 같이, 본 발명의 실시예에 따른 업무 규칙 생성 방법은, 업무 요소 수집부(11)와 업무 요소 저장부(12)를 포함한 업무 요소 처리부(10), 업무 규칙 에디터(21)와 업무 관계 온톨로지(22), 업무 규칙 저장부(23)를 포함한 업무 규칙 작성부(20), 업무 규칙 접근 API(30)를 포함한다.As shown in FIG. 1, the work rule generating method according to an embodiment of the present invention includes a work element processing unit 10 and a work rule editor 21 including a work element collecting unit 11 and a work element storage unit 12. ) And a business relationship ontology 22, a business rule preparation unit 20 including a business rule storage unit 23, and a business rule access API 30.

업무 요소 수집부(11)는 외부 저장소에 접근할 수 있는 인터페이스를 이용해 외부 저장소로부터 업무 요소를 수집한다.The work element collection unit 11 collects work elements from an external store by using an interface for accessing an external store.

업무 요소 저장부(12)는 수집된 업무 요소들 중에서 시스템이 적용될 업무에 해당하는 업무 요소만 수집되도록 하고 정제된 업무 요소를 XML 형태로 저장한다.The work element storage unit 12 collects only work elements corresponding to tasks to which the system is to be applied among the collected work elements, and stores the refined work elements in an XML form.

업무 규칙 에디터(21)는 저장된 XML 형태의 업무 요소를 XML 프로세스에서 제공하는 메모리 모델인 DOM(Document Object Model)으로 접근하여 이 업무 요소간의 관계를 지정하여 업무 규칙을 생성한다.The business rule editor 21 accesses a business element in the form of stored XML to a Document Object Model (DOM), which is a memory model provided by an XML process, and creates a business rule by specifying a relationship between the business elements.

업무 관계 온톨로지(22)는 업무 규칙에 사용된 업무 요소들 간의 관계를 오픈소스인 Mandarax를 이용해 파싱하여 시스템에 필요한 업무 요소들 간의 관계를 도출하여 RDF(Resource Description Framework)에 저장한다.The work relationship ontology 22 parses the relationship between the work elements used in the work rule by using Mandarax, which is an open source, to derive the relationship between the work elements required for the system and to store it in the RDF (Resource Description Framework).

업무 규칙 저장부(23)는 생성된 업무 규칙을 RuleML 형식으로 정의한다.The business rule storage unit 23 defines the generated business rule in RuleML format.

업무 규칙 접근 API(30)는 작성된 업무 규칙(RuleML)에 접근하여 기 작성된 업무 규칙을 외부 응용이 접근하여 사용할 수 있도록 한다. 이 API는 운영체제에 독립적인 Java를 사용하도록 한다.The business rule access API 30 allows the external application to access and use the previously created business rule by accessing the written business rule (RuleML). This API allows you to use operating system independent Java.

이와 같이 구성되는 실시예에 따른 업무 규칙 생성 방법의 동작을 첨부된 도면을 참조하여 살펴보면 다음과 같다.Looking at the operation of the business rule generation method according to an embodiment configured as described above with reference to the accompanying drawings.

도 2는 본 발명의 실시예에 따른 업무 규칙 생성 방법의 순서도를 도시한 것이다.2 is a flowchart illustrating a business rule generation method according to an embodiment of the present invention.

업무 요소 수집부는 외부 저장소가 제공하는 인터페이스를 이용해 업무 요소를 수집하고 수집된 업무 요소들은 업무 요소 저장부로 전달된다.(S1)The work element collection unit collects work elements using an interface provided by an external storage and the collected work elements are transferred to the work element storage unit (S1).

업무 요소 저장부는 업무 요소 수집부에서 수집한 다양한 업무 요소들을 정제 규칙(S2)과 사용자 작업을 통해 업무 요소 저장소에 저장한다.(S3)The work element storage unit stores various work elements collected by the work element collection unit in the work element store through the refining rule (S2) and the user's work (S3).

업무 규칙 에디터는 업무 요소 저장소에 저장된 업무 요소와 업무 관계 온톨리지 저장소에 저장된 업무 요소 관계를 에디터에 표시하여 사용자가 업무 규칙을 생성(S4)할 수 있도록 지원하고, 기 생성된 업무 규칙을 이용해 새로운 업무 규칙을 생성할 수 있도록 업무 규칙(RuleML 포맷)을 저장한다.(S5)The business rule editor displays the business element relationship stored in the business element store and the business element relationship stored in the business relationship ontology repository in the editor so that the user can create a business rule (S4). Stores a business rule (RuleML format) to create a business rule (S5).

업무 관계 온톨로지는 업무 규칙 에디터에서 작성된 업무 규칙을 오픈소스인 Mandarax를 이용해 파싱하여 필요한 요소들간 관계를 온톨로지화 하여 RDF(Resource Description Framework) 형식으로 저장한다.(S6)The work relationship ontology parses the work rules created in the work rule editor using Mandarax, an open source, ontotizes the relationships among the necessary elements and stores them in RDF (Resource Description Framework) format (S6).

업무 규칙 접근 API는 업무 규칙 저장소에 저장된 업무 규칙에 외부 응용이 접근할 수 있는 API를 작성한다.(S7)The business rule access API creates an API that allows external applications to access business rules stored in the business rule repository (S7).

한편, 상기한 바와 같은 본 발명의 실시예에 따른 업무 규칙 생성 방법은 프로그램으로 구현되어 컴퓨터로 판독 가능한 형태로 기록 매체(씨디롬, 하드 디스크 등)에 저장될 수 있다.On the other hand, the business rule generation method according to an embodiment of the present invention as described above may be implemented as a program and stored in a recording medium (CD-ROM, hard disk, etc.) in a computer-readable form.

이상에서 본 발명의 바람직한 실시예에 대하여 상세하게 설명하였지만 본 발명은 이에 한정되는 것은 아니며, 그 외의 다양한 변경이나 변형이 가능하다.Although the preferred embodiment of the present invention has been described in detail above, the present invention is not limited thereto, and various other changes and modifications are possible.

본 발명에 의하면 업무 관계 온톨로지는 기존의 사람이 개입해야 그 의미를 파악할 수 있는 구문적 접근(Syntax Approach) 처리가 아닌 기계가 그 의미를 처리할 수 있도록(Machine Processible) 의미적(Semantic)으로 저장하기 때문에 지식화와 추론화가 가능하다. 또한 의미 기반(Semantic Base)의 업무 규칙 저장소에는 시멘틱 웹 규칙 정의 표준 언어인 RuleML 형태로 저장되어 있기 때문에 다른 응용시스템이 API를 통해 접근하여 별도의 업무 규칙 코드를 작성하지 않고 재사용하며 업무 규칙 생성의 중복을 배제하고 생성시간을 단축할 수 있다.According to the present invention, the work relationship ontology is stored in a semantic manner so that the machine can process the semantics, rather than the Syntax Approach process in which an existing person can intervene to understand the meaning. Because of this, knowledge and reasoning are possible. In addition, since the Semantic Base business rule repository is stored in the form of RuleML, which is a semantic web rule definition standard language, other application systems can access it through API and reuse it without writing a separate business rule code. You can eliminate duplication and reduce creation time.

Claims (8)

업무 요소를 추출하기 위해 외부 저장소로부터 업무 요소를 추출, 정제(Filtering), 저장하는 업무 요소 처리부;A task element processor for extracting, filtering, and storing a task element from an external storage to extract a task element; 상기 업무 요소 처리부에서 수집된 업무 요소를 이용해 업무 규칙을 생성, 저장하는 업무 규칙 작성부;A business rule preparation unit for generating and storing a business rule by using the business elements collected by the business element processor; 상기 업무 규칙 작성부에서 생성, 저장한 업무 규칙에 외부 응용이 접근할 수 있는 업무 규칙 접근 API(Application Program Interface)A business rule access API (Application Program Interface) that allows an external application to access a business rule created and stored by the business rule preparation unit. 를 포함하는 업무 규칙 생성 방법.Business rule generation method comprising a. 제 1항에 있어서,The method of claim 1, 업무 요소 처리부는,Business element processing unit, 외부 저장소로부터 업무 요소를 수집, 정제하는 업무 요소 수집부;A work element collection unit for collecting and refining work elements from an external repository; 수집된 업무 요소를 XML로 저장하는 업무 요소 저장부로 구성되는 업무 요소 수집 시스템.A business element collection system consisting of a business element storage unit that stores the collected business elements as XML. 제 2항의 있어서,The method of claim 2, 업무 요소 수집부는,The business element collection unit, 외부 저장소에 접근할 수 있는 인터페이스를 이용해 외부 저장소로부터 업무 요소를 수집.Collect business elements from external storage using an interface that can access external storage. 제 2항의 있어서,The method of claim 2, 업무 요소 저장소는,The business element store, 수집된 업무 요소들 중에서 시스템이 적용될 업무에 해당하는 업무 요소만 수집되도록 하고 정제된 업무 요소를 XML 형태로 저장.Among the collected work elements, only the work elements corresponding to the work to be applied to the system are collected and the refined work elements are stored in XML format. 제 1항에 있어서,The method of claim 1, 업무 규칙 작성부는,Business rule making department, 업무 요소로부터 업무 규칙을 작성하는 업무 규칙 에디터;A task rule editor for creating a task rule from a task element; 업무 규칙에 사용된 업무 요소간의 관계를 저장하는 업무 관계 온톨로지 처리부로 구성되는 업무 규칙 생성 시스템.A business rule generation system comprising a business relationship ontology processing unit that stores relationships among business elements used in business rules. 제 5항의 있어서,The method of claim 5, 업무 규칙 에디터는,The business rule editor 저장된 XML 형태의 업무 요소를 XML 프로세스에서 제공하는 메모리 모델인 DOM(Document Object Model)으로 접근하여 이 업무 요소간에 관계를 지정하여 업무 규칙을 생성.Create business rules by accessing business elements in the form of stored XML through the Document Object Model (DOM), which is a memory model provided by XML processes. 제 5항의 있어서,The method of claim 5, 업무 관계 온톨로지는,Work relationship ontology, 업무 규칙에 사용된 업무 요소들 간의 관계를 오픈소스인 Mandarax를 이용해 파싱하여 시스템에 필요한 업무 요소들 간의 관계를 도출하여 RuleML에 저장.The relationship between work elements used in work rules is parsed using open source Mandarax to derive the relationship between work elements needed in the system and stored in RuleML. 제 1항의 있어서,The method of claim 1, 업무 규칙 접근 API는,The business rule access API, 작성된 업무 규칙(RuleML)에 접근하여 기 작성된 업무 규칙을 외부 응용이 접근하는 방법.How external applications can access the already created business rules by accessing the written business rules (RuleML).
KR1020050041874A 2005-05-19 2005-05-19 The method of building business relation ontology and creating semantic-based business rule by using business factor collector KR20060120296A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
KR1020050041874A KR20060120296A (en) 2005-05-19 2005-05-19 The method of building business relation ontology and creating semantic-based business rule by using business factor collector

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
KR1020050041874A KR20060120296A (en) 2005-05-19 2005-05-19 The method of building business relation ontology and creating semantic-based business rule by using business factor collector

Publications (1)

Publication Number Publication Date
KR20060120296A true KR20060120296A (en) 2006-11-27

Family

ID=37706566

Family Applications (1)

Application Number Title Priority Date Filing Date
KR1020050041874A KR20060120296A (en) 2005-05-19 2005-05-19 The method of building business relation ontology and creating semantic-based business rule by using business factor collector

Country Status (1)

Country Link
KR (1) KR20060120296A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR102298777B1 (en) * 2020-07-13 2021-09-07 한국산업기술시험원 Integrated system including user interface

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR102298777B1 (en) * 2020-07-13 2021-09-07 한국산업기술시험원 Integrated system including user interface
KR20220008052A (en) * 2020-07-13 2022-01-20 한국산업기술시험원 Integrated platform including deveditor
KR20220008051A (en) * 2020-07-13 2022-01-20 한국산업기술시험원 Integrated platform including scenario
KR20220008050A (en) * 2020-07-13 2022-01-20 한국산업기술시험원 Bod schema
KR20220008053A (en) * 2020-07-13 2022-01-20 한국산업기술시험원 Integrated platform including transapi
KR20220008054A (en) * 2020-07-13 2022-01-20 한국산업기술시험원 Integrated platform including new proposal menu or explorer

Similar Documents

Publication Publication Date Title
Mihalcea et al. NLP (natural language processing) for NLP (natural language programming)
US20070245320A1 (en) Legacy Software Modernization System
US20060101393A1 (en) System and Method for Building an Open Model Driven Architecture Pattern Based on Exemplars
KR20080027251A (en) Dynamic method for generating xml documents from a database
JP2004502993A (en) Trainable and scalable automated data / knowledge translator
CN112035197B (en) Configuration method and device of front-end page
JP3492246B2 (en) XML data search processing method and search processing system
Del Gratta et al. Converting the PAROLE SIMPLE CLIPS Lexicon into RDF with lemon
CN102566984A (en) Method and device for configuring parameters
CN103164193A (en) Method and device for template rendering
Perez-Soler et al. Towards automating the synthesis of chatbots for conversational model query
Chalmers Awareness, representation and interpretation
CN113094039B (en) Automatic code generation system based on database table
Duke et al. Building an ontology of visualization
Sheng et al. Techniques on developing context‐aware web services
Wilson et al. An architecture for multimodal dialogue
KR20060120296A (en) The method of building business relation ontology and creating semantic-based business rule by using business factor collector
Aksoy et al. MATAWS: A multimodal approach for automatic WS semantic annotation
Kangasharju et al. A Sequence-based Type-Aware Interface for XML Processing.
CA2284949C (en) Dynamic semi-structured repository for mining software and software-related information
Al-Fedaghi Scrutinizing UML activity diagrams
KR100284575B1 (en) Schema Auto Save System
CN102932417A (en) Data storage method and device
CN100472512C (en) Processing documents in multiple markup representations
Sabbouh et al. Using Semantic Web Technologies to Integrate the Enterprise

Legal Events

Date Code Title Description
WITN Withdrawal due to no request for examination