WO2012057382A1 - Ontology-based method for managing the integration of metadata - Google Patents

Ontology-based method for managing the integration of metadata Download PDF

Info

Publication number
WO2012057382A1
WO2012057382A1 PCT/KR2010/007556 KR2010007556W WO2012057382A1 WO 2012057382 A1 WO2012057382 A1 WO 2012057382A1 KR 2010007556 W KR2010007556 W KR 2010007556W WO 2012057382 A1 WO2012057382 A1 WO 2012057382A1
Authority
WO
WIPO (PCT)
Prior art keywords
metadata
ontology
standard
data
item
Prior art date
Application number
PCT/KR2010/007556
Other languages
French (fr)
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 한국과학기술정보연구원
Publication of WO2012057382A1 publication Critical patent/WO2012057382A1/en

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F40/00Handling natural language data
    • G06F40/10Text processing
    • G06F40/12Use of codes for handling textual entities
    • G06F40/151Transformation

Definitions

  • the present invention relates to a metadata integrated management method, and more particularly, to an ontology-based metadata integrated management method.
  • the Korea Institute of Science and Technlogy Information generates and provides statistical information on research achievements (papers, patents, and research reports) in the field of science and technology. There are more than 30 sources of research achievements (publishers, domestic and foreign patents). Since bibliographic information and data format are different from each other, it is time-consuming and expensive to manage. In addition, metadata from the same source has been changing year by year, increasing management difficulties.
  • One conventional method has been to apply a conversion rule to each of the metadata to be integrated into the standard metadata.
  • a conversion rule suitable for the metadata was created, converted, stored, and reused.
  • the conversion rule had to be rewritten.
  • it has a rule that converts metadata A to standard metadata, and even though metadata A and metadata B are structurally similar, metadata B is converted to standard metadata using metadata A's conversion rules. couldn't be converted to, and had to have separate rules for converting metadata B to standard metadata.
  • An object of the present invention is to provide an ontology-based metadata integrated management method that can flexibly cope with diversity and time-varying metadata.
  • the present invention establishes an ontology for each of the metadata of the source and the metadata of the standard, maps the ontology, and applies the mapping information and conversion rules between the items of the metadata of the source and the items of the standard metadata. Allows to convert to standard metadata.
  • the metadata integrated management method it is possible to flexibly cope with the diversity and time-variability of the metadata by applying the transformation information to the ontology rather than the metadata.
  • FIG. 1 illustrates a preferred embodiment of the ontology-based metadata integrated management method according to the present invention.
  • FIG. 2 shows a detailed configuration of the data conversion step s106 shown in FIG.
  • mapping data of a source with an ontology shows an example of mapping data of a source with an ontology.
  • FIG. 5 shows an example of a table to which a final conversion rule is applied.
  • the first metadata may be implemented in a database form, and an ontology corresponding to the first metadata may be created based on a table name, a field name, and a data type of the database type.
  • the first metadata may be implemented in the form of an Extensible Markup Language (XML) structured document, and an ontology corresponding to the first metadata may be configured in a data access path and attribute of the XML structured document. It is desirable to write based on this.
  • XML Extensible Markup Language
  • FIG. 1 illustrates a preferred embodiment of the ontology-based metadata integrated management method according to the present invention.
  • the method shown in FIG. 1 includes data acquisition step s102, data loading step s104, data conversion step s106, data approval step s108, management information addition step s110, indexing step s112 and data. It includes a distribution step (s114).
  • the data acquisition step (s102) is a process of obtaining metadata by source.
  • the metadata includes one expressed in a database form and one represented in an XML structured document. These metadata are expressed in different formats and are the subject of integration into standard metadata.
  • the database type refers to a table created based on a table name, a field name, and a data type, such as a spreadsheet.
  • the data loading step s104 stores the database document and the XML structured document for each data source and analyzes the metadata item.
  • relationship information between the metadata item and the standard metadata item, generation of a conversion rule, and data conversion are performed. Specifically, the ontology of each metadata is obtained for each source, and the metadata of the source is converted into standard metadata by applying a conversion rule to the ontology.
  • the data approval step s108 is a step of checking the quality of the converted data. If the quality is not satisfactory or an error occurs in the data approval step s108, the data conversion step s106 is performed again to correct the error.
  • step S110 of adding management information a data item required for managing standard metadata is added.
  • Indexing step s112 is a step of adding an index for data retrieval and service provision.
  • the data distribution step s114 provides a data access service in response to an external data request based on the integrated metadata. In other words, it provides a search service for integrated metadata.
  • FIG. 2 shows a detailed configuration of the data conversion step s106 shown in FIG.
  • the method shown in FIG. 2 discloses generating ontologies for metadata of each source and converting the metadata of each source into standard metadata through ontologies conversion.
  • the method illustrated in FIG. 2 includes an ontology generation step s202, an ontology relationship mapping step s204, a conversion rule generation step s206 with standard metadata, a conversion rule storage step s208, and a data conversion step s210. Include.
  • Ontology generation step (s202) generates the ontology for the source-specific data, for example bibliography of the article.
  • Ontologies contain information that provides access to source-specific data.
  • Database type metadata includes table name, field name, and data type.
  • XML document type metadata includes data access path (entity, attribute) and data type.
  • the ontology relationship mapping step s204 generates relationship information between the ontology item of the new source and the ontology items of the existing ontology or standard metadata.
  • standard metadata and relationship information are unconditionally generated, in the present invention, a conversion rule with standard metadata may be generated through another ontology even if the standard metadata item is not used by using the characteristics of the ontology.
  • the generation of the conversion rule with the standard metadata step s206 generates a final conversion rule to the standard metadata ontology using the relationship information of the newly created ontology.
  • the final conversion rule is generated by considering the relational properties of the ontology using the inference engine.
  • the conversion rule storage step s208 stores the final conversion rule in a separate database table. At this time, information about all procedures and conversion methods necessary for conversion should be included. Specifically, the conversion rule includes mapping information of the ontology, applied data conversion rule, and the like.
  • the data conversion step s210 converts source-specific metadata into standard metadata using the created conversion rule.
  • kisti: appliedRule defines the user function needed to transform the data.
  • originalPath describes data access information for accessing the original data. If the source type is a database, describe the table name and field name. If the source type is an XML document, describe the data access path.
  • dataFormat indicates the type of data. Stores the information needed to check the suitability of the data and convert the data from one form to another.
  • mapping data of a source with an ontology shows an example of mapping data of a source with an ontology.
  • Ontology 304 has classes of Journal 304a, Article 304b, Author 304c, Subject 304d, Publisher 304e, Institution 304f, Department 304g, Keyword 304h.
  • Each class is associated with an attribute table 306a-306h.
  • Journal class 304a is associated with Journal attribute table 306a
  • Journal attribute table 306a includes ID, printISSN, electronicISSN, journalTitle, journalAbbrTitle attributes.
  • Source data 302 is shown to include items related to Publish, articles related to Journal.
  • each item of data 302 of origin is associated with a class and attribute table of ontology 304.
  • journal class 304a is associated with Publisher class 304e and is also associated with Journal attribute table 306a as indicated by "hasPublisher.”
  • field entries in the database are considered as classes in constructing the ontology 304.
  • mapping of data 302 of origin with ontology is described in detail as follows.
  • kisti originalPath and kisti: dataFormat information of metadata are input.
  • the data at the source is in the form of a database; Save table name and field name
  • the data at the source is in the form of an XML document;
  • Store access entity, attribute
  • dataFormat stores data format as well as structure information.
  • BL ontology 402 maps to Springer Ontology 404
  • Springer Ontology 404 maps back to Standard Ontology 406.
  • BL Ontology 402 and Springer Ontology 404 are ontologies for the second and first metadata in the summary of the present invention
  • Standard Ontology 406 is the ontology for standard metadata.
  • the object for ontology mapping may not necessarily be an ontology for standard metadata. That is, it can be directly mapped onto ontology for metadata of the existing standard, but can be freely mapped onto ontology for metadata of other sources.
  • Source A and Source B already have a relationship with the ontology for the metadata of the standard, that is, mapped, then the new source is an ontology item for the source A, source B, or the metadata of the standard. Can be related freely.
  • the name entry is separated by first and last name; Name-> intermediate node 408-> first name + last name is separated.
  • the intermediate node 408 specifies the function to be applied.
  • volume_Start item and the volumeEnd item of the Article class of Springer Ontology 404 are combined and mapped to the volume item of the Article class of Standard Ontology 406.
  • the intermediate node 410 specifies the function to be applied.
  • the order in which the intermediate node 410 stores the data as a single item is indicated as an rdf: seq item.
  • FIG. 5 shows an example of a table to which a final conversion rule is applied.
  • the table of FIG. 5 has three feeds (Original Data, Standard Data, and Applied Rule).
  • Items of metadata of each source are written in the Original Data feed 502, items of standard metadata are written in the Standard Data feed 504, and items of standard metadata are written in the Applied Rules feed 506. Functions applied to convert an item into the form of an item of standard metadata are described.
  • Substring (0,2) constructs a substring by extracting two characters from the first position (0) of the string.
  • the conversion rule includes all the conversion information for converting the metadata into the final metadata item. If kisti: dataFormat information of data is different from each other, the function necessary to change dataFormat equally must be specified in kisti: appliedRule.
  • Metadata A is associated with metadata B
  • metadata B is associated with an item in the standard metadata ontology
  • Metadata A is linked to metadata B, and metadata B is a standard metadata ontology, metadata A creates a final conversion rule containing the information needed to convert to metadata B.
  • the metadata integrated management method of the present invention it is possible to efficiently manage metadata for each source by using an ontology relationship.
  • conversion rules can be more easily created by linking metadata items by source or existing metadata items.
  • the new metadata is connected with the existing metadata, and only the changed metadata item is marked, so that the changed metadata item can be conveniently processed.

