JP2007052723A - Metadata generation apparatus, metadata restriction definition processor, and its control method - Google Patents

Metadata generation apparatus, metadata restriction definition processor, and its control method Download PDF

Info

Publication number
JP2007052723A
JP2007052723A JP2005238797A JP2005238797A JP2007052723A JP 2007052723 A JP2007052723 A JP 2007052723A JP 2005238797 A JP2005238797 A JP 2005238797A JP 2005238797 A JP2005238797 A JP 2005238797A JP 2007052723 A JP2007052723 A JP 2007052723A
Authority
JP
Japan
Prior art keywords
metadata
constraint definition
cell
subject
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
JP2005238797A
Other languages
Japanese (ja)
Other versions
JP4587908B2 (en
Inventor
Miki Sakai
美樹 境
Hiroyuki Sato
宏之 佐藤
Takahiko Murayama
隆彦 村山
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.)
Nippon Telegraph and Telephone Corp
Original Assignee
Nippon Telegraph and Telephone Corp
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 Nippon Telegraph and Telephone Corp filed Critical Nippon Telegraph and Telephone Corp
Priority to JP2005238797A priority Critical patent/JP4587908B2/en
Publication of JP2007052723A publication Critical patent/JP2007052723A/en
Application granted granted Critical
Publication of JP4587908B2 publication Critical patent/JP4587908B2/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

<P>PROBLEM TO BE SOLVED: To use a metadata restriction definition of high reliability. <P>SOLUTION: The metadata restriction definition processor is provided with: a point addition part 4 for adding points to each cell in a table; a metadata generation part 5 which selects a row and a column having highest points, selects one of them, and generates metadata comprising (a) a subject equal to content of a cell which is included one and not included in the other; (b) a predicate equal to content of the cell which is included in the latter and not in the former; and (c) an object equal to content of the cell where either the row or column including the cell of the subject and being vertical to one intersects with either the row or column including the cell of the predicate and being vertical to the other; and a metadata restriction definition generation part 6 for generating the metadata restriction definition which comprises (A) subject notion granted to the table, (B) a predicate included in the generated metadata, and (C) object notion of an object included in the metadata. The metadata restriction definition generation part 6 stores a plurality of metadata restriction definitions including an identical subject notion and an identical predicate in a metadata restriction definition storage part 2. <P>COPYRIGHT: (C)2007,JPO&INPIT

Description

本発明は、表からメタデータを生成するメタデータ生成装置、信頼性の高いメタデータ制約定義を利用可能にするメタデータ制約定義処理装置およびその制御方法に関するものである。   The present invention relates to a metadata generation device that generates metadata from a table, a metadata constraint definition processing device that enables use of a highly reliable metadata constraint definition, and a control method thereof.

従来において、コンピュータの記憶装置に主語、述語及び目的語からなるメタデータを予め蓄積し、コンピュータがこのメタデータを用いることで、様々な応用が可能となる。 例えば、「光学ズーム」が「4倍」のデジタルカメラの型名を知りたいと利用者が考えた場合、述語「光学ズーム」および目的語「4倍」を含むメタデータに含まれる主語である型名を取得すればよい。   Conventionally, metadata consisting of a subject, a predicate, and an object is stored in advance in a storage device of a computer, and various applications are possible when the computer uses this metadata. For example, if the user wants to know the model name of a digital camera whose “optical zoom” is “4 ×”, the subject is included in the metadata including the predicate “optical zoom” and the object “4 ×”. What is necessary is just to acquire a type name.

このように、主語、述語及び目的語からなるメタデータを用いれば、必要とする情報の取得が容易になる。   As described above, if metadata including a subject, a predicate, and an object is used, acquisition of necessary information becomes easy.

また、主語概念(主語を示す概念)、述語および目的語概念(目的語を示す概念)からなるメタデータ制約定義を用いることで、さらなる応用が可能となる。   Further, further application is possible by using a metadata constraint definition composed of a subject concept (concept indicating a subject), a predicate, and an object concept (concept indicating an object).

例えば、主語概念「デジタルカメラ」、述語「光学ズーム」および目的語概念「数値+語「倍」」からなるメタデータ制約定義に対し、デジタルカメラの型名である主語「EF−S17」、述語「光学ズーム」および目的語「4倍」からなるメタデータと、デジタルカメラの型名である主語「EX−P700」、述語「光学ズーム」および目的語「3倍」からなるメタデータとを関連づけておけば、当該メタデータ制約定義から2つの型名を取得することができる。   For example, for a metadata constraint definition consisting of a subject concept “digital camera”, a predicate “optical zoom” and an object concept “numerical value + word“ times ””, a subject “EF-S17”, which is a model name of the digital camera, a predicate The metadata composed of “optical zoom” and the object “4 ×” is associated with the metadata composed of the subject “EX-P700” that is the model name of the digital camera, the predicate “optical zoom”, and the object “3 ×”. Then, two type names can be acquired from the metadata constraint definition.

このような、技術の前提となる技術としては、下記の特許文献1に記載のものがある。 また、本発明では、例えば、メタデータとメタデータ制約定義とにRDF(Resource Description Framework)文を用いることができるが、このRDF文についての技術が下記の非特許文献1及び2に記載されている。
特開2002−251311号公報 「Resource Description Framework(RDF)Model and Syntax Specification」, Ora Lassia, Ralph R.Swick編,[online], インターネット<URL:http://www.w3.org/TR/1999/REC-rdf-syntax-19990222/> 「RDF Vocabulary Description Language 1.0: RDF Schema」, Dan Brickley, R.V.Guha編,[online], インターネット<URL:http://www.w3.org/TR/rdf-schema/>
As such a technology which is a premise of the technology, there is one described in Patent Document 1 below. Further, in the present invention, for example, an RDF (Resource Description Framework) sentence can be used for metadata and metadata constraint definition. Techniques for this RDF sentence are described in Non-Patent Documents 1 and 2 below. Yes.
JP 2002-251311 A "Resource Description Framework (RDF) Model and Syntax Specification", Ora Lassia, Ralph R. Swick, [online], Internet <URL: http://www.w3.org/TR/1999/REC-rdf-syntax- 19990222 /> "RDF Vocabulary Description Language 1.0: RDF Schema", Dan Brickley, RVGuha, [online], Internet <URL: http://www.w3.org/TR/rdf-schema/>

さて、上記した、主語「EF−S17」、述語「光学ズーム」および目的語「4倍」からなるメタデータを、例えば、「デジタルカメラEF−S17の光学ズームが4倍である」という文章から生成することは、文章の解析により、比較的容易に行える。   Now, from the above sentence, the metadata consisting of the subject “EF-S17”, the predicate “optical zoom” and the object “4 ×” is derived from the sentence “optical zoom of the digital camera EF-S17 is 4 ×”, for example. Generation is relatively easy by analyzing the sentence.

また、主語「EF−S17」、述語「光学ズーム」および目的語「4倍」からなるメタデータと、主語「EX−P700」、述語「光学ズーム」および目的語「3倍」からなるメタデータとから、主語概念「デジタルカメラ」、述語「光学ズーム」および目的語概念「数値+語「倍」」からなるメタデータ制約定義を生成することも、やはり容易に行える。   Further, metadata composed of the subject “EF-S17”, the predicate “optical zoom” and the object “4 ×”, and metadata composed of the subject “EX-P700”, the predicate “optical zoom” and the object “3 times”. Therefore, it is also easy to generate a metadata constraint definition including the subject concept “digital camera”, the predicate “optical zoom”, and the object concept “number + word“ times ””.

ところで、我々の生活環境には、デジタルカメラの仕様一覧表が雑誌などに記載されるなど、表から得られる情報も多い。   By the way, in our living environment, there are a lot of information that can be obtained from tables such as a list of specifications for digital cameras in magazines.

よって、表からメタデータおよびメタデータ制約定義を生成し、しかも、信頼性の高いメタデータ制約定義を利用可能にすることで、高い利便性を享受することができる。   Therefore, it is possible to enjoy high convenience by generating metadata and metadata constraint definition from the table and making the metadata constraint definition highly reliable.

本発明は、上記の課題に鑑みてなされたものであり、その目的とするところは、表からメタデータを生成するメタデータ生成装置、信頼性の高いメタデータ制約定義を利用可能にできるメタデータ制約定義処理装置およびその制御方法を提供することにある。   The present invention has been made in view of the above problems, and the object of the present invention is a metadata generation apparatus that generates metadata from a table, and metadata that can make a highly reliable metadata constraint definition available. An object of the present invention is to provide a constraint definition processing apparatus and a control method thereof.

上記の課題を解決するために、請求項1の本発明は、主語、述語および目的語からなるメタデータが記憶されるメタデータ記憶手段と、主語概念を付与された表に含まれる各セルに加点する加点手段と、最高点の行および列を選択するとともに、その一方を選択し、
(a)一方に含まれかつ他方に含まれないセルの内容に等しい主語、(b)他方に含まれかつ一方に含まれないセルの内容に等しい述語、(c)ならびに、当該主語のセルを含みかつ一方に垂直な行または列と、当該述語のセルを含みかつ他方に垂直な行または列とが交差する箇所のセルの内容に等しい目的語からなるメタデータを生成し、前記メタデータ記憶手段に記憶させるメタデータ生成手段とを備えることを特徴とするメタデータ生成装置をもって解決手段とする。
In order to solve the above-mentioned problems, the present invention of claim 1 includes metadata storage means for storing metadata including a subject, a predicate, and an object, and each cell included in a table to which a subject concept is assigned. Select the point means to add points, the highest row and column, and select one of them,
(A) a subject equal to the contents of a cell that is included in one and not included in the other, (b) a predicate that is equal to the contents of a cell that is included in the other and not included in the other, (c) and a cell of the subject Generating metadata comprising an object equal to the contents of a cell at a location where a row or column perpendicular to one and a cell of the predicate intersects a row or column perpendicular to the other and perpendicular to the other, and storing the metadata A metadata generation device including a metadata generation unit stored in the unit is used as a solution unit.

