JP6632321B2 - External metadata providing system and external metadata providing method - Google Patents

External metadata providing system and external metadata providing method Download PDF

Info

Publication number
JP6632321B2
JP6632321B2 JP2015209196A JP2015209196A JP6632321B2 JP 6632321 B2 JP6632321 B2 JP 6632321B2 JP 2015209196 A JP2015209196 A JP 2015209196A JP 2015209196 A JP2015209196 A JP 2015209196A JP 6632321 B2 JP6632321 B2 JP 6632321B2
Authority
JP
Japan
Prior art keywords
external metadata
address
external
output
storage area
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.)
Active
Application number
JP2015209196A
Other languages
Japanese (ja)
Other versions
JP2017083957A (en
Inventor
森田 豊久
豊久 森田
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.)
Hitachi Systems Ltd
Original Assignee
Hitachi Systems 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 Hitachi Systems Ltd filed Critical Hitachi Systems Ltd
Priority to JP2015209196A priority Critical patent/JP6632321B2/en
Publication of JP2017083957A publication Critical patent/JP2017083957A/en
Application granted granted Critical
Publication of JP6632321B2 publication Critical patent/JP6632321B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Landscapes

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

Description

本発明は、コンピュータ上のファイルや実世界の事物等に対する補足説明として外部メタデータを付与することができる外部メタデータ付与システム及び外部メタデータ付与法に関する。   The present invention relates to an external metadata assigning system and an external metadata assigning method capable of assigning external metadata as a supplementary explanation to a file on a computer, a real world thing, or the like.

一般にコンピュータで取り扱う各種データには、データに関する情報であるメタデータと呼ばれる概念がある。このメタデータは、そのデータそのものではなく、そのデータに関連する付随情報であって、例えば、データの「作成日時」「作成者」「データ形式」「タイトル」「注釈」、画像に対する「縦」「横」のサイズ、音楽に対する「曲名」や「アーティスト名」などが挙げられる。このメタデータは、データを効率的に管理したり検索したりするために重要な情報である。文書や画像などを保存するファイル形式の多くは、ファイルの先頭にメタデータを格納し、続いてデータ本体を格納している。すなわち、従来技術は、データ本体とメタデータとを1ファイルに一体的に埋め込んで管理するように構成されている。   Generally, various types of data handled by a computer have a concept called metadata, which is information about data. This metadata is not the data itself, but additional information related to the data. For example, the data “creation date and time”, “creator”, “data format”, “title”, “comment”, and “vertical” The "horizontal" size, "song name" or "artist name" for music, and the like are listed. The metadata is important information for efficiently managing and searching data. In many file formats for storing documents, images, and the like, metadata is stored at the beginning of a file, followed by the data itself. That is, the related art is configured to embed and manage the data body and the metadata integrally in one file.

このメタデータに関する技術が記載された文献としては、下記の特許文献1が挙げられる。   Patent Document 1 listed below describes a technique describing this metadata.

この特許文献1には「プロパティベースのブラウザ内のビューとの間の即時同期を提供し、プロパティ変更時の即時フィードバックと、プロパティをグラフィカルに操作する機能の両方を提供する」という記載がある。   This patent document states that "Provides immediate synchronization with a property-based view in a browser, and provides both immediate feedback when a property is changed and a function for graphically operating a property."

特開2012−164365号公報JP 2012-164365 A

前述の特許文献1に記載された技術は、データと一体的に埋め込まれ且つ編集されたメタデータの内容が直ちに反映される効果に留まる。   The technique described in Patent Document 1 described above has an effect that the content of the metadata that is embedded and integrated with the data and that is edited is immediately reflected.

そこで、本発明は、コンピュータ上のファイルや実世界の事物等に対する補足説明として外部メタデータを付与することができる外部メタデータ付与システム及び外部メタデータ付与法を提供することを目的とする。   Therefore, an object of the present invention is to provide an external metadata providing system and an external metadata providing method capable of providing external metadata as a supplementary explanation for a file on a computer, a real world thing, or the like.

本発明は、事実として現れている事柄や状態である現実に即した対象物であるデータ本体に付随する付随情報であって、前記データ本体と一体的に保存されない付随情報である外部メタデータを付与するサーバシステムを備える外部メタデータ付与システムであって、データ本体に固有な固有情報に基づいて外部メタデータを作成するキー番号となるIDを出力し、このIDに基づいて外部メタデータ領域確保装置のアドレスの記憶領域を確保して外部メタデータを記憶する。   The present invention relates to external metadata, which is incidental information attached to a data body that is a real object that is a fact or a state that appears as a fact and is not integrally stored with the data body. An external metadata providing system including a server system for providing an external metadata, which outputs an ID serving as a key number for creating external metadata based on unique information unique to the data body, and secures an external metadata area based on the ID. A storage area for the address of the device is secured and external metadata is stored.

本発明による外部メタデータ付与システム及び外部メタデータ付与法は、コンピュータ上のファイルや実世界の事物等に対する補足説明として外部メタデータを付与することができる。   The external metadata providing system and the external metadata providing method according to the present invention can provide external metadata as a supplementary explanation for a file on a computer, a real world thing, and the like.

本発明の第1実施例による外部メタデータ付与システムの構成を示す図である。FIG. 1 is a diagram illustrating a configuration of an external metadata providing system according to a first embodiment of the present invention. 第1実施例による外部メタデータの形式を表す図である。FIG. 6 is a diagram illustrating a format of external metadata according to the first embodiment. 第1実施例による外部メタデータ処理のフローチャートである。5 is a flowchart of external metadata processing according to the first embodiment. 第1実施例によるアドレステーブルの形式を示す図である。FIG. 4 is a diagram illustrating a format of an address table according to the first embodiment. 第1実施例による外部メタデータ編集表示装置を説明するための図である。FIG. 3 is a diagram for explaining an external metadata editing and displaying device according to the first embodiment. 本発明の第2実施例による入力装置を説明するための図である。FIG. 6 is a diagram illustrating an input device according to a second embodiment of the present invention. 第2実施例による画像データベースの形式を示す図である。FIG. 9 is a diagram illustrating a format of an image database according to a second embodiment. 本発明の第3実施例による入力装置を説明するための図である。FIG. 8 is a diagram illustrating an input device according to a third embodiment of the present invention. 本発明の第4実施例による入力装置を説明するための図である。FIG. 9 is a diagram illustrating an input device according to a fourth embodiment of the present invention. 本発明の第5実施例による外部メタデータ付与システムの構成を示す図である。It is a figure showing the composition of the external metadata grant system by a 5th example of the present invention. 第5実施例によるクライアントでの入出力例を説明するための図である。FIG. 21 is a diagram for describing an example of input / output at a client according to a fifth embodiment. 本発明の第6実施例による指静脈認証を用いた入力装置を示す図である。FIG. 16 is a diagram illustrating an input device using finger vein authentication according to a sixth embodiment of the present invention. 第6実施例による指静脈認証データベースの形式を示す図である。It is a figure showing the format of the finger vein authentication database by a 6th example. 本発明の第7実施例によるログインID・パスワードを用いた入力装置を示す図である。FIG. 14 is a diagram illustrating an input device using a login ID / password according to a seventh embodiment of the present invention. 第7実施例によるログインID・パスワードデータベースの形式を示す図である。It is a figure showing the format of the login ID and password database by a 7th example.

以下、本発明による実施例を説明する。   Hereinafter, examples according to the present invention will be described.

[構成]
本発明の第1の実施例による外部メタデータ付与法を適用した外部メタデータ付与システムは、図1に示す如く、メタデータを内在し且つ外部メタデータの付与対象であるデータ本体101に対し、この外部メタデータを編集・保存・表示するサーバシステム102により構成される。
[Constitution]
As shown in FIG. 1, the external metadata providing system to which the external metadata providing method according to the first embodiment of the present invention is applied to a data body 101 in which metadata is present and to which external metadata is to be provided. The external metadata is configured by a server system 102 that edits, stores, and displays the metadata.

なお、本出願で述べるデータ本体とは、後述の実施形態で述べるコンピュータ上で取り扱われる画像データ・動画データ・RFIDデータ・バーコードデータ・ログインID・パスワードの組み合わせデータに限られるものではなく、コンピュータで取り扱うことができる各種のデータそのものを意味する。また、外部メタデータとは、事実として現れている事柄や状態である現実に即した対象物であるデータ本体に付随する付随情報であって、前記データ本体と一体的に保存されないものをいう。この外部メタデータに含まれる付随情報は、データ本体と一体的に保存される元のメタデータの付随情報と重複しても良い。   The data body described in the present application is not limited to combination data of image data, moving image data, RFID data, barcode data, login ID, and password, which are handled on a computer described in an embodiment described later. Means various kinds of data that can be handled by. Further, the external metadata is incidental information attached to a data body that is a real object that is a fact or a state that appears as a fact and that is not stored integrally with the data body. The accompanying information included in the external metadata may overlap with the accompanying information of the original metadata stored integrally with the data body.

このデータ本体101は、便宜上一つのみ描いてあるが、多種多数のデータ本体がそれぞれ別に存在しているとする。また、データ本体101は、特定の性質(データ種:画像・文書ファイル・実世界の事物その他)に限られるものではないが、例えば、典型的には計算機上のシステムのデータファイルなどが例として挙げられる。   Although only one data body 101 is drawn for convenience, it is assumed that a large number of various data bodies exist separately. The data body 101 is not limited to a specific property (data type: image, document file, real world thing, etc.), but typically, for example, a data file of a system on a computer is an example. No.