Abstract

Disclosed is an ontology-based method for managing the integration of metadata. The ontology-based method for managing the integration of metadata, in which different types of metadata are respectively integrated into standard metadata and managed, includes: obtaining each ontology for the standard metadata and for the metadata that will be integrated into the standard metadata; and converting the metadata into the standard metadata by mapping the information between items of the standard metadata and items of the metadata to be integrated into the standard metadata, and by applying conversion rules.

Description

온톨로지 기반의 메타데이터 통합 관리 방법Ontology-based Metadata Integration Management Method
본 발명은 메타데이터 통합 관리 방법에 관한 것으로서, 특히 온톨로지 기반의 메타데이터 통합 관리 방법에 관한 것이다.The present invention relates to a metadata integrated management method, and more particularly, to an ontology-based metadata integrated management method.
한국과학기술정보연구원(KISIT, Korea Institute of Science and Technlogy Information)은 과학기술분야 연구성과(논문, 특허, 연구보고서)에 대한 통계정보를 생성하고 서비스하고 있다. 연구성과의 출처(출판사, 국내외 특허)가 30개가 넘으며. 출처별 서지정보 및 데이터 형식 등이 서로 다르기 때문에 이를 관리하는데 시간과 비용이 많이 소요되는 실정이다. 또한 같은 출처의 메타데이터도 연도에 따라 변경되고 있어서 관리의 어려움이 가중되고 있다.The Korea Institute of Science and Technlogy Information (KISIT) generates and provides statistical information on research achievements (papers, patents, and research reports) in the field of science and technology. There are more than 30 sources of research achievements (publishers, domestic and foreign patents). Since bibliographic information and data format are different from each other, it is time-consuming and expensive to manage. In addition, metadata from the same source has been changing year by year, increasing management difficulties.
연구 성과에 대한 통합 검색 서비스를 제공하기 위해서는 출처별 메타데이터의 각 항목들을 표준 메타데이터 항목으로 변환해서 관리해야 할 필요가 있다. In order to provide an integrated search service for research achievements, it is necessary to convert each item of metadata by source into a standard metadata item.
또한 연구성과나 서지사항의 외부 배포를 위해서는 목적지의 형식에 맞도록 다양한 형태로 표준 메타데이터를 변환해서 전송해야 할 필요가 있다.In addition, for external distribution of research achievements and bibliography, it is necessary to convert and transmit standard metadata in various forms according to the format of the destination.
종래에 있어서, 서로 다른 형식의 메타데이터를 통합 관리하기 위한 메타 데이터 통합 시스템이 연구되었다. In the related art, a metadata integration system for integrating and managing different types of metadata has been studied.
종래의 한 방법은 표준의 메타데이터에 통합하고자 하는 메타데이터들 각각에 대하여 변환규칙을 적용시키는 것이었다. 즉, 임의의 메타데이터를 표준 메타데이터에 통합시키고자 할 때 해당 메타데이터에 적합한 변환규칙을 생성하여 변환하고, 이를 저장하여 재사용하도록 하는 것이었다.One conventional method has been to apply a conversion rule to each of the metadata to be integrated into the standard metadata. In other words, when integrating arbitrary metadata into standard metadata, a conversion rule suitable for the metadata was created, converted, stored, and reused.
이러한 방법은 변환규칙이 통합시키고자 하는 메타데이터들 각각에 고유한 것이었기 때문에 어떤 메타데이터에 적용된 규칙을 다른 메타데이터에 적용할 수가 없다. 이에 따라 메타데이터의 다양성 및 시변성에 대하여 유연하게 적용할 수 없었다는 문제점이 있었다.Because this method is unique to each of the metadata that the transformation rules want to integrate, it is impossible to apply a rule applied to one metadata to other metadata. Accordingly, there was a problem in that it could not be flexibly applied to the diversity and time-variability of metadata.
예를 들어, 메타데이터 A를 표준의 메타데이터로 변환시키는 규칙을 가지고 있었더라도 메타데이터 A의 포맷이 변화하였다면 변환규칙을 새로이 다시 작성하여야 하였다. 다른 한편으로 A라는 메타데이터를 표준의 메타데이터로 변환시키는 규칙을 가지고 있었고, 메타데이터 A와 메타데이터 B가 구조적으로 유사할 지라도 메타 데이터 A의 변환규칙을 활용하여 메타데이터 B를 표준의 메타데이터로 변환시킬 수 없었고 메타 데이터 B를 표준의 메타데이터로 변환시키는 규칙을 별도로 가지고 있어야 했다. For example, even if the metadata A was converted to standard metadata but the format of the metadata A changed, the conversion rule had to be rewritten. On the other hand, it has a rule that converts metadata A to standard metadata, and even though metadata A and metadata B are structurally similar, metadata B is converted to standard metadata using metadata A's conversion rules. Couldn't be converted to, and had to have separate rules for converting metadata B to standard metadata.
본 발명은 상기의 요구에 부응하기 위한 것으로서 메타데이터의 다양성 및 시변성에 유연하게 대처할 수 있는 온톨로지 기반의 메타데이터 통합 관리 방법을 제공하는 것을 그 목적으로 한다.An object of the present invention is to provide an ontology-based metadata integrated management method that can flexibly cope with diversity and time-varying metadata.
본 발명은 출처의 메타데이터 및 표준의 메타데이터 각각에 대하여 온톨로지를 구축하고, 온톨로지들을 매핑하고, 출처의 메타데이터의 항목과 표준의 메타데이터의 항목 간의 매핑 정보 및 변환규칙을 적용함에 의해 메타데이터를 표준의 메타데이터로 변환할 수 있게 한다. The present invention establishes an ontology for each of the metadata of the source and the metadata of the standard, maps the ontology, and applies the mapping information and conversion rules between the items of the metadata of the source and the items of the standard metadata. Allows to convert to standard metadata.
본 발명에 따른 메타데이터 통합 관리 방법에 의하면, 메타데이터가 아닌 온톨로지에 변환 정보를 적용함으로써 메타데이터의 다양성 및 시변성에 대해 유연하게 대처할 수 있게 하는 효과를 갖는다.According to the metadata integrated management method according to the present invention, it is possible to flexibly cope with the diversity and time-variability of the metadata by applying the transformation information to the ontology rather than the metadata.
도 1은 본 발명에 따른 온톨로지 기반의 메타 데이터 통합 관리 방법의 바람직한 실시예를 도시한다. 1 illustrates a preferred embodiment of the ontology-based metadata integrated management method according to the present invention.
도 2는 도 1에 도시된 데이터 변환 단계(s106)의 상세한 구성을 도시한다. FIG. 2 shows a detailed configuration of the data conversion step s106 shown in FIG.
도 3은 출처의 데이터를 온톨로지와 매핑한 예를 도시한다.3 shows an example of mapping data of a source with an ontology.
도 4는 온톨로지간의 매핑 사례를 도시한다.4 illustrates an example of mapping between ontology.
도 5는 최종 변환 규칙이 적용된 테이블의 예를 도시한다. 5 shows an example of a table to which a final conversion rule is applied.
상기의 목적을 달성하는 본 발명에 따른 온톨로지 기반의 메타데이터 통합 관리 방법은Ontology-based metadata integrated management method according to the present invention to achieve the above object
서로 다른 형식을 가지는 메타데이터들을 표준의 메타데이터에 통합하여 관리하는 방법에 있어서,In a method of integrating and managing metadata having different formats into standard metadata,
표준 메타데이터와 그에 통합하고자 하는 메타데이터 각각의 온톨로지들 구하고, 표준 메타데이터의 항목과 그에 통합하고자 하는 메타데이터의 항목 간의 매핑 정보 및 변환규칙을 적용함에 의해 상기 메타데이터를 표준의 메타데이터로 변환하는 것을 특징으로 한다. Obtain the ontology of each of the standard metadata and the metadata to be integrated therein, and convert the metadata into standard metadata by applying mapping information and conversion rules between the items of the standard metadata and the metadata of the metadata to be integrated therewith. Characterized in that.
여기서, 본 발명에 따른 메타 데이터 통합 관리 방법은Here, the metadata integrated management method according to the present invention
표준의 메타데이터 및 상기 표준의 메타데이터에 통합하고자 하는 제1의 메타데이터 각각의 온톨로지를 생성하는 과정;Generating an ontology of each of the standard metadata and the first metadata to be integrated into the standard metadata;
상기 온톨로지들을 매핑하는 과정;Mapping the ontology;
상기 매핑정보를 참조하여 상기 제1의 메타데이터의 항목을 상기 표준 메타데이터의 항목으로 변환하는 변환 규칙을 생성하는 과정; 및Generating a conversion rule for converting an item of the first metadata into an item of the standard metadata by referring to the mapping information; And
상기 온톨로지 변환규칙을 이용하여 상기 제1의 메타데이터를 상기 표준의 메타데이터로 변환하는 과정을 포함하는 것을 특징으로 한다.And converting the first metadata into metadata of the standard by using the ontology conversion rule.
여기서, 상기 제1의 메타데이터는 데이터베이스 형태로 구현되고, 상기 제1의 메타데이터에 상응하는 온톨로지는 상기 데이터베이스 형태의 테이블명, 필드명, 테이터 형태에 기반하여 작성되는 것이 바람직하다.The first metadata may be implemented in a database form, and an ontology corresponding to the first metadata may be created based on a table name, a field name, and a data type of the database type.
또한, 상기 제1의 메타데이터는 XML(Extensible Markup Language) 구조화 문서 형태로 구현되고, 상기 제1의 메타데이터에 상응하는 온톨로지는 상기 XML 구조화 문서의 데이터 접근 경로(entity, attribute)와 데이터 형태에 기반하여 작성되는 것이 바람직하다.The first metadata may be implemented in the form of an Extensible Markup Language (XML) structured document, and an ontology corresponding to the first metadata may be configured in a data access path and attribute of the XML structured document. It is desirable to write based on this.
도 1은 본 발명에 따른 온톨로지 기반의 메타 데이터 통합 관리 방법의 바람직한 실시예를 도시한다. 도 1에 도시된 방법은 데이터 획득 단계(s102), 데이터 로딩 단계(s104), 데이터 변환 단계(s106), 데이터 승인 단계(s108), 관리정보 추가 단계(s110), 인덱싱 단계(s112) 그리고 데이터 배포 단계(s114)를 포함한다.1 illustrates a preferred embodiment of the ontology-based metadata integrated management method according to the present invention. The method shown in FIG. 1 includes data acquisition step s102, data loading step s104, data conversion step s106, data approval step s108, management information addition step s110, indexing step s112 and data. It includes a distribution step (s114).
먼저, 데이터 획득 단계(s102)는 메타데이터를 출처별로 입수하는 과정이다. 여기서, 메타데이터는 데이터베이스 형태로 표현된 것, XML 구조화 문서로 표현된 것을 포함한다. 이들 메타데이터들은 서로 다른 형식으로 표현된 것들로서 표준 메타데이터에 통합되는 대상이 된다.First, the data acquisition step (s102) is a process of obtaining metadata by source. In this case, the metadata includes one expressed in a database form and one represented in an XML structured document. These metadata are expressed in different formats and are the subject of integration into standard metadata.
여기서, 데이터베이스 형태라는 것은 스프레드 시트(spread sheet)와 같이 테이블명, 필드명, 테이터 형태에 기반하여 작성되는 것을 말한다.In this case, the database type refers to a table created based on a table name, a field name, and a data type, such as a spreadsheet.
또한, XML 구조화 문서 형태라는 것을 데이터 접근 경로(entity, attribute)와 데이터 형태에 기반하여 작성되는 것을 말한다.In addition, it is an XML structured document type that is created based on data access path (entity, attribute) and data type.
데이터 로딩 단계(s104)는 데이터베이스 문서, XML 구조화 문서를 데이터 출처별로 저장하고 메타데이터 항목을 분석한다. The data loading step s104 stores the database document and the XML structured document for each data source and analyzes the metadata item.
데이터 변환 단계(s106)는 메타데이터 항목과 표준 메타데이터 항목간의 관계 정보와 변환 규칙 생성 및 데이터 변환을 수행한다. 구체적으로 출처별로 각각의 메타데이터의 온톨로지를 구하고, 온톨로지에 변환규칙을 적용함에 의해 출처의 메타데이터를 표준의 메타데이터로 변환한다.In the data conversion step s106, relationship information between the metadata item and the standard metadata item, generation of a conversion rule, and data conversion are performed. Specifically, the ontology of each metadata is obtained for each source, and the metadata of the source is converted into standard metadata by applying a conversion rule to the ontology.
데이터 승인 단계(s108)는 변환된 데이터의 품질을 점검하는 단계이다. 데이터 승인 단계(s108)에서 품질이 만족스럽지 못하거나 오류가 발생되면, 데이터 변환 단계(s106)을 재수행하여 오류를 수정하게 된다. The data approval step s108 is a step of checking the quality of the converted data. If the quality is not satisfactory or an error occurs in the data approval step s108, the data conversion step s106 is performed again to correct the error.
관리정보 추가 단계(s110),는 표준 메타데이터의 관리에 필요한 데이터 항목을 추가한다.In step S110 of adding management information, a data item required for managing standard metadata is added.
인덱싱 단계(s112)는 데이터 검색 및 서비스 제공을 위한 인덱스를 부가하는 단계이다.Indexing step s112 is a step of adding an index for data retrieval and service provision.
데이터 배포 단계(s114)는 통합 메타데이터를 기준으로 외부 데이터 요청에 응답해서 데이터 접근 서비스를 제공한다. 즉, 통합된 메타데이터에 대한 검색 서비스를 제공한다.The data distribution step s114 provides a data access service in response to an external data request based on the integrated metadata. In other words, it provides a search service for integrated metadata.
도 2는 도 1에 도시된 데이터 변환 단계(s106)의 상세한 구성을 도시한다. 도 2에 도시된 방법은 각 출처의 메타데이터에 대하여 온톨로지를 생성하고, 온톨로지간 변환을 통해서 각 출처의 메타데이터를 표준의 메타데이터로 변환하는 것을 개시한다.FIG. 2 shows a detailed configuration of the data conversion step s106 shown in FIG. The method shown in FIG. 2 discloses generating ontologies for metadata of each source and converting the metadata of each source into standard metadata through ontologies conversion.
도 2에 도시된 방법은 온톨로지 생성 단계(s202), 온톨로지 관계 매핑 단계(s204), 표준 메타데이터와의 변환 규칙 생성 단계(s206), 변환규칙 저장 단계(s208) 그리고 데이터 변환 단계(s210)를 포함한다. The method illustrated in FIG. 2 includes an ontology generation step s202, an ontology relationship mapping step s204, a conversion rule generation step s206 with standard metadata, a conversion rule storage step s208, and a data conversion step s210. Include.
온톨로지 생성 단계(s202)는 출처별 데이터 예를 들어, 논문의 서지사항을 대상으로 온톨로지를 생성한다. 온톨로지는 출처별 데이터에 접근할 수 있는 정보를 포함한다. 데이터 베이스 형태의 메타데이터의 경우 테이블명과 필드명, 데이터 형태를 포함하며, XML 문서 형태의 메타데이터의 경우 데이터 접근 경로(entity, attribute)와 데이터 형태를 포함한다.Ontology generation step (s202) generates the ontology for the source-specific data, for example bibliography of the article. Ontologies contain information that provides access to source-specific data. Database type metadata includes table name, field name, and data type. XML document type metadata includes data access path (entity, attribute) and data type.
온톨로지 관계 매핑 단계(s204)는 신규 출처의 온톨로지 항목과 기존 온톨로지 또는 표준 메타데이터의 온톨로지 항목들 사이의 관계 정보를 생성한다. 종래에는 무조건 표준 메타데이터와 관계 정보를 생성했지만, 본 발명에서는 온톨로지의 특성을 이용해서 표준 메타데이터 항목이 아니더라도 다른 온톨로지를 통해서 표준 메타데이터와의 변환 규칙을 생성할 수 있다.The ontology relationship mapping step s204 generates relationship information between the ontology item of the new source and the ontology items of the existing ontology or standard metadata. Conventionally, although standard metadata and relationship information are unconditionally generated, in the present invention, a conversion rule with standard metadata may be generated through another ontology even if the standard metadata item is not used by using the characteristics of the ontology.
표준 메타데이터와의 변환규칙 생성 단계(s206)는 신규 생성된 온톨로지의 관계 정보를 이용해서 표준 메타데이터 온톨로지로의 최종 변환규칙을 생성한다. 이때 추론 엔진을 사용해서 온톨로지의 관계 속성을 고려해서 최종 변환규칙이 생성된다.The generation of the conversion rule with the standard metadata step s206 generates a final conversion rule to the standard metadata ontology using the relationship information of the newly created ontology. In this case, the final conversion rule is generated by considering the relational properties of the ontology using the inference engine.
변환규칙 저장 단계(s208)는 최종 변환 규칙을 별도의 데이터베이스 테이블에 저장한다. 이때 변환에 필요한 모든 절치 및 변환 방법에 대한 정보를 포함하여야 한다. 구체적으로, 변환 규칙은 온톨로지들의 매핑 정보, 적용된 데이터 변환 규칙 등을 포함한다. The conversion rule storage step s208 stores the final conversion rule in a separate database table. At this time, information about all procedures and conversion methods necessary for conversion should be included. Specifically, the conversion rule includes mapping information of the ontology, applied data conversion rule, and the like.
데이터 변환 단계(s210)는 작성된 변환규칙을 이용해서 출처별 메타데이터를 표준 메타데이터로 변환한다.The data conversion step s210 converts source-specific metadata into standard metadata using the created conversion rule.
여기서, 변환 규칙 생성에 필요한 관계 속성들은 다음과 같다.Here, the relationship attributes necessary for generating the conversion rule are as follows.
1) 온톨로지 기본 속성1) Ontology Basic Properties
- RDF, RDFS and OWL propertiesRDF, RDFS and OWL properties
* rdfs:subPropertyOf, rdfs:subClassOf, owl:equivalentProperty, owl:equivalentClass* rdfs: subPropertyOf, rdfs: subClassOf, owl: equivalentProperty, owl: equivalentClass
* rdfs:comment - 데이터 이해에 필요한 정보를 추가* rdfs: comment-adds information needed to understand the data
* rdf:seq - 데이터가 2개 이상의 항목으로 구성된 경우 순서나 조합을 표현하는 데 사용* rdf: seq-used to express order or combination when data consists of two or more items
2) 추가 정의 속성2) Additional Definition Properties
- kisti:appliedRule-kisti: appliedRule
* kisti:appliedRule은 데이터의 형태를 변환하는 데 필요한 사용자 함수를 정의한다.kisti: appliedRule defines the user function needed to transform the data.
예를 들면, 이름의 성과 이름을 표준화하는 데 필요한 함수와 적용 방법을 또는 연도의 형식을 표준화하는 데 필요한 함수를 정의한다. 2개 이상의 함수가 적용되는 경우 각각의 함수들을 순차적으로 표기한다.For example, you define the functions needed to standardize the first and last name of the first name and how to apply them, or the functions required to standardize the format of the year. When two or more functions are applied, each function is marked sequentially.
- kisti:originalPathkisti: originalPath
* kisti:originalPath는 원자료에 접근하기 위한 데이터 접근 정보를 기술한다. 출처의 형태가 데이터베이스인 경우 테이블명과 필드명을 기술하고, 출처의 형태가 XML 문서인 경우 데이터 접근 경로를 기술한다.* kisti: originalPath describes data access information for accessing the original data. If the source type is a database, describe the table name and field name. If the source type is an XML document, describe the data access path.
- kisti:dataFormat-kisti: dataFormat
* kisti:dataFormat는 데이터의 형태를 표기한다. 데이터의 적합성 체크 및 데이터의 형태를 다른 형태로 변환하기 위해 필요한 정보를 저장한다.* kisti: dataFormat indicates the type of data. Stores the information needed to check the suitability of the data and convert the data from one form to another.
도 3은 출처의 데이터를 온톨로지와 매핑한 예를 도시한다.3 shows an example of mapping data of a source with an ontology.
도 3의 좌상측에는 출처의 데이터(302)가 도시되고, 우하측에는 온톨로지(304)가 도시된다. 온톨로지(304)는 Journal(304a), Article(304b), Author(304c), Subject(304d), Publisher(304e), Institution(304f), Department(304g), Keyword(304h)의 클래스들을 갖는다.The upper left side of FIG. 3 shows the source data 302, and the lower right side shows the ontology 304. Ontology 304 has classes of Journal 304a, Article 304b, Author 304c, Subject 304d, Publisher 304e, Institution 304f, Department 304g, Keyword 304h.
각각의 클래스들에는 속성 테이블(306a ~ 306h)이 관련된다.Each class is associated with an attribute table 306a-306h.
예를 들어, Journal 클래스(304a)는 Journal 속성 테이블(306a)이 관련되며, Journal 속성 테이블(306a)은 ID, printISSN, electronicISSN, journalTitle, journalAbbrTitle 속성들을 포함한다.For example, Journal class 304a is associated with Journal attribute table 306a, and Journal attribute table 306a includes ID, printISSN, electronicISSN, journalTitle, journalAbbrTitle attributes.
출처의 데이터(302)는 Publish(출판사)에 관련된 항목들, Journal(논문)에 관련된 항목들이 포함되는 것이 도시되고 있다. Source data 302 is shown to include items related to Publish, articles related to Journal.
도 3을 참조하면, 출처의 데이터(302)의 각 항목들은 온톨로지(304)의 클래스 및 속성 테이블과 관련되어 지는 것을 알 수 있다. Referring to FIG. 3, it can be seen that each item of data 302 of origin is associated with a class and attribute table of ontology 304.
예를 들어, 저널 클래스(304a)는 "hasPublisher"로 표시되는 바와 같이 Publisher 클래스(304e)와 관련되며 또한 Journal 속성 테이블(306a)과 관련된다.For example, journal class 304a is associated with Publisher class 304e and is also associated with Journal attribute table 306a as indicated by "hasPublisher."
출처의 데이터(302)가 데이터베이스 형태일 경우, 온톨로지(304)를 구성함에 있어서 데이터베이스의 필드 항목이 클래스로서 고려된다.When the source data 302 is in the form of a database, field entries in the database are considered as classes in constructing the ontology 304.
출처의 데이터(302)를 온톨로지와 매핑하는 것을 상세히 설명하면 다음과 같다.The mapping of data 302 of origin with ontology is described in detail as follows.
먼저, 데이터 출처별 메타데이터 항목과 온톨로지의 속성과를 연결한다.First, we associate metadata items by data source with attributes of ontology.
이 과정에서 메타데이터의 kisti:originalPath, kisti:dataFormat 정보를 입력한다.In this process, kisti: originalPath and kisti: dataFormat information of metadata are input.
- kisti:origanalPath:kisti: origanalPath:
* 출처의 데이터가 데이터베이스 형태인 경우; 테이블의 명과 필드명 저장The data at the source is in the form of a database; Save table name and field name
* 출처의 데이터가 XML 문서 형태인 경우; 접근경로(entity, attribute) 저장The data at the source is in the form of an XML document; Store access (entity, attribute)
- kisti:dataFormat에는 데이터 형태는 물론 구조에 대한 정보도 저장한다.-kisti: dataFormat stores data format as well as structure information.
* 연월일의 경우: YYYYMMDD, YYMMDD 등의 형태 표현을 통해 컴퓨터가 데이터 값을 확인하고 변환할 수 있도록 표현한다.* In the case of the year, month, and date: YYYYMMDD, YYMMDD, etc., can be used to express and convert data values.
* 이름의 경우: 성, 이름 등의 표기 형태를 표현한다.* For Name: Expresses notation such as last name, first name, etc.
도 4는 온톨로지간의 매핑 사례를 도시한다.4 illustrates an example of mapping between ontology.
도 4를 참조하면, 3개의 온톨로지(402, 404, 406)이 도시된다. BL ontology(402)는 Springer Ontology(404)에 매핑되고, Springer Ontology(404)는 다시 Standard Ontology(406)에 매핑된다. 여기서, BL Ontology(402) 및 Springer Ontology(404)는 본 발명의 요약에 있어서의 제2 및 제1메타데이터에 대한 온톨로지들이고, Standard Ontology(406)는 표준의 메타데이터에 대한 온톨로지이다. Referring to FIG. 4, three ontology 402, 404, 406 are shown. BL ontology 402 maps to Springer Ontology 404, and Springer Ontology 404 maps back to Standard Ontology 406. Here, BL Ontology 402 and Springer Ontology 404 are ontologies for the second and first metadata in the summary of the present invention, and Standard Ontology 406 is the ontology for standard metadata.
본 발명에 따르면, 도 4에 도시된 바와 같이 온톨로지 매핑을 위한 대상은 반드시 표준 메타데이터에 대한 온톨로지가 아니어도 좋다. 즉, 기존의 표준의 메타데이터에 대한 온톨로지와 직접 매핑할 수도 있지만, 다른 출처의 메타데이터에 대한 온톨로지와도 자유롭게 매핑할 수 있다.According to the present invention, as shown in FIG. 4, the object for ontology mapping may not necessarily be an ontology for standard metadata. That is, it can be directly mapped onto ontology for metadata of the existing standard, but can be freely mapped onto ontology for metadata of other sources.
예를 들면, 출처 A와 출처 B가 이미 표준의 메타데이터에 대한 온톨로지와의 관계가 생성되어 있는 경우 즉, 매핑된 경우, 새로운 출처는 출처 A, 출처 B 또는 표준의 메타데이터에 대한 온톨로지의 항목과 자유롭게 관계될 수 있다.For example, if Source A and Source B already have a relationship with the ontology for the metadata of the standard, that is, mapped, then the new source is an ontology item for the source A, source B, or the metadata of the standard. Can be related freely.
도 4의 왼쪽 하부를 참조하면, 하나의 항목이 2개 이상의 항목으로 나뉘어 지는 경우가 도시된다. 예를 들어, BL Ontology(402)의 Author 클래스의 name 속성이 Springer Ontology(404)의 Author 클래스의 givenName과 fanilyName으로 나뉘어져서 매핑되는 경우이다.Referring to the lower left of FIG. 4, a case in which one item is divided into two or more items is illustrated. For example, the name attribute of the Author class of BL Ontology 402 is divided and mapped to givenName and fanilyName of the Author class of Springer Ontology 404.
이와 같이 하나의 항목이 2개 이상의 항목으로 나뉘어지는 경우에는 다음과 같이 처리된다.As described above, when an item is divided into two or more items, it is processed as follows.
- 성명 항목이 이름과 성으로 구분되는 경우; 성명-> 중간노드(408) -> 이름 + 성으로 분리된다.The name entry is separated by first and last name; Name-> intermediate node 408-> first name + last name is separated.
- 중간 노드(408)에는 적용되어야 하는 함수를 명시한다.The intermediate node 408 specifies the function to be applied.
- kisti:appliedRule: seperateName(String fullname)kisti: appliedRule: seperateName (String fullname)
-중간 노드(408)에서 함수를 적용해서 얻은 이름 + 성을 이름 항목과 성 항목에 각각 저장한다. 이때 중간 노드(408)에서 저장하는 순서를 rdf:seq 항목에 기재한다.Store the first and last names obtained by applying the function at the intermediate node 408 in the first name and last name entries, respectively. At this time, the order of storing in the intermediate node 408 is described in rdf: seq.
한편, 도 4의 오른쪽 중간 부분을 참조하면, 두 개의 항목이 하나의 항목으로 통합되는 경우가 도시된다. 예를 들어, Springer Ontology(404)의 Article 클래스의 volume_Start 항목과 volumeEnd 항목이 합쳐져서 Standard Ontology(406)의 Article 클래스의 volume 항목에 매핑되는 경우이다. Meanwhile, referring to the right middle part of FIG. 4, a case in which two items are merged into one item is illustrated. For example, the volume_Start item and the volumeEnd item of the Article class of Springer Ontology 404 are combined and mapped to the volume item of the Article class of Standard Ontology 406.
- 연도와 월일 데이터가 연월일 데이터로 통합되는 경우는 연도+월일 -> 중간노드 -> 연월일로 통합한다.-If year and month data are merged into year and month data, merge them into year + month date-> intermediate node-> year and month date.
- 중간노드(410)에는 적용되는 함수를 명기한다.The intermediate node 410 specifies the function to be applied.
- 별도의 적용함수 없이 데이터를 통합만 하는 경우에는 적용함수를 명시하지 않아도 좋다.-In case of integrating data without additional application function, it is not necessary to specify the application function.
- 중간노드(410)에서 단일 항목으로 저장하는 순서를 rdf:seq 항목으로 표기한다.The order in which the intermediate node 410 stores the data as a single item is indicated as an rdf: seq item.
도 5는 최종 변환 규칙이 적용된 테이블의 예를 도시한다. 도 5의 테이블은 3개의 피일드(Original Data, Standard Data, Applied Rule)를 가진다. 5 shows an example of a table to which a final conversion rule is applied. The table of FIG. 5 has three feeds (Original Data, Standard Data, and Applied Rule).
Original Data 피일드(502)에는 각 출처의 메타 데이터의 항목이 기입되고, Standard Data 피일드(504)에는 표준 메타데이터의 항목이 기입되고, Applied Rules 피일드(506)에는 각 출처의 메타 데이터의 항목을 표준의 메타 데이터의 항목의 형식으로 변환하기 위해 적용된 함수들이 기재된다.Items of metadata of each source are written in the Original Data feed 502, items of standard metadata are written in the Standard Data feed 504, and items of standard metadata are written in the Applied Rules feed 506. Functions applied to convert an item into the form of an item of standard metadata are described.
예를 들어, lower()는 소문자로 변환시키는 것이고, Substring(0,2)는 스트링의 첫 번째 위치(0)로부터 2개의 문자를 추출하여 substring을 구성하는 것이다. For example, lower () converts to lowercase, and Substring (0,2) constructs a substring by extracting two characters from the first position (0) of the string.
최종 변환 규칙을 생성하는 것을 다음과 같이 수행된다.Creating the final conversion rule is done as follows.
- 변환 규칙은 메타데이터를 최종 메타데이터 항목으로 변환하기 위한 변환 정보를 모두 포함한다. 데이터의 kisti:dataFormat 정보가 서로 상이한 경우 반드시 dataFormat을 동일하게 변경하기 위해서 필요한 함수를 kisti:appliedRule에 명시해야 한다.The conversion rule includes all the conversion information for converting the metadata into the final metadata item. If kisti: dataFormat information of data is different from each other, the function necessary to change dataFormat equally must be specified in kisti: appliedRule.
- 출처의 메타데이터가 표현된 온톨리지가 표준의 메타데이터에 대한 온톨로지와 직접적으로 연결되지 않은 경우에는 Where the ontology on which the source's metadata is represented is not directly linked to the ontology of the standard's metadata.
* 출처의 메타데이터가 연결된 표준 이외의 메타데이터의 항목과 연결된 표준 메타데이터에 대한 온톨로지 항목을 찾아서 최종 변환 규칙을 생성한다.* Generate the final transformation rule by finding the ontology item for the standard metadata associated with the non-standard metadata item to which the metadata of the source is linked.
* 메타데이터 A가 메타데이터 B와 연결되고, 메타데이터 B가 표준 메타데이터 온톨로지의 항목과 연결된 경우 메타데이터 A가 메타데이터 B로 변환되는 데 필요한 정보와 메타데이터 B가 표준 메타데이터로 변환되는 데 필요한 정보를 이용해서 메타데이터 A가 표준 메타데이터로 변환되는 데 필요한 최종 변환 규칙을 생성한다.* If metadata A is associated with metadata B, and metadata B is associated with an item in the standard metadata ontology, the information required for metadata A to be converted to metadata B and metadata B to Using the necessary information, we create the final conversion rule for Metadata A to be converted to standard metadata.
- 출처의 메타데이터가 표현된 온톨로지가 표준 메타데이터 온톨로지에 직접 연결된 경우에는 출처의 메타데이터가 연결된 표준 메타데이터 항목과의 최종 변환 규칙을 생성한다.If the ontology on which the metadata of the source is represented is directly linked to the standard metadata ontology, create the final conversion rule with the standard metadata item to which the metadata of the source is linked.
메타데이터 A가 메타데이터 B에 연결되고, 메타데이터 B가 표준 메타데이터 온톨로지인 경우 메타데이터 A가 메타데이터 B로 변환하는 데 필요한 정보를 포함한 최종 변환 규칙을 생성한다.If metadata A is linked to metadata B, and metadata B is a standard metadata ontology, metadata A creates a final conversion rule containing the information needed to convert to metadata B.
전술한 바와 같이 본 발명의 메타데이터 통합 관리 방법에 따르면 온톨로지 관계를 이용해서 출처별 메타 데이터를 효율적으로 관리하는 것이 가능해진다.As described above, according to the metadata integrated management method of the present invention, it is possible to efficiently manage metadata for each source by using an ontology relationship.
또한, 출처별 메타데이터 항목 기존 메타데이터 항목 또는 표준 메타데이터 항목간 연결을 통해서 보다 쉽게 변환 규칙을 생성할 수 있다.In addition, conversion rules can be more easily created by linking metadata items by source or existing metadata items.
또한, 온톨로지간 관계를 온톨로지 관계를 통해 한눈에 파악할 수 있다.In addition, the relationship between the ontology can be grasped at a glance through the ontology relationship.
또한, 기존 출처의 메타데이터 형식이 변경된 경우 새로운 메타데이터를 기존 메타데이터와 연결하고, 변경된 메타데이터 항목만 표기하면 변경된 메타데이터 항목도 편리하게 처리할 수 있는 효과를 가진다.In addition, when the metadata format of the existing source is changed, the new metadata is connected with the existing metadata, and only the changed metadata item is marked, so that the changed metadata item can be conveniently processed.