請求項2の本発明は、主語、述語および目的語からなるメタデータが記憶されるメタデータ記憶手段と、主語概念、述語および目的語概念からなるメタデータ制約定義が記憶されるメタデータ制約定義記憶手段と、候補のメタデータ制約定義が記憶されるメタデータ制約定義候補記憶手段と、主語概念を付与された表に含まれる各セルに加点する加点手段と、最高点の行および列を選択するとともに、その一方を選択し、(a)一方に含まれかつ他方に含まれないセルの内容に等しい主語、(b)他方に含まれかつ一方に含まれないセルの内容に等しい述語、(c)ならびに、当該主語のセルを含みかつ一方に垂直な行または列と、当該述語のセルを含みかつ他方に垂直な行または列とが交差する箇所のセルの内容に等しい目的語からなるメタデータを生成し、前記メタデータ記憶手段に記憶させるメタデータ生成手段と、(A)当該表に付与された当該主語概念、(B)当該生成されたメタデータに含まれる当該述語、(C)ならびに、当該メタデータに含まれる当該目的語の目的語概念からなるメタデータ制約定義を生成し、前記メタデータ制約定義候補記憶手段に記憶させるメタデータ制約定義生成手段とを備え、前記メタデータ制約定義生成手段は、同一の主語概念および同一の述語を含む複数のメタデータ制約定義を、前記メタデータ制約定義記憶手段へ記憶させることを特徴とするメタデータ制約定義処理装置をもって解決手段とする。   The present invention of claim 2 is a metadata storage means for storing metadata comprising a subject, a predicate and an object, and a metadata constraint definition for storing a metadata constraint definition comprising a subject concept, a predicate and an object concept. Selection of storage means, metadata constraint definition candidate storage means for storing candidate metadata constraint definitions, point addition means for adding points to each cell included in the table to which the subject concept is assigned, and the row and column of the highest score And (a) a subject equal to the contents of a cell that is included in one and not included in the other, (b) a predicate that is equal to the contents of a cell that is included in the other and not included in the other, ( c) and a subject consisting of a subject equal to the contents of the cell at the intersection of the row or column containing the subject cell and perpendicular to one and the row or column perpendicular to the other and containing the predicate cell. Metadata generation means for generating data and storing it in the metadata storage means, (A) the subject concept assigned to the table, (B) the predicate included in the generated metadata, (C) And a metadata constraint definition generating unit that generates a metadata constraint definition including the object concept of the target object included in the metadata and stores the metadata constraint definition in the metadata constraint definition candidate storage unit, and the metadata constraint The definition generation means uses the metadata constraint definition processing apparatus characterized in that a plurality of metadata constraint definitions including the same subject concept and the same predicate are stored in the metadata constraint definition storage means.

請求項3の本発明は、前記加点手段は、前記表に付与された前記主語概念を含むメタデータ制約定義を前記メタデータ制約定義記憶手段から検索し、前記表から、当該メタデータ制約定義に含まれる目的語概念により示される目的語を含むセルを検索し、当該セルを含む列および行の少なくとも一方から、当該メタデータ制約定義に含まれる述語を含むセル、当該メタデータ制約定義に含まれる主語概念により示される主語を含むセル、の少なくとも一方を検索し、当該セルに加点することを特徴とする請求項2記載のメタデータ制約定義処理装置をもって解決手段とする。   According to the third aspect of the present invention, the adding means retrieves a metadata constraint definition including the subject concept assigned to the table from the metadata constraint definition storage means, and from the table to the metadata constraint definition. A cell including an object indicated by the included object concept is searched, and a cell including a predicate included in the metadata constraint definition is included in the metadata constraint definition from at least one of a column and a row including the cell. The metadata constraint definition processing device according to claim 2, wherein at least one of the cells including the subject indicated by the subject concept is searched and added to the cell.

請求項4の本発明は、前記メタデータ制約定義記憶手段の中の、主語概念、述語および目的語概念の1以上が同一または類似である複数のメタデータ制約定義を消去し、当該類似のものを同一にしてなるメタデータ制約定義を生成し、当該メタデータ制約定義記憶手段に記憶させるメタデータ制約定義処理手段と、消去された当該メタデータ制約定義に関連づけられていたメタデータを、生成された当該メタデータ制約定義に関連づけるメタデータ処理手段とを備えることを特徴とする請求項1または2記載のメタデータ制約定義処理装置をもって解決手段とする。   The present invention of claim 4 deletes a plurality of metadata constraint definitions in which one or more of the subject concept, predicate and object concept are the same or similar in the metadata constraint definition storage means, and the similar ones. Metadata constraint definition processing means for generating the same metadata constraint definition and storing it in the metadata constraint definition storage means, and metadata associated with the deleted metadata constraint definition are generated. The metadata constraint definition processing apparatus according to claim 1, further comprising a metadata processing means associated with the metadata constraint definition.

請求項5の本発明は、主語、述語および目的語からなるメタデータが記憶されるメタデータ記憶手段と、主語概念、述語および目的語概念からなるメタデータ制約定義が記憶されるメタデータ制約定義記憶手段と、候補のメタデータ制約定義が記憶されるメタデータ制約定義候補記憶手段とを備えるメタデータ制約定義処理装置に構成された加点手段が、主語概念を付与された表に含まれる各セルに加点し、前記メタデータ制約定義処理装置に構成されたメタデータ生成手段が、最高点の行および列を選択するとともに、その一方を選択し、(a)一方に含まれかつ他方に含まれないセルの内容に等しい主語、(b)他方に含まれかつ一方に含まれないセルの内容に等しい述語、(c)ならびに、当該主語のセルを含みかつ一方に垂直な行または列と、当該述語のセルを含みかつ他方に垂直な行または列とが交差する箇所のセルの内容に等しい目的語からなるメタデータを生成し、前記メタデータ記憶手段に記憶させ、前記メタデータ制約定義処理装置に構成されたメタデータ制約定義生成手段が、(A)当該表に付与された当該主語概念、(B)当該生成されたメタデータに含まれる当該述語、(C)ならびに、当該メタデータに含まれる当該目的語の目的語概念からなるメタデータ制約定義を生成し、前記メタデータ制約定義候補記憶手段に記憶させ、同一の主語概念および同一の述語を含む複数のメタデータ制約定義を、前記メタデータ制約定義記憶手段へ記憶させることを特徴とするメタデータ制約定義処理装置の制御方法をもって解決手段とする。   The present invention of claim 5 is a metadata storage means for storing metadata comprising a subject, a predicate and an object, and a metadata constraint definition for storing a metadata constraint definition comprising a subject concept, a predicate and an object concept. Each cell included in the table to which the adding means configured in the metadata constraint definition processing device including the storage means and the metadata constraint definition candidate storage means for storing the candidate metadata constraint definition is provided with the subject concept And the metadata generation means configured in the metadata constraint definition processing device selects the highest row and column and selects one of them, (a) included in one and included in the other A subject equal to the content of the cell not present, (b) a predicate equal to the content of the cell included in the other and not included in the other, (c) and a row containing the subject cell and perpendicular to the other Generates metadata consisting of an object equal to the contents of a cell at a location where a column and a row or column perpendicular to the other contain a cell of the predicate, and stores the metadata in the metadata storage means, The metadata constraint definition generating means configured in the data constraint definition processing device includes (A) the subject concept assigned to the table, (B) the predicate included in the generated metadata, (C), and A plurality of metadata constraints including the same subject concept and the same predicate generated by generating a metadata constraint definition including the object concept of the object included in the metadata and storing the metadata constraint definition in the metadata constraint definition candidate storage unit The definition is stored in the metadata constraint definition storage means, and the control method of the metadata constraint definition processing apparatus is used as the solution means.

請求項6の本発明は、主語、述語および目的語からなるメタデータが記憶されるメタデータ記憶手段と、主語概念、述語および目的語概念からなるメタデータ制約定義が記憶されるメタデータ制約定義記憶手段と、候補のメタデータ制約定義が記憶されるメタデータ制約定義候補記憶手段とを備えるメタデータ制約定義処理装置に構成された加点手段が、前記表に付与された前記主語概念を含むメタデータ制約定義を前記メタデータ制約定義記憶手段から検索し、前記表から、当該メタデータ制約定義に含まれる目的語概念により示される目的語を含むセルを検索し、当該セルを含む列および行の少なくとも一方から、当該メタデータ制約定義に含まれる述語を含むセル、当該メタデータ制約定義に含まれる主語概念により示される主語を含むセル、の少なくとも一方を検索し、当該セルに加点し、前記メタデータ制約定義処理装置に構成されたメタデータ生成手段が、最高点の行および列を選択するとともに、その一方を選択し、(a)一方に含まれかつ他方に含まれないセルの内容に等しい主語、(b)他方に含まれかつ一方に含まれないセルの内容に等しい述語、(c)ならびに、当該主語のセルを含みかつ一方に垂直な行または列と、当該述語のセルを含みかつ他方に垂直な行または列とが交差する箇所のセルの内容に等しい目的語からなるメタデータを生成し、前記メタデータ記憶手段に記憶させ、前記メタデータ制約定義処理装置に構成されたメタデータ制約定義生成手段が、(A)当該表に付与された当該主語概念、(B)当該生成されたメタデータに含まれる当該述語、(C)ならびに、当該メタデータに含まれる当該目的語の目的語概念からなるメタデータ制約定義を生成し、前記メタデータ制約定義候補記憶手段に記憶させ、同一の主語概念および同一の述語を含む複数のメタデータ制約定義を、前記メタデータ制約定義記憶手段へ記憶させることを特徴とするメタデータ制約定義処理装置の制御方法をもって解決手段とする。   The present invention of claim 6 is a metadata storage means for storing metadata comprising a subject, a predicate and an object, and a metadata constraint definition for storing a metadata constraint definition comprising a subject concept, a predicate and an object concept. Meta data including a subject concept assigned to the table is added to a score adding means configured in a metadata constraint definition processing device comprising storage means and metadata constraint definition candidate storage means for storing candidate metadata constraint definitions. A data constraint definition is retrieved from the metadata constraint definition storage means, a cell including an object indicated by an object concept included in the metadata constraint definition is retrieved from the table, and a column and a row including the cell are retrieved. At least one of the cells containing the predicate included in the metadata constraint definition and the subject indicated by the subject concept included in the metadata constraint definition are included. Search for at least one of the cells, add points to the cell, and the metadata generation means configured in the metadata constraint definition processing apparatus selects the highest row and column, and selects one of them, ( a) a subject equal to the contents of a cell that is included in one and not included in the other, (b) a predicate that is equal to the contents of a cell that is included in the other and not included in the other, (c) and the cell of the subject The metadata storage means generates metadata comprising an object equal to the contents of a cell at a location where a row or column perpendicular to one and a cell of the predicate intersects with a row or column perpendicular to the other, Metadata constraint definition generating means stored in the metadata constraint definition processing device, (A) the subject concept assigned to the table, (B) the subject included in the generated metadata (C) and a metadata constraint definition composed of the object concept of the object included in the metadata are generated and stored in the metadata constraint definition candidate storage means, and the same subject concept and the same predicate The metadata constraint definition processing apparatus control method is characterized in that a plurality of metadata constraint definitions including the above are stored in the metadata constraint definition storage unit.