前記サーバシステム102は、次の構成要素から成る。
(1)データ本体101の固有情報を入力しその固有情報に基づいたID(外部メタデータを作成するキー番号)をアドレス出力装置106に出力する入力装置103。
この固有情報としては、計算機上のシステムのデータファイルの場合、ファイルをその名前でオープンしたときの関数の戻り値(ファイルポインタ)である。出力するIDとしては、リソースを再現でき区別できる値であればどのような規則で生成しても良く、本例では、前述のファイルポインタがそのデータ本体の計算機メモリ上での先頭アドレスのため、再現性があり、他と区別できる値として好適である。このIDは、固有情報を予め定めた変換規則により変換したものであっても良く、これは他の実施例においても同様である。
The server system 102 includes the following components.
(1) An input device 103 that inputs unique information of the data body 101 and outputs an ID (key number for creating external metadata) based on the unique information to the address output device 106.
In the case of a data file of a system on a computer, this unique information is a return value (file pointer) of a function when the file is opened by its name. The output ID may be generated according to any rule as long as the resource can be reproduced and distinguished. In this example, since the file pointer is the head address of the data body in the computer memory, It is suitable as a value that has reproducibility and can be distinguished from others. This ID may be obtained by converting the unique information according to a predetermined conversion rule, and this is the same in other embodiments.

(2)IDごとに外部メタデータを格納する記憶領域を有する外部メタデータ記憶装置107。この外部メタデータは、例えば、図2に示す如く、外部メタデータ毎に一意に付与されるIDと、該ID毎の外部メタデータ内容(変数=値の形の並び)との項目情報とから構成される。ただし、外部メタデータ内容は、図示のものに限られるものではなく、例えば、XMLなどのタグ形式に変更しても良い。   (2) An external metadata storage device 107 having a storage area for storing external metadata for each ID. For example, as shown in FIG. 2, the external metadata includes an ID uniquely assigned to each external metadata and item information of the external metadata contents (variable = value form) for each ID. Be composed. However, the content of the external metadata is not limited to the illustrated one, and may be changed to, for example, a tag format such as XML.

(3)前記IDに対応する外部メタデータ領域を外部メタデータ記憶装置107の上に確保し、その先頭アドレスを出力する外部メタデータ領域確保装置104。
(4)前記外部メタデータ記憶装置107に記憶されている外部メタデータを表示し、修正や変更を行うインタフェースを提供する外部メタデータ編集表示装置105。この修正や変更の結果は、外部メタデータ記憶装置107に書き戻される(更新される)。
(3) An external metadata area securing device 104 that secures an external metadata area corresponding to the ID on the external metadata storage device 107 and outputs the start address.
(4) An external metadata editing and display device 105 that displays external metadata stored in the external metadata storage device 107 and provides an interface for making corrections and changes. The result of this correction or change is written back (updated) to the external metadata storage device 107.

(5)前記IDを入力として、そのIDが示すデータ本体の外部メタデータの記憶領域の外部メタデータ記憶装置107上でのアドレスを同定して出力するアドレス出力装置106。なお、アドレス出力装置106は、前記IDに対応する外部メタデータの記憶領域が既に確保されている場合には、そのアドレスをそのまま示し、その外部メタデータがこれまで確保されていなかった場合には、外部メタデータ領域確保装置104に指示して外部メタデータ領域を確保し、そのアドレスを出力する。   (5) An address output device 106 which receives the ID, identifies the address of the storage area of the external metadata of the data body indicated by the ID on the external metadata storage device 107, and outputs the address. If the storage area of the external metadata corresponding to the ID has already been secured, the address output device 106 indicates the address as it is, and if the external metadata has not been secured, Then, it instructs the external metadata area securing device 104 to secure an external metadata area and output its address.

(6)前記外部メタデータ記憶装置107に記憶した一部あるいは全部の外部メタデータを、IDを指定又はIDを指定することなく出力する出力装置108。この出力されたIDは、バックアップや他システムへの移動に用いることができる。   (6) An output device 108 for outputting part or all of the external metadata stored in the external metadata storage device 107 without specifying an ID or without specifying an ID. The output ID can be used for backup or transfer to another system.

(7)前記IDと該IDに対応する外部メタデータ領域確保装置104上のアドレスを格納するアドレステーブル110。このアドレステーブル110は、図4に示す如く、アドレス欄にIDに対応する外部メタデータの記憶領域の先頭アドレスを格納し、該当のIDに対する外部メタデータの記憶領域がまだ確保されていないとき、ここにはNULL(長さ0の空文字列)を格納する。   (7) An address table 110 for storing the ID and an address on the external metadata area securing device 104 corresponding to the ID. As shown in FIG. 4, the address table 110 stores the start address of the storage area of the external metadata corresponding to the ID in the address column, and when the storage area of the external metadata for the ID is not secured yet, Here, NULL (an empty character string having a length of 0) is stored.

(8)前記入力装置103と外部メタデータ領域確保装置104と外部メタデータ編集表示装置105とアドレス出力装置106と外部メタデータ記憶装置107と出力装置108とアドレステーブル110とを相互接続するバス109。   (8) A bus 109 for interconnecting the input device 103, the external metadata area securing device 104, the external metadata editing and displaying device 105, the address output device 106, the external metadata storage device 107, the output device 108, and the address table 110. .

[動作]
このように構成された外部メタデータ付与システムは、図3に示す各ステップを実行することによって、データ本体に対して外部メタデータを付与することができる。
[motion]
The external metadata providing system configured as described above can provide external metadata to the data body by executing the steps shown in FIG.

ステップs301:入力装置103が、データ本体101の固有情報(本例では、例えばファイルポインタ)に基づくID(本例では、例えば固有情報と同一のファイルポインタ)をアドレス出力装置106に出力するステップ。
ステップs302:アドレス出力装置106が、入力装置103から出力されたIDに基づいて、外部メタデータの記憶領域の先頭アドレスを出力するステップ。このステップs302は、ステップs304からステップs307までの処理を含む。
Step s301: a step in which the input device 103 outputs an ID (in this example, for example, the same file pointer as the unique information) based on the unique information (in this example, for example, a file pointer) of the data body 101 to the address output device 106.
Step s302: a step in which the address output device 106 outputs the head address of the storage area of the external metadata based on the ID output from the input device 103. This step s302 includes processing from step s304 to step s307.

ステップs304:アドレス出力装置106が、ステップs301により出力されたIDに対応する外部メタデータ記憶領域のアドレスをアドレステーブル110から検索するステップ。   Step s304: a step in which the address output device 106 searches the address table 110 for an address of the external metadata storage area corresponding to the ID output in step s301.

このアドレス出力装置106は、このステップs304においてステップs301により出力されたIDに対応する外部メタデータ記憶領域の該当のアドレスがヒットしないとき、アドレステーブル110に対し、アドレス欄にIDに対応する外部メタデータの記憶領域の先頭アドレスを格納し、前記出力されたIDに対する外部メタデータの記憶領域がまだ確保されていないとき、ここにはNULLを格納する。   When the corresponding address of the external metadata storage area corresponding to the ID output in step s301 does not hit in step s304, the address output device 106 stores the external meta data corresponding to the ID in the address column in the address table 110. The head address of the data storage area is stored. When the storage area of the external metadata for the output ID is not yet secured, NULL is stored here.

ステップs305:アドレス出力装置106が、前記ステップs301により出力されたIDに対応するアドレステーブルのアドレスの値を参照し、これがNULLか否か(初出か否か)を判定するステップ。   Step s305: a step in which the address output device 106 refers to the value of the address in the address table corresponding to the ID output in step s301, and determines whether or not this is NULL (whether it is the first appearance).

ステップs306:アドレス出力装置106が、前記ステップs305により出力されたIDに対応するアドレステーブルのアドレスの値がNULLである(初出である)と判定したとき、外部メタデータ領域確保装置104に、ステップs301で入力したIDに対応する外部メタデータの記憶領域を確保させ、その先頭アドレスを図4のアドレステーブルに記録するステップ。   Step s306: When the address output device 106 determines that the value of the address in the address table corresponding to the ID output in step s305 is NULL (first appearance), the external metadata area securing device 104 A step of securing a storage area for external metadata corresponding to the ID input in s301, and recording the start address in the address table of FIG.

ステップs307:アドレス出力装置106が、前記ステップs305において入力IDに対応するアドレステーブルのアドレスの値がNULLでない(初出でない)と判定したとき、又は前記ステップs306に続き、該当IDと先頭アドレスを外部メタデータ編集表示装置105に出力するステップ。   Step s307: When the address output device 106 determines in step s305 that the value of the address in the address table corresponding to the input ID is not NULL (not the first appearance), or after step s306, the corresponding ID and the start address are Outputting to the metadata editing and displaying device 105;

ステップs303:外部メタデータ編集表示装置105が、該ステップs307により出力された該当IDに対応する外部メタデータの内容(図2)を抽出して表示し、さらにこれを編集するインタフェースを提供するステップ。   Step s303: a step in which the external metadata editing and displaying device 105 extracts and displays the contents (FIG. 2) of the external metadata corresponding to the corresponding ID output in step s307, and further provides an interface for editing this. .