Claims (7)

  1. 서로 다른 형식을 가지는 메타데이터들을 표준의 메타데이터에 통합하여 관리하는 방법에 있어서,In a method of integrating and managing metadata having different formats into standard metadata,
    표준 메타데이터와 그에 통합하고자 하는 메타데이터 각각의 온톨로지들을 구하고, 표준 메타데이터의 항목과 그에 통합하고자 하는 메타데이터의 항목 간의 매핑 정보 및 변환규칙을 적용함에 의해 상기 메타데이터를 표준의 메타데이터로 변환하는 것을 특징으로 하는 메타데이터 통합 관리 방법.Obtain the ontology of each of the standard metadata and the metadata to be integrated therein, and convert the metadata into standard metadata by applying mapping information and conversion rules between the items of the standard metadata and the metadata of the metadata to be integrated therewith. Metadata integration management method, characterized in that.
  2. 제1항에 있어서,The method of claim 1,
    표준의 메타데이터 및 상기 표준의 메타데이터에 통합하고자 하는 제1의 메타데이터 각각의 온톨로지를 생성하는 과정;Generating an ontology of each of the standard metadata and the first metadata to be integrated into the standard metadata;
    상기 온톨로지들을 매핑하는 과정;Mapping the ontology;
    온톨로지들의 매핑정보를 참조하여 상기 제1의 메타데이터의 항목을 상기 표준 메타데이터의 항목으로 변환하는 변환 규칙을 생성하는 과정; 및Generating a conversion rule for converting an item of the first metadata into an item of the standard metadata by referring to mapping information of ontology; And
    상기 온톨로지 변환규칙을 이용하여 상기 제1의 메타데이터를 상기 표준의 메타데이터로 변환하는 과정을 포함하는 메타데이터의 통합 관리 방법.And converting the first metadata into metadata of the standard using the ontology conversion rule.
  3. 제2항에 있어서,The method of claim 2,
    상기 제1의 메타데이터는 데이터베이스 형태로 구현되고, 상기 제1의 메타데이터에 상응하는 온톨로지는 상기 데이터베이스 형태의 테이블명, 필드명, 데이터 형태에 기반하여 작성되는 것을 특징으로 하는 메타데이터 통합 관리 방법.The first metadata is implemented in a database form, and an ontology corresponding to the first metadata is created based on a table name, a field name, and a data type of the database type. .
  4. 제2항에 있어서,The method of claim 2,
    상기 제1의 메타데이터는 XML 구조화 문서 형태로 구현되고, 상기 제1의 메타데이터에 상응하는 온톨로지는 상기 XML 구조화 문서의 데이터 접근 경로(entity, attribute)와 데이터 형태에 기반하여 작성되는 것을 특징으로 하는 메타데이터 통합 관리 방법.The first metadata is implemented in the form of an XML structured document, and the ontology corresponding to the first metadata is created based on a data access path (entity, attribute) and data type of the XML structured document. How to manage metadata integration.
  5. 제2항에 있어서, The method of claim 2,
    상기 변환 규칙은 온톨로지 기본 속성, 데이터 형태 변환을 위한 함수와 적용방법, 원래의 자료에 접근하기 위한 데이터 접근 정보, 데이터 형태를 포함하는 것을 특징으로 하는 메타데이터 통합 관리 방법.The conversion rule includes an ontology basic attribute, a function and application method for data type conversion, data access information for accessing original data, and data type.
  6. 제2항에 있어서, The method of claim 2,
    상기 온톨로지 생성 과정 및 온톨로지 매핑 과정은 메타데이터의 하나의 항목이 2개의 항목으로 나뉘어지는 경우, 중간 노드를 통해서 2개의 항목으로 분리하며, 중간 노드에 적용되는 함수 및 중간 노드에서 저장하는 순서를 변환규칙에 포함시키는 것을 특징으로 하는 메타데이터 통합 관리 방법In the ontology generation process and ontology mapping process, when one item of metadata is divided into two items, the ontology is divided into two items through an intermediate node, and the function applied to the intermediate node and the order of storing in the intermediate node are converted. Metadata integration management method characterized by including in the rule
  7. 제2항에 있어서, The method of claim 2,
    상기 온톨로지 생성 과정 및 온톨로지 매핑 과정은 2개의 항목이 1개의 항목으로 통합되는 경우, 중간 노드를 통해서 통합하며, 중간 노드에 적용되는 함수 및 중간 노드에서 단일 항목으로 저장하는 순서를 변환규칙에 포함시키는 것을 특징으로 하는 메타데이터 통합 관리 방법In the ontology generation process and ontology mapping process, when two items are merged into one item, the ontology is integrated through the intermediate node, and the function to be applied to the intermediate node and the order of storing the single node in the intermediate node as a single item are included in the conversion rule. Metadata integration management method characterized in that