請求項7の本発明は、主語、述語および目的語からなるメタデータが記憶されるメタデータ記憶手段と、主語概念、述語および目的語概念からなるメタデータ制約定義が記憶されるメタデータ制約定義記憶手段と、候補のメタデータ制約定義が記憶されるメタデータ制約定義候補記憶手段と、主語概念を付与された表に含まれる各セルに加点する加点手段と、最高点の行および列を選択するとともに、その一方を選択し、(a)一方に含まれかつ他方に含まれないセルの内容に等しい主語、(b)他方に含まれかつ一方に含まれないセルの内容に等しい述語、(c)ならびに、当該主語のセルを含みかつ一方に垂直な行または列と、当該述語のセルを含みかつ他方に垂直な行または列とが交差する箇所のセルの内容に等しい目的語からなるメタデータを生成し、前記メタデータ記憶手段に記憶させるメタデータ生成手段と、(A)当該表に付与された当該主語概念、(B)当該生成されたメタデータに含まれる当該述語、(C)ならびに、当該メタデータに含まれる当該目的語の目的語概念からなるメタデータ制約定義を生成し、前記メタデータ制約定義候補記憶手段に記憶させるメタデータ制約定義生成手段とを備え、前記メタデータ制約定義生成手段は、同一の主語概念および同一の述語を含む複数のメタデータ制約定義を、前記メタデータ制約定義記憶手段へ記憶させることを特徴とするメタデータ制約定義処理装置に構成されたメタデータ制約定義処理手段が、前記メタデータ制約定義記憶手段の中の、主語概念、述語および目的語概念の1以上が同一または類似である複数のメタデータ制約定義を消去し、当該類似のものを同一にしてなるメタデータ制約定義を生成し、当該メタデータ制約定義記憶手段に記憶させ、前記メタデータ制約定義処理装置に構成されたメタデータ処理手段が、消去された当該メタデータ制約定義に関連づけられていたメタデータを、生成された当該メタデータ制約定義に関連づけることを特徴とするメタデータ制約定義処理装置の制御方法をもって解決手段とする。   The present invention of claim 7 is a metadata storage means for storing metadata comprising a subject, a predicate and an object, and a metadata constraint definition for storing a metadata constraint definition comprising a subject concept, a predicate and an object concept. Selection of storage means, metadata constraint definition candidate storage means for storing candidate metadata constraint definitions, point addition means for adding points to each cell included in the table to which the subject concept is assigned, and the row and column of the highest score And (a) a subject equal to the contents of a cell that is included in one and not included in the other, (b) a predicate that is equal to the contents of a cell that is included in the other and not included in the other, ( c) and a subject consisting of a subject equal to the contents of the cell at the intersection of the row or column containing the subject cell and perpendicular to one and the row or column perpendicular to the other and containing the predicate cell. Metadata generation means for generating data and storing it in the metadata storage means, (A) the subject concept assigned to the table, (B) the predicate included in the generated metadata, (C) And a metadata constraint definition generating unit that generates a metadata constraint definition including the object concept of the target object included in the metadata and stores the metadata constraint definition in the metadata constraint definition candidate storage unit, and the metadata constraint The definition generating means stores a plurality of metadata constraint definitions including the same subject concept and the same predicate in the metadata constraint definition storage means, and is configured in metadata configured in a metadata constraint definition processing device. The constraint definition processing means includes a plurality of subject concepts, predicates, and object concepts in the metadata constraint definition storage means that are identical or similar. The metadata constraint definition is erased, a metadata constraint definition in which the similar ones are the same is generated, stored in the metadata constraint definition storage means, and the metadata configured in the metadata constraint definition processing device The processing means uses the control method of the metadata constraint definition processing apparatus characterized in that the metadata associated with the deleted metadata constraint definition is associated with the generated metadata constraint definition. .

請求項8の本発明は、請求項2ないし4のいずれかに記載のメタデータ制約定義処理装置としてコンピュータを動作させるコンピュータプログラムをもって解決手段とする。   The eighth aspect of the present invention provides a computer program for causing a computer to operate as the metadata constraint definition processing apparatus according to any one of the second to fourth aspects.

請求項9の本発明は、請求項8記載のコンピュータプログラムが記録されたコンピュータ読み取り可能な記録媒体をもって解決手段とする。   The ninth aspect of the present invention provides a computer-readable recording medium in which the computer program according to the eighth aspect is recorded as a solving means.

本発明によれば、主語概念を付与された表に含まれる各セルに加点し、最高点の行および列を選択するとともに、その一方を選択し、(a)一方に含まれかつ他方に含まれないセルの内容に等しい主語、(b)他方に含まれかつ一方に含まれないセルの内容に等しい述語、(c)ならびに、当該主語のセルを含みかつ一方に垂直な行または列と、当該述語のセルを含みかつ他方に垂直な行または列とが交差する箇所のセルの内容に等しい目的語からなるメタデータを生成するので、表からメタデータを生成することができる。   According to the present invention, points are added to each cell included in the table to which the subject concept is given, and the highest row and column are selected, and one of them is selected. (A) included in one and included in the other A subject equal to the content of the non-cell, (b) a predicate equal to the content of the cell included in the other and not included in the other, (c) and a row or column containing the subject cell and perpendicular to the one; Since the metadata including the object equal to the content of the cell including the cell of the predicate and intersecting with the row or column perpendicular to the other is generated, the metadata can be generated from the table.

また、主語概念を付与された表に含まれる各セルに加点し、最高点の行および列を選択するとともに、その一方を選択し、(a)一方に含まれかつ他方に含まれないセルの内容に等しい主語、(b)他方に含まれかつ一方に含まれないセルの内容に等しい述語、(c)ならびに、当該主語のセルを含みかつ一方に垂直な行または列と、当該述語のセルを含みかつ他方に垂直な行または列とが交差する箇所のセルの内容に等しい目的語からなるメタデータを生成し、前記メタデータ記憶手段に記憶させるメタデータ生成手段と、(A)当該表に付与された当該主語概念、(B)当該生成されたメタデータに含まれる当該述語、(C)ならびに、当該メタデータに含まれる当該目的語の目的語概念からなるメタデータ制約定義を生成し、同一の主語概念および同一の述語を含む複数のメタデータ制約定義を、メタデータ制約定義記憶手段へ記憶させることで、他のメタデータ制約定義に含まれる主語概念に等しい主語概念ならびに当該メタデータ制約定義に含まれる述語に等しい述語を含むメタデータ制約定義、つまり信頼性の高いメタデータ制約定義をメタデータ制約定義記憶手段に記憶させることができ、その結果、信頼性の高いメタデータ制約定義を利用することが可能となる。   In addition, a point is added to each cell included in the table to which the subject concept is assigned, and the highest row and column are selected, and one of them is selected. (A) A cell included in one and not included in the other A subject equal to the content, (b) a predicate equal to the content of the cell contained in the other and not contained in the other, (c) and a row or column containing the subject cell and perpendicular to the one, and the cell of the predicate Metadata generating means for generating metadata consisting of an object equal to the contents of a cell at a location where a row or column perpendicular to the other intersects, and storing the metadata in the metadata storage means; (A) the table And (B) the predicate included in the generated metadata, (C), and a metadata constraint definition including the object concept of the object included in the metadata. The same lord A plurality of metadata constraint definitions including a concept and the same predicate are stored in the metadata constraint definition storage means, so that the subject concept equal to the subject concept included in the other metadata constraint definition and the metadata constraint definition are included. Metadata constraint definition that includes a predicate equal to the predicate that is to be stored, that is, a highly reliable metadata constraint definition can be stored in the metadata constraint definition storage means, and as a result, a highly reliable metadata constraint definition should be used Is possible.

以下、本発明の実施の形態を図面を参照して説明する。   Hereinafter, embodiments of the present invention will be described with reference to the drawings.

図1は、本実施の形態に係るメタデータ制約定義処理装置の構成図である。このメタデータ制約定義処理装置は、本実施の形態に係るメタデータ生成装置を含むものである。図2は、本実施の形態で生成されるメタデータを例示する図である。図3は、本実施の形態で生成されるメタデータ制約定義を例示する図である。図4は、本実施の形態で与えられる表を例示する図である。図1は、基本構成図であり、応用例の構成図については別図とし、この図については後述する。   FIG. 1 is a configuration diagram of a metadata constraint definition processing apparatus according to the present embodiment. This metadata constraint definition processing apparatus includes the metadata generation apparatus according to the present embodiment. FIG. 2 is a diagram illustrating metadata generated in the present embodiment. FIG. 3 is a diagram illustrating a metadata constraint definition generated in the present embodiment. FIG. 4 is a diagram illustrating a table given in the present embodiment. FIG. 1 is a basic configuration diagram, and a configuration diagram of an application example is a separate diagram, which will be described later.

図1の本メタデータ制約定義処理装置は、図2のような、主語、述語および目的語からなるメタデータ(例えば、1つのRDF文で構成される)が記憶されるメタデータ記憶部1と、図3のような、主語概念、述語および目的語概念からなるメタデータ制約定義(例えば、2つのRDF文で構成される)が記憶されるメタデータ制約定義記憶部2と、候補のメタデータ制約定義が記憶されるメタデータ制約定義候補記憶部3と、図4のような、例えば、ある雑誌に掲載され、主語概念を付与された表に含まれる各セルに加点する加点部4と、最高点の行および列を選択するとともに、さらにその一方を選択し、(a)一方に含まれかつ他方に含まれないセルの内容に等しい主語、(b)他方に含まれかつ一方に含まれないセルの内容に等しい述語、(c)ならびに、当該主語のセルを含みかつ一方に垂直な行または列と、当該述語のセルを含みかつ他方に垂直な行または列とが交差する箇所のセルの内容に等しい目的語からなるメタデータを生成し、メタデータ記憶1に記憶させるメタデータ生成部5と、(A)当該表に付与された当該主語概念、(B)当該生成されたメタデータに含まれる当該述語、(C)ならびに、当該メタデータに含まれる当該目的語の目的語概念からなるメタデータ制約定義を生成し、メタデータ制約定義候補記憶部3に記憶させるメタデータ制約定義生成部6とを備え、メタデータ制約定義生成部6は、同一の主語概念および同一の述語を含む複数のメタデータ制約定義を、メタデータ制約定義記憶部2へ記憶させるようになっている。なお、上記各部および応用例での各部の名称における「部」を「手段」と読み替えてもよい。   The metadata constraint definition processing apparatus of FIG. 1 includes a metadata storage unit 1 that stores metadata (for example, composed of one RDF sentence) composed of a subject, a predicate, and an object as shown in FIG. 3, a metadata constraint definition storage unit 2 storing metadata constraint definitions (for example, composed of two RDF statements) composed of a subject concept, a predicate, and an object concept, and candidate metadata A metadata constraint definition candidate storage unit 3 in which the constraint definition is stored, and a point adding unit 4 that adds points to each cell included in a table that is published in a certain magazine and given a subject concept, as shown in FIG. Select the highest row and column and select one of them, (a) subject equal to the contents of a cell that is included in one and not included in the other, (b) included in the other and included in the other No cell content equal And the object equal to the contents of the cell at the intersection of the row or column containing the subject cell and perpendicular to one and the row or column containing the predicate cell and perpendicular to the other A metadata generation unit 5 that generates metadata consisting of: and stores the metadata in the metadata storage 1; (A) the subject concept assigned to the table; (B) the predicate included in the generated metadata; (C) and a metadata constraint definition generation unit 6 that generates a metadata constraint definition including the object concept of the object included in the metadata and stores the metadata constraint definition in the metadata constraint definition candidate storage unit 3. The metadata constraint definition generation unit 6 stores a plurality of metadata constraint definitions including the same subject concept and the same predicate in the metadata constraint definition storage unit 2. It should be noted that “part” in the name of each part and each part in the application example may be read as “means”.