このように本実施例による外部メタデータ付与システムは、アドレス出力装置106が、データ本体101の情報に基づくIDが示すデータ本体の外部メタデータの記憶領域の外部メタデータ記憶装置107上でのアドレスを同定し、前記IDに対応する外部メタデータの記憶領域が既に確保されているときには、そのアドレスをそのまま出力し、その外部メタデータの記憶領域が既に確保されていなかったときには、外部メタデータ領域確保装置104に指示して外部メタデータ領域を確保し、そのアドレスを出力するように動作することによって、データ本体に対して外部メタデータをデータ本体とは別に付与することができる。   As described above, in the external metadata providing system according to the present embodiment, the address output device 106 determines whether the address of the storage area of the external metadata of the data body indicated by the ID based on the information of the data body 101 on the external metadata storage device 107. When the storage area of the external metadata corresponding to the ID is already secured, the address is output as it is. When the storage area of the external metadata is not already secured, the external metadata area is output. By instructing the securing device 104 to secure the external metadata area and operating to output the address, the external metadata can be added to the data body separately from the data body.

すなわち、従来技術による外部メタデータの付与技術が、データ本体と外部メタデータとを一体的に1ファイルとして埋め込んで管理するものであったのに対し、本実施例による外部メタデータ付与システムは、ファイルに埋め込まれた外部メタデータとは別個に外部の記憶手段(外部メタデータ記憶装置107)にIDに紐づけられた外部メタデータを記憶させるように動作する。   That is, while the external metadata providing technology according to the prior art manages data by embedding the data body and the external metadata integrally as one file, the external metadata providing system according to the present embodiment includes: The external metadata associated with the ID is stored in an external storage unit (external metadata storage device 107) separately from the external metadata embedded in the file.

この外部メタデータの編集及び表示を行う外部メタデータ編集表示装置105は、図5に示す如く、一般のコンピュータと同様に、CPUを含む処理装置504と、該処理装置504の制御によって作成した画像等を表示する表示装置503と、文字記号等の入力手段であるキーボード501と、表示装置503上のポインタやアイコンを操作するためのポインティグデバイスであるマウス502とから構成される。   As shown in FIG. 5, an external metadata editing and displaying device 105 for editing and displaying the external metadata includes a processing device 504 including a CPU and an image created under the control of the processing device 504, as in a general computer. The display device 503 includes a display device 503 for displaying characters and the like, a keyboard 501 as input means for inputting characters and the like, and a mouse 502 as a pointing device for operating a pointer or an icon on the display device 503.

前記表示装置503には、表示画面に外部メタデータ編集表示エリア505とポインタ508とOKボタン509とを表示し、この外部メタデータ編集表示エリア505には、入力されたデータ本体101のID506と、そのID506に紐づけられる外部メタデータ507を表示する。   The display device 503 displays an external metadata edit display area 505, a pointer 508, and an OK button 509 on a display screen. The external metadata edit display area 505 includes an ID 506 of the input data body 101, The external metadata 507 associated with the ID 506 is displayed.

この表示装置503は、処理装置504が図3に示したステップs303による出力されたIDに対応する外部メタデータの内容を抽出して表示し、マウス502を動かすことによりポインタ508を動かして、編集する外部メタデータの値を指定し、キーボード501を用いて文字列を入力し、OKボタン509を押下することによって、外部メタデータの編集を行うことができる。   The display device 503 extracts and displays the content of the external metadata corresponding to the ID output by the processing device 504 in step s303 shown in FIG. 3, moves the pointer 508 by moving the mouse 502, and edits the content. The external metadata can be edited by designating the value of the external metadata to be input, inputting a character string using the keyboard 501, and pressing an OK button 509.

なお、本実施例においては、入力機器にキーボードとマウスを例示したが、同様の入力機能を実現するような、例えば、携帯電話やスマートフォンのソフトウェアキーボードやハードウェアキーボードやタッチディスプレイなど、別の入力機器であっても良い。   In the present embodiment, a keyboard and a mouse are exemplified as input devices. However, other input devices, such as a software keyboard, a hardware keyboard, and a touch display of a mobile phone or a smartphone, which realize the same input function, may be used. It may be a device.

このように本第1実施例による外部メタデータ付与システムは、データファイルに埋め込まれた外部メタデータとは別個に外部の記憶手段にIDに紐づけられた外部メタデータを、データ本体101とは別の記憶媒体である外部メタデータ記憶装置107に記憶させ、外部メタデータ編集表示装置105を用いて外部メタデータの編集や内容の追加を行うことができる。特に本実施例による外部メタデータ付与システムは、後から付加的に外部メタデータをつけられるため、データ本体の所有者でなくても、参照や修正ができるような外部メタデータの管理を行うことができる。   As described above, the external metadata providing system according to the first embodiment stores the external metadata linked to the ID in the external storage unit separately from the external metadata embedded in the data file, The external metadata can be stored in the external metadata storage device 107, which is another storage medium, and the external metadata can be edited and the content can be added using the external metadata editing and displaying device 105. In particular, since the external metadata adding system according to the present embodiment can add additional external metadata later, it is necessary to manage the external metadata so that even the owner of the data itself can refer to and modify the external metadata. Can be.

前記第1実施例による外部メタデータ付与システムは、どのような性質をもつものであるかの前提を限定しない一般的なデータ本体101に対して外部メタデータを付与する例を説明したが、次に、データ本体101が実世界のリアルな対象物である場合の第2の実施例を説明する。   The external metadata providing system according to the first embodiment has described an example in which external metadata is provided to a general data body 101 that does not limit the nature of the external metadata. Next, a second embodiment in which the data body 101 is a real object in the real world will be described.

本実施例による外部メタデータ付与システムの基本的ハード構成は、前述の図1に示した第1実施例で説明したものと同様であり、外部メタデータの付与手順の処理フローも前述の図3に示したフローと同様であり、以下、相違点について主に説明する。なお、この点は特に説明するものを除き後述する他実施例に対しても同様である。   The basic hardware configuration of the external metadata adding system according to the present embodiment is the same as that described in the first embodiment shown in FIG. 1 described above, and the processing flow of the external metadata adding procedure is also the same as that shown in FIG. Is the same as the flow shown in FIG. 1, and the differences will be mainly described below. This point is the same as in other embodiments described later, except for those particularly described.

この第2実施例による外部メタデータ付与システムのハード構成は、図1に示したサーバシステム102の入力装置103が、図6に示す如く、(監視)カメラ601を含む監視システムに適用し、データ本体101がカメラ601により撮影した動画又は静止画(以下、画像と呼ぶ)である例である。   The hardware configuration of the external metadata providing system according to the second embodiment is such that the input device 103 of the server system 102 shown in FIG. 1 is applied to a monitoring system including a (monitoring) camera 601 as shown in FIG. This is an example in which the main body 101 is a moving image or a still image (hereinafter, referred to as an image) captured by the camera 601.

本実施例による入力装置103は、図6に示す如く、実世界のリアルな対象物である監視対象の画像を撮影する監視用のカメラ601と、該カメラ601が撮影した画像を格納する画像データベース603と、前記画像を認識する画像認識部602と、前記バス109と通信するための通信部604とを備える。   As shown in FIG. 6, the input device 103 according to the present embodiment includes a monitoring camera 601 that captures an image of a monitoring target that is a real object in the real world, and an image database that stores an image captured by the camera 601. 603, an image recognizing unit 602 for recognizing the image, and a communication unit 604 for communicating with the bus 109.

前記画像データベース603は、図7に示すように、撮影した複数の画像と、該画像に一意に付与された識別子であるIDとを対応して格納する。   As shown in FIG. 7, the image database 603 stores a plurality of captured images and IDs, which are identifiers uniquely assigned to the images, in association with each other.

前記画像認識部602は、カメラ601で撮影された画像(例えば、特定の車両)を指定して検索が指示されたとき、撮影画像と類似する画像を画像データベース603から検索し、撮影した画像に基づくIDを通信部604からバス109を介して出力機能(画像処理・画像認識で実行可能な類似画像検索処理)を有する。   The image recognizing unit 602 searches for an image similar to the captured image from the image database 603 when an image (for example, a specific vehicle) captured by the camera 601 is designated and a search is instructed. It has an output function (similar image search processing that can be executed by image processing and image recognition) based on the ID from the communication unit 604 via the bus 109.

本実施例によるデータ本体101の固有情報としては、前述の第1実施例と同様に、画像ファイルをオープンしたときの関数の戻り値(ファイルポインタ)であり、入力装置103が出力するIDとしては、ファイルポインタが好適である。   As in the first embodiment, the unique information of the data body 101 according to the present embodiment is a return value (file pointer) of the function when the image file is opened, and the ID output by the input device 103 is , File pointers are preferred.

このように構成された外部メタデータ付与システムは、図3に示したデータ本体101のIDをアドレス出力装置106に入力するステップs301において、入力装置103が、画像認識部602を用いて撮影画像と類似する画像を画像データベース603から検索し、そのIDを通信部604からアドレス出力装置106に出力するように動作し、以降の処理を実施例1と同様に実行する。   In the external metadata providing system configured as described above, in step s301 of inputting the ID of the data body 101 shown in FIG. 3 to the address output device 106, the input device 103 uses the image recognition unit 602 to generate A similar image is searched from the image database 603, and the operation is performed to output the ID from the communication unit 604 to the address output device 106, and the subsequent processing is executed in the same manner as in the first embodiment.