PCT/KR2010/007556 2010-10-29 2010-10-29 Ontology-based method for managing the integration of metadata WO2012057382A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
KR1020100107120A KR101183534B1 (en) 2010-10-29 2010-10-29 Method for managing integrated metadata based on ontology
KR10-2010-0107120 2010-10-29

Publications (1)

Publication Number Publication Date
WO2012057382A1 true WO2012057382A1 (en) 2012-05-03

Family

ID=45994078

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/KR2010/007556 WO2012057382A1 (en) 2010-10-29 2010-10-29 Ontology-based method for managing the integration of metadata

Country Status (2)

Country Link
KR (1) KR101183534B1 (en)
WO (1) WO2012057382A1 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110765118A (en) * 2019-10-21 2020-02-07 北京明略软件系统有限公司 Data revision method, revision device and readable storage medium

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR101521112B1 (en) * 2013-12-20 2015-05-19 동국대학교 산학협력단 Apparatus and method for data linking and merging
KR102419956B1 (en) * 2021-11-12 2022-07-14 주식회사 스타캣 Method for automatically generating metadata for structured data and apparatus for generating metadata using a machine learning/deep learning model for the same

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR100525072B1 (en) * 2005-03-31 2005-10-28 대한민국 Ontology system
US20060064666A1 (en) * 2001-05-25 2006-03-23 Amaru Ruth M Business rules for configurable metamodels and enterprise impact analysis
KR20090010557A (en) * 2007-07-23 2009-01-30 고려대학교 산학협력단 Method and apparatus of producing web service ontology and recording medium using the same
KR20090022785A (en) * 2007-08-31 2009-03-04 이인근 Metaontology-based ontology integration method and its system
KR20100051575A (en) * 2008-11-07 2010-05-17 한국전자통신연구원 Method and apparatus for integrating meta-search results

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2007219808A (en) 2006-02-16 2007-08-30 Nippon Telegr & Teleph Corp <Ntt> Metadata management system, metadata update method and mapping device

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20060064666A1 (en) * 2001-05-25 2006-03-23 Amaru Ruth M Business rules for configurable metamodels and enterprise impact analysis
KR100525072B1 (en) * 2005-03-31 2005-10-28 대한민국 Ontology system
KR20090010557A (en) * 2007-07-23 2009-01-30 고려대학교 산학협력단 Method and apparatus of producing web service ontology and recording medium using the same
KR20090022785A (en) * 2007-08-31 2009-03-04 이인근 Metaontology-based ontology integration method and its system
KR20100051575A (en) * 2008-11-07 2010-05-17 한국전자통신연구원 Method and apparatus for integrating meta-search results

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110765118A (en) * 2019-10-21 2020-02-07 北京明略软件系统有限公司 Data revision method, revision device and readable storage medium