本実施の形態に係るメタデータ生成装置は、上記したメタデータ記憶部1と、加点部4とメタデータ生成部5とにより構成される。   The metadata generation apparatus according to the present embodiment includes the above-described metadata storage unit 1, a point addition unit 4, and a metadata generation unit 5.

メタデータ制約定義処理装置1は、コンピュータプログラムで動作する1または複数のコンピュータ(演算装置を用いたもの)で構成(実現)され、このコンピュータが本装置の制御方法を実行する。つまり、このコンピュータは、上記各記憶部が構成される記録媒体、つまり半導体メモリ、磁気ディスク、光ディスク、光磁気ディスク、磁気テープなどの記録媒体を備え、同様な記録媒体に予め記録されたコンピュータプログラムを読み取り、あるいは、通信回線(場合によってはインターネットに使用されるもの)を介して送信されたコンピュータプログラムを受信し、こうして取得したコンピュータプログラムを、このコンピュータが主記憶装置に記憶させ演算装置が実行することで、このコンピュータが本装置の機能(メタデータ生成部などの処理部)を具備し、本方法を実行する。なお、このコンピュータプログラムが記録された記録媒体を配送および陳列などして流通させてもよい。   The metadata constraint definition processing device 1 is configured (implemented) by one or a plurality of computers (using an arithmetic device) that operate by a computer program, and this computer executes a control method of the present device. That is, this computer includes a recording medium in which each storage unit is configured, that is, a recording medium such as a semiconductor memory, a magnetic disk, an optical disk, a magneto-optical disk, a magnetic tape, and the like, and a computer program recorded in advance on a similar recording medium Or a computer program transmitted via a communication line (sometimes used for the Internet), and the computer stores the computer program obtained in this manner in the main storage device and is executed by the arithmetic unit Thus, the computer has the function of the apparatus (a processing unit such as a metadata generation unit) and executes the method. Note that a recording medium in which the computer program is recorded may be distributed by distribution and display.

また、本実施の形態において、メタデータを構成する主語、述語および目的語、メタデータ制約定義を構成する主語概念、述語および目的語概念の内容は、図2、図3でそれぞれに例示したものでなくてもよい。また、本実施の形態において、表を構成するセルの内容、表の行数、表の列数は、図4に例示したとおりでなくてもよい。   In the present embodiment, the subject, predicate and object constituting the metadata, and the subject concept, predicate and object concept constituting the metadata constraint definition are respectively illustrated in FIGS. 2 and 3. It does not have to be. In the present embodiment, the contents of the cells constituting the table, the number of rows in the table, and the number of columns in the table may not be as illustrated in FIG.

(本実施の形態の基本動作)
図5は、本実施の形態の基本動作に係る制御方法のシーケンス図である。ここでは、以下で加点部4に与えられる表とは別の表、例えば、加点部4に与えられる表が掲載された雑誌とは別の雑誌に掲載され、同じ主語概念「デジタルカメラ」を付与された表により生成されたメタデータ制約定義が、メタデータ制約定義候補記憶部3に記憶されていることとする。
(Basic operation of this embodiment)
FIG. 5 is a sequence diagram of a control method according to the basic operation of the present embodiment. Here, it is published in a table different from the table given to the adding part 4 below, for example, a magazine different from the magazine on which the table given to the adding part 4 is published, and is given the same subject concept “digital camera” It is assumed that the metadata constraint definition generated by the generated table is stored in the metadata constraint definition candidate storage unit 3.

本メタデータ制約定義処理装置では、図4のような、主語概念「デジタルカメラ」を付与された表(仕様一覧表)が、例えば図示しないキーボードなどへの操作により作成され、そして加点部4に与えられる(ステップS1)と、加点部4は、本表に含まれる各セル(記憶領域)に加点する(ステップS3)。   In the metadata constraint definition processing apparatus, a table (specification list) to which the subject concept “digital camera” is assigned as shown in FIG. When given (step S1), the point addition unit 4 adds points to each cell (storage area) included in the table (step S3).

ステップS3では、まず、(1)品詞を含むセルについては加点し、場合によっては減点する。例えば、(1a)名詞を含むセルについては加点する。(1b)数字、述語を含むセルについては減点する。(1c)空白のセルを含む行または列について、あるいはその列に含まれたセルについては減点する。次に、(2)文章を含むセルについては加点する。なお、(3)同一行または列に同一語が複数ある場合は当該行または列に含まれる各セルについては減点するようにしてもよい。また、(4)第1行(最上行)および/または第1列(最左列)に含まれる各セルについては加点するようにしてもよい。また、(5)セルの背景色や模様または文字色などの要素により加点または減点してもよい。例えば、背景色や文字色が他の行または列と異なっている行または列内のセルには加点するようにしてもよい。また、同一行内または同一列内で、背景色や文字色が他のセルのものと異なっているセルがある場合、当該セルには加点するようにしてもよい。また、(6)セルの内容を示す文字の太さ、色、書体などの要素により加点または減点してもよい。例えば、太文字のセルがあり、同一行内または同一列内において、それ以外では通常の文字が多い場合は、当該セルに加点するようにしてもよい。また、太文字のセルがあり、それ以外の行または列では通常の文字が多い場合は、当該セルまたはそれを含む行または列内のセルに加点するようにしてもよい。なお、加点に代えて、他のセルを減点するようにしてもよい。   In step S3, first, (1) a cell including a part of speech is added, and in some cases, points are reduced. For example, (1a) points are added for cells containing nouns. (1b) Points are deducted for cells containing numbers and predicates. (1c) Points are deducted for a row or column containing a blank cell or for a cell contained in that column. Next, (2) points are added for cells containing sentences. (3) When there are a plurality of identical words in the same row or column, points may be deducted for each cell included in the row or column. Further, (4) points may be added to each cell included in the first row (top row) and / or the first column (leftmost column). Also, (5) points may be added or subtracted depending on elements such as the cell background color, pattern or character color. For example, points may be added to cells in a row or column whose background color or character color is different from other rows or columns. In addition, if there is a cell whose background color or character color is different from that of other cells in the same row or column, points may be added to the cell. Further, (6) points may be added or subtracted depending on elements such as the thickness, color, and typeface of the character indicating the contents of the cell. For example, if there is a bold cell and there are many other normal characters in the same row or column, points may be added to the cell. Further, when there is a bold cell and there are many normal characters in other rows or columns, points may be added to the cell or a cell in a row or column including the cell. Instead of adding points, other cells may be deducted.

加点部4は、当該(1)、(2)を行うので、セルを単独に評価することにより加点または減点を行う手段を含んでいることになる。   Since the point adding unit 4 performs (1) and (2), it includes means for adding or subtracting points by evaluating the cell independently.

また、(3)、(5)、(6)で説明したように、加点部4は、同一行または同一列内のセル同士の比較によって加点または減点を行う手段を含むように構成することもできる。   Further, as described in (3), (5), and (6), the point adding unit 4 may be configured to include means for adding or subtracting points by comparing cells in the same row or the same column. it can.

また、(5)、(6)で説明したように、加点部4は、行同士または列同士の比較によって加点または減点を行う手段を含むように構成することもできる。   Further, as described in (5) and (6), the point adding unit 4 can be configured to include means for adding or subtracting points by comparing rows or columns.

なお、このようにセルに加点(減点)するのは、そのセルの内容が、述語となる可能性が高い(低い)ことが経験的に知られているからである。   The reason why points are added (decreased) to a cell in this way is that it is empirically known that the content of the cell is likely to be a predicate (low).

次に、メタデータ生成部5は、図6に例示するように、最高点の行および列を選択するとともに、その一方を選択する(ステップS5)。   Next, as illustrated in FIG. 6, the metadata generation unit 5 selects the highest row and column and selects one of them (step S5).

ここでは、例えば、各セルの点の合計が最高の行および列を選択する。各セルの点の中央値が最高の行および列を選択してもよい。また、最高点の行が複数あった場合は、さらに加点(減点)を行うようにしてもよい。列でも同様である。   Here, for example, the row and column with the highest sum of the points of each cell are selected. The row and column with the highest median point of each cell may be selected. Further, when there are a plurality of highest score rows, points may be added (decrease points). The same applies to the columns.

また、その最高点の行と列の一方を選択するときは、これら行と列以外の行または列から、行や列内に相違するセル内容を含む行または列を検索し、それに直交する方を選択する。あるいは、例えば、本表から、行や列内に類似のセル内容を含む行または列を検索し、それに平行な方を選択する。以下、選択された方を「一方」、選択されなかった方を「他方」という。   Also, when selecting one of the highest row or column, the row or column that contains the different cell contents in the row or column is searched from the row or column other than these rows and columns, and the one orthogonal to it. Select. Alternatively, for example, a row or a column including similar cell contents in the row or column is searched from this table, and the one parallel to it is selected. Hereinafter, the selected one is referred to as “one”, and the unselected one is referred to as “the other”.