この処理によって本実施例による外部メタデータ付与システムは、カメラで撮影した実世界上の事物であるデータ本体101(例えば、特定車両)を同定し、この実世界上の事物であるデータ本体101に対しても外部メタデータを付与・表示・編集を行うことができる。   Through this processing, the external metadata providing system according to the present embodiment identifies the data body 101 (for example, a specific vehicle) that is a real-world thing captured by the camera, and assigns the data body 101 to the real-world thing. Also, external metadata can be given, displayed, and edited.

例えば、本第2実施例の外部メタデータ付与システムを特定のマンション等の駐車場に適用した場合、この外部メタデータ付与システムは、撮影した車両やバイクに外部メタデータを付与し、この外部メタデータに対して車両等の自動車登録番号標・車両番号標(ナンバープレート)や所有者に関する情報等を入力する。これによって、第2実施例の外部メタデータ付与システムは、実世界上の現実に即した対象物である車両・自転車・バイクに対して管理用に有益な外部メタデータの付与・表示・編集を行うことができる。   For example, when the external metadata providing system according to the second embodiment is applied to a parking lot of a specific apartment or the like, the external metadata providing system provides external metadata to a photographed vehicle or motorcycle, For the data, information such as a vehicle registration number mark / vehicle number mark (license plate) of a vehicle, an owner, etc. is input. Accordingly, the external metadata providing system according to the second embodiment can provide, display, and edit useful external metadata for management of vehicles, bicycles, and motorcycles, which are real objects in the real world. It can be carried out.

また、本発明による外部メタデータ付与システムは、画像を撮影する入力装置103に代えてRFID(radio frequency identifier)タグからRFID識別情報(ID情報)を電磁界や電波などを用いた近距離の無線通信によって読み取るリーダを含む入力装置とすることもできる。   In addition, the external metadata providing system according to the present invention uses a radio frequency identifier (RFID) tag to transmit RFID identification information (ID information) from an RFID (radio frequency identifier) tag in a short-range wireless communication using an electromagnetic field, a radio wave, or the like, instead of the input device 103 that captures an image. It may be an input device including a reader for reading by communication.

この第3実施例による外部メタデータ付与システムのハード構成は、図1に示したサーバシステム102の入力装置103が、図8に示す如く、RFIDリーダ801を含むRFIDシステムに適用し、データ本体101がRFIDリーダ801により読み込んだRFIDのRFID識別子である例を示す。   The hardware configuration of the external metadata providing system according to the third embodiment is such that the input device 103 of the server system 102 shown in FIG. 1 is applied to an RFID system including an RFID reader 801 as shown in FIG. Is an RFID identifier of the RFID read by the RFID reader 801.

本実施例による入力装置103は、図8に示す如く、実世界のリアルな対象物であるRFID(図示せず)のID情報を読み取るRFIDリーダ801と、該RFIDリーダ801が読み取ったID情報をIDとしてバス109に出力するための通信部804とを備える。   As shown in FIG. 8, the input device 103 according to the present embodiment includes an RFID reader 801 that reads ID information of an RFID (not shown) that is a real object in the real world, and an ID reader 801 that reads the ID information read by the RFID reader 801. A communication unit 804 for outputting the ID to the bus 109;

本実施例によりデータ本体101の固有情報としては、RFID情報が世界規格により固有IDのためRFID情報であり、入力装置103が出力するIDとしては、RFID情報が好適である。   According to the present embodiment, the unique information of the data body 101 is RFID information because the RFID information is a unique ID according to a global standard, and the ID information output by the input device 103 is preferably RFID information.

このように構成された外部メタデータ付与システムは、図3に示したデータ本体101のIDをアドレス出力装置106に入力するステップs301において、入力装置103が、RFIDリーダ801がRFIDから読み取ったID情報に基づくIDをアドレス出力装置106に出力するように動作し、以降の処理を実施例1と同様に実行する。   In the external metadata providing system configured as described above, in step s301 of inputting the ID of the data body 101 shown in FIG. 3 to the address output device 106, the input device 103 transmits the ID information read from the RFID by the RFID reader 801. And outputs the ID based on the address to the address output device 106, and executes the subsequent processing in the same manner as in the first embodiment.

この処理によって本実施例による外部メタデータ付与システムは、RFIDリーダ801により読み取ったデータ本体1(例えば、特定の機器に取り付けられたRFID。例えば、特許第4057580号公報に記載されたRFIDタグ)をID情報に基づいて同定し、この実世界上の事物(RFID)であるデータ本体101に対して外部メタデータを付与・表示・編集等の作業を行うことができる。   By this processing, the external metadata providing system according to the present embodiment stores the data body 1 (for example, an RFID attached to a specific device, for example, an RFID tag described in Japanese Patent No. 4057580) read by the RFID reader 801. The identification based on the ID information allows the user to perform operations such as adding, displaying, and editing external metadata to the data body 101, which is an object (RFID) in the real world.

例えば、本第3実施例の外部メタデータ付与システムを機器の管理を行うRFID管理システムに適用した場合、この外部メタデータ付与システムは、機器のRDIDタグのID情報を含む外部メタデータに対して機器の製造番号・製造年月日・使用期限等を入力・編集することによって、この実世界上のRFID及び該RFIDが取り付けられた機器を管理するための外部メタデータの付与・表示・編集を行うことができる。   For example, when the external metadata providing system of the third embodiment is applied to an RFID management system that manages a device, the external metadata providing system performs a process on external metadata including ID information of an RDID tag of the device. By inputting and editing the serial number, manufacturing date, expiration date, etc. of the device, it is possible to assign, display and edit external metadata for managing this real-world RFID and the device to which the RFID is attached. It can be carried out.

また、本発明による外部メタデータ付与システムは、画像を撮影する入力装置103に代えてバーコードを読み取るバーコードリーダを含む入力装置とすることもできる。
この第4実施例による外部メタデータ付与システムのハード構成は、図1に示したサーバシステム102の入力装置103が、図9に示す如く、バーコードリーダ901を含むバーコードシステムに適用し、データ本体101がバーコードリーダ901により読み込んだバーコード情報とした例である。
Further, the external metadata providing system according to the present invention may be an input device including a barcode reader that reads a barcode, instead of the input device 103 that captures an image.
The hardware configuration of the external metadata providing system according to the fourth embodiment is such that the input device 103 of the server system 102 shown in FIG. 1 is applied to a barcode system including a barcode reader 901 as shown in FIG. This is an example in which the main body 101 sets barcode information read by a barcode reader 901.

本実施例による入力装置103は、図9に示す如く、実世界のリアルな対象物であるバーコード(図示せず)を読み取るバーコードリーダ901と、該バーコードリーダ901が読み取ったバーコードをIDとして出力するための通信部904とを備える。   As shown in FIG. 9, the input device 103 according to the present embodiment reads a barcode reader 901 that reads a barcode (not shown) that is a real object in the real world, and reads a barcode read by the barcode reader 901. A communication unit 904 for outputting as an ID.

本実施例によりデータ本体101の固有情報としては、バーコードが規格により原則的には重複しないためバーコードであり、入力装置103が出力するIDとしては、バーコードが好適である。   According to the present embodiment, the unique information of the data body 101 is a barcode because a barcode does not basically overlap according to a standard, and a barcode is preferable as an ID output by the input device 103.

このように構成された外部メタデータ付与システムは、図3に示したステップs301において、入力装置103が、バーコードリーダ901が読み取ったバーコードをIDとしてアドレス出力装置106に出力するように動作し、以降の処理を実施例1と同様に実行する。   The external metadata providing system configured as described above operates such that the input device 103 outputs the barcode read by the barcode reader 901 to the address output device 106 as an ID in step s301 shown in FIG. , And subsequent processes are executed in the same manner as in the first embodiment.

この処理によって本実施例による外部メタデータ付与システムは、バーコードリーダ901読み取ったデータ本体1(例えば、特定の機器に取り付けられたバーコード)を同定し、この実世界上の事物であるバーコード及び該バーコードが貼られた機器等に対しても外部メタデータを付与・表示・編集を行うことができる。   By this processing, the external metadata adding system according to the present embodiment identifies the data body 1 (for example, a barcode attached to a specific device) read by the barcode reader 901 and identifies the barcode which is an object in the real world. In addition, external metadata can be added, displayed, and edited to devices and the like to which the barcode is attached.

例えば、本第4実施例の外部メタデータ付与システムを機器管理をバーコードリーダ901を用いて管理するバーコード管理システムに適用した場合、この外部メタデータ付与システムは、機器に付与されたバーコードに基づくIDによる外部メタデータに機器の製造年月日・製造番号・耐年年数等を入力することによって、この実世界上の事物に対して機器管理に有益な外部メタデータの付与・表示・編集を行うことができる。   For example, when the external metadata providing system of the fourth embodiment is applied to a barcode management system that manages device management using a barcode reader 901, the external metadata providing system uses the barcode assigned to the device. By inputting the date of manufacture, serial number, life expectancy, etc. of the device in the external metadata based on the ID based on the Can edit.

このように本実施例においては、データ本体として、バーコードが貼付された実世界の事物(機器)をデータ本体と想定し、これをバーコードリーダで読み取ることでバーコードを同定し、該バーコードが貼られた機器に対して外部メタデータを付与・表示・編集を行う事ができる。本実施例による外部メタデータ付与システムは、通信環境が十分でない状況、低廉なシステムを実現しなければならない状況、電源の必要なRFIDを埋め込めない状況などの条件下においても外部メタデータを付与することができる。   As described above, in the present embodiment, an object (equipment) in the real world to which the barcode is attached is assumed to be the data body, and the barcode is identified by reading the data with the barcode reader. External metadata can be added, displayed, and edited to the device to which the code is attached. The external metadata providing system according to the present embodiment provides external metadata even under conditions such as a situation where the communication environment is not sufficient, a situation where an inexpensive system must be realized, and a situation where an RFID requiring a power supply cannot be embedded. be able to.

