WO2012169708A1 - 메타 데이터 변환 방법 및 이에 적합한 장치 - Google Patents

메타 데이터 변환 방법 및 이에 적합한 장치 Download PDF

Info

Publication number
WO2012169708A1
WO2012169708A1 PCT/KR2011/007802 KR2011007802W WO2012169708A1 WO 2012169708 A1 WO2012169708 A1 WO 2012169708A1 KR 2011007802 W KR2011007802 W KR 2011007802W WO 2012169708 A1 WO2012169708 A1 WO 2012169708A1
Authority
WO
WIPO (PCT)
Prior art keywords
metadata
schema
conversion
target
value
Prior art date
Application number
PCT/KR2011/007802
Other languages
English (en)
French (fr)
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 WO2012169708A1 publication Critical patent/WO2012169708A1/ko

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/21Design, administration or maintenance of databases
    • G06F16/211Schema design and management
    • G06F16/213Schema design and management with details for schema evolution support

Definitions

  • the present invention relates to a method for converting meta data, and more particularly, to a method and apparatus suitable for converting bibliographic metadata having various schemas and data types / values into bibliographic metadata defined by heterogeneous schemas. It is about.
  • Schemas define the structure and representation of data storage, and there are various schemas depending on the field or form of expression.
  • "@-" is a document delimiter for distinguishing bibliographic metadata when multiple bibliographic metadata exist in a file.
  • _ti is a tag indicating the title of the article.
  • _au, _ab, _vi, and _is represent the author's name, summary, volume number, and issue number, respectively.
  • raw bibliographic metadata obtained by converting the bibliographic metadata
  • each item of the bibliographic metadata is expressed as follows.
  • the present invention has been made to solve the above problems, and provides a metadata conversion method for performing efficient conversion by dividing bibliographic metadata conversion into a schema conversion process for solving schema heterogeneity and a data conversion process for solving data heterogeneity. For that purpose.
  • Another object of the present invention is to provide an improved metadata conversion method that enables a user to define schema mapping and data value conversion rules that resolve schema heterogeneity.
  • Another object of the present invention is to provide an apparatus suitable for the above-described surge metadata conversion method.
  • a method of converting primitive metadata having a primitive schema and primitive data type / value into object metadata having a primitive schema and primitive data type / value
  • Metadata conversion apparatus for achieving the above another object
  • An apparatus for converting primitive metadata having a primitive schema and primitive data type / value into object metadata having a primitive schema and purpose data type / value
  • An item converter for converting the primitive schema of the first temporary metadata into a target schema to generate second temporary metadata having a target schema and a raw data type / value
  • the metadata conversion method according to the present invention can easily convert some form of bibliographic metadata into another form of bibliographic metadata by performing the transformation by simplifying the schema conversion process that solves schema heterogeneity and the data conversion process that solves data heterogeneity. It has the effect of making it possible.
  • the metadata conversion method according to the present invention allows a user to define an item mapping that resolves schema heterogeneity and a data value conversion rule that resolves data heterogeneity, thereby programming bibliographic metadata having various types of schemas and data types / values. Allows conversion to other forms of bibliographic metadata without modification.
  • FIG. 1 diagrammatically illustrates a metadata transformation method according to the present invention.
  • FIG. 2 illustrates a metadata conversion method according to the present invention.
  • mapping screen 3 illustrates an example of a mapping screen for mapping between a raw item and a target item.
  • FIG. 4 shows an example of a conversion rule setting screen for setting a conversion rule.
  • FIG. 5 shows an example of a screen for setting a conversion rule (date, country, etc.) in the form of a code table.
  • FIG. 6 shows an example of a screen for inputting a conversion rule in a regular expression form.
  • FIG. 7 shows an example of a screen for setting other conversion rules in a script format.
  • FIG. 8 is a diagram schematically showing a script execution structure defined in a screen for setting other conversion rules.
  • FIG. 9 shows a configuration of a metadata conversion device according to the present invention.
  • the bibliographic metadata conversion method simplifies the metadata conversion process by dividing the metadata conversion process into a schema conversion process for solving schema heterogeneity and a data conversion process for solving data heterogeneity.
  • the schema conversion process and data conversion process allows users to define schema mapping and data value conversion rules that solve schema heterogeneity so that they can easily convert one form of bibliographic metadata into another form of bibliographic metadata. do.
  • the schema conversion process and data conversion process can be broken down as follows.
  • Standard code conversion It is the case that different code is used for each metadata such as different country code and date notation code.
  • FIG. 1 diagrammatically illustrates a metadata transformation method according to the present invention.
  • the upper figure shows the process and the input / output result in each process
  • the lower figure shows the content input or set by the user in each process.
  • the contents entered or set by the user are preferably performed before converting the bibliographic metadata.
  • the destination metadata may be bibliographic metadata configured to efficiently manage / operate various bibliographic metadata having various types of schemas and data types / values. It is assumed that the schema and data type / value, etc. of this destination metadata are known in advance.
  • the metadata conversion method according to the present invention is performed as follows.
  • the raw bibliographic metadata is parsed to generate the raw data with the raw schema.
  • the parsing information is referred to.
  • the primitive schema refers to a schema of raw bibliographic metadata.
  • the user inputs parsing information of the raw bibliographic metadata.
  • the parsing information may be XML Schema, XML DTD, SGML Schema, MARC Rule, etc. according to the form of the raw bibliographic metadata.
  • Tagged Text the structure information of the document may be directly input.
  • the parsing information entered by the user is referenced to parse the raw bibliographic metadata to generate the raw data with the raw schema (first temporary metadata in the summary of the present invention).
  • Raw data (first temporary metadata) with a native schema is stored in a temporary database.
  • mapping information for converting raw data (primary temporary metadata) having a raw schema into raw data (second temporary metadata in the summary of the present invention) having a target schema that is, each item of the raw schema and the target schema Item mapping information having a corresponding relationship between the respective items of is required.
  • the destination schema refers to a schema of destination bibliography metadata.
  • the user maps each item in the native schema to each item in the destination schema.
  • the item mapping information entered by the user is referenced to perform schema conversion.
  • the data of each item does not change, and if it is mapped 1: 1 according to the mapping type, it is copied as is and 1: N mapping in which one item is divided into several, or N: 1 mapping in which several items are merged into one.
  • Raw data (second temporary metadata) having a destination schema is stored in a temporary database.
  • the target data having the target schema is generated by converting the data of the raw data having the target schema. Refer to the conversion rule.
  • the user sets the rules for data conversion to match the meaning and format of the destination schema item.
  • the rule setting is variously set according to each data heterogeneity related conversion summarized as a problem of bibliographic metadata conversion. Each setting is as follows.
  • Character codes such as KSC5601 and UTF-8 can be defined as tables in advance. The user can specify the correspondence between the character code of the source item and the character code of the destination item for each item.
  • various country codes, date codes, city name codes, etc. are defined in a table in advance, and the user designates the source code and the target code.
  • Users can enter the pattern of the string to be entered as the raw item and the pattern of the string to be displayed as the destination item as a regular expression.
  • volume conversion For example, suppose that the volume number of a book whose volume number is 1998 and an issue number 13 is entered as indicated by v.1998 no.13. This is a pattern of v. @@@@ no. ## and only @@@@ and ## can be extracted during metadata conversion. If the user sets the output pattern to Vol. @@@@ no. ##, the volume conversion can be performed by adding Vol. And no. Strings to @@@@ and ## extracted during metadata conversion. have.
  • the other transformations are for converting items that are not in the above three forms, and only the corresponding transformation function is written using the scripting language.
  • the source page displays the start page and the end page in the form of i-v using Roman characters, and the target item displays only the number of pages.
  • Such conversions are difficult to convert using code tables or through regular expressions. Instead, the conversion process can be described using a scripting language as follows:
  • the script can be read during the metadata conversion process and the script engine can be called to perform the conversion process.
  • a user inputs parsing information, item mapping information, and a conversion rule required for a parsing process, a schema conversion process, and a data conversion process, but is not limited thereto.
  • user input of necessary parsing information, item mapping information, and conversion rule may be applied at an early stage of operation of the conversion apparatus, and information input by the user may be stored in a table for later reuse. Afterwards, the user can perform the conversion automatically without user intervention by referring to the contents stored in the table.
  • determinism can be provided by allowing the user to set necessary information.
  • FIG. 2 illustrates a metadata conversion method according to the present invention.
  • the raw bibliographic metadata are parsed to generate raw data (first temporary metadata) having a raw schema (s220).
  • the user is provided with an interface screen (mapping screen) for mapping an item (raw item) of a source schema and an item (object item) of a target schema, and receives item mapping information from the user.
  • the user refers to the mapping screen and inputs item mapping information indicating a correspondence between the raw schema item and the target schema item.
  • Schema conversion is performed on the raw data having the raw schema by referring to the input item mapping information to generate the raw data having the target schema.
  • mapping screen 3 illustrates an example of a mapping screen for mapping between a raw item and a target item.
  • mapping information table when a handle of each raw item is dragged to a handle of an appropriate target item, the raw arrow is connected to the map arrow.
  • the input item mapping information is stored in the mapping information table.
  • the item mapping information stored in the mapping information table may be used for later conversion.
  • Data conversion is performed on the raw data having the target schema to generate the target data having the target schema.
  • a rule setting screen for converting raw data into target data is provided to a user, and a conversion rule is input from the user.
  • the user inputs a conversion rule by referring to the rule setting screen.
  • the conversion rule entered is stored in the conversion rule table.
  • the target data having the target schema is generated by performing data conversion on the raw data having the target schema by referring to the input conversion rule.
  • FIG. 4 shows an example of a conversion rule setting screen for setting a conversion rule.
  • the conversion rule setting screen of FIG. 4 may be a screen that pops up after generation of mapping arrows of each item with reference to FIG. If you select the type of the conversion rule between the mapped (mapped) items through the check box, an additional conversion rule setting screen is created.
  • FIG. 5 shows an example of a screen for setting a conversion rule (date, country, etc.) in the form of a code table.
  • FIG. 6 shows an example of a screen for inputting a conversion rule (authorization information) in a regular expression form.
  • a pattern of input data is displayed in the form of an input regular expression and a pattern to be converted into output data is set in the output regular expression.
  • an input regular expression and an output regular expression, which should be set for each of the two example data, are illustrated as an example.
  • FIG. 7 shows an example of a screen for setting other conversion rules in a script format.
  • data conversion other than formal conversion records individual conversion rules as program names and program sources in boxes marked on the right using a scripting language. This information is stored in the script source repository (table). These script programs are also stored in the table that contains the conversion rules, along with the source, mapping item name and script program name.
  • FIG. 8 is a diagram schematically illustrating a script execution structure defined on a screen for setting other conversion rules, and illustrates a structure and flow in which a script defined through the screen of FIG. 7 is executed during data conversion.
  • the raw data from Elsevier's source is i-v, which means that the value of the item _pg, which means the page number, is 1 to 5 pages in the paper.
  • the item in the destination schema that maps to this item means the number of pages and can have an integer as its value.
  • the data converter then checks whether there is a _pg entry in the corresponding entry of the conversion rule table and understands whether _pg should run the script program. Invoke the program by getting the name of the script program to be run by looking at the program_name field.
  • the input data i-v is given as the input parameter of the script, and the script gives the calculation result 5 as the output parameter to the data converter.
  • the data converter stores 5 as the value of the corresponding item in the destination schema.
  • FIG. 9 shows a configuration of a metadata conversion device according to the present invention.
  • the metadata conversion apparatus 900 includes a parser 902, a parsing information storage 904, an item converter 906, a mapping information storage 908, and a data converter 910. , Code table store 912, translation rule store 914, and script source store 916.
  • the parser 902 parses the input raw bibliographic metadata to generate first temporary metadata having a raw schema.
  • the parser 902 parses raw metadata using parsing information stored in the parsing information storage 904 or parsing information input by a user to generate first temporary metadata.
  • the first temporary metadata is temporary metadata having a raw schema.
  • the first temporary metadata is stored in the first temporary database 918.
  • the parser 902 When using the parsing information input by the user, the parser 902 provides a parsing information input screen to the user and parses the raw surge metadata using the parsing information input by the user.
  • the parsing information entered by the user is stored in the parsing information store 904 for later use.
  • the item converter 906 reads the first temporary metadata stored in the first temporary database 918 and uses the item mapping information stored in the mapping information storage unit 908 or the item mapping information input by the user. Create temporary metadata.
  • the second temporary metadata is temporary metadata having a target schema.
  • the second temporary metadata is stored in the second temporary database 920.
  • the item converter 906 When the item mapping information input by the user is used, the item converter 906 provides a mapping screen to the user and uses the mapping information set by the user to match each item of the raw data with the item of the target data. Change the name and structure of the. At this time, the data value belonging to the item of the raw data is copied as it is.
  • the item mapping information set by the user is stored in the mapping information store 908 for later use.
  • the data converter 910 reads the second temporary metadata stored in the second temporary database 920, and stores the code stored in the code table store 912, the conversion rule store 914, and the script source store 916. Create the destination data by referring to the tables, conversion rules, and script sources.
  • the object data is the object bibliographic metadata obtained by converting the metadata having the object schema and the object data type / value, that is, the raw bibliographic metadata, which is the final result of the conversion apparatus.
  • the destination data is stored in the destination database 922.
  • the data converter 910 When using the conversion rule input by the user, the data converter 910 provides the user with a conversion rule input screen and uses the conversion rule set by the user to target the data value of each item of the second temporary metadata. Converts the data value of the data corresponding item.
  • the translation rule set by the user is stored in the translation rule store 914 for later use.
  • the data converter may use a code table stored in the code table store 912 or a script stored in the script source store 916.