次に、メタデータ生成部5は、図2に例示したようなメタデータ、つまり、(a)一方に含まれかつ他方に含まれないセルの内容に等しい主語(例えば、図7に示す「EF−S17」)、(b)他方に含まれかつ一方に含まれないセルの内容に等しい述語(例えば、図7に示す「光学ズーム」)、(c)ならびに、当該主語のセルを含みかつ一方に垂直な行または列と、当該述語のセルを含みかつ他方に垂直な行または列とが交差する箇所のセルの内容に等しい目的語(本例だと「4倍」)からなるメタデータを適宜(例えば、出来るだけ多く)生成し(ステップS7)、メタデータ記憶部1に記憶させる(ステップS9)。   Next, the metadata generation unit 5 selects the subject (e.g., “EF” shown in FIG. 7), which is equivalent to the metadata illustrated in FIG. 2, that is, (a) the content of a cell included in one and not included in the other. -S17 "), (b) a predicate equal to the contents of a cell that is included in the other and not included in the other (eg," optical zoom "shown in FIG. 7), (c), and one that includes the subject cell Metadata consisting of an object (in this example, “4 times”) equal to the contents of the cell at the intersection of the row or column perpendicular to and the row or column perpendicular to the other It generates appropriately (for example, as much as possible) (step S7) and stores it in the metadata storage unit 1 (step S9).

このように、本実施の形態では、メタデータ記憶部1と、加点部4と、メタデータ生成部5とを設けたことで、表からメタデータを生成することができる。   As described above, in the present embodiment, the metadata can be generated from the table by providing the metadata storage unit 1, the point adding unit 4, and the metadata generating unit 5.

さて、次に、メタデータ制約定義生成部6は、例えば、メタデータ記憶部1に記憶されたメタデータを読み出し(ステップS11:またはメタデータ生成部5から取得し)、図3に例示したようなメタデータ制約定義、つまり、(A)本表に付与された主語概念(本例だと「デジタルカメラ」)、(B)当該メタデータに含まれる述語(例えば、「光学ズーム」)、(C)ならびに、当該メタデータに含まれる目的語(本例だと「4倍」)を示す目的語概念(例えば、目的語概念「数値+語「倍」」)からなるメタデータ制約定義を生成する(ステップS13)。   Next, for example, the metadata constraint definition generation unit 6 reads out the metadata stored in the metadata storage unit 1 (step S11: or obtained from the metadata generation unit 5), and is exemplified in FIG. Metadata constraint definition, that is, (A) the subject concept assigned to the table (in this example, “digital camera”), (B) a predicate included in the metadata (for example, “optical zoom”), ( C) and a metadata constraint definition including an object concept (for example, object concept “numerical value + word“ times ”)” indicating an object (in this example, “4 times”) included in the metadata. (Step S13).

次に、メタデータ制約定義生成部6は、当該メタデータと当該メタデータ制約定義とを、例えば、メタデータ記憶部1に記憶された当該メタデータに当該メタデータ制約定義の識別子を付与するなどして、関連づける(ステップS14)。   Next, the metadata constraint definition generation unit 6 assigns the metadata and the metadata constraint definition, for example, an identifier of the metadata constraint definition to the metadata stored in the metadata storage unit 1. Then, it associates (step S14).

つまり、当該メタデータに含まれる目的語が当該メタデータ制約定義に含まれる目的語概念により示される目的語であること、および/または、当該メタデータに含まれる主語が当該メタデータ制約定義に含まれる主語概念(本表に付与された主語概念)により示される主語であることとして、当該メタデータと当該メタデータ制約定義とが関連づけられる。   That is, the object included in the metadata is an object indicated by the object concept included in the metadata constraint definition, and / or the subject included in the metadata is included in the metadata constraint definition. The metadata and the metadata constraint definition are associated with each other as being the subject indicated by the subject concept (the subject concept given in this table).

次に、当該生成したメタデータ制約定義に含まれる主語概念(例えば、本例の「デジタルカメラ」)および述語(例えば、「光学ズーム」)を含むメタデータ制約定義がメタデータ制約定義候補記憶部3にあるか否かを判定し(ステップS15)、ある場合は、これをメタデータ制約定義候補記憶部3から読み出すとともに(ステップS17)メタデータ制約定義候補記憶部3から消去し(ステップS19)、生成したメタデータ制約定義と読み出したメタデータ制約定義とをメタデータ制約定義記憶部2へ記憶させる(ステップS21)。   Next, a metadata constraint definition including a subject concept (for example, “digital camera” in this example) and a predicate (for example, “optical zoom”) included in the generated metadata constraint definition is a metadata constraint definition candidate storage unit. 3 is determined (step S15), and if there is, it is read from the metadata constraint definition candidate storage unit 3 (step S17) and erased from the metadata constraint definition candidate storage unit 3 (step S19). The generated metadata constraint definition and the read metadata constraint definition are stored in the metadata constraint definition storage unit 2 (step S21).

一方、ない場合(ステップS15)は、生成したメタデータ制約定義をメタデータ制約定義候補記憶部3へ記憶させる(ステップS23)。   On the other hand, if not (step S15), the generated metadata constraint definition is stored in the metadata constraint definition candidate storage unit 3 (step S23).

なお、ステップS15〜S23と同様の処理を別の機会(例えば、メタデータ制約定義候補記憶部3に多数の表によるメタデータ制約定義が蓄積されたとき)に行う場合、予めメタデータ制約定義生成部6は、生成したメタデータ制約定義をメタデータ制約定義候補記憶部3へ記憶させ、当該機会に、同一の主語概念(例えば、本例の「デジタルカメラ」)および同一の述語(例えば、「光学ズーム」)を含む複数のメタデータ制約定義がメタデータ制約定義候補記憶部3にあるか否かを判定し、ある場合は、これらをメタデータ制約定義候補記憶部3から読み出すとともにメタデータ制約定義候補記憶部3から消去し、読み出したメタデータ制約定義とをメタデータ制約定義記憶部2へ記憶させる。   Note that when the same processing as in steps S15 to S23 is performed at another opportunity (for example, when metadata constraint definitions based on a large number of tables are accumulated in the metadata constraint definition candidate storage unit 3), metadata constraint definition generation is performed in advance. The unit 6 stores the generated metadata constraint definition in the metadata constraint definition candidate storage unit 3 and, on the occasion, the same subject concept (for example, “digital camera” in this example) and the same predicate (for example, “ It is determined whether or not there are a plurality of metadata constraint definitions including “optical zoom”) in the metadata constraint definition candidate storage unit 3, and if there are, they are read from the metadata constraint definition candidate storage unit 3 and the metadata constraint The metadata constraint definition erased from the definition candidate storage unit 3 and read out is stored in the metadata constraint definition storage unit 2.

このような処理を行うので、メタデータ制約定義候補記憶部3に、他表(本例では他の雑誌に掲載され、同じ主語概念「デジタルカメラ」を付与された表)により生成したメタデータ制約定義を記憶させておけば、それが本表によるメタデータ制約定義とともにメタデータ制約定義記憶部2へと移し替えられることとなり、よって、他のメタデータ制約定義に含まれる主語概念に等しい主語概念ならびに当該メタデータ制約定義に含まれる述語に等しい述語を含むメタデータ制約定義、つまり信頼性の高いメタデータ制約定義をメタデータ制約定義記憶部2に記憶させることができ、その結果、信頼性の高いメタデータ制約定義を利用することが可能となる。   Since such processing is performed, the metadata constraint generated by the other table (in this example, the table published in another magazine and given the same subject concept “digital camera”) is stored in the metadata constraint definition candidate storage unit 3. If the definition is stored, it will be transferred to the metadata constraint definition storage unit 2 together with the metadata constraint definition according to this table, and thus the subject concept equal to the subject concept included in the other metadata constraint definition In addition, a metadata constraint definition including a predicate equal to the predicate included in the metadata constraint definition, that is, a highly reliable metadata constraint definition can be stored in the metadata constraint definition storage unit 2, and as a result, reliability High metadata constraint definitions can be used.

また、図8(a)に示すメタデータ制約定義と、図8(b)に示すメタデータ制約定義とからなる複数のメタデータ制約定義のように、メタデータ制約定義候補記憶部3の中の、同一の主語概念(例えば、「デジタルカメラ」)および類似の述語(例えば、述語「液晶サイズ」と述語「液晶モニタ」のように、同一部分(本例では「液晶」)を含むことで類似になっている述語)を含む複数のメタデータ制約定義を、メタデータ制約定義記憶部2へ移し替えてもよい。   Further, in the metadata constraint definition candidate storage unit 3, as in a plurality of metadata constraint definitions including the metadata constraint definition shown in FIG. 8A and the metadata constraint definition shown in FIG. Similar, including the same subject concept (eg “digital camera”) and similar predicates (eg predicate “liquid crystal size” and predicate “liquid crystal monitor”), including the same part (“liquid crystal” in this example) A plurality of metadata constraint definitions including a predicate) may be transferred to the metadata constraint definition storage unit 2.

また、図9(a)に示すメタデータ制約定義と、図9(b)に示すメタデータ制約定義とからなる複数のメタデータ制約定義のように、メタデータ制約定義候補記憶部3の中の、同一の主語概念および同一の目的語概念(例えば、目的語の書式などである目的語概念)を含む複数のメタデータ制約定義を、メタデータ制約定義記憶部2へ移し替えてもよい。換言すれば、これら複数のメタデータ制約定義は、同一の主語概念と類似の述語とを含んでいることになる。   In addition, in the metadata constraint definition candidate storage unit 3, like a plurality of metadata constraint definitions including the metadata constraint definition illustrated in FIG. 9A and the metadata constraint definition illustrated in FIG. 9B. A plurality of metadata constraint definitions including the same subject concept and the same object concept (for example, an object concept that is a format of the object) may be transferred to the metadata constraint definition storage unit 2. In other words, the plurality of metadata constraint definitions include the same subject concept and similar predicates.

以上説明したように、本実施の形態によれば、信頼性の高いメタデータ制約定義を利用することが可能になる。   As described above, according to the present embodiment, it is possible to use a highly reliable metadata constraint definition.

(応用例1)
次に、上記実施の形態を基本とした応用例を2つ説明する。まず、その1つである応用例1を説明する。
(Application 1)
Next, two application examples based on the above embodiment will be described. First, application example 1 as one of them will be described.

図10は、応用例1に特有な動作に係る制御方法を説明するシーケンス図である。   FIG. 10 is a sequence diagram illustrating a control method related to operations unique to Application Example 1.