また、本発明による外部メタデータ付与システムは、画像を撮影する入力装置103に代えて指静脈認証装置1201を含む入力装置とすることもできる。
この第5実施例による外部メタデータ付与システムのハード構成は、図1に示したサーバシステム102の入力装置103が、図12に示す如く、指静脈認証装置1201を含む個人認証システムに適用し、データ本体101が指静脈認証装置1201により読み込んだ指静脈個人認識情報とした例である。
In addition, the external metadata providing system according to the present invention may be an input device including a finger vein authentication device 1201 instead of the input device 103 for capturing an image.
The hardware configuration of the external metadata providing system according to the fifth embodiment is such that the input device 103 of the server system 102 shown in FIG. 1 is applied to a personal authentication system including a finger vein authentication device 1201 as shown in FIG. This is an example in which the data body 101 is the finger vein personal recognition information read by the finger vein authentication device 1201.

本実施例による入力装置103は、図12に示す如く、次の要素によって構成される。
(1)人間の指に近赤外線を透過させて得られる指の静脈パターンに対応する個人情報(氏名その他)を多数格納した指静脈認証データベース1203。この指静脈認証データベース1203は、図13に示す如く、IDと静脈パターンとが対になって格納されている。
(2)指の静脈パターンの画像を読み取る指静脈認証装置1201。
The input device 103 according to the present embodiment is configured by the following elements, as shown in FIG.
(1) A finger vein authentication database 1203 that stores a large number of personal information (name and the like) corresponding to a finger vein pattern obtained by transmitting near infrared rays through a human finger. As shown in FIG. 13, the finger vein authentication database 1203 stores IDs and vein patterns in pairs.
(2) A finger vein authentication device 1201 that reads an image of a finger vein pattern.

(3)該指静脈認証装置1201が読み取った指の静脈パターンを指静脈認証データベース1203を参照して個人認証を行う指静脈認証部1202。
(4)前記バス109と通信するための通信部1205。
(3) A finger vein authentication unit 1202 that performs individual authentication by referring to the finger vein authentication database 1203 with the finger vein pattern read by the finger vein authentication device 1201.
(4) A communication unit 1205 for communicating with the bus 109.

(5)指静脈認証データベース1203と指静脈認証装置1201と指静脈認証部1202と通信部1205とを接続する内部バス1204。   (5) An internal bus 1204 for connecting the finger vein authentication database 1203, the finger vein authentication device 1201, the finger vein authentication unit 1202, and the communication unit 1205.

このように構成された外部メタデータ付与システムは、図3に示したステップs301において、入力装置103が、指静脈認証装置1201が読み取った静脈パターンと一致する静脈パターンを指静脈認証データベース1203から検索して人物を同定し、静脈パターンに基づくIDを通信部1205からアドレス出力装置106に出力するように動作し、以降の処理を実施例1と同様に実行する。   In the external metadata providing system configured as described above, in step s301 shown in FIG. 3, the input device 103 searches the finger vein authentication database 1203 for a vein pattern that matches the vein pattern read by the finger vein authentication device 1201. The communication unit 1205 outputs an ID based on the vein pattern from the communication unit 1205 to the address output device 106, and the subsequent processing is executed in the same manner as in the first embodiment.

また、本実施例による外部メタデータ付与システムは、指静脈認証データベース1203に登録されていない新規な人物にも適用することができ、この場合、第1実施例と同様に、新規登録の外部メタデータの記憶領域が既に外部メタデータ記憶装置107に確保されていなかったときには、外部メタデータ領域確保装置104が外部メタデータ領域を新たに確保し、そのアドレスを出力するように動作する。   Further, the external metadata providing system according to the present embodiment can be applied to a new person who is not registered in the finger vein authentication database 1203. In this case, similarly to the first embodiment, the external metadata of the newly registered When the data storage area is not already secured in the external metadata storage apparatus 107, the external metadata area securing apparatus 104 operates to newly secure an external metadata area and output its address.

本実施例によりデータ本体101の固有情報としては、静脈パターンが原則的には重複しないため静脈パターンであり、入力装置103が出力するIDとしては、静脈パターンが好適である。   According to the present embodiment, the unique information of the data body 101 is a vein pattern because the vein pattern does not basically overlap, and the vein pattern is preferable as the ID output by the input device 103.

これら処理によって本実施例による外部メタデータ付与システムは、指静脈認証装置1201が読み取った実世界上の事物である人物を同定し、この実世界上の事物である人物に対しても外部メタデータの付与・表示・編集を行うことができる。   Through these processes, the external metadata providing system according to the present embodiment identifies a person who is an object in the real world read by the finger vein authentication device 1201, and applies external metadata to the person who is an object in the real world. Can be assigned, displayed, and edited.

例えば、本第5実施例の外部メタデータ付与システムを特定のビル施設等への入退出管理システムに適用した場合、この外部メタデータ付与システムは、指静脈をスキャンした人物の指静脈パターンに外部メタデータを付与し、この外部メタデータに対して人物の付加情報を入力・編集することによって、この実世界上の人物に対して入退出管理用に有益な外部メタデータの付与・表示・編集を行うことができる。   For example, when the external metadata providing system according to the fifth embodiment is applied to an entry / exit management system to a specific building facility or the like, the external metadata providing system adds an external metadata to a finger vein pattern of a person who scans a finger vein. Assigning, displaying, and editing external metadata that is useful for entry / exit management for this person in the real world by assigning metadata and inputting / editing additional information of a person in this external metadata It can be performed.

なお、本実施例においては、指静脈認証を用いて個人の生体認証を行う例を説明したが、本発明は指静脈認証に限るものではなく、他の生体認証技術、例えば、指紋認証・掌形(手のひら)認証・網膜認証・虹彩認証・声紋認証・顔認証・耳形認証・血管・音声・DNA・筆跡・歩き方・唇の動き・瞬きの仕方等の生体センサを用いて認証対象をセンシングすることができる生体認証技術を用い、これらを組み合わせても良い。この場合、指静脈認証装置は、該当の認証を行う認証装置とし、指静脈認証データベースも該当の認証対象(指紋・掌形・網膜・虹彩・声紋・顔画像・耳画像その他)を格納するデータベースが使用される。   In the present embodiment, an example in which individual biometric authentication is performed using finger vein authentication has been described. However, the present invention is not limited to finger vein authentication, and other biometric authentication technologies such as fingerprint authentication and palm Authentication target using biometric sensors such as shape (palm) authentication, retina authentication, iris authentication, voiceprint authentication, face authentication, ear shape authentication, blood vessels, voice, DNA, handwriting, walking, lip movement, blinking, etc. A biometric authentication technology that can perform sensing may be used and combined. In this case, the finger vein authentication device is an authentication device that performs the corresponding authentication, and the finger vein authentication database is also a database that stores the corresponding authentication target (fingerprint, palm shape, retina, iris, voiceprint, face image, ear image, and the like). Is used.

また、本発明による外部メタデータ付与システムは、第5実施例の指静脈認証に代えて、個人がコンピュータへログインする際のログインID及びパスワードによって個人認証を行うための入力装置とすることもできる。   Further, the external metadata providing system according to the present invention can be an input device for performing personal authentication using a login ID and a password when an individual logs in to a computer, instead of the finger vein authentication of the fifth embodiment. .

本実施例によりデータ本体101の固有情報としては、個人がコンピュータへログインする際のログインID及びパスワードが原則的には重複しないためログインID及びパスワードの組み合わせであり、入力装置103が出力するIDとしては、ログインID及びパスワードの組み合わせが好適である。   According to this embodiment, the unique information of the data body 101 is a combination of the login ID and the password because the login ID and the password when the individual logs in to the computer do not basically overlap, and the ID output by the input device 103 is Is preferably a combination of a login ID and a password.

本実施例による入力装置103は、図14に示す如く、次の要素によって構成される。
(1)コンピュータへログインする際の個人認証時に使用されるログインID及びパスワードを格納するログインID・パスワードデータベース1403。このログインID・パスワードデータベース1403は、図15に示す如く、IDに対して、ログインIDとパスワードを格納する。
As shown in FIG. 14, the input device 103 according to this embodiment includes the following elements.
(1) A login ID / password database 1403 for storing a login ID and a password used for personal authentication when logging in to a computer. As shown in FIG. 15, the login ID / password database 1403 stores a login ID and a password for the ID.

(2)コンピュータへログインする際の個人認証時に使用されるログインID及びパスワードを入力するためのログインID・パスワード入力部1401。
(3)ログインID・パスワード入力部1401が読み取ったログインID及びパスワードの組み合わせをログインID・パスワードデータベース1403を参照して個人認証を行うログインID・パスワード認証部1402。
(2) A login ID / password input unit 1401 for inputting a login ID and a password used for personal authentication when logging in to a computer.
(3) A login ID / password authentication unit 1402 that performs personal authentication of the combination of the login ID and password read by the login ID / password input unit 1401 with reference to the login ID / password database 1403.