Landscapes

  • Engineering & Computer Science (AREA)
  • Databases & Information Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Data Mining & Analysis (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
  • Document Processing Apparatus (AREA)

Abstract

다양한 스키마 및 데이터 형태/값을 가지는 서지 메타데이터를 효율적으로 관리할 수 있도록 이형의 스키마로 정의되는 서지 메타데이터로 변환하는 데 적합한 방법 및 장치가 개시된다. 메타데이터 변환 방법은 원시 메타데이터를 파싱하여 원시 스키마 및 원시 데이터 형태/값을 가지는 제1임시 메타 데이터를 생성하는 파싱 과정; 상기 제1임시 메타데이터의 원시 스키마를 목적 스키마로 변환하여 목적 스키마 및 원시 데이터 형태/값을 가지는 제2임시 메타데이터를 생성하는 스키마 변환 과정; 및 상기 제2임시 메타데이터의 원시 데이터 형태/값을 목적 메타데이터의 목적 데이터 형태/값으로 변환하여 목적 스키마 및 목적 데이터 형태/값을 가지는 목적 메타데이터를 생성하는 데이터 변환 과정을 포함한다.

Description

메타 데이터 변환 방법 및 이에 적합한 장치
본 발명은 메타 데이터의 변환 방법에 관한 것으로서, 특히 다양한 스키마 및 데이터 형태/값을 가지는 서지 메타데이터를 효율적으로 관리할 수 있도록 이형의 스키마로 정의되는 서지 메타데이터로 변환하는 데 적합한 방법 및 장치에 관한 것이다.
스키마란 자료를 저장하는 구조와 표현법을 정의한 것으로서 분야에 따라 또는 표현 형태에 따라 다양한 스키마가 존재한다.
책이나 문서의 형식이나 체제, 성립, 전래 따위를 기술한 서지 메타데이터는 Dublin Core, MARC 등 다양한 스키마가 존재하며, 이에 대한 표현도 XML, SCML, Tagged Text 등 다양한 표현이 존재한다. 데이터값 또한 다양한 표기방식 및 다양한 문자코드를 사용하고 있다.
따라서, 다양한 형태의 서지 메타데이터를 효율적으로 관리/운영하기 위해서는 각각의 서지 메타데이터를 원하는 형태의 서지 메타데이터로 변환하는 것이 필요하게 된다.
서지 메타데이터의 다양성으로 인하여 서지 메타데이터의 변환에는 여러 가지의 문제점들이 존재하며, 이러한 문제점의 예는 다음과 같다.
Elsevier 출판사에서 제공하는 서지 메타데이터는 Tag로 항목을 구분하는 일반적인 Text로 표현된다. 다음은 Elsevier에서 출판한 논문을 기술하는 서지 메타데이터의 일부이다.
@--
_ti Special Issue: Atmospheric Nitrous &cOxide
_au Khalil, M.A.K.
_ab Importance of this paper: we report ...
_vi 2
_is 3-4
...
@--
위의 서지 메타데이타에서 "@--"는 한 파일에 다수의 서지 메타데이터가 있을 경우 각각의 서지 메타데이터를 구분하기 위한 문서 구분자이다. _ti는 논문의 제목을 나타내는 태그이다. _au, _ab, _vi, _is는 각각 저자명, 요약, 볼륨번호, 이슈번호를 나타낸다.
위의 서지 메타데이터(이하, 원시 서지 메타데이터라 함)를 변환함에 의해 얻어지는 목적 서지 메타데이터의 스키마가 XML로 기술되며, 위의 서지 메타데이터의 각 항목을 다음과 같이 표현한다고 가정하자.
<article-meta/article-title>Special Issue: Atmospheric Nitrous ?xide</article-meta/article-title>; 원시 서지 메타데이터의 _ti에 해당
<article-meta/surname>M.A.K.</article-meta/surname>; 원시 서지 메타데이터의 _au 중에서 성(family name)에 해당
<article-meta/given-name>Khalil</article-meta/given-name>; 원시 서지 메타데이터의 _au에 이름에 해당
<article-meta/volume>Vol. 2, No. 3-4</article-meta/volume>; 원시 서지 메타데이터의 _vi 및 _is에 해당
목적 서지 메타데이터 스키마와 원시 서지 메타데이터 스키마의 차이점은
1) 저자명이 원시 서지 메타데이터에서는 성과 이름이 하나의 항목으로 기술되어 있는데 반해 목적 서지 메타데이터에서는 두 개의 항목으로 분리되어 있으며,
2) 볼륨번호, 이슈번호 두 개의 항목은 <article-meta/volume> 하나의 항목으로 합쳐져 있다는 것을 알 수 있다.
항목명 및 항목의 구조 뿐만 아니라 데이터 값 또한 변환되어야 한다. 원시 서지 메타데이터는 문자표기를 위하여 KSC-5601 코드를 사용하였기 때문에 _ti 항목의 경우 "&c"를 사용하여 "?"를 표현하였지만, 목적 서지 메타데이터는 UTF-8코드를 사용하여 "?"를 직접 표현하였다. 또한 _au 항목의 값인 Khalil, M.A.K. 는 컴마(,)를 구분자로 하여 두 개의 값으로 분리하고 컴마는 버리며, _vi, _is 항목의 값은 Vol., 컴마(,), No.를 사용하여 하나의 값으로 합쳐야 한다.
위의 예와 같이 항목명, 항목의 구조, 코드, 문자열의 추가 혹은 삭제, 다른 형태로의 문자 변환 등 서지 메타데이터의 변환에는 여러 가지 사항을 고려하여야함을 알 수 있다.
서지 메타데이터 변환을 위한 몇 가지의 방법들이 있지만 이러한 종래의 방법들은 특정한 형태 또는 스키마를 가진 데이터의 변환만을 수행하는 것(예를 들어, XSLT를 사용하여 XML 문서에서 XML 문서로의 변환만이 가능하도록 하는 것)이거나 혹은 다양한 스키마를 지원하더라도 실제 값변환을 위해서는 스키마에 맞추어 프로그램을 변경하여야만 하는 것이었다.
본 발명은 상기의 문제점을 해결하기 위하여 안출된 것으로서, 서지 메타데이터 변환을 스키마 이질성을 해결하는 스키마 변환과정과 데이터 이질성을 해결하는 데이터 변환과정으로 나누어서 효율적인 변환을 수행하는 메타데이터 변환 방법을 제공하는 것을 그 목적으로 한다.
본 발명의 다른 목적은 변환 과정에서 사용자가 스키마 이질성을 해결하는 스키마 매핑과 데이터 값 변환 규칙을 정할 수 있도록 하는 개선된 메타데이터 변환 방법을 제공하는 것에 있다.
본 발명의 또 다른 목적은 상기의 서지 메타데이터 변환 방법에 적합한 장치를 제공하는 것에 있다.
상기의 목적을 달성하는 본 발명에 따른 메타 데이터 변환 방법은
원시 스키마 및 원시 데이터 형태/값을 가지는 원시 메타데이터를 목적 스키마 및 목적 데이터 형태/값을 가지는 목적 메타데이터로 변환하는 방법에 있어서,
원시 메타데이터를 파싱하여 원시 스키마 및 원시 데이터 형태/값을 가지는 제1임시 메타데이터를 생성하는 파싱 과정;
상기 제1임시 메타데이터의 원시 스키마를 목적 스키마로 변환하여 목적 스키마 및 원시 데이터 형태/값을 가지는 제2임시 메타데이터를 생성하는 스키마 변환 과정; 및
상기 제2임시 메타데이터의 원시 데이터 형태/값을 목적 메타데이터의 목적 데이터 형태/값으로 변환하여 목적 스키마 및 목적 데이터 형태/값을 가지는 목적 메타데이터를 생성하는 데이터 변환 과정을 포함하는 것을 특징으로 한다.
상기의 다른 목적을 달성하는 본 발명에 따른 메타데이터 변환 장치는
원시 스키마 및 원시 데이터 형태/값을 가지는 원시 메타데이터를 목적 스키마 및 목적 데이터 형태/값을 가지는 목적 메타데이터로 변환하는 장치에 있어서,
원시 메타데이터를 파싱하여 원시 스키마 및 원시 데이터 형태/값을 가지는 제1임시 메타 데이터를 생성하는 파서;
상기 제1임시 메타데이터의 원시 스키마를 목적 스키마로 변환하여 목적 스키마 및 원시 데이터 형태/값을 가지는 제2임시 메타데이터를 생성하는 항목 변환기; 및
상기 제2임시 메타데이터의 원시 데이터 형태/값을 목적 메타데이터의 목적 데이터 형태/값으로 변환하여 목적 스키마 및 목적 데이터 형태/값을 가지는 목적 메타데이터를 생성하는 데이터 변환기를 포함하는 것을 특징으로 한다.
본 발명에 따른 메타데이터 변환 방법은 스키마 이질성을 해결하는 스키마 변환과정과 데이터 이질성을 해결하는 데이터 변환과정으로 단순화하여 변환을 수행함으로써 어떤 형태의 서지 메타데이터를 다른 형태의 서지 메타데이터로 용이하게 변환할 수 있게 하는 효과를 갖는다.
본 발명에 따른 메타데이터 변환 방법은 사용자로 하여금 스키마 이질성을 해결하는 항목 매핑과 데이터 이질성을 해결하는 데이터 값 변환 규칙을 정할 수 있도록 함으로써 다양한 형태의 스키마와 데이터 형태/값을 갖는 서지 메타데이터를 프로그램의 수정 없이도 다른 형태의 서지 메타데이터로 변환할 수 있게 한다.
도 1은 본 발명에 따른 메타데이터 변환 방법을 도식적으로 도시한다.
도 2는 본 발명에 따른 메타데이터 변환 방법을 도시한다.
도 3은 원시 항목과 목적 항목의 사상을 위한 매핑 화면의 예를 도시한다.
도 4는 변환 규칙 설정을 위한 변환 규칙 설정 화면의 예를 도시한다.
도 5는 코드 테이블 형태의 변환규칙(날짜, 국가 등) 설정을 위한 화면의 예를 도시한다.
도 6은 정규표현형태의 변환 규칙 입력을 위한 화면의 예를 도시한다.
도 7은 스크립트 형식의 기타 변환 규칙 설정을 위한 화면의 예를 도시한다.
도 8은 기타 변환 규칙 설정을 위한 화면에서 정의된 스크립트 실행 구조를 도식적으로 도시하는 것이다.
도 9는 본 발명에 따른 메타데이터 변환 장치의 구성을 도시한다.
이하 첨부된 도면을 참조하여 본 발명의 구성 및 동작에 대하여 상세히 설명하기로 한다.
본 발명에 따른 서지 메타데이터 변환 방법은 메타데이터 변환 과정을 스키마 이질성을 해결하는 스키마 변환 과정과 데이터 이질성을 해결하는 데이터 변환과정으로 나누어서 단순화한다. 또한, 스키마 변환 과정 및 데이터 변환 과정에서 사용자로 하여금 스키마 이질성을 해결하는 스키마 매핑과 데이터 값 변환 규칙을 정할 수 있도록 함으로써 어떤 형태의 서지 메타데이터를 다른 형태의 서지 메타데이터로 용이하게 변환할 수 있게 한다.
스키마 변환 과정과 데이터 변환 과정은 다음과 같이 세분화될 수 있다.
1) 스키마 변환; 스키마 이질성 관련 변환
1-1) 이름 변환 : 같은 이름으로 사용된 항목이 서로 다른 개념을 표현하거나 서로 다른 개념을 표현하는데 같은 이름으로 사용되는 경우이다.
예) _ti -> <article-meta/article-title>
1-2) 구조 변환 : 원시 스키마(변환 전의 스키마)와 목적 스키마(변환 후의 스키마)의 구조가 다를 때 발생한다.
예) _au -> <article-meta/surname>, <article-meta/given-name>
2) 데이터 변환; 데이터 이질성 관련 변환
2-1) 문자코드 변환 : 문자열을 나타내는 문자코드가 다른 경우이다.
예) KSC5601 -> UTF-8
2-2) 표준코드 변환 : 다른 국가코드, 날짜표기 코드 등 각 메타데이터마다 다른 코드를 사용하는 경우이다.
예) 1월 -> Jan , China (IEEE 국가코드의 중국) -> CHN (ISO3166 국가코드의 중국)
2-3) 권호 변환 (볼륨번호, 이슈번호)
예) 13th edition, V.1 -> Vol. 1 no. 13
2-4) 기타 변환
예) i-v (페이지 1~5를 표기) -> 5 (페이지 수만을 표기)
도 1은 본 발명에 따른 메타데이터 변환 방법을 도식적으로 도시한다.
도 1에 있어서, 상측의 그림은 처리 과정 및 각각의 처리 과정에 있어서의 입출력 결과를 나타내며, 하측의 그림은 각각의 처리 과정에서 사용자에 의해 입력되거나 설정되는 내용을 나타낸다. 사용자에 입력되거나 설정되는 내용들은 서지 메타데이터를 변환하기 전에 수행되는 것이 바람직하다.
목적 메타데이터는 다양한 형태의 스키마 및 데이터 형태/값을 가지는 각종 서지 메타데이터를 효율적으로 관리/운영하도록 설정된 서지 메타데이터일 수 있다. 이러한 목적 메타데이터의 스키마 및 데이터 형태/값 등은 미리 알려져 있는 것으로 가정된다.
도 1을 참조하면, 본 발명에 따른 메타데이터 변환 방법은 다음과 같이 수행된다.
1) 먼저, 원시 서지 메타데이터를 파싱하여 원시 스키마를 갖는 원시 데이터를 생성한다. 이때, 파싱 정보를 참조한다.
여기서, 원시 스키마는 원시 서지 메타데이터의 스키마를 말한다.
XML, SGML, Tagged Text, MARC 등 다양한 형태의 원시 서지 메타데이터가 입수되면 사용자는 해당 원시 서지 메타데이터의 파싱정보를 입력한다. 파싱정보는 원시 서지 메타데이터의 형태에 따라 XML Schema, XML DTD, SGML Schema, MARC Rule 등이 될 수 있으며, Tagged Text인 경우에는 문서의 구조 정보를 직접 입력할 수도 있다. 사용자가 입력한 파싱 정보는 원시 서지 메타데이터를 파싱하여 원시 스키마를 갖는 원시 데이터(본 발명의 요약에 있어서의 제1임시 메타데이터)를 생성하기 위해 참조된다. 원시 스키마를 갖는 원시 데이터(제1임시 메타데이터)는 임시 데이터 베이스에 저장된다.
2) 원시 스키마를 갖는 원시 데이터를 목적 스키마를 갖는 원시 데이터로 변환한다. 이때, 원시 스키마의 각 항목들과 목적 스키마의 각 항목들의 대응 관계를 갖는 항목 매핑 정보를 참조한다.
원시 스키마를 갖는 원시 데이터(제1임시 메타데이터)를 목적 스키마를 갖는 원시 데이터(본 발명의 요약에서의 제2임시 메타데이터)로 변환하기 위한 매핑 정보 즉, 원시 스키마의 각 항목들과 목적 스키마의 각 항목들의 대응 관계를 갖는 항목 매핑 정보가 필요하다. 여기서, 목적 스키마란 목적 서지 메타데이터의 스키마를 말한다.
사용자는 원시 스키마의 각 항목들을 목적 스키마의 각 항목들과 매핑한다. 사용자에 의해 입력된 항목 매핑 정보는 스키마 변환을 수행하는 데 참조된다. 이때 각 항목의 데이터는 변하지 않고 매핑 유형에 따라 1:1로 매핑되는 경우는 그대로 복사되고 하나의 항목이 여러 개로 분리되는 1:N 매핑이거나 여러 개의 항목이 하나로 합쳐지는 N:1 매핑인 경우에는 구분자를 가지고 여러 항목의 데이터를 합치거나 한 항목의 데이터를 분리한다. 목적 스키마를 갖는 원시 데이터(제2임시 메타데이터)는 임시 데이터베이스에 저장된다.
3) 목적 스키마를 갖는 원시 데이터의 데이터를 변환하여 목적 스키마를 갖는 목적 데이터를 생성한다. 이때 변환 규칙을 참조한다.
사용자는 목적 스키마 항목의 의미와 형식에 맞도록 데이터 변환을 위한 규칙을 설정한다. 규칙 설정은 서지 메타데이터 베이스 변환의 문제점으로 정리한 각 데이터 이질성 관련 변환에 따라 다양하게 설정한다. 각각의 설정은 다음과 같다.
3-1) 문자 코드 변환
KSC5601, UTF-8 등 문자 코드를 미리 테이블로 정의하여 둘 수 있다. 사용자가 각 항목별로 원시 항목의 문자 코드와 목적 항목의 문자 코드의 대응관계를 지정할 수 있다.
3-2) 표준 코드 변환
문자 코드 변환과 마찬가지로 여러 가지 국가코드, 날짜코드, 도시명 코드 등을 미리 테이블로 정의해두고, 사용자가 원시 항목의 코드와 목적 항목의 문자코드를 지정한다.
3-3) 권호 변환
원시 항목으로 들어올 문자열의 패턴과 목적 항목으로 표시할 문자열의 패턴을 사용자가 정규표현식으로 입력할 수 있다.
예를 들면, 볼륨번호가 1998이고 이슈번호가 13인 책의 권호 항목이 v.1998 no.13 이라고 표시되어 입력된다고 가정하자. 이것은 v.@@@@ no.## 인 패턴으로서 메타데이터 변환 과정에서는 @@@@와 ##만을 추출해 낼 수 있다. 사용자가 출력 패턴을 Vol.@@@@ no.## 이라고 설정하면, 메타데이터 변환 과정에서 추출한 @@@@와 ##에 Vol.과 no.의 문자열열 추가하도록 하여 권호 변환을 수행할 수 있다.
예를 하나 더 들어보면, 13th edition, v.1 라는 입력 데이터가 들어올 경우 사용자가 입력패턴으로서 ##th edition, v.@ 라고 설정하고, 출력패턴으로는 Vol.@@@@ no.##라고 설정하면, 메타데이터 변환 과정에서 문자열 파싱을 통해 볼륨번호와 이슈번호를 추출하여 원하는 출력 형태로 변환시킨다.
3-4) 기타 변환
기타 변환은 위 세 가지 형태가 아닌 항목을 변환하기 위한 것으로서, 해당 변환 기능만 스크립트 언어를 사용하여 기술하는 것이다. 예를 들어, 논문집에서 특정 논문이 들어있는 페이지를 나타내기 위하여 원시 항목에서는 시작 페이지와 끝 페이지를 로마자를 이용하여 i-v와 같은 형태로 표시하고 목적 항목에서는 단지 페이지의 수만을 표시한다고 하자. 이와 같은 변환은 코드 테이블을 이용하거나 정규표현식을 통하여 변환하기 어렵다. 대신 변환과정을 스크립트 언어를 사용하여 다음과 같이 기술할 수 있다.
Read ("@@-@@",$1,$2);
$start = atoi($1); $end = atoi($2);
$pg = $end - $start + 1;
print $pg to page element of destination database;
사용자가 기타 변환에 해당하는 각 항목별로 간단한 변환 스크립트를 작성해 놓으면, 메타데이터 변환 과정에서 해당 스크립트를 읽어 스크립트 엔진을 호출하여 변환 처리를 할 수 있다.
위와 같은 과정들을 통하여 다양한 형태의 서지 메타데이터의 변환이 가능하며, 최종적으로 목적 스키마를 갖는 목적 데이터가 생성된다. 목적 스키마를 갖는 목적 데이터는 데이터 베이스에 저장된다.
도 1에 도시된 방법에 있어서 파싱 과정, 스키마 변환 과정 그리고 데이터 변환 과정에 필요한 파싱 정보, 항목 매핑 정보 그리고 변환 규칙을 사용자가 입력하는 것으로 도시되고 있으나 이에 한정되는 것은 아니다.
예를 들어, 필요한 파싱 정보, 항목 매핑 정보 그리고 변환 규칙을 사용자가 입력하는 것은 변환 장치 운용의 초기 단계에서 적용될 수 있으며 사용자에 의해 입력된 정보들은 이후의 재사용을 위해 테이블 형태로 저장될 수 있다. 이후 동종의 변환 작업에 대해서는 테이블에 저장된 내용을 참조하여 사용자의 개입 없이도 자동적으로 변환 작업을 수행할 수 있게 된다. 한편, 새로운 스키마를 가지는 원시 서지 메타데이터를 처리하거나 변형된 스키마를 가지는 원시 서지 메타데이터를 처리하는 경우에도 사용자에 의해 필요한 정보를 설정할 수 있도록 허용함으로써 확정성을 부여할 수 있다.
도 2는 본 발명에 따른 메타데이터 변환 방법을 도시한다.
먼저, 변환 대상이 되는 원시 서지 메타데이터 정보를 입력받는다. (s210)
원시 서지 메타데이터를 파싱하여 원시 스키마를 가지는 원시 데이터(제1임시 메타데이터)를 생성한다.(s220)
원시 스키마를 가지는 원시 데이터(제1임시 메타데이터)에 대하여 스키마 변환을 수행하여 목적 스키마를 가지는 원시 데이터(제2임시 메타데이터)를 생성한다. (s230)
원시 스키마의 항목(원시 항목)과 목적 스키마의 항목(목적 항목)을 매핑하기 위한 인터페이스 화면(매핑 화면)을 사용자에게 제공하고, 사용자로부터 항목 매핑 정보를 입력받는다. 사용자는 매핑 화면을 참조하여, 원시 스키마 항목과 목적 스키마 항목간의 대응 관계를 나타내는 항목 매핑 정보를 입력한다.
입력된 항목 매핑 정보를 참조하여 원시 스키마를 가지는 원시 데이터에 대하여 스키마 변환을 수행하여 목적 스키마를 가지는 원시 데이터를 생성한다. (s240)
도 3은 원시 항목과 목적 항목의 사상을 위한 매핑 화면의 예를 도시한다.
도 3을 참조하면, 각 원시 항목의 핸들을 적절한 목적 항목의 핸들로 잡아끌어 놓으면 사상 화살선으로 연결된다. 입력된 항목 매핑 정보는 매핑 정보 테이블에 저장된다.
매핑 정보 테이블에 저장된 항목 매핑 정보는 이후의 변환을 위해 사용될 수 있다.
목적 스키마를 가지는 원시 데이터에 대하여 데이터 변환을 수행하여 목적 스키마를 가지는 목적 데이터를 생성한다.
이를 위하여 원시 데이터를 목적 데이터로 변환하기 위한 규칙 설정 화면을 사용자에게 제공하고, 사용자로부터 변환 규칙을 입력받는다. 사용자는 규칙 설정 화면을 참조하여, 변환 규칙을 입력한다. 입력된 변환 규칙은 변환규칙 테이블에 저장된다.
입력된 변환 규칙을 참조하여 목적 스키마를 가지는 원시 데이터에 대하여 데이터 변환을 수행하여 목적 스키마를 가지는 목적 데이터를 생성한다.
도 4는 변환 규칙 설정을 위한 변환 규칙 설정 화면의 예를 도시한다.
도 4의 변환 규칙 설정 화면은 도 3을 참조하여 각 항목의 사상 화살선 생성 후 팝업되는 화면일 수 있다. 사상(매핑)된 항목들 간의 변환규칙 종류를 체크박스를 통해 선택하면 종류에 맞는 변환규칙 설정화면이 추가로 생성된다.
도 5는 코드 테이블 형태의 변환규칙(날짜, 국가 등) 설정을 위한 화면의 예를 도시한다.
미리 정의된 날짜코드 테이블들을 보여주고 원시 데이타가 가지고 있는 날짜코드와 목적 데이터가 가져야 할 날짜코드를 선택한다.
도 6은 정규표현형태의 변환규칙(권호정보) 입력을 위한 화면의 예를 도시한다.
도 6을 참조하면, 입력 데이터의 패턴을 입력정규표현의 형태로 표시하고 출력 데이터로 변환되어야 하는 패턴을 출력정규표현에 설정한다. 도 6에서는 두 개의 예제 데이터일 경우 각각 설정되어야 하는 입력정규표현과 출력정규표현을 예를 들어 표현하고 있다.
도 7은 스크립트 형식의 기타 변환 규칙 설정을 위한 화면의 예를 도시한다.
도 7을 참조하면, 정형화된 변환이 아닌 데이터 변환은 개별 변환 규칙을 스크립트 언어를 사용하여 오른쪽에 표기된 박스에 프로그램명과 프로그램 소스로 기록한다. 이 정보는 스크립트 소스 저장소(테이블)에 저장된다. 또한 이러한 스크립트 프로그램은 변환규칙을 저장하고 있는 테이블에 입수처와 사상항목명과 스크립트 프로그램 이름과 함께 저장된다.
도 8은 기타 변환 규칙 설정을 위한 화면에서 정의된 스크립트 실행 구조를 도식적으로 도시하는 것으로서, 도 7의 화면을 통하여 정의한 스크립트가 데이터 변환시 수행되는 구조와 흐름을 나타낸다.
예를 들어 Elsevier라는 입수처로부터 들어온 원시 데이터가 페이지 번호를 의미하는 항목 _pg의 값이 논문의 1페이지부터 5페이지라는 것을 의미하는 i-v 라고 하자. 이 항목과 사상되는 목적 스키마의 항목은 페이지 수를 의미하며 값으로는 정수를 가질 수 있다고 하자. 이때 데이터 변환기는 변환규칙 테이블의 해당 입수처에서 _pg 항목이 있는지를 살피고 _pg가 스크립트 프로그램을 구동시켜야 하는지를 이해한다. program_name 필드를 보고 구동해야하는 스크립트 프로그램명을 얻어 해당 프로그램을 구동(invoke)시킨다. 그림 8의 예에서는 sh-rome이라는 프로그램을 구동시키면서 입수데이터 i-v를 해당 스크립트의 입력파라미터로 주고 스크립트가 계산결과 5를 출력파라미터로 데이터변환기에 준다. 데이터 변환기는 목적 스키마의 해당 항목 값으로 5를 저장한다.
도 9는 본 발명에 따른 메타데이터 변환 장치의 구성을 도시한다.
도 9를 참조하면, 본 발명에 따른 메타데이터 변환 장치(900)는 파서(902), 파싱 정보 저장기(904), 항목 변환기(906), 매핑정보 저장기(908), 데이터 변환기(910), 코드 테이블 저장기(912), 변환 규칙 저장기(914) 그리고 스크립트 소스 저장기(916)를 포함한다.
파서(902)는 입력된 원시 서지 메타데이터를 파싱하여 원시 스키마를 가지는 제1임시 메타 데이터를 생성한다. 파서(902)는 파싱 정보 저장기(904)에 저장된 파싱 정보 혹은 사용자에 의해 입력되는 파싱 정보를 이용하여 원시 메타데이터를 파싱하여 제1임시 메타데이터를 생성한다. 여기서, 제1임시 메타데이터는 원시 스키마를 가지는 임시 메타데이터이다. 제1임시 메타데이터는 제1임시 데이터베이스(918)에 저장된다.
사용자에 의해 입력된 파싱 정보를 사용하는 경우, 파서(902)는 사용자에게 파싱 정보 입력 화면을 제공하고, 사용자가 입력한 파싱 정보를 이용하여 원시 서지 메타데이터를 파싱한다.
사용자가 입력한 파싱 정보는 추후의 사용을 위해 파싱 정보 저장기(904)에 저장된다.
항목 변환기(906)는 제1임시 데이터베이스(918)에 저장된 제1임시 메타데이터를 독출하고, 매핑 정보 저장기(908)에 저장된 항목 매핑 정보 혹은 사용자에 의해 입력된 항목 매핑 정보를 이용하여 제2임시 메타데이터를 생성한다. 여기서, 제2임시 메타데이터는 목적 스키마를 가지는 임시 메타데이터이다. 제2임시 메타데이터는 제2임시 데이터베이스(920)에 저장된다.
사용자에 의해 입력된 항목 매핑 정보를 사용하는 경우, 항목변환기(906)는 사용자에게 매핑 화면을 제공하고, 사용자가 설정한 매핑정보를 이용하여 원시 데이터의 각 항목을 목적 데이터의 항목에 맞도록 항목의 이름과 구조를 변경한다. 이때 원시 데이터의 항목에 속해 있던 데이터값은 그대로 복사된다.
사용자가 설정한 항목 매핑 정보는 추후의 사용을 위해 매핑 정보 저장기(908)에 저장된다.
데이터 변환기(910)는 제2임시 데이터베이스(920)에 저장된 제2임시 메타데이터를 독출하고, 코드 테이블 저장기(912), 변환 규칙 저장기(914) 그리고 스크립트 소스 저장기(916)에 저장된 코드 테이블, 변환 규칙 그리고 스크립트 소스를 참조하여 목적 데이터를 생성한다. 여기서, 목적 데이터는 목적 스키마 및 목적 데이터 형태/값을 가지는 메타데이터 즉, 원시 서지 메타데이터를 변환함에 의해 얻어지는 목적 서지 메타데이터로서 변환 장치의 최종 결과물이 된다. 목적 데이터는 목적 데이터베이스(922)에 저장된다.
사용자에 의해 입력된 변환 규칙을 사용하는 경우, 데이터 변환기(910)는 사용자에게 변환 규칙 입력 화면을 제공하고, 사용자가 설정한 변환 규칙을 이용하여 제2임시 메타데이터의 각 항목의 데이터값을 목적 데이터의 대응 항목의 데이터값으로 변환한다.
사용자가 설정한 변환 규칙은 추후의 사용을 위해 변환 규칙 저장기(914)에 저장된다.
변환규칙의 종류에 따라 데이터변환기는 코드테이블 저장기(912)에 저장된 코드 테이블 또는 스크립트 소스 저장기(916)에 저장된 스크립트를 사용할 수 있다.