応用例1では、加点部4は、図4のような表が与えられる(ステップS1)と、本表に付与された主語概念を含むメタデータ制約定義をメタデータ制約定義記憶部2から検索して読み出し(ステップS31)、本表から、当該メタデータ制約定義に含まれる目的語概念により示される目的語を含むセルを、例えば、当該メタデータ制約定義の識別子を付与されたメタデータをメタデータ記憶部1から検索するなどして、検索し(ステップS33)、当該セルを含む列および行の少なくとも一方から、当該メタデータ制約定義に含まれる述語を含むセル、当該メタデータ制約定義に含まれる主語概念により示される主語を含むセル、の少なくとも一方を検索し(ステップS35)、当該セルに加点し(ステップS37)、その後、前述したステップS3を行う。なお、加点部4以外の構成および以降の動作は、基本構成および基本動作とあるいは後述する応用例2のものと同様である。   In the application example 1, when the table as shown in FIG. 4 is given (step S1), the scoring unit 4 searches the metadata constraint definition storage unit 2 for the metadata constraint definition including the subject concept assigned to this table. (Step S31), from this table, the cell including the object indicated by the object concept included in the metadata constraint definition, for example, the metadata to which the identifier of the metadata constraint definition is assigned is metadata. A search is performed by searching from the storage unit 1 (step S33), and a cell including a predicate included in the metadata constraint definition is included in the metadata constraint definition from at least one of a column and a row including the cell. At least one of the cells including the subject indicated by the subject concept is searched (step S35), and points are added to the cell (step S37). The flop S3 do. The configuration other than the point adding unit 4 and the subsequent operation are the same as the basic configuration and the basic operation or those of the application example 2 described later.

例えば、図3に例示した、主語概念「デジタルカメラ」、述語「光学ズーム」および目的語概念「数値+語「倍」」からなるメタデータ制約定義がステップS31で検索された場合、ステップS33では、図11に示すように、目的語概念「数値+語「倍」」により示される目的語「4倍」を含むセルを検索し、ステップS35では、そのセルを含む、例えば第3行から、当該メタデータ制約定義に含まれる述語「光学ズーム」を含むセルを検索し、ステップS37では、そのセルに加点する。   For example, when a metadata constraint definition including the subject concept “digital camera”, the predicate “optical zoom”, and the object concept “numerical value + word“ times ”” illustrated in FIG. 3 is retrieved in step S31, in step S33 11, a cell including the object “4 times” indicated by the object concept “numerical value + word“ times ”” is searched. In step S35, the cell including the cell, for example, from the third row, is searched. A cell including the predicate “optical zoom” included in the metadata constraint definition is searched, and in step S37, points are added to the cell.

このような処理を行うので、メタデータ制約定義候補記憶部3に、他表により生成したメタデータ制約定義を記憶させておけば、それが本表によるメタデータ制約定義とともにメタデータ制約定義記憶部2へと移し替えられる可能性が、ステップS37での加点により高まり、よって、信頼性のより高いメタデータ制約定義がメタデータ制約定義記憶部2に移し替えられる。   Since such processing is performed, if the metadata constraint definition generated by another table is stored in the metadata constraint definition candidate storage unit 3, it is stored together with the metadata constraint definition by this table together with the metadata constraint definition storage unit. The possibility of being transferred to 2 is increased by the addition in step S <b> 37, so that the metadata constraint definition with higher reliability is transferred to the metadata constraint definition storage unit 2.

以上説明したように、応用例1によれば、信頼性のより高いメタデータ制約定義を利用することが可能になる。   As described above, according to the application example 1, it is possible to use a metadata constraint definition with higher reliability.

(応用例2)
次に、応用例2を説明する。
(Application example 2)
Next, application example 2 will be described.

図12は、本実施の形態に係るメタデータ制約定義処理装置の応用例2に係る構成図である。   FIG. 12 is a configuration diagram according to application example 2 of the metadata constraint definition processing apparatus according to the present embodiment.

本メタデータ制約定義処理装置は、各部1〜6に加えて、メタデータ制約定義記憶部2の中の、主語概念、述語および目的語概念の1以上が同一または類似である複数のメタデータ制約定義を消去し、当該類似のものを同一にしてなるメタデータ制約定義を生成し、当該メタデータ制約定義記憶部2に記憶させるメタデータ制約定義処理部7と、消去された当該メタデータ制約定義に関連づけられていたメタデータを、生成された当該メタデータ制約定義に関連づけるメタデータ処理部8とを備える。   The metadata constraint definition processing apparatus includes a plurality of metadata constraints in which one or more of the subject concept, predicate, and object concept in the metadata constraint definition storage unit 2 are the same or similar in addition to the units 1 to 6. A metadata constraint definition processing unit 7 that deletes the definition, generates a metadata constraint definition in which the similar ones are the same, and stores the metadata constraint definition in the metadata constraint definition storage unit 2, and the deleted metadata constraint definition The metadata processing unit 8 associates the metadata associated with the metadata constraint definition generated with the metadata processing unit 8.

図13は、応用例2に特有な動作に係る制御方法を説明するシーケンス図である。   FIG. 13 is a sequence diagram illustrating a control method related to an operation unique to Application Example 2.

応用例2では、基本例や応用例1のステップS14までを少なくとも行う。ステップS21またはS23まで行ってもよい。   In application example 2, at least steps S14 of the basic example and application example 1 are performed. You may perform to step S21 or S23.

そして、ステップS14などの実行を通知されたメタデータ制約定義処理部7が、メタデータ制約定義記憶部2の中の、主語概念、述語および目的語概念の1以上が同一または類似である複数のメタデータ制約定義を検索し(ステップS41)、消去する(ステップS43)。そして、当該類似のものを同一にしてなるメタデータ制約定義、つまり信頼性の高いメタデータ制約定義を生成し(ステップS45)、メタデータ制約定義記憶部2に記憶させる(ステップS47)。   The metadata constraint definition processing unit 7 notified of the execution of step S14 or the like has a plurality of subject concepts, predicates, and object concepts in the metadata constraint definition storage unit 2 that are the same or similar. The metadata constraint definition is searched (step S41) and deleted (step S43). Then, a metadata constraint definition in which the similar ones are the same, that is, a highly reliable metadata constraint definition is generated (step S45) and stored in the metadata constraint definition storage unit 2 (step S47).

次に、ステップS45の実行を通知されたメタデータ処理部8が、ステップS43で消去された当該メタデータ制約定義の識別子を付与されるなどして当該メタデータ制約定義に関連づけられていた、メタデータ記憶部1内のメタデータに対し、ステップS45で生成された当該メタデータ制約定義の識別子を付与するなどして、当該メタデータに当該生成されたメタデータ制約定義を関連づける(ステップS49)。   Next, the metadata processing unit 8 notified of the execution of step S45 is given the identifier of the metadata constraint definition deleted in step S43, and is associated with the metadata constraint definition. The metadata constraint definition generated in step S45 is associated with the metadata in the data storage unit 1 to associate the generated metadata constraint definition with the metadata (step S49).

このような処理を行うので、類似のものがないメタデータ制約定義、つまり信頼性の高いメタデータ制約定義をメタデータ制約定義記憶部2に記憶させることができ、その結果、信頼性の高いメタデータ制約定義を利用することが可能となる。また、それに関連づけられたメタデータの利用も可能となる。   By performing such processing, it is possible to store a metadata constraint definition that has no similar thing, that is, a highly reliable metadata constraint definition, in the metadata constraint definition storage unit 2, and as a result, a highly reliable metadata. Data constraint definition can be used. It is also possible to use metadata associated therewith.

以上説明したように、応用例2によれば、類似のものがない信頼性の高いメタデータ制約定義を利用することが可能になり、しかも、それに関連づけられたメタデータの利用も可能となる。   As described above, according to the application example 2, it is possible to use a highly reliable metadata constraint definition that does not have a similar thing, and it is also possible to use metadata associated therewith.

なお、メタデータ記憶部1やメタデータ制約定義記憶部2やメタデータ制約定義候補記憶部3が処理機能を備えるとともに、依頼によって検索、消去、記憶、関連づけなどを行うものである場合は、メタデータ生成部5、メタデータ制約定義生成部6、メタデータ制約定義処理部7、メタデータ処理部8などが当該依頼を行うことで、間接的に検索、消去、記憶、関連づけなどを行うようにしてもよい。   Note that when the metadata storage unit 1, the metadata constraint definition storage unit 2, and the metadata constraint definition candidate storage unit 3 have processing functions and perform search, deletion, storage, association, and the like upon request, The data generation unit 5, the metadata constraint definition generation unit 6, the metadata constraint definition processing unit 7, the metadata processing unit 8 and the like perform the request so that the search, deletion, storage, association, and the like are performed indirectly. May be.

本実施の形態に係るメタデータ制約定義処理装置の構成図である。It is a block diagram of the metadata constraint definition processing apparatus according to the present embodiment. 本実施の形態で生成されるメタデータを例示する図である。It is a figure which illustrates the metadata produced | generated in this Embodiment. 本実施の形態で生成されるメタデータ制約定義を例示する図である。It is a figure which illustrates the metadata constraint definition produced | generated in this Embodiment. 本実施の形態で与えられる表を例示する図である。It is a figure which illustrates the table | surface given by this Embodiment. 本実施の形態の基本動作に係る制御方法を示すシーケンス図である。It is a sequence diagram which shows the control method which concerns on the basic operation | movement of this Embodiment. 最高点の行および列を選択する処理の説明図である。It is explanatory drawing of the process which selects the row | line | column and column of the highest score. メタデータを生成する処理の説明図である。It is explanatory drawing of the process which produces | generates metadata. 他の理由により移し替えできるメタデータ制約定義を例示する図である。It is a figure which illustrates the metadata restrictions definition which can be transferred for another reason. 他の理由により移し替えできるメタデータ制約定義を例示する図である。It is a figure which illustrates the metadata restrictions definition which can be transferred for another reason. 応用例1に特有な動作に係る制御方法を説明するシーケンス図である。10 is a sequence diagram illustrating a control method related to an operation unique to Application Example 1. FIG. 応用例1でセルに加点する処理の説明図である。12 is an explanatory diagram of processing for adding points to a cell in application example 1. FIG. 本実施の形態に係るメタデータ制約定義処理装置の応用例2に係る構成図である。It is a block diagram which concerns on the application example 2 of the metadata constraint definition processing apparatus which concerns on this Embodiment. 応用例2に特有な動作に係る制御方法を説明するシーケンス図である。10 is a sequence diagram illustrating a control method related to an operation specific to application example 2. FIG.

符号の説明Explanation of symbols

1 メタデータ記憶部
2 メタデータ制約定義記憶部
3 メタデータ制約定義候補記憶部
4 加点部
5 メタデータ生成部
6 メタデータ制約定義生成部
7 メタデータ制約定義処理部
8 メタデータ処理部
1 Metadata Storage Unit 2 Metadata Constraint Definition Storage Unit 3 Metadata Constraint Definition Candidate Storage Unit 4 Adding Point 5 Metadata Generation Unit 6 Metadata Constraint Definition Generation Unit 7 Metadata Constraint Definition Processing Unit 8 Metadata Processing Unit