(4)前記バス109と通信するための通信部1405。
(5)ログインID・パスワードデータベース1403とログインID・パスワード入力部1401とログインID・パスワード認証部1402と通信部1405とを接続する内部バス1404。
(4) A communication unit 1405 for communicating with the bus 109.
(5) An internal bus 1404 for connecting the login ID / password database 1403, the login ID / password input unit 1401, the login ID / password authentication unit 1402, and the communication unit 1405.

このように構成された外部メタデータ付与システムは、図3に示したステップs301において、入力装置103が、ログインID・パスワード入力部1401から入力したログインID及びパスワードをログインID・パスワード認証部1402がログインID・パスワードデータベース1403から検索して人物を同定し、ログインID及びパスワードに基づいたIDを通信部1405からアドレス出力装置106に出力するように動作し、以降の処理を実施例1と同様に実行する。   In the external metadata providing system configured as described above, in step s301 shown in FIG. 3, the input device 103 transmits the login ID and the password input from the login ID / password input unit 1401 to the login ID / password authentication unit 1402. A person is identified by searching the login ID / password database 1403, and an operation based on the login ID and the password is performed so as to output an ID based on the login ID and the password from the communication unit 1405 to the address output device 106. Execute.

これら処理によって本実施例による外部メタデータ付与システムは、ログインID・パスワード認証部1402が個人認証した人物を同定し、人物に対しても外部メタデータの付与・表示・編集を行うことができる。すなわち、本実施例による外部メタデータ付与システムは、本人が入力するIDとパスワードによって人物を一意に同定し、その人物に付随する情報を管理できるため、入力のための特殊なセンサ等を不要とすることもできる。   Through these processes, the external metadata providing system according to the present embodiment can identify a person who has been personally authenticated by the login ID / password authentication unit 1402, and can also provide, display, and edit external metadata for the person. That is, since the external metadata providing system according to the present embodiment can uniquely identify a person by the ID and the password input by the person and manage information accompanying the person, a special sensor or the like for input is not required. You can also.

前述の各実施例においては、図1に示した基本的構成の外部メタデータ付与システムによって実世界上の事物(車両等、機器、人物)を同定して外部メタデータを付与及び管理する例を説明したが、本発明はこれら実施例に限られるものではなく、例えば、ネットワークを介して実世界上の事物である商品にタグデータを付与することもできる。   In each of the above-described embodiments, an example in which an object (vehicles, devices, and persons) in the real world is identified by the external metadata providing system having the basic configuration shown in FIG. Although the present invention has been described, the present invention is not limited to these embodiments. For example, tag data can be given to a product which is a thing in the real world via a network.

この第7実施例による外部メタデータ付与システムは、図10に示す如く、データ本体101のID入力及び外部メタデータの編集表示を行うためのクライアント1001と、該クライアント1001とインターネット1006を介して接続され、データ本体101の同定と外部メタデータの編集表示と課金を行うためのクラウドサービス1002とを備える。なお、図示の例ではデータ本体101及びクライアント1001をそれぞれ1台として例示しているが、それぞれ任意個あっても良く、実施例1での構成要素がそのままインターネット越しに分散配置されている。   As shown in FIG. 10, the external metadata providing system according to the seventh embodiment is connected to a client 1001 for inputting the ID of the data body 101 and editing and displaying the external metadata, and is connected to the client 1001 via the Internet 1006. And a cloud service 1002 for identifying the data body 101, editing and displaying external metadata, and charging. In the illustrated example, the data body 101 and the client 1001 are illustrated as one each, but any number may be used, and the components in the first embodiment are distributed and arranged as they are over the Internet.

前記クライアント1001は、入力装置103と、外部メタデータ編集表示装置105とを備え、例えば、携帯電話やスマートフォン等の携帯端末である。   The client 1001 includes an input device 103 and an external metadata editing and displaying device 105, and is, for example, a mobile terminal such as a mobile phone or a smartphone.

前記クラウドサービス1002は、クライアント1001を認証する認証装置1004と、外部メタデータの付与等に対して有償課金するための課金装置1005と、外部メタデータ編集・表示クラウドサービス部1003とを備える。   The cloud service 1002 includes an authentication device 1004 for authenticating the client 1001, a charging device 1005 for paying for the addition of external metadata and the like, and an external metadata editing / display cloud service unit 1003.

前記外部メタデータ編集・表示クラウドサービス部1003は、図示しないバスを介して内部接続され、前述の実施例1と同様のアドレス出力装置106と外部メタデータ領域確保装置104と外部メタデータ編集表示装置105と出力装置108とアドレステーブル110と外部メタデータ記憶装置107とを備える。   The external metadata editing / display cloud service unit 1003 is internally connected via a bus (not shown), and has the same address output device 106, external metadata area securing device 104, and external metadata editing / display device as in the first embodiment. 105, an output device 108, an address table 110, and an external metadata storage device 107.

本実施例によりデータ本体101の固有情報としては、バーコードが原則的には重複しないためバーコードであり、入力装置103が出力するIDとしては、バーコードが好適である。   According to the present embodiment, the unique information of the data body 101 is a barcode because a barcode does not basically overlap, and the ID output by the input device 103 is preferably a barcode.

本実施例による外部メタデータ付与システムは、クラウドサービス1002が認証装置1004及び課金装置1005を含むことによって、事前に認証されたクライアント1001のみがクラウドサービス1002にアクセスするようにでき、有償課金も行うことができる。   In the external metadata providing system according to the present embodiment, since the cloud service 1002 includes the authentication device 1004 and the billing device 1005, only the client 1001 that has been authenticated in advance can access the cloud service 1002, and also performs fee-based billing. be able to.

このように構成された外部メタデータ付与システムは、例えば、図11に示す如く、クライアント1001をバーコード読取機能及び通信機能を有する携帯端末とし、バーコードがワインボトルである商品1101に貼り付けられ、商品1101のバーコード1104をクライアント1001が携帯端末を介して読み取ることができる。   In the external metadata providing system configured as described above, for example, as shown in FIG. 11, the client 1001 is a portable terminal having a barcode reading function and a communication function, and the barcode is attached to a product 1101 which is a wine bottle. The client 1001 can read the barcode 1104 of the product 1101 via the mobile terminal.

この外部メタデータ付与システムは、例えば、次のように動作する。
(1)携帯端末であるクライアント1001がバーコード読取機能を用いて商品1101のバーコード1104を符号1102に示す入力時の画面を表示して読み取るステップ。
(2)該ステップにより読み取ったクライアント1001がバーコード1104により読み取ったバーコードデータを、インターネット1006を介してクラウドサービス1002のアドレス出力装置106に送信するステップ。
This external metadata providing system operates, for example, as follows.
(1) A step in which the client 1001, which is a portable terminal, displays and reads a bar code 1104 of the product 1101 by using a bar code reading function by displaying an input screen indicated by reference numeral 1102.
(2) A step of transmitting the barcode data read by the client 1001 by the barcode 1104 read by the step to the address output device 106 of the cloud service 1002 via the Internet 1006.

(3)アドレス出力装置106が外部メタデータ記憶装置107における外部メタデータの記憶領域の先頭アドレスを外部メタデータ編集表示装置105に出力するステップ。   (3) A step in which the address output device 106 outputs the start address of the storage area of the external metadata in the external metadata storage device 107 to the external metadata editing and displaying device 105.

(4)外部メタデータ編集表示装置105がアドレス出力装置106から出力された先頭アドレスの外部メタデータ記憶装置107の記憶領域に、外部メタデータ編集表示装置105が、名称がワイン・年代が2010年・産地がフランス・商品の販売店舗・販売年月日・消費期限等の対応する外部メタデータを記憶させるステップ。   (4) In the storage area of the external metadata storage device 107 at the start address output from the address output device 106, the external metadata editing and display device 105 stores the external metadata editing and display device 105 with the name "Wine" and "2010". A step of storing the corresponding external metadata such as the origin is France, the store selling the product, the date of sale, and the expiration date.

なお、この外部メタデータは、外部メタデータ編集表示装置105が、予めバーコードデータに対応して格納しておき、バーコードデータに基づいて該当の外部メタデータを読み出すことや、入力又は編集することができる。   It should be noted that the external metadata is stored in advance by the external metadata editing and displaying device 105 corresponding to the barcode data, and the corresponding external metadata is read, input, or edited based on the barcode data. be able to.

このように本実施例による外部メタデータ付与システムは、実世界の事物等に対する補足説明として外部メタデータを付与することに加え、クライアント1001をインターネット1006を介して接続するため、複数・多数のユーザが世界のあらゆる事物に対する外部メタデータを編集・表示することができる。   As described above, the external metadata providing system according to the present embodiment provides the external metadata as a supplementary explanation for things in the real world, and connects the client 1001 via the Internet 1006, so Can edit and display external metadata for anything in the world.