Claims (10)

  1. 원시 스키마 및 원시 데이터 형태/값을 가지는 원시 메타데이터를 목적 스키마 및 목적 데이터 형태/값을 가지는 목적 메타데이터로 변환하는 방법에 있어서,
    원시 메타데이터를 파싱하여 원시 스키마 및 원시 데이터 형태/값을 가지는 제1임시 메타 데이터를 생성하는 파싱 과정;
    상기 제1임시 메타데이터의 원시 스키마를 목적 스키마로 변환하여 목적 스키마 및 원시 데이터 형태/값을 가지는 제2임시 메타데이터를 생성하는 스키마 변환 과정; 및
    상기 제2임시 메타데이터의 원시 데이터 형태/값을 목적 메타데이터의 목적 데이터 형태/값으로 변환하여 목적 스키마 및 목적 데이터 형태/값을 가지는 목적 메타데이터를 생성하는 데이터 변환 과정을 포함하는 메타데이터 변환 방법.
  2. 제1항에 있어서, 상기 파싱 과정은
    파싱 저장기에 저장된 파싱 정보 혹은 사용자에 의해 입력되는 파싱 정보를 참조하여 파싱을 수행하며,
    사용자에 의해 입력된 파싱 정보를 사용한 경우 사용자에 의해 입력된 파싱 정보를 추후의 사용을 위해 상기 파싱 정보 저장기에 저장하는 것을 특징으로 하는 메타데이터 변환 방법.
  3. 제1항에 있어서, 상기 항목 변환 과정은
    매핑 정보 저장기에 저장된 항목 매핑 정보 혹은 사용자에 의해 입력된 항목 매핑 정보를 참조하여 스키마 변환을 수행하며,
    사용자에 의해 입력된 항목 매핑 정보를 참조한 경우 사용자에 의해 입력된 항목 매핑 정보를 상기 매핑 정보 저장기에 저장하는 것을 특징으로 하는 메타데이터 변환 방법.
  4. 제3항에 있어서, 상기 항목 변환 과정은
    사용자에 의해 항목 매핑 정보를 입력하기 위한 인터페이스 화면을 제공하는 것을 특징으로 하는 메타데이터 변환 방법.
  5. 제1항에 있어서, 상기 데이터 변환 과정은
    변환 규칙 저장기에 저장된 변환 규칙 혹은 사용자에 의해 입력되는 변환 규칙을 참조하여 데이터 변환을 수행하고,
    사용자에 의해 입력된 변환 규칙을 참조한 경우 사용자에 의해 입력된 변환 규칙을 상기 변환 규칙 저장기에 저장하는 특징으로 하는 메타데이터 변환 방법.
  6. 제1항에 있어서, 상기 데이터 변환 과정은
    사용자에 의해 변환 규칙을 입력하기 위한 인터페이스 화면을 제공하는 것을 특징으로 하는 메타데이터 변환 방법.
  7. 제6항에 있어서, 상기 변환 규칙은
    문자 코드 변환 규칙, 국가 코드 변환 규칙, 날짜 표기 코드 변환 규칙을 포함하는 것을 특징으로 하는 메타데이터 변환 방법.
  8. 제7항에 있어서, 상기 변환 규칙은
    정규화된 문자열 패턴 변환 규칙을 더 포함하는 것을 특징으로 하는 메타데이터 변환 방법.
  9. 제8항에 있어서, 상기 변환 규칙은
    스크립트 언어로 기술된 변환 규칙을 더 포함하는 것을 특징으로 하는 메타데이터 변환 방법.
  10. 원시 스키마 및 원시 데이터 형태/값을 가지는 원시 메타데이터를 목적 스키마 및 목적 데이터 형태/값을 가지는 목적 메타데이터로 변환하는 장치에 있어서,
    원시 메타데이터를 파싱하여 원시 스키마 및 원시 데이터 형태/값을 가지는 제1임시 메타 데이터를 생성하는 파서;
    상기 제1임시 메타데이터의 원시 스키마를 목적 스키마로 변환하여 목적 스키마 및 원시 데이터 형태/값을 가지는 제2임시 메타데이터를 생성하는 항목 변환기; 및
    상기 제2임시 메타데이터의 원시 데이터 형태/값을 목적 메타데이터의 목적 데이터 형태/값으로 변환하여 목적 스키마 및 목적 데이터 형태/값을 가지는 목적 메타데이터를 생성하는 데이터 변환기를 포함하는 메타데이터 변환 장치.