Claims (9)

主語、述語および目的語からなるメタデータが記憶されるメタデータ記憶手段と、
主語概念を付与された表に含まれる各セルに加点する加点手段と、
最高点の行および列を選択するとともに、その一方を選択し、
(a)一方に含まれかつ他方に含まれないセルの内容に等しい主語、
(b)他方に含まれかつ一方に含まれないセルの内容に等しい述語、
(c)ならびに、当該主語のセルを含みかつ一方に垂直な行または列と、当該述語のセルを含みかつ他方に垂直な行または列とが交差する箇所のセルの内容に等しい目的語
からなるメタデータを生成し、前記メタデータ記憶手段に記憶させるメタデータ生成手段と
を備えることを特徴とするメタデータ生成装置。
Metadata storage means for storing metadata consisting of a subject, predicate and object;
A scoring means for scoring each cell included in the table given the subject concept;
Select the highest row and column, select one of them,
(A) a subject equal to the contents of a cell contained in one and not in the other;
(B) a predicate equal to the contents of a cell contained in the other and not in the other,
(C) and an object equal to the contents of the cell at the intersection of the row or column containing the subject cell and perpendicular to one and the row or column containing the predicate cell and perpendicular to the other A metadata generation apparatus comprising: metadata generation means for generating metadata and storing the metadata in the metadata storage means.
主語、述語および目的語からなるメタデータが記憶されるメタデータ記憶手段と、
主語概念、述語および目的語概念からなるメタデータ制約定義が記憶されるメタデータ制約定義記憶手段と、
候補のメタデータ制約定義が記憶されるメタデータ制約定義候補記憶手段と、
主語概念を付与された表に含まれる各セルに加点する加点手段と、
最高点の行および列を選択するとともに、その一方を選択し、
(a)一方に含まれかつ他方に含まれないセルの内容に等しい主語、
(b)他方に含まれかつ一方に含まれないセルの内容に等しい述語、
(c)ならびに、当該主語のセルを含みかつ一方に垂直な行または列と、当該述語のセルを含みかつ他方に垂直な行または列とが交差する箇所のセルの内容に等しい目的語
からなるメタデータを生成し、前記メタデータ記憶手段に記憶させるメタデータ生成手段と、
(A)当該表に付与された当該主語概念、
(B)当該生成されたメタデータに含まれる当該述語、
(C)ならびに、当該メタデータに含まれる当該目的語の目的語概念
からなるメタデータ制約定義を生成し、前記メタデータ制約定義候補記憶手段に記憶させるメタデータ制約定義生成手段とを備え、
前記メタデータ制約定義生成手段は、
同一の主語概念および同一の述語を含む複数のメタデータ制約定義を、前記メタデータ制約定義記憶手段へ記憶させることを特徴とするメタデータ制約定義処理装置。
Metadata storage means for storing metadata consisting of a subject, predicate and object;
A metadata constraint definition storage means for storing a metadata constraint definition consisting of a subject concept, a predicate and an object concept;
Metadata constraint definition candidate storage means for storing candidate metadata constraint definitions;
A scoring means for scoring each cell included in the table given the subject concept;
Select the highest row and column, select one of them,
(A) a subject equal to the contents of a cell contained in one and not in the other;
(B) a predicate equal to the contents of a cell contained in the other and not in the other,
(C) and an object equal to the contents of the cell at the intersection of the row or column containing the subject cell and perpendicular to one and the row or column containing the predicate cell and perpendicular to the other Metadata generation means for generating metadata and storing the metadata in the metadata storage means;
(A) the subject concept assigned to the table;
(B) the predicate included in the generated metadata;
(C) and metadata constraint definition generating means for generating a metadata constraint definition consisting of the object concept of the object included in the metadata and storing the metadata constraint definition in the metadata constraint definition candidate storage means,
The metadata constraint definition generating means includes:
A metadata constraint definition processing apparatus, wherein a plurality of metadata constraint definitions including the same subject concept and the same predicate are stored in the metadata constraint definition storage means.
前記加点手段は、
前記表に付与された前記主語概念を含むメタデータ制約定義を前記メタデータ制約定義記憶手段から検索し、
前記表から、当該メタデータ制約定義に含まれる目的語概念により示される目的語を含むセルを検索し、
当該セルを含む列および行の少なくとも一方から、当該メタデータ制約定義に含まれる述語を含むセル、当該メタデータ制約定義に含まれる主語概念により示される主語を含むセル、の少なくとも一方を検索し、
当該セルに加点する
ことを特徴とする請求項2記載のメタデータ制約定義処理装置。
The point adding means includes:
A metadata constraint definition including the subject concept assigned to the table is retrieved from the metadata constraint definition storage means,
From the table, search for a cell containing the object indicated by the object concept included in the metadata constraint definition,
Search at least one of a cell including a predicate included in the metadata constraint definition and a cell including a subject indicated by a subject concept included in the metadata constraint definition from at least one of a column and a row including the cell,
The metadata constraint definition processing apparatus according to claim 2, wherein points are added to the cell.
前記メタデータ制約定義記憶手段の中の、主語概念、述語および目的語概念の1以上が同一または類似である複数のメタデータ制約定義を消去し、当該類似のものを同一にしてなるメタデータ制約定義を生成し、当該メタデータ制約定義記憶手段に記憶させるメタデータ制約定義処理手段と、
消去された当該メタデータ制約定義に関連づけられていたメタデータを、生成された当該メタデータ制約定義に関連づけるメタデータ処理手段と
を備えることを特徴とする請求項2または3記載のメタデータ制約定義処理装置。
A metadata constraint in which a plurality of metadata constraint definitions in which one or more of the subject concept, predicate, and object concept are the same or similar in the metadata constraint definition storage means are deleted, and the similar ones are made identical. Metadata constraint definition processing means for generating a definition and storing it in the metadata constraint definition storage means;
The metadata constraint definition according to claim 2 or 3, further comprising metadata processing means for associating metadata associated with the deleted metadata constraint definition with the generated metadata constraint definition. Processing equipment.
主語、述語および目的語からなるメタデータが記憶されるメタデータ記憶手段と、
主語概念、述語および目的語概念からなるメタデータ制約定義が記憶されるメタデータ制約定義記憶手段と、
候補のメタデータ制約定義が記憶されるメタデータ制約定義候補記憶手段とを備えるメタデータ制約定義処理装置に構成された加点手段が、
主語概念を付与された表に含まれる各セルに加点し、
前記メタデータ制約定義処理装置に構成されたメタデータ生成手段が、
最高点の行および列を選択するとともに、その一方を選択し、
(a)一方に含まれかつ他方に含まれないセルの内容に等しい主語、
(b)他方に含まれかつ一方に含まれないセルの内容に等しい述語、
(c)ならびに、当該主語のセルを含みかつ一方に垂直な行または列と、当該述語のセルを含みかつ他方に垂直な行または列とが交差する箇所のセルの内容に等しい目的語
からなるメタデータを生成し、前記メタデータ記憶手段に記憶させ、
前記メタデータ制約定義処理装置に構成されたメタデータ制約定義生成手段が、
(A)当該表に付与された当該主語概念、
(B)当該生成されたメタデータに含まれる当該述語、
(C)ならびに、当該メタデータに含まれる当該目的語の目的語概念
からなるメタデータ制約定義を生成し、前記メタデータ制約定義候補記憶手段に記憶させ、
同一の主語概念および同一の述語を含む複数のメタデータ制約定義を、前記メタデータ制約定義記憶手段へ記憶させることを特徴とするメタデータ制約定義処理装置の制御方法。
Metadata storage means for storing metadata consisting of a subject, predicate and object;
A metadata constraint definition storage means for storing a metadata constraint definition consisting of a subject concept, a predicate and an object concept;
A point adding means configured in a metadata constraint definition processing device comprising a metadata constraint definition candidate storing means for storing candidate metadata constraint definitions,
Add points to each cell in the table with the subject concept,
Metadata generation means configured in the metadata constraint definition processing device,
Select the highest row and column, select one of them,
(A) a subject equal to the contents of a cell contained in one and not in the other;
(B) a predicate equal to the contents of a cell contained in the other and not in the other,
(C) and an object equal to the contents of the cell at the intersection of the row or column containing the subject cell and perpendicular to one and the row or column containing the predicate cell and perpendicular to the other Generating metadata and storing it in the metadata storage means;
Metadata constraint definition generation means configured in the metadata constraint definition processing device,
(A) the subject concept assigned to the table;
(B) the predicate included in the generated metadata;
(C) and generating a metadata constraint definition consisting of the object concept of the object included in the metadata, and storing it in the metadata constraint definition candidate storage means,
A method of controlling a metadata constraint definition processing apparatus, wherein a plurality of metadata constraint definitions including the same subject concept and the same predicate are stored in the metadata constraint definition storage means.
主語、述語および目的語からなるメタデータが記憶されるメタデータ記憶手段と、
主語概念、述語および目的語概念からなるメタデータ制約定義が記憶されるメタデータ制約定義記憶手段と、
候補のメタデータ制約定義が記憶されるメタデータ制約定義候補記憶手段とを備えるメタデータ制約定義処理装置に構成された加点手段が、
前記表に付与された前記主語概念を含むメタデータ制約定義を前記メタデータ制約定義記憶手段から検索し、
前記表から、当該メタデータ制約定義に含まれる目的語概念により示される目的語を含むセルを検索し、
当該セルを含む列および行の少なくとも一方から、当該メタデータ制約定義に含まれる述語を含むセル、当該メタデータ制約定義に含まれる主語概念により示される主語を含むセル、の少なくとも一方を検索し、
当該セルに加点し、
前記メタデータ制約定義処理装置に構成されたメタデータ生成手段が、
最高点の行および列を選択するとともに、その一方を選択し、
(a)一方に含まれかつ他方に含まれないセルの内容に等しい主語、
(b)他方に含まれかつ一方に含まれないセルの内容に等しい述語、
(c)ならびに、当該主語のセルを含みかつ一方に垂直な行または列と、当該述語のセルを含みかつ他方に垂直な行または列とが交差する箇所のセルの内容に等しい目的語
からなるメタデータを生成し、前記メタデータ記憶手段に記憶させ、
前記メタデータ制約定義処理装置に構成されたメタデータ制約定義生成手段が、
(A)当該表に付与された当該主語概念、
(B)当該生成されたメタデータに含まれる当該述語、
(C)ならびに、当該メタデータに含まれる当該目的語の目的語概念
からなるメタデータ制約定義を生成し、前記メタデータ制約定義候補記憶手段に記憶させ、
同一の主語概念および同一の述語を含む複数のメタデータ制約定義を、前記メタデータ制約定義記憶手段へ記憶させることを特徴とするメタデータ制約定義処理装置の制御方法。
Metadata storage means for storing metadata consisting of a subject, predicate and object;
A metadata constraint definition storage means for storing a metadata constraint definition consisting of a subject concept, a predicate and an object concept;
A point adding means configured in a metadata constraint definition processing device comprising a metadata constraint definition candidate storing means for storing candidate metadata constraint definitions,
A metadata constraint definition including the subject concept assigned to the table is retrieved from the metadata constraint definition storage means,
From the table, search for a cell containing the object indicated by the object concept included in the metadata constraint definition,
Search at least one of a cell including a predicate included in the metadata constraint definition and a cell including a subject indicated by a subject concept included in the metadata constraint definition from at least one of a column and a row including the cell,
Add points to the cell,
Metadata generation means configured in the metadata constraint definition processing device,
Select the highest row and column, select one of them,
(A) a subject equal to the contents of a cell contained in one and not in the other;
(B) a predicate equal to the contents of a cell contained in the other and not in the other,
(C) and an object equal to the contents of the cell at the intersection of the row or column containing the subject cell and perpendicular to one, and the row or column containing the predicate cell and perpendicular to the other Generating metadata and storing it in the metadata storage means;
Metadata constraint definition generation means configured in the metadata constraint definition processing device,
(A) the subject concept assigned to the table;
(B) the predicate included in the generated metadata;
(C) and generating a metadata constraint definition consisting of the object concept of the object included in the metadata, and storing it in the metadata constraint definition candidate storage means,
A method of controlling a metadata constraint definition processing apparatus, wherein a plurality of metadata constraint definitions including the same subject concept and the same predicate are stored in the metadata constraint definition storage means.
主語、述語および目的語からなるメタデータが記憶されるメタデータ記憶手段と、
主語概念、述語および目的語概念からなるメタデータ制約定義が記憶されるメタデータ制約定義記憶手段と、
候補のメタデータ制約定義が記憶されるメタデータ制約定義候補記憶手段と、
主語概念を付与された表に含まれる各セルに加点する加点手段と、
最高点の行および列を選択するとともに、その一方を選択し、
(a)一方に含まれかつ他方に含まれないセルの内容に等しい主語、
(b)他方に含まれかつ一方に含まれないセルの内容に等しい述語、
(c)ならびに、当該主語のセルを含みかつ一方に垂直な行または列と、当該述語のセルを含みかつ他方に垂直な行または列とが交差する箇所のセルの内容に等しい目的語
からなるメタデータを生成し、前記メタデータ記憶手段に記憶させるメタデータ生成手段と、
(A)当該表に付与された当該主語概念、
(B)当該生成されたメタデータに含まれる当該述語、
(C)ならびに、当該メタデータに含まれる当該目的語の目的語概念
からなるメタデータ制約定義を生成し、前記メタデータ制約定義候補記憶手段に記憶させるメタデータ制約定義生成手段とを備え、
前記メタデータ制約定義生成手段は、
同一の主語概念および同一の述語を含む複数のメタデータ制約定義を、前記メタデータ制約定義記憶手段へ記憶させることを特徴とするメタデータ制約定義処理装置に構成されたメタデータ制約定義処理手段が、
前記メタデータ制約定義記憶手段の中の、主語概念、述語および目的語概念の1以上が同一または類似である複数のメタデータ制約定義を消去し、当該類似のものを同一にしてなるメタデータ制約定義を生成し、当該メタデータ制約定義記憶手段に記憶させ、
前記メタデータ制約定義処理装置に構成されたメタデータ処理手段が、
消去された当該メタデータ制約定義に関連づけられていたメタデータを、生成された当該メタデータ制約定義に関連づけることを特徴とするメタデータ制約定義処理装置の制御方法。
Metadata storage means for storing metadata consisting of a subject, predicate and object;
A metadata constraint definition storage means for storing a metadata constraint definition comprising a subject concept, a predicate and an object concept;
Metadata constraint definition candidate storage means for storing candidate metadata constraint definitions;
A scoring means for scoring each cell included in the table given the subject concept;
Select the highest row and column, select one of them,
(A) a subject equal to the contents of a cell contained in one and not in the other;
(B) a predicate equal to the contents of a cell contained in the other and not in the other,
(C) and an object equal to the contents of the cell at the intersection of the row or column containing the subject cell and perpendicular to one, and the row or column containing the predicate cell and perpendicular to the other Metadata generation means for generating metadata and storing the metadata in the metadata storage means;
(A) the subject concept assigned to the table;
(B) the predicate included in the generated metadata;
(C) and a metadata constraint definition generating unit that generates a metadata constraint definition including the object concept of the target object included in the metadata and stores the metadata constraint definition in the metadata constraint definition candidate storage unit,
The metadata constraint definition generating means includes:
A metadata constraint definition processing unit configured in a metadata constraint definition processing device, wherein a plurality of metadata constraint definitions including the same subject concept and the same predicate are stored in the metadata constraint definition storage unit. ,
A metadata constraint in which a plurality of metadata constraint definitions in which one or more of the subject concept, predicate, and object concept are the same or similar in the metadata constraint definition storage means are deleted, and the similar ones are made identical. Generate a definition and store it in the metadata constraint definition storage means,
Metadata processing means configured in the metadata constraint definition processing device,
A method of controlling a metadata constraint definition processing apparatus, wherein the metadata associated with the deleted metadata constraint definition is associated with the generated metadata constraint definition.
請求項2ないし4のいずれかに記載のメタデータ制約定義処理装置としてコンピュータを動作させるコンピュータプログラム。   A computer program for causing a computer to operate as the metadata constraint definition processing apparatus according to claim 2. 請求項8記載のコンピュータプログラムが記録されたコンピュータ読み取り可能な記録媒体。   A computer-readable recording medium on which the computer program according to claim 8 is recorded.
JP2005238797A 2005-08-19 2005-08-19 Metadata generation device, metadata constraint definition processing device, and control method thereof Expired - Fee Related JP4587908B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2005238797A JP4587908B2 (en) 2005-08-19 2005-08-19 Metadata generation device, metadata constraint definition processing device, and control method thereof

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2005238797A JP4587908B2 (en) 2005-08-19 2005-08-19 Metadata generation device, metadata constraint definition processing device, and control method thereof