101 データ本体、102 サーバシステム、103 入力装置、
104 外部メタデータ領域確保装置、105 外部メタデータ編集表示装置、
106 アドレス出力装置、107 外部メタデータ記憶装置、
108 出力装置、109 バス、110 アドレステーブル、
501 キーボード、502 マウス、503 表示装置、504 処理装置、
505 外部メタデータ編集表示エリア、507 外部メタデータ、
508 ポインタ、509 OKボタン、601 カメラ、601 カメラ、
602 画像認識部、603 画像データベース、
604 804 904 1205 1405 通信部、
801 RFIDリーダ、901 バーコードリーダ、1001 クライアント、
1002 クラウドサービス、
1003 外部メタデータ編集・表示クラウドサービス部、1004 認証装置、
1005 課金装置、1006 インターネット、1101 商品、
1104 バーコード、1201 指静脈認証装置、1202 指静脈認証部、
1203 指静脈認証データベース、1204 内部バス、
1401 ログインID・パスワード入力部、
1402 ログインID・パスワード認証部、
1403 ログインID・パスワードデータベース、1404 内部バス
101 data body, 102 server system, 103 input device,
104 external metadata area securing device, 105 external metadata editing and display device,
106 address output device, 107 external metadata storage device,
108 output device, 109 bus, 110 address table,
501 keyboard, 502 mouse, 503 display device, 504 processing device,
505 external metadata edit display area, 507 external metadata,
508 pointer, 509 OK button, 601 camera, 601 camera,
602 image recognition unit, 603 image database,
604 804 904 1201 1405 communication unit,
801 RFID reader, 901 barcode reader, 1001 client,
1002 cloud service,
1003 external metadata editing / display cloud service unit, 1004 authentication device,
1005 billing device, 1006 internet, 1101 products,
1104 barcode, 1201 finger vein authentication device, 1202 finger vein authentication unit,
1203 finger vein authentication database, 1204 internal bus,
1401 Login ID / Password input part,
1402 Login ID / password authentication unit,
1403 Login ID / Password database, 1404 Internal bus

Claims (10)

事実として現れている事柄や状態である現実に即した対象物であるデータ本体に付随する付随情報であって、前記データ本体と一体的に保存されない付随情報である外部メタデータを付与するサーバシステムを備える外部メタデータ付与システムであって、
該サーバシステムが、
前記データ本体に固有な固有情報に基づいて外部メタデータを作成するキー番号となるIDを出力する入力装置と、
前記IDごとに外部メタデータを記憶する領域を有する外部メタデータ記憶装置と、
前記IDに対応する外部メタデータの記憶領域を外部メタデータ記憶装置上に確保し、該確保した記憶領域の先頭アドレスを出力する外部メタデータ領域確保装置と、
該外部メタデータ記憶装置に記憶されている外部メタデータを表示し、修正及び変更を行うインタフェースを提供する外部メタデータ編集表示装置と、
前記入力装置から出力されたIDを入力とし、該IDが示すデータ本体の外部メタデータの記憶領域の外部メタデータ記憶装置上でのアドレスを同定して出力するアドレス出力装置と、
前記IDと該IDに対応する外部メタデータ領域確保装置上の先頭アドレスを格納するアドレステーブルと、
を備え、
前記入力装置が、
前記データ本体のIDをアドレス出力装置に出力する第1工程を実行し、
前記アドレス出力装置が、
前記第1工程により出力されたIDを入力し、該入力IDに対応する外部メタデータ記憶領域のアドレスをアドレステーブルから検索する第2工程と、
前記第1工程により出力されたIDに対応するアドレステーブルのアドレスを参照し、該アドレスが初出か否かを判定する第3工程と、
該第3工程においてIDに対応するアドレステーブルのアドレスの値が初出であると判定したとき、外部メタデータ領域確保装置に、前記第1工程により出力したIDに対応する外部メタデータの記憶領域を確保させ、該確保した記憶領域の先頭アドレスをアドレステーブルに記録する第4工程と、
前記第3工程においてIDに対応するアドレステーブルのアドレスの値が初出でないと判定したとき、外部メタデータ領域確保装置に外部メタデータの記憶領域を確保させ、該確保した記憶領域の先頭アドレスを出力する、又は前記第4工程に続き、前記IDと先頭アドレスを外部メタデータ編集表示装置に出力する第5工程と、を実行し、
前記外部メタデータ編集表示装置が、
前記第5工程により出力された前記IDに対応する外部メタデータの内容を外部メタデータ領域確保装置から抽出し、編集するインタフェースを提供する第6工程を実行する
外部メタデータ付与システム。
A server system for adding external metadata, which is incidental information attached to a data body that is a real object that is a matter or state that appears as a fact and is not stored integrally with the data body. An external metadata providing system comprising:
The server system is
An input device that outputs an ID serving as a key number for creating external metadata based on unique information unique to the data body;
An external metadata storage device having an area for storing external metadata for each ID,
An external metadata area securing device that secures a storage area of the external metadata corresponding to the ID on an external metadata storage device and outputs a start address of the secured storage area;
An external metadata editing display device that displays an external metadata stored in the external metadata storage device and provides an interface for performing correction and change;
An address output device that receives an ID output from the input device as an input, identifies and outputs an address on the external metadata storage device of a storage area of the external metadata of the data body indicated by the ID,
An address table for storing the ID and a start address on the external metadata area securing device corresponding to the ID,
With
The input device,
Performing a first step of outputting the ID of the data body to an address output device;
The address output device,
A second step of inputting the ID output in the first step and searching an address of an external metadata storage area corresponding to the input ID from an address table;
A third step of referring to an address of an address table corresponding to the ID output in the first step and determining whether the address is first appearing;
When it is determined in the third step that the value of the address in the address table corresponding to the ID is the first time, the external metadata area securing device stores the storage area of the external metadata corresponding to the ID output in the first step in the external metadata area securing device. A fourth step of securing and recording the head address of the secured storage area in an address table;
In the third step, when it is determined that the address value of the address table corresponding to the ID is not the first appearance, the external metadata area securing device secures the external metadata storage area, and outputs the head address of the secured storage area. Or a fifth step of outputting the ID and the start address to an external metadata editing and displaying device following the fourth step,
The external metadata editing and display device,
An external metadata providing system for executing a sixth step of providing an interface for extracting and editing the content of the external metadata corresponding to the ID output in the fifth step from the external metadata area securing device.
前記アドレステーブルが、前記IDを格納するID欄と、該ID欄に格納したIDに対応する外部メタデータの記憶領域の先頭アドレスを格納するアドレス欄と、を有し、
前記第2工程においてアドレス出力装置が前記入力IDに対応する外部メタデータ記憶領域のアドレスをアドレステーブルから検索して該当のアドレスがヒットしないと判定したとき、前記アドレス出力装置に前記アドレス欄にNULLを格納する請求項1に記載の外部メタデータ付与システム。
The address table has an ID column for storing the ID, and an address column for storing a head address of a storage area of external metadata corresponding to the ID stored in the ID column,
In the second step, when the address output device searches an address of the external metadata storage area corresponding to the input ID from the address table and determines that the corresponding address does not hit, the address output device sets the address column to NULL. The external metadata providing system according to claim 1, wherein
前記データ本体の固有情報が、コンピュータ上で取り扱われるファイルをファイル名称でオープンしたときの関数の戻り値、又はRFID識別情報、又はバーコード、又はコンピュータにログインする際に使用されるログインID及びパスワードの組み合わせである請求項1又は請求項2のいずれかに記載の外部メタデータ付与システム。   The unique information of the data body is a return value of a function when a file handled on a computer is opened by a file name, or RFID identification information, or a bar code, or a login ID and password used when logging in to the computer. The external metadata providing system according to claim 1, wherein the external metadata providing system is a combination of: 前記入力装置が出力するIDが、コンピュータ上で取り扱われるファイルをその名前でオープンしたときの関数の戻り値、又はRFID識別情報、又はバーコード、又はコンピュータにログインする際に使用されるログインID及びパスワードの組み合わせである請求項1から請求項3のいずれか1項に記載の外部メタデータ付与システム。   The ID output by the input device is a return value of a function when a file handled on a computer is opened by its name, or RFID identification information, or a barcode, or a login ID used when logging in to a computer. The external metadata providing system according to any one of claims 1 to 3, wherein the system is a combination of passwords. 前記入力装置が出力するIDが、コンピュータ上で取り扱われるファイルをその名前でオープンしたときの関数の戻り値、又はRFID識別情報、又はバーコード、又はコンピュータにログインする際に使用されるログインID及びパスワードの組み合わせを所定の規則により変換されたものである請求項1から請求項3のいずれか1項に記載の外部メタデータ付与システム。   The ID output by the input device is a return value of a function when a file handled on a computer is opened by its name, or RFID identification information, or a barcode, or a login ID used when logging in to a computer. The external metadata providing system according to any one of claims 1 to 3, wherein a combination of passwords is converted according to a predetermined rule. 事実として現れている事柄や状態である現実に即した対象物であるデータ本体に付随する付随情報であって、前記データ本体と一体的に保存されない付随情報である外部メタデータを付与するサーバシステムを備え、
該サーバシステムが、
前記データ本体に固有な固有情報に基づいて外部メタデータを作成するキー番号となるIDを出力する入力装置と、
前記IDごとに外部メタデータを記憶する領域を有する外部メタデータ記憶装置と、
前記IDに対応する外部メタデータの記憶領域を外部メタデータ記憶装置上に確保し、該確保した記憶領域の先頭アドレスを出力する外部メタデータ領域確保装置と、
該外部メタデータ記憶装置に記憶されている外部メタデータを表示し、修正及び変更を行うインタフェースを提供する外部メタデータ編集表示装置と、
前記入力装置から出力されたIDを入力とし、該IDが示すデータ本体の外部メタデータの記憶領域の外部メタデータ記憶装置上でのアドレスを同定して出力するアドレス出力装置と、
前記IDと該IDに対応する外部メタデータ領域確保装置上の先頭アドレスを格納するアドレステーブルと、
を有するコンピュータシステムを使用した外部メタデータ付与方法であって、
前記入力装置に、
前記データ本体のIDをアドレス出力装置に出力する第1工程を実行させ、
前記アドレス出力装置に、
前記第1工程により出力されたIDを入力し、該入力IDに対応する外部メタデータ記憶領域のアドレスをアドレステーブルから検索する第2工程と、
前記第1工程により出力されたIDに対応するアドレステーブルのアドレスを参照し、該アドレスが初出か否かを判定する第3工程と、
該第3工程においてIDに対応するアドレステーブルのアドレスの値が初出であると判定したとき、外部メタデータ領域確保装置に、前記第1工程により出力したIDに対応する外部メタデータの記憶領域を確保させ、該確保した記憶領域の先頭アドレスをアドレステーブルに記録する第4工程と、
前記第3工程においてIDに対応するアドレステーブルのアドレスの値が初出でないと判定したとき、外部メタデータ領域確保装置に外部メタデータの記憶領域を確保させ、該確保した記憶領域の先頭アドレスを出力する、又は前記第4工程に続き、前記IDと先頭アドレスを外部メタデータ編集表示装置に出力する第5工程と、を実行させ、
前記外部メタデータ編集表示装置に、
前記第5工程により出力された前記IDに対応する外部メタデータの内容を外部メタデータ領域確保装置から抽出し、編集するインタフェースを提供する第6工程を実行させる
外部メタデータ付与方法。
A server system for adding external metadata, which is incidental information attached to a data body that is a real object that is a matter or state that appears as a fact and is not stored integrally with the data body. With
The server system is
An input device that outputs an ID serving as a key number for creating external metadata based on unique information unique to the data body;
An external metadata storage device having an area for storing external metadata for each ID,
An external metadata area securing device that secures a storage area of the external metadata corresponding to the ID on an external metadata storage device and outputs a start address of the secured storage area;
An external metadata editing display device that displays an external metadata stored in the external metadata storage device and provides an interface for performing correction and change;
An address output device that receives an ID output from the input device as an input, identifies and outputs an address on the external metadata storage device of a storage area of the external metadata of the data body indicated by the ID,
An address table for storing the ID and a start address on the external metadata area securing device corresponding to the ID,
An external metadata providing method using a computer system having
In the input device,
Executing a first step of outputting the ID of the data body to an address output device,
In the address output device,
A second step of inputting the ID output in the first step and searching an address of an external metadata storage area corresponding to the input ID from an address table;
A third step of referring to an address of an address table corresponding to the ID output in the first step and determining whether the address is first appearing;
In the third step, when it is determined that the address value of the address table corresponding to the ID is the first time, the external metadata area securing device stores the external metadata storage area corresponding to the ID output in the first step in the external metadata area securing device. A fourth step of securing and recording the head address of the secured storage area in an address table;
In the third step, when it is determined that the address value of the address table corresponding to the ID is not the first appearance, the external metadata area securing device secures the external metadata storage area, and outputs the head address of the secured storage area. Or a fifth step of outputting the ID and the start address to an external metadata editing and displaying device following the fourth step,
In the external metadata editing and display device,
An external metadata providing method for executing a sixth step of extracting the content of the external metadata corresponding to the ID output in the fifth step from the external metadata area securing device and providing an interface for editing.
前記アドレステーブルが、前記IDを格納するID欄と、該ID欄に格納したIDに対応する外部メタデータの記憶領域の先頭アドレスを格納するアドレス欄とを有し、
前記第2工程においてアドレス出力装置が前記入力IDに対応する外部メタデータ記憶領域のアドレスをアドレステーブルから検索して該当のアドレスがヒットしないと判定したとき、前記アドレス出力装置に前記アドレス欄にNULLを格納させる請求項6に記載の外部メタデータ付与方法。
The address table has an ID column for storing the ID, and an address column for storing a head address of a storage area of external metadata corresponding to the ID stored in the ID column,
In the second step, when the address output device searches the address of the external metadata storage area corresponding to the input ID from the address table and determines that the address does not hit, the address output device sets the address field to NULL. 7. The external metadata providing method according to claim 6, wherein the external metadata is stored.
前記データ本体の固有情報が、コンピュータ上で取り扱われるファイルをファイル名称でオープンしたときの関数の戻り値、又はRFID識別情報、又はバーコード、又はコンピュータにログインする際に使用されるログインID及びパスワードの組み合わせである請求項6又は請求項7のいずれかに記載の外部メタデータ付与方法。   The unique information of the data body is a return value of a function when a file handled on a computer is opened by a file name, or RFID identification information, or a bar code, or a login ID and password used when logging in to the computer. The external metadata assigning method according to claim 6, wherein the method is a combination of: 前記入力装置が出力するIDが、コンピュータ上で取り扱われるファイルをその名前でオープンしたときの関数の戻り値、又はRFID識別情報、又はバーコード、又はコンピュータにログインする際に使用されるログインID及びパスワードの組み合わせである請求項6から請求項8のいずれか1項に記載の外部メタデータ付与方法。   The ID output by the input device is a return value of a function when a file handled on a computer is opened by its name, or RFID identification information, or a barcode, or a login ID used when logging in to a computer. 9. The external metadata providing method according to claim 6, wherein the external metadata is a combination of passwords. 前記入力装置が出力するIDが、コンピュータ上で取り扱われるファイルをその名前でオープンしたときの関数の戻り値、又はRFID識別情報、又はバーコード、又はコンピュータにログインする際に使用されるログインID及びパスワードの組み合わせを所定の規則により変換されたものである請求項6から請求項8のいずれか1項に記載の外部メタデータ付与方法。   The ID output by the input device is a return value of a function when a file handled on the computer is opened by its name, or RFID identification information, or a bar code, or a login ID used when logging in to the computer. 9. The external metadata providing method according to claim 6, wherein a combination of passwords is converted according to a predetermined rule.
JP2015209196A 2015-10-23 2015-10-23 External metadata providing system and external metadata providing method Active JP6632321B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2015209196A JP6632321B2 (en) 2015-10-23 2015-10-23 External metadata providing system and external metadata providing method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2015209196A JP6632321B2 (en) 2015-10-23 2015-10-23 External metadata providing system and external metadata providing method