PCT/KR2011/007802 2011-06-07 2011-10-19 메타 데이터 변환 방법 및 이에 적합한 장치 WO2012169708A1 (ko)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
KR10-2011-0054690 2011-06-07
KR1020110054690A KR20120135782A (ko) 2011-06-07 2011-06-07 메타 데이터 변환 방법 및 이에 적합한 장치

Publications (1)

Publication Number Publication Date
WO2012169708A1 true WO2012169708A1 (ko) 2012-12-13

Family

ID=47296246

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/KR2011/007802 WO2012169708A1 (ko) 2011-06-07 2011-10-19 메타 데이터 변환 방법 및 이에 적합한 장치

Country Status (2)

Country Link
KR (1) KR20120135782A (ko)
WO (1) WO2012169708A1 (ko)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109543169A (zh) * 2018-11-26 2019-03-29 成都四方伟业软件股份有限公司 报表处理方法及装置
CN115630112A (zh) * 2022-12-19 2023-01-20 南京视云信息科技有限公司 基于数据处理的数据动态转换方法

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR101900813B1 (ko) * 2016-12-30 2018-09-20 홍익대학교 산학협력단 문법에 의하여 생성된 입력으로 제어흐름을 처방하기 위한 동적 제어흐름 분석 장치 및 방법
KR102419993B1 (ko) * 2020-01-13 2022-07-13 주식회사 그라운드컨트롤 부동산 통합 데이터베이스 구축 장치 및 방법

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20050022272A (ko) * 2003-08-29 2005-03-07 마이크로소프트 코포레이션 임의의 데이터 모델에 대한 맵핑 시스템 및 방법
KR20070047627A (ko) * 2005-11-02 2007-05-07 전자부품연구원 메타데이터를 이용한 이종 단말 간의 멀티미디어 컨텐츠관리 시스템
KR20080084332A (ko) * 2007-03-16 2008-09-19 (주)온디멘드 데이터베이스 마이그레이션 장치 및 방법
KR20100009314A (ko) * 2008-07-18 2010-01-27 (주)디에프아이비즈 메타데이타를 이용한 변경 데이타 추출방법

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20050022272A (ko) * 2003-08-29 2005-03-07 마이크로소프트 코포레이션 임의의 데이터 모델에 대한 맵핑 시스템 및 방법
KR20070047627A (ko) * 2005-11-02 2007-05-07 전자부품연구원 메타데이터를 이용한 이종 단말 간의 멀티미디어 컨텐츠관리 시스템
KR20080084332A (ko) * 2007-03-16 2008-09-19 (주)온디멘드 데이터베이스 마이그레이션 장치 및 방법
KR20100009314A (ko) * 2008-07-18 2010-01-27 (주)디에프아이비즈 메타데이타를 이용한 변경 데이타 추출방법

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109543169A (zh) * 2018-11-26 2019-03-29 成都四方伟业软件股份有限公司 报表处理方法及装置
CN115630112A (zh) * 2022-12-19 2023-01-20 南京视云信息科技有限公司 基于数据处理的数据动态转换方法