Publications (2)

Publication Number Publication Date
JP2007052723A true JP2007052723A (en) 2007-03-01
JP4587908B2 JP4587908B2 (en) 2010-11-24

Family

ID=37917106

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2005238797A Expired - Fee Related JP4587908B2 (en) 2005-08-19 2005-08-19 Metadata generation device, metadata constraint definition processing device, and control method thereof

Country Status (1)

Country Link
JP (1) JP4587908B2 (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP3016006A1 (en) 2014-10-30 2016-05-04 Fujitsu Limited Information presentation program, information presentation method, and information presentation apparatus
JP2018136640A (en) * 2017-02-20 2018-08-30 富士通株式会社 Detection method, detection device and detection program

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2003281160A (en) * 2002-03-25 2003-10-03 Ntt Comware Corp Meta-data creating system, meta-data creating method, meta-data creating program and record medium
JP2004062446A (en) * 2002-07-26 2004-02-26 Ibm Japan Ltd Information gathering system, application server, information gathering method, and program

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2003281160A (en) * 2002-03-25 2003-10-03 Ntt Comware Corp Meta-data creating system, meta-data creating method, meta-data creating program and record medium
JP2004062446A (en) * 2002-07-26 2004-02-26 Ibm Japan Ltd Information gathering system, application server, information gathering method, and program

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP3016006A1 (en) 2014-10-30 2016-05-04 Fujitsu Limited Information presentation program, information presentation method, and information presentation apparatus
US10360243B2 (en) 2014-10-30 2019-07-23 Fujitsu Limited Storage medium, information presentation method, and information presentation apparatus
JP2018136640A (en) * 2017-02-20 2018-08-30 富士通株式会社 Detection method, detection device and detection program

Also Published As

Publication number Publication date
JP4587908B2 (en) 2010-11-24

Similar Documents

Publication Publication Date Title
US20050267734A1 (en) Translation support program and word association program
CN101131704A (en) Device and method for positional representation of content
US20100107048A1 (en) Document processor and document processing method
JP2005107597A (en) Device and method for searching for similar sentence and program
JP2007058706A (en) Document retrieval system, document retrieval method and document retrieval program
JP4587908B2 (en) Metadata generation device, metadata constraint definition processing device, and control method thereof
JP2011192262A (en) Document creation support apparatus, document creation support method, and program
US20090287994A1 (en) Document processing device and document processing method
JP2008234078A (en) Information processor, information processing method, information processing program, and recording medium in which information processing program is recorded
US20050289161A1 (en) Integrated document directory generator apparatus and methods
JP2010146061A (en) Example display, example display method, and example display program
JP7092992B2 (en) Document management program, document management device and document management method
JPWO2009069239A1 (en) Map information processing device
JP2009098829A (en) Frame retrieval device for cartoon
JP2009211165A (en) Information processor, document preparation system and program
US8799187B2 (en) Method for tagging of a content and a corresponding system
JP2005215736A (en) Library retrieval system, data structure of data to be used by the same system, computer-readable recording medium with the same data recorded and method for constructing library retrieving system
JP2005100468A (en) Character input device
JP2007226495A (en) Policy management device, policy management program, and policy management method
JP2006350585A (en) Medical information input system
JP2007080205A (en) Retrieval apparatus and retrieval method
JPH05135054A (en) Document processing method
JP2005209111A (en) Retrieval result processing device, retrieval result processing program, retrieval result processing program recording medium and retrieval result processing system
KR20240083371A (en) Document Automatic Conversion and Editing Program
JP6029641B2 (en) Document creation support apparatus and document creation support method

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20070808

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20100329

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20100406

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20100604

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

A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20100907

R150 Certificate of patent or registration of utility model

Free format text: JAPANESE INTERMEDIATE CODE: R150

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20130917

Year of fee payment: 3

S531 Written request for registration of change of domicile

Free format text: JAPANESE INTERMEDIATE CODE: R313531

R350 Written notification of registration of transfer

Free format text: JAPANESE INTERMEDIATE CODE: R350

LAPS Cancellation because of no payment of annual fees