Publications (2)

Publication Number Publication Date
JP2017083957A JP2017083957A (en) 2017-05-18
JP6632321B2 true JP6632321B2 (en) 2020-01-22

Family

ID=58712061

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2015209196A Active JP6632321B2 (en) 2015-10-23 2015-10-23 External metadata providing system and external metadata providing method

Country Status (1)

Country Link
JP (1) JP6632321B2 (en)

Family Cites Families (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP3540233B2 (en) * 2000-02-14 2004-07-07 靖人 茅根 Product information providing system and method
JP2005038100A (en) * 2003-07-17 2005-02-10 Ntt Docomo Inc Merchandise information providing device and program
JP2007041660A (en) * 2005-08-01 2007-02-15 Nec Corp Sensor network, sensor node and its program, and sensor information retrieval method
JP2008078713A (en) * 2006-09-19 2008-04-03 Sony Corp Recording apparatus and method, program, and reproducing apparatus and method
US8224772B2 (en) * 2006-12-08 2012-07-17 Nec Corporation Data management apparatus, method and program
JP5078639B2 (en) * 2008-01-29 2012-11-21 トッパン・フォームズ株式会社 IC product management system

Also Published As

Publication number Publication date
JP2017083957A (en) 2017-05-18

Similar Documents

Publication Publication Date Title
US20160335479A1 (en) Method and apparatus for collecting an electronic signature on a first device and incorporating the signature into a document on a second device
JP6282715B2 (en) Method for controlling access to computer system by performing authentication, computer program, and computer-readable recording medium
KR102506826B1 (en) System and method for electronic key provisioning and access management in connection with mobile devices
US11816707B2 (en) Augmented reality systems for facilitating real-time charity donations
US20120083294A1 (en) Integrated image detection and contextual commands
CN106843660B (en) Data processing method and equipment thereof
US8970888B2 (en) File management technique
CN113656761B (en) Business processing method and device based on biological recognition technology and computer equipment
CN105144147A (en) Detection and reconstruction of right-to-left text direction, ligatures and diacritics in a fixed format document
WO2024088291A1 (en) Form filling method and apparatus, electronic device, and medium
JP2016012207A (en) Information processing system, information processing method, terminal device, and program
CN106682187B (en) Method and device for establishing image base
JP6369034B2 (en) Information processing apparatus, information hiding method, and information hiding program
JP6534355B2 (en) PDF file management system, PDF file management server, PDF file data acquisition server, PDF file management method, PDF file data acquisition method, PDF file management program, and PDF file data acquisition program
CN112020712A (en) Digital supplemental association and retrieval for visual search
JP2006023944A5 (en)
JP6632321B2 (en) External metadata providing system and external metadata providing method
CN105550183A (en) Identifying method of identifying information in webpage and electronic device
JP2005063255A (en) Fine art authentication method
JP5550222B2 (en) Image processing apparatus and control method thereof
CN110609987A (en) Document making and processing system
US20240193234A1 (en) Method and system for authenticating user content
US9922052B1 (en) Custom image data store
JP2010102368A (en) Digital pen form management system
JP2006313480A (en) Id card reissuing system, id card issuing apparatus and id card reissuing method

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20181016

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20190918

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

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20191210

R150 Certificate of patent or registration of utility model

Ref document number: 6632321

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250