Also Published As

Publication number Publication date
KR20120135782A (ko) 2012-12-17

Similar Documents

Publication Publication Date Title
JP3066274B2 (ja) 機械翻訳装置
WO2018212484A1 (ko) 객체의 서식을 유지하는 문서 편집 장치 및 그의 동작 방법
US20060236228A1 (en) Extensible markup language schemas for bibliographies and citations
WO2012169708A1 (ko) 메타 데이터 변환 방법 및 이에 적합한 장치
US20070242071A1 (en) Character Display System
WO2010050675A2 (ko) 의존 문법 구문 트리의 탐색을 통한 자동 관계 트리플 추출 방법
JP2014174923A (ja) 文書処理装置、文書処理方法、および文書処理プログラム
WO2014058146A1 (ko) 웹 문서의 고속 웹 스크롤을 지원하는 사용자 단말 장치 및 스크롤 방법
CN105740267A (zh) 一种处理pdf文件的方法及装置
US20090055728A1 (en) Decompressing electronic documents
WO2017159906A1 (ko) 원문의 번역어순을 결정하는 데이터 구조, 상기 구조를 생성하는 프로그램 및 이를 저장하는 컴퓨터 판독가능 저장매체
WO2017191877A1 (ko) 프로버넌스 관리를 위한 압축 장치 및 방법
WO2022145503A1 (ko) 시맨틱 레스트 에이피아이 제공 방법
WO2020209498A1 (ko) 특허 검색 방법 및 장치
WO2009131417A2 (ko) 의존 문법 구문 트리를 이용한 문장 요약 방법
JPS6244873A (ja) 機械翻訳装置
WO2016032234A1 (ko) 소스 코드 분석 장치, 이를 위한 컴퓨터 프로그램, 그 기록매체
JP3966086B2 (ja) 文書処理装置および方法
JP2000207407A (ja) 情報抽出方法及び装置及び情報抽出プログラムを格納した記憶媒体
WO2020071578A1 (ko) 점역 오류 출력 기능을 이용한 점자 편집 방법, 이를 구현하기 위한 프로그램이 저장된 기록매체 및 이를 구현하기 위해 매체에 저장된 컴퓨터프로그램
Agnoloni et al. BO-ECLI Parser Engine: the Extensible European Solution for the Automatic Extraction of Legal Links.
WO2024085717A1 (ko) 논문 작성 장치, 방법, 컴퓨터 프로그램, 컴퓨터로 판독 가능한 기록매체, 서버 및 시스템
Eckart Towards a modular data model for multi-layer annotated corpora
Korkiakangas A digital diplomatic edition of the 10th-century charters of Lucca for Latin corpus linguistics
JP7083473B2 (ja) 入力支援装置

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

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

Country of ref document: EP

Kind code of ref document: A1