JP2010237867A - Metadata automatic imparting system and method - Google Patents

Metadata automatic imparting system and method Download PDF

Info

Publication number
JP2010237867A
JP2010237867A JP2009083556A JP2009083556A JP2010237867A JP 2010237867 A JP2010237867 A JP 2010237867A JP 2009083556 A JP2009083556 A JP 2009083556A JP 2009083556 A JP2009083556 A JP 2009083556A JP 2010237867 A JP2010237867 A JP 2010237867A
Authority
JP
Japan
Prior art keywords
metadata
owl
xml document
literal
predicate
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
JP2009083556A
Other languages
Japanese (ja)
Other versions
JP5325635B2 (en
Inventor
Gasuaki Takehara
一彰 竹原
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Nomura Research Institute Ltd
Original Assignee
Nomura Research Institute Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Nomura Research Institute Ltd filed Critical Nomura Research Institute Ltd
Priority to JP2009083556A priority Critical patent/JP5325635B2/en
Publication of JP2010237867A publication Critical patent/JP2010237867A/en
Application granted granted Critical
Publication of JP5325635B2 publication Critical patent/JP5325635B2/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Abstract

<P>PROBLEM TO BE SOLVED: To provide a technology for automatically generating meta data from data described in an RDF(Resource Description Language) and OWL(Web Ontology Language) formats. <P>SOLUTION: A metadata generation part 11 analyzes an OWL(Web Ontology Language)/XML(eXtensible Markup language) document 50, and extracts the graph structure of an OWL/XML document 50 configured of subjects, predicates, and objects, and generates the metadata description of the OWL/XML document 50 based on the extracted graph structure, and generates an OWL/XML document 60 with metadata by adding the metadata description to the OWL/XML document 50. <P>COPYRIGHT: (C)2011,JPO&INPIT

Description

本発明は、OWL/XML文書にメタデータを付与してメタデータ付きOWL/XML文書を生成する技術に関する。   The present invention relates to a technique for generating an OWL / XML document with metadata by adding metadata to an OWL / XML document.

インターネット上の情報検索及び活用の利便性向上のために、それぞれのWEBページに意味(メタデータ)を持たせるセマンティックWEBという考え方が提唱されている。セマンティックWEBでのメタデータ記述は、RDF(Resource Description Language)、及びOWL(Web Ontology Language)という規格がある。   In order to improve the convenience of information retrieval and utilization on the Internet, a concept of semantic WEB has been proposed in which each WEB page has meaning (metadata). The metadata description in the Semantic Web has standards such as RDF (Resource Description Language) and OWL (Web Ontology Language).

ここで、特許文献1には、構造記述データのスキーマ情報を、意味記述データのスキーマ構造へ自動変換する技術が記載されている。   Here, Patent Document 1 describes a technique for automatically converting schema information of structure description data into a schema structure of semantic description data.

特開2005−322025号公報Japanese Patent Laid-Open No. 2005-322025

ところで、現在のWEBサイトのほとんどは、メタデータを持っていない。従って、セマンティックWEBに対応することができない。このため、セマンティックWEBを普及させるためには、既存のWEBサイトにメタデータを付与する必要がある。   By the way, most of the current WEB sites do not have metadata. Therefore, it cannot cope with the semantic WEB. For this reason, in order to spread the semantic WEB, it is necessary to add metadata to the existing WEB site.

しかしながら、正確にメタデータを付与する作業は、オペレータ等が各WEBページXML(eXtensible Markup Language)等の記述を確認して行う必要があった。これは、膨大な作業量であり、これがセマンティックWEBの普及を妨げている一因であった。   However, it is necessary for an operator or the like to check the description of each WEB page XML (eXtensible Markup Language) or the like to perform the process of assigning the metadata accurately. This was an enormous amount of work, and this was one factor preventing the spread of semantic WEB.

そこで、本発明の目的は、RDF、OWL形式で記述されたデータから自動的にメタデータを生成する技術を提供することである。   Therefore, an object of the present invention is to provide a technique for automatically generating metadata from data described in RDF and OWL formats.

本発明の一つの実施態様に従うメタデータ自動付与システムは、OWL/XML文書を解析して、主語、述語、目的語からなる前記OWL/XML文書のグラフ構造を抽出するグラフ抽出手段と、前記グラフ抽出手段で抽出されたグラフ構造に基づいて、前記OWL/XML文書のメタデータ記述を生成するメタデータ生成手段と、前記OWL/XML文書に、前記メタデータ記述を加入したメタデータ付きOWL/XML文書を生成する手段と、を備える。   According to an embodiment of the present invention, there is provided an automatic metadata adding system that analyzes an OWL / XML document and extracts a graph structure of the OWL / XML document including a subject, a predicate, and an object, and the graph. Metadata generation means for generating a metadata description of the OWL / XML document based on the graph structure extracted by the extraction means, and OWL / XML with metadata in which the metadata description is added to the OWL / XML document Means for generating a document.

好適な実施形態では、前記メタデータ生成手段は、前記グラフ構造の主語及び目的語のうち、リテラルの主語及び目的語に対してリテラル型推論規則を適用してリテラル型を判定して、前記リテラル型に基づいて前記リテラルの主語及び目的語に対応するリテラルメタデータ記述を生成してもよい。   In a preferred embodiment, the metadata generation means determines a literal type by applying a literal type inference rule to a literal subject and object out of the graph structure subject and object, and determines the literal type. A literal metadata description corresponding to the subject and object of the literal may be generated based on the type.

好適な実施形態では、前記リテラル型推論規則は、リテラル型ごとに正規表現が定義されていて、前記リテラルの主語及び目的語がいずれの正規表現に該当するかによってリテラル型の判定を行ってもよい。   In a preferred embodiment, the literal type inference rule is such that a regular expression is defined for each literal type, and the literal type is determined according to which regular expression the subject and object of the literal correspond to. Good.

好適な実施形態では、前記メタデータ生成手段は、前記グラフ構造の主語及び目的語のうち、非リテラルの主語及び目的語のノードの型をクラスとして宣言する非リテラルメタデータ記述を生成するようにしてもよい。   In a preferred embodiment, the metadata generation means generates a non-literal metadata description that declares a type of a non-literal subject and object node as a class among the subjects and objects of the graph structure. May be.

好適な実施形態では、前記メタデータ記述生成手段は、前記グラフ構造の述語に述語メタデータ推論規則を適用して、述語型、定義域、値域及び多重度を判定し、前記判定の結果に応じた述語メタデータ記述を生成してもよい。   In a preferred embodiment, the metadata description generation means applies a predicate metadata inference rule to the predicate of the graph structure to determine a predicate type, a domain, a range, and a multiplicity, and according to a result of the determination A predicate metadata description may be generated.

本発明の一実施形態に係るメタデータ自動付与システム1のブロック図である。1 is a block diagram of an automatic metadata assignment system 1 according to an embodiment of the present invention. リテラル型推論規則、及び述語メタデータ推論規則の一例を示す。An example of a literal type inference rule and a predicate metadata inference rule is shown. OWL/XML文書50の一例を示す。An example of the OWL / XML document 50 is shown. メタデータ生成部11が行うメタデータ生成処理の手順を示すフローチャートである。It is a flowchart which shows the procedure of the metadata production | generation process which the metadata production | generation part 11 performs. OWL/XML文書50のXMLの個体記述51のグラフ構造(RDFグラフ構造)70を示す。The graph structure (RDF graph structure) 70 of the XML individual description 51 of the OWL / XML document 50 is shown. 主語・目的語処理の詳細な処理手順を示すフローチャートである。It is a flowchart which shows the detailed process sequence of a subject / object process. 主語・目的語処理の説明図である。It is explanatory drawing of subject / object processing. 述語処理の詳細な処理手順を示すフローチャートである。It is a flowchart which shows the detailed process sequence of predicate processing. 述語処理の説明図である。It is explanatory drawing of predicate processing. メタデータ付きOWL/XML文書60の一例を示す。An example of the OWL / XML document 60 with metadata is shown.

以下、本発明の一実施形態に係る、OWL/XML文書にメタデータを付与してメタデータ付きOWL/XML文書を生成するメタデータ自動付与システムについて、図面を参照して説明する。   Hereinafter, an automatic metadata adding system for generating an OWL / XML document with metadata by adding metadata to an OWL / XML document according to an embodiment of the present invention will be described with reference to the drawings.

図1は、本実施形態に係るメタデータ自動付与システム1のブロック図である。   FIG. 1 is a block diagram of an automatic metadata assignment system 1 according to this embodiment.

メタデータ自動付与システム1は、例えば汎用的なコンピュータシステムにより構成され、以下に説明するメタデータ自動付与システム1内の個々の構成要素または機能は、例えば、コンピュータプログラムを実行することにより実現される。このコンピュータプログラムは、コンピュータ読み取り可能な記録媒体に格納可能である。   The automatic metadata assignment system 1 is configured by, for example, a general-purpose computer system, and each component or function in the automatic metadata assignment system 1 described below is realized by executing a computer program, for example. . This computer program can be stored in a computer-readable recording medium.

図1に示すように、メタデータ自動付与システム1は、OWL/XML文書50を読み込んで、メタデータ付きOWL/XML文書60を生成するメタデータ生成部11と、リテラル型推論規則記憶部13と、述語メタデータ推論規則記憶部15とを備える。   As shown in FIG. 1, the automatic metadata assignment system 1 reads an OWL / XML document 50 and generates a metadata-added OWL / XML document 60, a literal type inference rule storage unit 13, and the like. And a predicate metadata inference rule storage unit 15.

メタデータ生成部11は、OWL/XML文書50を解析して、主語、述語、目的語からなるOWL/XML文書50のグラフ構造を抽出する。また、メタデータ生成部11は、グラフ構造に基づいて、OWL/XML文書50のメタデータ記述を生成する。例えば、メタデータ生成部11は、リテラル型推論規則記憶部13に記憶されているリテラル型推論規則、及び述語メタデータ推論規則記憶部15に記憶されている述語メタデータ推論規則に基づいて、メタデータ記述を生成する。メタデータ記述生成の詳細については後述する。さらに、メタデータ生成部11は、OWL/XML文書50に、メタデータ記述を加入したメタデータ付きOWL/XML文書60を生成する。   The metadata generation unit 11 analyzes the OWL / XML document 50 and extracts a graph structure of the OWL / XML document 50 including a subject, a predicate, and an object. Further, the metadata generation unit 11 generates a metadata description of the OWL / XML document 50 based on the graph structure. For example, the metadata generation unit 11 performs meta-data processing based on the literal type inference rule stored in the literal type inference rule storage unit 13 and the predicate metadata inference rule stored in the predicate metadata inference rule storage unit 15. Generate a data description. Details of the metadata description generation will be described later. Further, the metadata generation unit 11 generates an OWL / XML document 60 with metadata in which a metadata description is added to the OWL / XML document 50.

図2は、リテラル型推論規則記憶部13に記憶されているリテラル型推論規則、及び述語メタデータ推論規則記憶部15に記憶されている述語メタデータ推論規則の一例を示す。   FIG. 2 shows an example of a literal type inference rule stored in the literal type inference rule storage unit 13 and a predicate metadata inference rule stored in the predicate metadata inference rule storage unit 15.

図2(A)は、リテラル型推論規則130の一例である。同図に示すように、リテラル型推論規則130では、リテラル型ごとに正規表現が定義されている。例えば、boolean,integer,・・・などの型には、それぞれの型特有の正規表現が定められている。なお、string型は、正規表現で抽象化することが難しい。そこで、本実施形態では、他のいずれの型にも該当しないリテラルをstring型としている。   FIG. 2A is an example of a literal type inference rule 130. As shown in the figure, in the literal type inference rule 130, a regular expression is defined for each literal type. For example, for types such as Boolean, integer,..., Regular expressions specific to each type are defined. The string type is difficult to abstract with regular expressions. Therefore, in this embodiment, a literal that does not correspond to any other type is a string type.

図2(B)は、述語メタデータ推論規則150の一例を示す。同図に示すように、述語メタデータ推論規則150では、述語型、定義域、値域及び多重度を特定するための推論手順が定義されている。   FIG. 2B shows an example of the predicate metadata inference rule 150. As shown in the figure, the predicate metadata inference rule 150 defines an inference procedure for specifying a predicate type, a domain, a range, and a multiplicity.

図3は、OWL/XML文書50の一例を示す。OWL/XML文書50は、同図に示すように、XMLの個体記述51を含む。メタデータ生成部11は、以下に詳細に説明するように、このXMLの個体記述51を解析して、メタデータを生成する。   FIG. 3 shows an example of the OWL / XML document 50. The OWL / XML document 50 includes an XML individual description 51 as shown in FIG. As described in detail below, the metadata generation unit 11 analyzes the XML individual description 51 and generates metadata.

図4は、メタデータ生成部11が行うメタデータ生成処理の手順を示すフローチャートである。以下、このフローチャートに従って、詳細なメタデータ生成処理について説明する。   FIG. 4 is a flowchart illustrating a procedure of metadata generation processing performed by the metadata generation unit 11. Hereinafter, detailed metadata generation processing will be described with reference to this flowchart.

まず、メタデータ生成部11がOWL/XML文書50の入力を受け付ける(S100)。   First, the metadata generation unit 11 receives an input of the OWL / XML document 50 (S100).

次に、メタデータ生成部11が、OWL/XML文書50のXMLの個体記述51のグラフ構造を解析する(S110)。図5を参照して、グラフ構造解析について説明する。   Next, the metadata generation unit 11 analyzes the graph structure of the XML individual description 51 of the OWL / XML document 50 (S110). The graph structure analysis will be described with reference to FIG.

図5は、図3に示すOWL/XML文書50のXMLの個体記述51のグラフ構造(RDFグラフ構造)70を示す。   FIG. 5 shows a graph structure (RDF graph structure) 70 of the XML individual description 51 of the OWL / XML document 50 shown in FIG.

XMLの個体記述51は、同図に示すように、「#0」、「#1」、「#2」の3つのノードを有するグラフ構造で記述することができる。各ノードは、それぞれ、以下のような目的語及び述語を有する。   The XML individual description 51 can be described in a graph structure having three nodes “# 0”, “# 1”, and “# 2”, as shown in FIG. Each node has the following objects and predicates.

ノード#0は、以下の3組の目的語及び述語を有する。
(1)目的語:「ABC研究所」101 述語:「name」201
(2)目的語:ノード#1 述語:「hasGroupCorparations」207
(3)目的語:ノード#2 述語:「hasGroupCorparations」209
ノード#1は、「SUB1」103を目的語とし、「name」203を述語とする。ノード#2は、「SUB2」105を目的語とし、「name」205を述語とする。
Node # 0 has the following three sets of objects and predicates.
(1) Object: “ABC Laboratory” 101 Predicate: “name” 201
(2) Object: Node # 1 Predicate: “hasGroup Corporations” 207
(3) Object: Node # 2 Predicate: “hasGroup Corporations” 209
Node # 1 has “SUB1” 103 as an object and “name” 203 as a predicate. The node # 2 uses “SUB2” 105 as an object and “name” 205 as a predicate.

同図では、グラフ構造70を、主語・目的語グループ80と、述語グループ90に分割している。   In the figure, the graph structure 70 is divided into a subject / object group 80 and a predicate group 90.

図4に戻ると、メタデータ生成部11は、グラフ構造解析の結果に基づいて、主語・目的語処理を行う(S120)。図6,図7を参照して、主語・目的語処理の詳細な処理を説明する。図6は、主語・目的語処理の詳細な処理手順を示すフローチャートであり、図7は、主語・目的語処理の説明図である。   Returning to FIG. 4, the metadata generation unit 11 performs subject / object processing based on the result of the graph structure analysis (S120). Detailed processing of subject / object processing will be described with reference to FIGS. FIG. 6 is a flowchart showing a detailed processing procedure of subject / object processing, and FIG. 7 is an explanatory diagram of subject / object processing.

S110のグラフ構造解析で各ノードがリテラルであるか判定済であるので、まず、図6において、メタデータ生成部11は、グラフ構造70の主語及び目的語(主語・目的語グループ80)がリテラルであるか否かを確認する(S121)。   Since it has already been determined whether each node is a literal in the graph structure analysis of S110, first, in FIG. 6, the metadata generation unit 11 determines that the subject and object (subject / object group 80) of the graph structure 70 are literals. It is confirmed whether or not (S121).

そして、メタデータ生成部11は、主語及び目的語のうちのリテラルの主語及び目的語、つまりリテラルと判定された主語及び目的語に対して(S121:Yes)、リテラル型推論規則130を適用してリテラル型を判定する(S123)。このとき、メタデータ生成部11は、リテラルと判定された主語及び目的語が、リテラル型推論規則130のいずれの正規表現に該当するかによってリテラル型の判定を行う。そして、メタデータ生成部11は、ステップS123で判定されたリテラル型に基づいて、リテラルと判定された主語及び目的語に対応するリテラルメタデータ記述を生成する(S125)。   Then, the metadata generation unit 11 applies the literal type inference rule 130 to the literal subject and object of the subject and the object, that is, the subject and the object determined to be literals (S121: Yes). The literal type is determined (S123). At this time, the metadata generation unit 11 determines the literal type depending on which regular expression of the literal type inference rule 130 the subject and the object determined to be literals correspond to. And the metadata production | generation part 11 produces | generates the literal metadata description corresponding to the subject and object which were determined to be a literal based on the literal type determined by step S123 (S125).

例えば、図7の例では、「ABC研究所」101は、リテラル型推論規則130のbooleanからdatetimeまでのいずれの正規表現とも合致しないので、string型と判定される。「SUB1」103及び「SUB2」105についても同様である。その結果、メタデータ生成部11は、同図に示すようにリテラルメタデータ記述601,602,603を生成する。これは、例えば、メタデータ生成部11が予めリテラルメタデータ記述の雛形を保持していて、その雛形に、主語または目的語とリテラル型とを当てはめて生成しても良い。   For example, in the example of FIG. 7, “ABC laboratory” 101 does not match any regular expression from Boolean to datetime of the literal type inference rule 130, so it is determined as the string type. The same applies to “SUB1” 103 and “SUB2” 105. As a result, the metadata generation unit 11 generates literal metadata descriptions 601, 602, and 603 as shown in FIG. For example, the metadata generation unit 11 may hold a template for literal metadata description in advance, and the template may be generated by applying a subject or object and a literal type to the template.

図6へ戻ると、非リテラルと判定された主語及び目的語について(S121:No)、メタデータ生成部11は、非リテラルと判定された主語及び目的語のノードの型をクラスとして宣言する非リテラルメタデータ記述を生成する(S127)。   Returning to FIG. 6, for the subject and object determined to be non-literal (S121: No), the metadata generation unit 11 declares the type of the node of the subject and object determined to be non-literal as a class. A literal metadata description is generated (S127).

例えば、図7の例では、ノード#0は非リテラルであるから、メタデータ生成部11は、ノード#0の型であるCorporation型をクラスとして宣言する非リテラルメタデータ記述611を生成する。これは、例えば、メタデータ生成部11が予め非リテラルメタデータ記述の雛形を保持していて、その雛形に、ノードの型を当てはめて生成しても良い。   For example, in the example of FIG. 7, since the node # 0 is non-literal, the metadata generation unit 11 generates a non-literal metadata description 611 that declares the Corporation type that is the type of the node # 0 as a class. For example, the metadata generation unit 11 may hold a template of non-literal metadata description in advance and generate a node by applying a node type to the template.

図4に戻ると、メタデータ生成部11は、メタデータ生成部11は、グラフ構造解析の結果に基づいて、述語処理を行う(S130)。図8,図9を参照して、述語処理の詳細な処理を説明する。図8は、述語処理の詳細な処理手順を示すフローチャートであり、図9は、述語処理の説明図である。   Returning to FIG. 4, the metadata generation unit 11 performs predicate processing based on the result of the graph structure analysis (S <b> 130). Detailed processing of the predicate processing will be described with reference to FIGS. FIG. 8 is a flowchart showing a detailed processing procedure of the predicate processing, and FIG. 9 is an explanatory diagram of the predicate processing.

まず、図8において、メタデータ生成部11は、グラフ構造の述語(述語グループ90)に述語メタデータ推論規則150を適用して、述語型、定義域、値域及び多重度を判定する(S131)。例えば、メタデータ生成部11は、述語メタデータ推論規則150の推論規則に従って、各述語の述語型、定義域、値域及び多重度を定める。そして、メタデータ生成部11は、その判定の結果に応じた述語メタデータ記述を生成する(S133)。   First, in FIG. 8, the metadata generation unit 11 applies a predicate metadata inference rule 150 to a predicate having a graph structure (predicate group 90), and determines the predicate type, domain, range, and multiplicity (S131). . For example, the metadata generation unit 11 determines the predicate type, domain, range, and multiplicity of each predicate according to the inference rules of the predicate metadata inference rule 150. And the metadata production | generation part 11 produces | generates the predicate metadata description according to the result of the determination (S133).

例えば、図9の例に示すように、述語「name」201に述語メタデータ推論規則150を適用していくと、以下のようになる。すなわち、述語「name」201の述語型は、目的語である「ABC研究所」101がstring型なので、データ型である。同様に、「name」201の定義域は、主語であるノード#0の型であるCorporation型となる。「name」201の値域は、目的語である「ABC研究所」101の型であるstring型となる。多重度は、述語名が「name」と単数であるから、単数となる。従って、メタデータ生成部11は、上記の判定結果に基づいて、述語「name」201の述語メタデータ記述621を生成する。このときも、メタデータ生成部11が予め述語メタデータ記述の雛形を保持していて、その雛形に、上記のそれぞれの判定結果を当てはめて生成しても良い。   For example, when the predicate metadata inference rule 150 is applied to the predicate “name” 201 as shown in the example of FIG. That is, the predicate type of the predicate “name” 201 is a data type because the object “ABC laboratory” 101 is a string type. Similarly, the domain of “name” 201 is a Corporation type, which is the type of the subject node # 0. The value range of “name” 201 is a string type which is a type of “ABC laboratory” 101 which is an object. The multiplicity is singular because the predicate name is “name”. Therefore, the metadata generation unit 11 generates the predicate metadata description 621 of the predicate “name” 201 based on the determination result. Also at this time, the metadata generation unit 11 may hold a template of the predicate metadata description in advance and generate the template by applying each determination result described above to the template.

述語「hasGroupCorparations」207、209についても、上記と同様の処理が行われ、これらに共通の述語メタデータ記述622が生成される。   The predicate “hasGroup Corporations” 207 and 209 is also processed in the same manner as described above, and a predicate metadata description 622 common to these is generated.

図4に戻ると、メタデータ生成部11は、ステップS120で生成されたリテラルメタデータ記601〜603及び非リテラルメタデータ記述611と、ステップS130で生成されたメタデータ記述621,622をOWL/XML文書50に加入して、メタデータ付きOWL/XML文書60を生成する。メタデータ付きOWL/XML文書60の例を図10に示す。   Returning to FIG. 4, the metadata generation unit 11 stores the literal metadata descriptions 601 to 603 and the non-literal metadata description 611 generated in step S120 and the metadata descriptions 621 and 622 generated in step S130. The XML document 50 is subscribed to generate an OWL / XML document 60 with metadata. An example of the OWL / XML document 60 with metadata is shown in FIG.

これにより、メタデータを含んでいないOWL/XML文書50に対して、そのOWL/XML文書50の意味を示すメタデータを含むメタデータ付きOWL/XML文書60を自動生成することができる。従って、従来から存在するXML文書に対して容易にメタデータを加入することができ、メタデータを利用したアプリケーションを構築することができる。そのため、セマンティックWEBなどに対応することもできる。   As a result, an OWL / XML document 60 with metadata including metadata indicating the meaning of the OWL / XML document 50 can be automatically generated for an OWL / XML document 50 that does not include metadata. Therefore, metadata can be easily subscribed to an existing XML document, and an application using the metadata can be constructed. Therefore, it is possible to deal with semantic WEB and the like.

上述した本発明の実施形態は、本発明の説明のための例示であり、本発明の範囲をそれらの実施形態にのみ限定する趣旨ではない。当業者は、本発明の要旨を逸脱することなしに、他の様々な態様で本発明を実施することができる。   The above-described embodiments of the present invention are examples for explaining the present invention, and are not intended to limit the scope of the present invention only to those embodiments. Those skilled in the art can implement the present invention in various other modes without departing from the gist of the present invention.

1 メタデータ自動付与システム
11 メタデータ生成部
13 リテラル型推論規則記憶部
15 述語メタデータ推論規則記憶部
50 OWL/XML文書
51 個体記述
60 メタデータ付きOWL/XML文書文書
70 グラフ構造
130 リテラル型推論規則
150 述語メタデータ推論規則
1 metadata automatic assignment system 11 metadata generation unit 13 literal type inference rule storage unit 15 predicate metadata inference rule storage unit 50 OWL / XML document 51 individual description 60 OWL / XML document document with metadata 70 graph structure 130 literal type inference Rule 150 Predicate Metadata Inference Rule

Claims (7)

OWL/XML文書を解析して、主語、述語、目的語からなる前記OWL/XML文書のグラフ構造を抽出するグラフ抽出手段と、
前記グラフ抽出手段で抽出されたグラフ構造に基づいて、前記OWL/XML文書のメタデータ記述を生成するメタデータ生成手段と、
前記OWL/XML文書に、前記メタデータ記述を加入したメタデータ付きOWL/XML文書を生成する手段と、を備えるメタデータ自動付与システム。
A graph extracting means for analyzing an OWL / XML document and extracting a graph structure of the OWL / XML document comprising a subject, a predicate, and an object;
Metadata generation means for generating a metadata description of the OWL / XML document based on the graph structure extracted by the graph extraction means;
Means for generating a metadata-added OWL / XML document with the metadata description added to the OWL / XML document.
前記メタデータ生成手段は、前記グラフ構造の主語及び目的語のうち、リテラルの主語及び目的語に対してリテラル型推論規則を適用してリテラル型を判定して、前記リテラル型に基づいて前記リテラルの主語及び目的語に対応するリテラルメタデータ記述を生成する、請求項1記載のメタデータ自動付与システム。   The metadata generation means applies a literal type inference rule to a literal subject and object out of the graph structure subject and object, determines a literal type, and determines the literal type based on the literal type. The automatic metadata assignment system according to claim 1, wherein literal metadata descriptions corresponding to the subject and object of the are generated. 前記リテラル型推論規則は、リテラル型ごとに正規表現が定義されていて、前記リテラルの主語及び目的語がいずれの正規表現に該当するかによってリテラル型の判定を行う、請求項2記載のメタデータ自動付与システム。   The metadata according to claim 2, wherein the literal type inference rule has a regular expression defined for each literal type, and determines a literal type according to which regular expression a subject and an object of the literal correspond to. Automatic grant system. 前記メタデータ生成手段は、前記グラフ構造の主語及び目的語のうち、非リテラルの主語及び目的語のノードの型をクラスとして宣言する非リテラルメタデータ記述を生成する、請求項1記載のメタデータ自動付与システム。   2. The metadata according to claim 1, wherein the metadata generation unit generates a non-literal metadata description that declares a node type of a non-literal subject and object as a class among the subjects and objects of the graph structure. Automatic grant system. 前記メタデータ記述生成手段は、前記グラフ構造の述語に述語メタデータ推論規則を適用して、述語型、定義域、値域及び多重度を判定し、前記判定の結果に応じた述語メタデータ記述を生成する、請求項1記載のメタデータ自動付与システム。   The metadata description generating means applies a predicate metadata inference rule to the predicate of the graph structure to determine a predicate type, a domain, a range, and a multiplicity, and a predicate metadata description according to the determination result The metadata automatic assigning system according to claim 1, which is generated. コンピュータが行うメタデータの自動付与方法であって、
OWL/XML文書を解析して、主語、述語、目的語からなる前記OWL/XML文書のグラフ構造を抽出するステップと、
前記抽出されたグラフ構造に基づいて、前記OWL/XML文書のメタデータ記述を生成するステップと、
前記OWL/XML文書に、前記メタデータ記述を加入したメタデータ付きOWL/XML文書を生成するステップと、を行う方法。
A method of automatically assigning metadata performed by a computer,
Analyzing an OWL / XML document and extracting a graph structure of the OWL / XML document comprising a subject, a predicate, and an object;
Generating a metadata description of the OWL / XML document based on the extracted graph structure;
Generating an OWL / XML document with metadata to which the metadata description is added to the OWL / XML document.
コンピュータに、
OWL/XML文書を解析して、主語、述語、目的語からなる前記OWL/XML文書のグラフ構造を抽出するステップと、
前記抽出されたグラフ構造に基づいて、前記OWL/XML文書のメタデータ記述を生成するステップと、
前記OWL/XML文書に、前記メタデータ記述を加入したメタデータ付きOWL/XML文書を生成するステップと、を実行させるメタデータの自動付与のためのコンピュータプログラム。
On the computer,
Analyzing an OWL / XML document and extracting a graph structure of the OWL / XML document comprising a subject, a predicate, and an object;
Generating a metadata description of the OWL / XML document based on the extracted graph structure;
Generating a metadata-added OWL / XML document with the metadata description added to the OWL / XML document; and a computer program for automatically assigning metadata.
JP2009083556A 2009-03-30 2009-03-30 Metadata automatic assigning system and method Expired - Fee Related JP5325635B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2009083556A JP5325635B2 (en) 2009-03-30 2009-03-30 Metadata automatic assigning system and method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2009083556A JP5325635B2 (en) 2009-03-30 2009-03-30 Metadata automatic assigning system and method

Publications (2)

Publication Number Publication Date
JP2010237867A true JP2010237867A (en) 2010-10-21
JP5325635B2 JP5325635B2 (en) 2013-10-23

Family

ID=43092131

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2009083556A Expired - Fee Related JP5325635B2 (en) 2009-03-30 2009-03-30 Metadata automatic assigning system and method

Country Status (1)

Country Link
JP (1) JP5325635B2 (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9851958B2 (en) 2013-12-26 2017-12-26 International Business Machines Corporation Method, apparatus, and computer program for specializing serializer
JP2020027649A (en) * 2018-08-15 2020-02-20 ベイジン バイドゥ ネットコム サイエンス アンド テクノロジー カンパニー リミテッド Method, apparatus, device and storage medium for generating entity relationship data

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2000207407A (en) * 1999-01-13 2000-07-28 Nippon Telegr & Teleph Corp <Ntt> Method and device for extracting information and storage medium with information extraction program stored therein
JP2005322025A (en) * 2004-05-10 2005-11-17 Matsushita Electric Ind Co Ltd Device and method for converting structure description data into semantic description data
JP2007094855A (en) * 2005-09-29 2007-04-12 Toshiba Corp Document processing device and method

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2000207407A (en) * 1999-01-13 2000-07-28 Nippon Telegr & Teleph Corp <Ntt> Method and device for extracting information and storage medium with information extraction program stored therein
JP2005322025A (en) * 2004-05-10 2005-11-17 Matsushita Electric Ind Co Ltd Device and method for converting structure description data into semantic description data
JP2007094855A (en) * 2005-09-29 2007-04-12 Toshiba Corp Document processing device and method

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
CSNJ201010003261; 岩倉 友哉、塚本 浩司、井形 伸之、津田 宏: 'テキストからのメタデータ情報抽出とKnowWho検索への応用 [CD-ROM]' 2004年度人工知能学会全国大会(第18回)論文集 , 20080213, 社団法人人工知能学会 *
JPN6013033737; 岩倉 友哉、塚本 浩司、井形 伸之、津田 宏: 'テキストからのメタデータ情報抽出とKnowWho検索への応用 [CD-ROM]' 2004年度人工知能学会全国大会(第18回)論文集 , 20080213, 社団法人人工知能学会 *

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9851958B2 (en) 2013-12-26 2017-12-26 International Business Machines Corporation Method, apparatus, and computer program for specializing serializer
JP2020027649A (en) * 2018-08-15 2020-02-20 ベイジン バイドゥ ネットコム サイエンス アンド テクノロジー カンパニー リミテッド Method, apparatus, device and storage medium for generating entity relationship data
KR20200019824A (en) * 2018-08-15 2020-02-25 베이징 바이두 넷컴 사이언스 앤 테크놀로지 코., 엘티디. Entity relationship data generating method, apparatus, equipment and storage medium
KR102237702B1 (en) 2018-08-15 2021-04-08 베이징 바이두 넷컴 사이언스 앤 테크놀로지 코., 엘티디. Entity relationship data generating method, apparatus, equipment and storage medium
US11321421B2 (en) 2018-08-15 2022-05-03 Beijing Baidu Netcom Science And Technology Co., Ltd. Method, apparatus and device for generating entity relationship data, and storage medium

Also Published As

Publication number Publication date
JP5325635B2 (en) 2013-10-23

Similar Documents

Publication Publication Date Title
US10747505B1 (en) API specification generation
JP5756386B2 (en) Method, apparatus, and program for supporting generation and management of metadata for correcting problems of dynamic web application
US20140013205A1 (en) Methods for matching xml documents
EP3846089B1 (en) Generating a knowledge graph of multiple application programming interfaces
US10031981B2 (en) Exporting data to web-based applications
US9305032B2 (en) Framework for generating programs to process beacons
JP5325635B2 (en) Metadata automatic assigning system and method
US10387493B2 (en) Methods for converting an XML artifact into a topic map instance and devices thereof
KR101684579B1 (en) System and method for generating knowledge
JP6044960B2 (en) Method, apparatus and computer program for specializing serializer
KR100912190B1 (en) System and method for converting rdql query to sql query using optimization transformation rule
Malki et al. Building Semantic Mashup.
KR101244931B1 (en) Method and apparatus for transformating relational database into owl ontology
Sateli et al. Natural language processing for MediaWiki: the semantic assistants approach
WO2018149400A1 (en) Page publishing method, readable storage medium, terminal apparatus and device
Ambiah et al. Enriching webpages with semantic information
Bosch et al. Generic multilevel approach designing domain ontologies based on XML schemas
JP2014229078A (en) Natural language inference system, natural language inference method and program
US10915594B2 (en) Associating documents with application programming interfaces
Lebo et al. Towards unified provenance granularities
Bruse Extremal fixpoints for higher-order modal logic
Bosch et al. How to accelerate the process of designing domain ontologies based on XML schemas
Correa et al. Defining RESTful Web Services Test Cases from UML Models.
Moreau et al. Syntax-directed data integration in semantic web services orchestrations
CN108255865B (en) Static processing method for php website template link

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20120113

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20130416

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20130617

TRDD Decision of grant or rejection written
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20130709

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20130722

R150 Certificate of patent or registration of utility model

Ref document number: 5325635

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

Free format text: JAPANESE INTERMEDIATE CODE: R150

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

LAPS Cancellation because of no payment of annual fees