Also Published As

Publication number Publication date
KR20120046884A (en) 2012-05-11
KR101183534B1 (en) 2012-09-20

Similar Documents

Publication Publication Date Title
US9197597B2 (en) RDF object type and reification in the database
Su et al. Automating the transformation of XML documents
WO2011162446A1 (en) Module and method for deciding named entity of term using named entity dictionary combined with ontology schema and mining rule
WO2011053046A2 (en) System and method for preparing excel-based analysis reports
WO2010123168A1 (en) Database management method and system
WO2011162444A1 (en) Named entity dictionary combined with ontology schema and device and method for renewing named entity dictionary or mining rule database using mining rule
WO2012057382A1 (en) Ontology-based method for managing the integration of metadata
KR102141784B1 (en) System for managing ontology data of power grid
Li Data profiling for semantic web data
WO2012060490A1 (en) Method and device for saving triple for verifying reason and incremental reasoning, and method and device for reason-dependent indexing appropriate for same
WO2013008978A1 (en) Object identification result searching system and method
US20060136363A1 (en) System and method for decomposition of multiple items into the same table-column pair without dedicated mapping constructs
WO2012046904A1 (en) Device and method for providing multi -resource based search information
McDermott et al. Alternative database designs for the distribution common information model
Dimitrova et al. Infrastructure and population of the OpenBiodiv biodiversity knowledge graph
Sane et al. Generating OWL ontologies from a relational databases for the semantic web
Jeter et al. Semantic links across distributed heterogeneous data
CN113434693B (en) Data integration method based on intelligent data platform
Lv et al. Transformation of relational model to RDF model
WO2022107955A1 (en) Semantic role labeling-based method and apparatus for neural network calculation
US20060136483A1 (en) System and method of decomposition of multiple items into the same table-column pair
Molina et al. Semantic Capabilities for the Metrics and Indicators Cataloging Web System.
Alaoui et al. Automatic Mapping of Relational Databases to OWL Antology
WO2018139777A1 (en) Numerical information management device using data structure
Offergeld et al. cimpyorm–a queryable python CIM-Cache for smart grid applications

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: 10858996

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: 10858996

Country of ref document: EP

Kind code of ref document: A1