JP4072283B2 - Data processing method and apparatus, and storage medium - Google Patents

Data processing method and apparatus, and storage medium Download PDF

Info

Publication number
JP4072283B2
JP4072283B2 JP10574199A JP10574199A JP4072283B2 JP 4072283 B2 JP4072283 B2 JP 4072283B2 JP 10574199 A JP10574199 A JP 10574199A JP 10574199 A JP10574199 A JP 10574199A JP 4072283 B2 JP4072283 B2 JP 4072283B2
Authority
JP
Japan
Prior art keywords
data
metadata
reading
binary
binary data
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.)
Expired - Fee Related
Application number
JP10574199A
Other languages
Japanese (ja)
Other versions
JP2000298605A5 (en
JP2000298605A (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.)
Canon Inc
Original Assignee
Canon Inc
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 Canon Inc filed Critical Canon Inc
Priority to JP10574199A priority Critical patent/JP4072283B2/en
Priority to EP00303051A priority patent/EP1045315A3/en
Priority to EP10191844A priority patent/EP2312474A1/en
Priority to US09/548,295 priority patent/US6886131B1/en
Priority to CNB001065661A priority patent/CN1193292C/en
Priority to CNB2004100459201A priority patent/CN1306441C/en
Publication of JP2000298605A publication Critical patent/JP2000298605A/en
Priority to US11/086,297 priority patent/US20050165848A1/en
Priority to US11/086,284 priority patent/US7349911B2/en
Publication of JP2000298605A5 publication Critical patent/JP2000298605A5/ja
Application granted granted Critical
Publication of JP4072283B2 publication Critical patent/JP4072283B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Images

Landscapes

  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
  • Television Signal Processing For Recording (AREA)

Description

【0001】
【発明の属する技術分野】
本発明はバイナリデータとメタデータを扱うデータ処理方法及び装置及び記憶媒体に関する。
【0002】
【従来技術の説明】
メタデータ(meta-data)とは、「データに関するデータ」であり、画像データや音声データ等のバイナリデータを説明するデータとして用いられている。しかし、バイナリデータとこれに対応するメタデータが別々のファイルで存在した場合、ファイルの移動やコピーの際に、ユーザはバイナリデータとメタデータとを同時に管理しなければならず、非常にわずらわしいことになる。
【0003】
そこで一般に、バイナリデータとメタデータの管理を容易にするために、バイナリデータとメタデータを記述する様々な方法が提案されてきた。この種の従来技術は、新しいバイナリフォーマットを規定する方法と、データベースで管理する方法の2つに分けることができる。
【0004】
まず、新しいバイナリフォーマットを規定する方法の一例をあげると、画像フォーマットではTiff、Exif、Flashpixなどがある。図8は、バイナリデータにメタデータを埋め込んだフォーマットの概観を示す図である。バイナリデータとしては、例えば画像データが挙げられる。図8に示されるように、画像のヘッダ部分にメタデータを記述する枠組みを設け、そこにユーザがメタデータを記述するというのが一般的な方法である。このようにメタデータを記述することにより、データの検索・分類が容易になる。また、バイナリデータ内にメタデータを含むようになるので、1つのファイルで管理でき、ファイルの管理は比較的容易になる。
【0005】
次に、バイナリデータとメタデータをデータベースで管理する方法を説明する。図9はバイナリデータとメタデータをデータベースで管理する方法を概念的に示した図である。図9に示されるような、別々のファイルで存在するバイナリデータとメタデータをデータベース等を用いて管理するという方法も広く行われているものである。この場合は既存のバイナリデータが、既存のアプリケーションでそのまま使えるという利点がある。
【0006】
【発明が解決しようとする課題】
しかしながら、上述したようなメタデータを記述する新フォーマットを規定する方法とデータベースを用いてメタデータを管理する方法のそれぞれに問題がある。
【0007】
まず、メタデータを記述する新フォーマットを規定した場合には、既存のバイナリデータを当該新フォーマットに変換し、なおかつその新フォーマット内にメタデータを記述しなけれなばならない。更に、その新フォーマット内のメタデータを用いて検索するためには、当該新フォーマット対応のアプリケーションが必要となる。すなわち、メタデータを記述したり利用したりするために、非常に多くのステップと専用の環境が必要になるという問題がある。また、このような新フォーマットのバイナリデータを処理する(例えば画像データであれば画像の出力)ためには、当該フォーマットに対応したアプリケーションが必要であり、既存のアプリケーションでは対応できなくなる。
【0008】
そのうえ、メタデータの記述方法も新フォーマットにおいて独自に決められたものであり、新フォーマット内のメタデータを利用するアプリケーションを作成するためには、新規にメタデータの検索ルーチンをつくらなければならないという問題もある。さらに、新しい枠組みのメタデータを記述するにはフォーマットの規定を変更しなければならないという問題点もあった。
【0009】
一方、データベースを用いてバイナリデータとメタデータを同時に管理する場合、データベースソフトが無ければメタデータの登録も利用もできないという問題があった。また、登録したメタデータを表示するためにも専用のソフトウェアが必要である。更に、バイナリデータをデータベース外に持っていくと、メタデータは付加されず、メタデータのないバイナリデータとなってしまうという問題点もあった。
【0010】
本発明はメタデータの記述・検索に関する上記の問題点に鑑みてなされたものであり、既存のアプリケーションに影響を与えずに、バイナリデータにメタデータを登録可能とすることを目的とする。
【0011】
また、本発明の他の目的は、メタデータが登録されたバイナリデータを、既存のアプリケーションで処理することが可能な形態で提供可能とすることにある。
【0012】
また、本発明の他の目的は、メタデータの記述に一般的なデータ記述言語を用いることにより、データ記述言語用の既存のツールを利用することを可能とし、対応アプリケーションの開発を容易にすることにある。
【0013】
さらに、本発明の他の目的は、メタデータが記述されたバイナリデータからメタデータを抽出し、例えば検索、参照、変更等の処理に供することを可能とすることにある。
【0014】
【課題を解決するための手段】
上記の目的を達成するための本発明のデータ処理方法はたとえば以下の工程を備える。すなわち、
バイナリデータにメタデータを登録するデータ処理装置のデータ処理方法であって、
メタデータの付与対象のバイナリデータをメモリ上に読み込む第1読込工程と、
前記バイナリデータに付与すべきメタデータを前記メモリ上に読み込む第2読込工程と、
前記第1読込工程において読み込まれたバイナリデータの後に、前記第2読込工程で読み込まれたメタデータを処理ユニットが接続する接続工程と、
前記接続工程によって得られたデータを一つのファイルのデータとして前記メモリから出力する出力工程とを備える。
【0015】
また、上記の目的を達成するための、本発明の他の態様によるデータ処理方法はたとえば以下の工程を備える。すなわち、
メタデータが登録されたバイナリデータにおいてメタデータを判別するデータ処理装置のデータ処理方法であって、
1つのファイルのデータをメモリ上に読み込む読込工程と、
前記読込工程において読み込まれたデータを末尾より検査し、所定のデータ記述言語における適正な形式で記述されたデータが存在するか否かを判定することにより、該データに含まれるメタデータが存在することを前記処理ユニットが判別する判別工程とを備える。
【0016】
また、本発明の他の態様によれば、上記の方法を実現するデータ処理装置が提供される。さらに本発明の他の態様によれば、上記データ処理方法をコンピュータに実現させるためのコンピュータプログラムを格納した記憶媒体が提供される。
【0017】
【発明の実施の形態】
以下、添付の図面を参照して本発明の好適な実施形態を説明する。
【0018】
<第1の実施形態>
図1は第1の実施形態によるデータ処理装置の構成を示すブロック図である。図1において、100は読込部であり、スキャナ装置などを用いて画像を読み込む。101は入力部であり、ユーザからの指示やデータを入力するもので、キーボードやポインティング装置を含む。102は蓄積部であり、バイナリデータやメタデータを蓄積する。蓄積部102としては、ハードディスクを用いるのが一般的である。103は表示部であり、蓄積部102に蓄積されたバイナリデータを表示したり、読込部100で読み込まれた画像データを表示する。表示部103としては、CRTや液晶表示装置が一般的である。
【0019】
104はCPUであり、上述した各構成の処理のすべてに関わり、ROM105とRAM106はその処理に必要なプログラム、データ、或いは作業領域をCPU104に提供する。なお、図2のフローチャートを参照して後述する本実施形態の処理手順を実現するための制御プログラムもROM105に格納されているものとする。もちろん、蓄積部102にその制御プログラムを格納しておき、CPU104による実行に応じてその制御プログラムがRAM106上へロードされるような構成であってもよい。
【0020】
なお、第1の実施形態のデータ処理装置には上記以外にも、種々の構成要素が設けられているが、本発明の主眼ではないので、その説明については省略する。
【0021】
つぎに、以上のように構成されたデータ処理装置において、メタデータをバイナリデータに登録する処理について説明する。図2は、第1の実施形態によるメタデータの登録処理を説明するフローチャートである。
【0022】
図2において、まず、ステップS301で、ユーザによって指定されたバイナリデータをメモリ(RAM106)上に読み込む。これは例えば所望のバイナリデータファイル名をキーボードから入力したり、ポインティング装置(例えばマウス)によって当該バイナリデータのアイコンを指示することによりなされる。次にステップS302において、ユーザによって指定された、メタデータが記述されているXMLファイルをメモリ(RAM106)上に読み込む。このXMLファイルの指定も、キーボードからファイル名を入力したり、ポインティング装置(例えばマウス)で対応するアイコンを指示する等によって行われる。
【0023】
次にステップS303で、メタデータを記述したXMLファイルが適正形式のXMLデータであるかを調べる。この適性形式の判定では、XMLファイルの記述フォーマットを満足しているか(例えば、タグの左右の括弧が正しく対をなしているか、タグ付けの形式が正しいかどうか等)がチェックされる。なお、適性形式のXMLデータであるか否かの判定は、正当なXMLデータであるか否かを含めたチェックであってもよい。ここで、正当なXMLデータか否かの判定は、例えば、XMLデータがDTD(Document Type Definition)等のスキーマに従って記述されているかどうか等のチェックを行うことでなされる。
【0024】
ステップS303において適正形式のXMLデータでないと判定された場合にはステップS305に進む。ステップS305では、XMLデータにエラーがある旨を表示部103に表示し、本処理を終了する。
【0025】
一方、ステップS303においてXMLファイルが適正形式のXMLデータであると判定された場合には、処理はステップS304に進む。ステップS304では、ステップS301でメモリ上に読み込まれたバイナリデータの後ろに当該メタデータを接続することにより、メタデータの登録を行う。その後、ステップS306において、メタデータを登録したバイナリデータを出力し、処理を終了する。なお、ステップS306におけるデータ出力により、図3に示されるデータ構造を有するデータが1つのファイルとして蓄積部102に格納されることになる。
【0026】
図3は本実施形態によるバイナリデータへのメタデータの登録状態を説明する図である。図3に示されるように、バイナリデータの最後に、XMLデータで記述されたメタデータを接続することにより、他のアプリケーションには影響を与えずに、メタデータを登録することができる。すなわち、バイナリデータのヘッダー部分の情報はメタデータの接続前から変化しないので、例えばバイナリデータが画像データであった場合には、一般的なブラウザによって画像再生が行える(接続されたメタデータは無視される)。
【0027】
さらに、メタデータはXMLで記述されているため、このXMLデータ部分を抽出しておくことにより、XMLデータを理解するツールがあれば、メタデータの追加・変更・参照が可能であり、非常に汎用性に優れている。なお、XMLデータ部分の抽出については第2の実施形態で詳しく説明する。
【0028】
以上説明したように、第1の実施形態によれば、メタデータをXMLで記述し、このXMLデータをバイナリデータの最後に接続することにより、既存のバイナリデータにメタデータを登録することができる。
【0029】
すなわち、第1の実施形態によれば、所定のデータ記述言語における適正形式で記述されたメタデータをバイナリデータの最後に接続することにより、既存のアプリケーションに影響を及ぼすことなく、既存のバイナリデータにメタデータを登録することが可能となる。すなわち、メタデータが登録されたバイナリデータを、既存のアプリケーションで処理することが可能な形態で提供することができる。また、メタデータとして既存のデータ記述言語を用いれば、メタデータの編集、参照等に際して、当該データ記述言語用の既存のツールをそのまま用いることができ、開発に関する手間も省くことができる。
【0030】
<第2の実施形態>
第1の実施形態においてバイナリデータにメタデータを登録する方法を説明した。第2の実施形態では、バイナリデータにメタデータが登録されているかどうかを判別し、登録されている場合にはそのメタデータを抽出する処理について説明する。なお、第2の実施形態におけるデータ処理装置の構成は第1の実施形態(図1)と同様であるのでここでは説明を省略する。
【0031】
以下、指定されたファイルのデータに第1の実施形態で説明した如きメタデータが登録されているか否かの判定と、登録されたメタデータを抽出する動作について説明する。図4は第2の実施形態による登録されたメタデータの判別及び抽出手順を示すフローチャートである。なお、本実施形態では、抽出されたメタデータを表示部103に表示するが、出力の形態はこれに限らない。例えば、抽出したメタデータを検索処理に提供するように構成してもよいことは当業者には明らかであろう。
【0032】
図4によれば、まず、ステップS501で、ユーザの指示により、メタデータが登録されているかを判別したいファイル、即ち処理対象データを指定する。ステップS501における、処理対象データの指定は、キーボードから当該バイナリデータのファイル名を入力したり、対応するアイコンをポインティング装置(マウス)で指示することにより行われる。
【0033】
次にステップS502において、指定されたファイルのデータにXMLで記述されたメタデータが登録されているかどうかを判別する。以下、ステップS502における判別処理の詳細について図5のフローチャートと、図6の概略図にしたがって説明する。図5は第2の実施形態によるメタデータの判別処理の詳細を説明するフローチャートである。また、図6はメタデータとしてXMLデータが登録されたバイナリデータのデータ構成例を示す図である。
【0034】
第1の実施形態で説明したように、メタデータとしてのXMLデータが登録されている処理対象データのデータ構成は図6のようになっている。したがって、メタデータの有無の判別は以下のように行われる。
【0035】
図5に示されるように、まず、ステップS601で、ステップS501で指定されたファイルのデータ全体(処理対象データの全体)をメモリ(RAM106)上に読み込む。なお、第1の実施形態のステップS306によって出力されたデータは一つのファイルとして管理されるので、一般的なファイル管理システムによってこのデータの全体を読出すことが可能である。
【0036】
次にステップS602において、ステップS601で読み込んだデータの最後に“</PhotoXML>”という文字列があるか調べる。存在しなかった場合はステップS605に進む。
【0037】
一方、読み込んだ処理対象データの最後に、“</PhotoXML>”という文字列が存在した場合はステップS603にすすむ。ステップS603では“</PhotoXML>”という文字列の前に“<PhotoXML>”という文字列が存在するかどうかを調べ、さらにそれらの文字列で囲まれたデータが、XMLの適正形式で記述されているかを確認する。なお、このとき、XMLの正当なデータであるか否かの判定を含めて行うようにしてもよい。適性形式か否かの判定、正当なデータか否かの判定は、第1の実施形態(ステップS303)で説明したとおりである。
【0038】
ステップS603において適正形式であることが確認された場合は、ステップS604にすすむ。ステップS604においては、メタデータが登録されているものと結論づけ、本処理を終了する。一方、ステップS603において適正形式であることが確認されなかった場合には、処理はステップS605に進む。ステップS605においては、メタデータは登録されていないものと結論づける。すなわち、ステップS602で、当該バイナリデータの最後に文字列“</PhotoXML>”が存在しない場合、ステップS603で文字列“<PhotoXML>”が存在しない場合、或いはステップS603で内部の記述が適正でないと判定された場合には、処理はステップS605にすすみ、当該処理対象データにメタデータは登録されていないものと結論づける。
以上で、メタデータの判別を終了する。
【0039】
次に、図4のフローチャートにもどる。図5のフローチャートで示される処理によってメタデータが登録されていると結論づけられた場合には、処理はステップS503に進む。ステップS503では、文字列“<PhotoXML>”と“</PhotoXML>”で囲まれた部分のXMLデータに基づいて登録されているメタデータの内容を表示し、処理を終了する。一方、ステップS502でメタデータが登録されていないと判定された場合にはそのまま処理を終了する。
【0040】
一例として、XMLの適正形式で記述されたメタデータが登録されているメタデータつきバイナリデータを図7に示す。図7内のメタデータには、画像の“撮影者”“日付”“タイトル”“キーワード”等の情報が記入されている。従って、上述した手順によってメタデータを判別することにより、それらの情報を用いて検索等を行うことが可能である。さらに、画像の撮影時の情報“シャッタースピード”“露光時間”等をメタデータに記録することも可能であり、それらの情報を用いて自動的に画像の補正等を行うことができることもいうまでもない。
【0041】
以上説明したように、第2の実施形態によれば、メタデータ付きのバイナリデータと通常のバイナリデータとの判別を、データの末尾にXMLデータが適正形式で記述されているか否かによって判別することが可能となる。また、メタデータが判別された場合には、そのメタデータを表示することが可能となる。
【0042】
すなわち、第2の実施形態によれば、メタデータが登録されたバイナリデータとメタデータが登録されていないバイナリデータとを判別するとともに、登録されたメタデータを抽出することが可能となる。従って、メタデータとして既存のデータ記述言語を用いれば、メタデータを用いた検索に際して、当該データ記述言語用の既存のツールをそのまま用いることができ、開発に関する手間も省くことができる。
【0043】
なお、上記各実施形態では、メタデータとしてXMLデータを用いたがこれに限られるものではない。例えば、SGMLやHTML等のデータ記述言語であってもよい。また、バイナリデータとしては静止画像データ、動画像データ、音声データ等が挙げられる。
【0044】
なお、本発明は、複数の機器(例えばホストコンピュータ,インタフェイス機器,リーダ,プリンタなど)から構成されるシステムに適用しても、一つの機器からなる装置(例えば、複写機,ファクシミリ装置など)に適用してもよい。
【0045】
また、本発明の目的は、前述した実施形態の機能を実現するソフトウェアのプログラムコードを記録した記憶媒体を、システムあるいは装置に供給し、そのシステムあるいは装置のコンピュータ(またはCPUやMPU)が記憶媒体に格納されたプログラムコードを読出し実行することによっても、達成されることは言うまでもない。
【0046】
この場合、記憶媒体から読出されたプログラムコード自体が前述した実施形態の機能を実現することになり、そのプログラムコードを記憶した記憶媒体は本発明を構成することになる。
【0047】
プログラムコードを供給するための記憶媒体としては、例えば、フロッピディスク,ハードディスク,光ディスク,光磁気ディスク,CD−ROM,CD−R,磁気テープ,不揮発性のメモリカード,ROMなどを用いることができる。
【0048】
また、コンピュータが読出したプログラムコードを実行することにより、前述した実施形態の機能が実現されるだけでなく、そのプログラムコードの指示に基づき、コンピュータ上で稼働しているOS(オペレーティングシステム)などが実際の処理の一部または全部を行い、その処理によって前述した実施形態の機能が実現される場合も含まれることは言うまでもない。
【0049】
さらに、記憶媒体から読出されたプログラムコードが、コンピュータに挿入された機能拡張ボードやコンピュータに接続された機能拡張ユニットに備わるメモリに書込まれた後、そのプログラムコードの指示に基づき、その機能拡張ボードや機能拡張ユニットに備わるCPUなどが実際の処理の一部または全部を行い、その処理によって前述した実施形態の機能が実現される場合も含まれることは言うまでもない。
【0050】
【発明の効果】
以上説明したように、本発明によれば、既存のアプリケーションに影響を与えずに、バイナリデータにメタデータを登録することが可能となる。すなわち、メタデータが登録されたバイナリデータを、既存のアプリケーションで処理することが可能な形態で提供することが可能となる。
【0051】
また、本発明によれば、メタデータの記述にデータ記述言語を用いることにより、既存のデータ記述言語用のツールを利用することが可能となり、対応アプリケーションの開発が容易化される。
【0052】
さらに、本発明によれば、メタデータが記述されたバイナリデータからメタデータを抽出し、例えば検索、参照、変更等の処理に供することが可能となる。
【図面の簡単な説明】
【図1】第1の実施形態によるデータ処理装置の構成を示すブロック図である。
【図2】第1の実施形態によるメタデータの登録処理を説明するフローチャートである。
【図3】本実施形態によるバイナリデータへのメタデータの登録状態を説明する図である。
【図4】第2の実施形態による登録されたメタデータの判別及び抽出手順を示すフローチャートである。
【図5】第2の実施形態によるメタデータの判別処理の詳細を説明するフローチャートである。
【図6】メタデータとしてXMLデータが登録されたバイナリデータのデータ構成例を示す図である。
【図7】一例として、XMLの適正形式で記述されたメタデータが登録されているメタデータつきバイナリデータを示す図である。
【図8】一般的な手法により、バイナリデータにメタデータを埋め込んだデータフォーマットの概観を示す図である。
【図9】バイナリデータとメタデータをデータベースで管理する一般的な方法を概念的に示した図である。
[0001]
BACKGROUND OF THE INVENTION
The present invention relates to a data processing method and apparatus for handling binary data and metadata, and a storage medium.
[0002]
[Description of Related Art]
Metadata (meta-data) is “data related to data”, and is used as data describing binary data such as image data and audio data. However, if binary data and corresponding metadata exist in separate files, the user must manage the binary data and metadata at the same time when moving or copying the file, which is very annoying. become.
[0003]
In general, various methods for describing binary data and metadata have been proposed to facilitate the management of binary data and metadata. This type of prior art can be divided into two methods: a method of defining a new binary format and a method of managing with a database.
[0004]
First, as an example of a method for defining a new binary format, there are Tiff, Exif, Flashpix, etc. as image formats. FIG. 8 is a diagram showing an overview of a format in which metadata is embedded in binary data. Examples of binary data include image data. As shown in FIG. 8, a general method is that a framework for describing metadata is provided in the header portion of an image, and a user describes the metadata therein. By describing metadata in this way, data search / classification becomes easy. Further, since the metadata is included in the binary data, it can be managed by one file, and the file management becomes relatively easy.
[0005]
Next, a method for managing binary data and metadata in a database will be described. FIG. 9 is a diagram conceptually showing a method for managing binary data and metadata in a database. A method of managing binary data and metadata existing in separate files using a database or the like as shown in FIG. 9 is also widely performed. In this case, there is an advantage that the existing binary data can be used as it is in the existing application.
[0006]
[Problems to be solved by the invention]
However, there are problems in both the method for defining a new format for describing metadata as described above and the method for managing metadata using a database.
[0007]
First, when a new format for describing metadata is defined, existing binary data must be converted to the new format, and the metadata must be described in the new format. Furthermore, in order to search using the metadata in the new format, an application corresponding to the new format is required. That is, there is a problem that a large number of steps and a dedicated environment are required to describe and use metadata. Further, in order to process binary data in such a new format (for example, output of an image if it is image data), an application corresponding to the format is required, and it cannot be handled by an existing application.
[0008]
In addition, the metadata description method is also uniquely determined in the new format, and in order to create an application that uses the metadata in the new format, a new metadata search routine must be created. There is also a problem. In addition, there was a problem that the format specification had to be changed to describe the new framework metadata.
[0009]
On the other hand, when managing binary data and metadata at the same time using a database, there is a problem that neither metadata registration nor use is possible without database software. Also, dedicated software is required to display the registered metadata. Furthermore, when the binary data is taken out of the database, there is a problem that metadata is not added and binary data without metadata is obtained.
[0010]
The present invention has been made in view of the above-described problems relating to metadata description and search, and an object thereof is to enable metadata to be registered in binary data without affecting existing applications.
[0011]
Another object of the present invention is to provide binary data in which metadata is registered in a form that can be processed by an existing application.
[0012]
Another object of the present invention is to make it possible to use existing tools for data description languages by using a general data description language for describing metadata, and to facilitate the development of corresponding applications. There is.
[0013]
Furthermore, another object of the present invention is to extract metadata from binary data in which metadata is described, and to make it available for processing such as search, reference, and change.
[0014]
[Means for Solving the Problems]
The data processing method of the present invention for achieving the above object includes, for example, the following steps. That is,
A data processing method of a data processing apparatus for registering metadata in binary data,
A first reading step of reading the binary data to be given metadata into the memory;
A second reading step of reading on the memory metadata to be added to the binary data;
A connection step in which the processing unit connects the metadata read in the second reading step after the binary data read in the first reading step;
An output step of outputting the data obtained by the connection step as data of one file from the memory.
[0015]
Moreover, the data processing method by the other aspect of this invention for achieving said objective comprises the following processes, for example. That is,
A data processing method of a data processing apparatus for determining metadata in binary data in which metadata is registered,
A reading process for reading the data of one file into the memory;
The data included in the data exists by checking the data read in the reading process from the end and determining whether there is data described in a proper format in a predetermined data description language. And a determination step in which the processing unit determines this.
[0016]
Moreover, according to the other aspect of this invention, the data processing apparatus which implement | achieves said method is provided. Further, according to another aspect of the present invention, there is provided a storage medium storing a computer program for causing a computer to implement the data processing method.
[0017]
DETAILED DESCRIPTION OF THE INVENTION
Hereinafter, preferred embodiments of the present invention will be described with reference to the accompanying drawings.
[0018]
<First Embodiment>
FIG. 1 is a block diagram showing the configuration of the data processing apparatus according to the first embodiment. In FIG. 1, reference numeral 100 denotes a reading unit, which reads an image using a scanner device or the like. Reference numeral 101 denotes an input unit for inputting instructions and data from the user, and includes a keyboard and a pointing device. An accumulation unit 102 accumulates binary data and metadata. As the storage unit 102, a hard disk is generally used. A display unit 103 displays binary data stored in the storage unit 102 or image data read by the reading unit 100. As the display unit 103, a CRT or a liquid crystal display device is generally used.
[0019]
Reference numeral 104 denotes a CPU, which is involved in all of the above-described processes. The ROM 105 and the RAM 106 provide the CPU 104 with programs, data, or work areas necessary for the processes. It is assumed that the ROM 105 also stores a control program for realizing the processing procedure of the present embodiment described later with reference to the flowchart of FIG. Of course, the storage unit 102 may store the control program, and the control program may be loaded onto the RAM 106 in accordance with execution by the CPU 104.
[0020]
In addition to the above, the data processing apparatus of the first embodiment is provided with various components, but since it is not the main point of the present invention, the description thereof is omitted.
[0021]
Next, a process for registering metadata in binary data in the data processing apparatus configured as described above will be described. FIG. 2 is a flowchart for explaining metadata registration processing according to the first embodiment.
[0022]
In FIG. 2, first, in step S301, binary data designated by the user is read into the memory (RAM 106). This is done, for example, by inputting a desired binary data file name from the keyboard, or by pointing an icon of the binary data with a pointing device (for example, a mouse). In step S302, an XML file in which metadata specified by the user is described is read into the memory (RAM 106). The specification of the XML file is also performed by inputting a file name from the keyboard or designating a corresponding icon with a pointing device (for example, a mouse).
[0023]
In step S303, it is checked whether the XML file describing the metadata is XML data in a proper format. In the determination of the suitability format, it is checked whether the description format of the XML file is satisfied (for example, whether the left and right parentheses of the tag are paired correctly, whether the tagging format is correct, etc.). It should be noted that the determination as to whether or not the XML data is in the proper format may be a check including whether or not the data is valid XML data. Here, the determination as to whether or not the data is valid XML data is made, for example, by checking whether or not the XML data is described in accordance with a schema such as DTD (Document Type Definition).
[0024]
If it is determined in step S303 that the data is not properly formatted XML data, the process proceeds to step S305. In step S305, the fact that there is an error in the XML data is displayed on the display unit 103, and this process ends.
[0025]
On the other hand, if it is determined in step S303 that the XML file is XML data in a proper format, the process proceeds to step S304. In step S304, the metadata is registered by connecting the metadata after the binary data read into the memory in step S301. Thereafter, in step S306, binary data in which metadata is registered is output, and the process ends. Note that the data output in step S306 causes the data having the data structure shown in FIG. 3 to be stored in the storage unit 102 as one file.
[0026]
FIG. 3 is a diagram for explaining a registration state of metadata in binary data according to the present embodiment. As shown in FIG. 3, by connecting metadata described in XML data to the end of binary data, the metadata can be registered without affecting other applications. That is, the information in the header part of the binary data does not change before the connection of the metadata. For example, when the binary data is image data, the image can be reproduced by a general browser (the connected metadata is ignored). )
[0027]
Furthermore, since the metadata is described in XML, it is possible to add / change / reference the metadata if there is a tool that understands the XML data by extracting the XML data part. Excellent versatility. The extraction of the XML data portion will be described in detail in the second embodiment.
[0028]
As described above, according to the first embodiment, metadata can be registered in existing binary data by describing the metadata in XML and connecting this XML data to the end of the binary data. .
[0029]
That is, according to the first embodiment, by connecting metadata described in a proper format in a predetermined data description language to the end of binary data, existing binary data is not affected without affecting existing applications. It is possible to register metadata in. That is, binary data in which metadata is registered can be provided in a form that can be processed by an existing application. In addition, if an existing data description language is used as metadata, existing tools for the data description language can be used as they are for editing, referencing, and the like, and it is possible to save labor for development.
[0030]
<Second Embodiment>
The method for registering metadata in binary data has been described in the first embodiment. In the second embodiment, a process for determining whether or not metadata is registered in binary data and extracting the metadata when registered is described. Note that the configuration of the data processing apparatus in the second embodiment is the same as that of the first embodiment (FIG. 1), and therefore the description thereof is omitted here.
[0031]
In the following, a description will be given of the determination as to whether or not the metadata as described in the first embodiment is registered in the data of the designated file and the operation of extracting the registered metadata. FIG. 4 is a flowchart showing a procedure for discriminating and extracting registered metadata according to the second embodiment. In the present embodiment, the extracted metadata is displayed on the display unit 103, but the output form is not limited to this. For example, it will be apparent to those skilled in the art that the extracted metadata may be configured to be provided to the search process.
[0032]
According to FIG. 4, first, in step S501, a file for which it is determined whether or not metadata is registered, that is, data to be processed, is designated according to a user instruction. The designation of the processing target data in step S501 is performed by inputting a file name of the binary data from the keyboard or instructing a corresponding icon with a pointing device (mouse).
[0033]
In step S502, it is determined whether or not metadata described in XML is registered in the data of the designated file. Hereinafter, the details of the discrimination processing in step S502 will be described with reference to the flowchart of FIG. 5 and the schematic diagram of FIG. FIG. 5 is a flowchart for explaining details of the metadata determination processing according to the second embodiment. FIG. 6 is a diagram illustrating a data configuration example of binary data in which XML data is registered as metadata.
[0034]
As described in the first embodiment, the data structure of the processing target data in which XML data as metadata is registered is as shown in FIG. Therefore, the presence / absence of metadata is determined as follows.
[0035]
As shown in FIG. 5, first, in step S601, the entire data of the file specified in step S501 (the entire processing target data) is read into the memory (RAM 106). In addition, since the data output by step S306 of 1st Embodiment are managed as one file, it is possible to read this whole data with a general file management system.
[0036]
Next, in step S602, it is checked whether there is a character string “</ PhotoXML>” at the end of the data read in step S601. If not, the process proceeds to step S605.
[0037]
On the other hand, if a character string “</ PhotoXML>” exists at the end of the read processing target data, the process proceeds to step S603. In step S603, it is checked whether or not the character string “<PhotoXML>” exists before the character string “</ PhotoXML>”, and the data surrounded by the character string is described in a proper XML format. Make sure that At this time, determination may be made including whether or not the data is valid XML. The determination as to whether the format is appropriate and the determination as to whether the data is valid are as described in the first embodiment (step S303).
[0038]
If it is confirmed in step S603 that the format is proper, the process proceeds to step S604. In step S604, it is concluded that the metadata is registered, and this process ends. On the other hand, if it is not confirmed in step S603 that the format is proper, the process proceeds to step S605. In step S605, it is concluded that the metadata is not registered. That is, if the character string “</ PhotoXML>” does not exist at the end of the binary data in step S602, the character string “<PhotoXML>” does not exist in step S603, or the internal description is not appropriate in step S603. If it is determined, the process proceeds to step S605, and it is concluded that no metadata is registered in the processing target data.
This completes the metadata determination.
[0039]
Next, returning to the flowchart of FIG. If it is concluded that the metadata is registered by the process shown in the flowchart of FIG. 5, the process proceeds to step S503. In step S503, the contents of the metadata registered based on the XML data in the portion surrounded by the character strings “<PhotoXML>” and “</ PhotoXML>” are displayed, and the process ends. On the other hand, if it is determined in step S502 that the metadata is not registered, the process is terminated as it is.
[0040]
As an example, FIG. 7 shows binary data with metadata in which metadata described in an appropriate XML format is registered. In the metadata in FIG. 7, information such as “photographer”, “date”, “title”, and “keyword” of the image is entered. Therefore, it is possible to perform a search or the like using the information by determining the metadata by the above-described procedure. Furthermore, it is possible to record information such as “shutter speed” and “exposure time” at the time of image capture in metadata, and it is also possible to automatically correct an image using such information. Nor.
[0041]
As described above, according to the second embodiment, discrimination between binary data with metadata and normal binary data is discriminated based on whether or not XML data is described in a proper format at the end of the data. It becomes possible. In addition, when metadata is determined, the metadata can be displayed.
[0042]
That is, according to the second embodiment, it is possible to discriminate between binary data in which metadata is registered and binary data in which metadata is not registered, and extract the registered metadata. Therefore, if an existing data description language is used as the metadata, the existing tool for the data description language can be used as it is in the search using the metadata, and the development effort can be saved.
[0043]
In the above embodiments, XML data is used as metadata, but the present invention is not limited to this. For example, a data description language such as SGML or HTML may be used. Examples of binary data include still image data, moving image data, audio data, and the like.
[0044]
Note that the present invention can be applied to a system including a plurality of devices (for example, a host computer, an interface device, a reader, a printer, and the like), but a device (for example, a copier, a facsimile device, and the like) including a single device. You may apply to.
[0045]
Another object of the present invention is to supply a storage medium storing software program codes for implementing the functions of the above-described embodiments to a system or apparatus, and the computer (or CPU or MPU) of the system or apparatus stores the storage medium. Needless to say, this can also be achieved by reading and executing the program code stored in the.
[0046]
In this case, the program code itself read from the storage medium realizes the functions of the above-described embodiments, and the storage medium storing the program code constitutes the present invention.
[0047]
As a storage medium for supplying the program code, for example, a floppy disk, a hard disk, an optical disk, a magneto-optical disk, a CD-ROM, a CD-R, a magnetic tape, a nonvolatile memory card, a ROM, or the like can be used.
[0048]
Further, by executing the program code read by the computer, not only the functions of the above-described embodiments are realized, but also an OS (operating system) operating on the computer based on the instruction of the program code. It goes without saying that a case where the function of the above-described embodiment is realized by performing part or all of the actual processing and the processing is included.
[0049]
Further, after the program code read from the storage medium is written in a memory provided in a function expansion board inserted into the computer or a function expansion unit connected to the computer, the function expansion is performed based on the instruction of the program code. It goes without saying that the CPU or the like provided in the board or the function expansion unit performs part or all of the actual processing, and the functions of the above-described embodiments are realized by the processing.
[0050]
【The invention's effect】
As described above, according to the present invention, metadata can be registered in binary data without affecting an existing application. That is, binary data in which metadata is registered can be provided in a form that can be processed by an existing application.
[0051]
Further, according to the present invention, by using a data description language for describing metadata, it becomes possible to use a tool for an existing data description language, and development of a corresponding application is facilitated.
[0052]
Furthermore, according to the present invention, metadata can be extracted from binary data in which metadata is described, and can be used for processing such as search, reference, and change.
[Brief description of the drawings]
FIG. 1 is a block diagram showing a configuration of a data processing apparatus according to a first embodiment.
FIG. 2 is a flowchart illustrating metadata registration processing according to the first embodiment.
FIG. 3 is a diagram illustrating a registration state of metadata in binary data according to the present embodiment.
FIG. 4 is a flowchart showing a determination and extraction procedure of registered metadata according to the second embodiment.
FIG. 5 is a flowchart illustrating details of metadata determination processing according to the second embodiment;
FIG. 6 is a diagram illustrating a data configuration example of binary data in which XML data is registered as metadata.
FIG. 7 is a diagram illustrating binary data with metadata in which metadata described in an XML proper format is registered as an example.
FIG. 8 is a diagram showing an overview of a data format in which metadata is embedded in binary data by a general method.
FIG. 9 is a diagram conceptually illustrating a general method for managing binary data and metadata in a database.

Claims (14)

バイナリデータにメタデータを登録するデータ処理装置のデータ処理方法であって、
メタデータの付与対象のバイナリデータをメモリ上に読み込む第1読込工程と、
前記バイナリデータに付与すべきメタデータを前記メモリ上に読み込む第2読込工程と、
前記第1読込工程において読み込まれたバイナリデータの後に、前記第2読込工程で読み込まれたメタデータを処理ユニットが接続する接続工程と、
前記接続工程によって得られたデータを一つのファイルのデータとして前記メモリから出力する出力工程とを備えることを特徴とするデータ処理方法。
A data processing method of a data processing apparatus for registering metadata in binary data,
A first reading step of reading the binary data to be given metadata into the memory;
A second reading step of reading on the memory metadata to be added to the binary data;
A connection step in which the processing unit connects the metadata read in the second reading step after the binary data read in the first reading step;
A data processing method comprising: an output step of outputting the data obtained in the connection step as data of one file from the memory.
前記第2読込工程において読み込まれたメタデータが、所定のデータ記述言語における適正な形式で記述されているか否かを前記処理ユニットが判定する判定工程を更に備え、
前記接続工程において、前記処理ユニットは、前記判定工程で適正な形式で記述されていると判定された場合に、前記メタデータを前記バイナリデータの後に接続することを特徴とする請求項1に記載のデータ処理方法。
A determination step in which the processing unit determines whether the metadata read in the second reading step is described in an appropriate format in a predetermined data description language;
2. The connection unit according to claim 1, wherein, in the connection step, the processing unit connects the metadata after the binary data when it is determined that the processing unit is described in an appropriate format in the determination step. Data processing method.
メタデータが登録されたバイナリデータにおいてメタデータを判別するデータ処理装置のデータ処理方法であって、
1つのファイルのデータをメモリ上に読み込む読込工程と、
前記読込工程において読み込まれたデータを末尾より検査し、所定のデータ記述言語における適正な形式で記述されたデータが存在するか否かを判定することにより、該データに含まれるメタデータが存在することを前記処理ユニットが判別する判別工程とを備えることを特徴とするデータ処理方法。
A data processing method of a data processing apparatus for determining metadata in binary data in which metadata is registered,
A reading process for reading the data of one file into the memory;
The data included in the data exists by checking the data read in the reading process from the end and determining whether there is data described in a proper format in a predetermined data description language. A data processing method comprising: a determination step for the processing unit to determine this.
前記判別工程においてメタデータが判別された場合、判別されたメタデータを抽出して前記メモリから出力する出力工程を更に備えることを特徴とする請求項3に記載のデータ処理方法。  4. The data processing method according to claim 3, further comprising: an output step of extracting the determined metadata and outputting it from the memory when the metadata is determined in the determining step. 前記判別工程は、
前記所定のデータ記述言語に規定された末尾文字列が前記データの末尾に存在するか否かを前記処理ユニットがチェックするチェック工程と、
該末尾文字列が存在する場合に前記所定のデータ記述言語に規定された先頭文字列を該データの先頭ヘ向かって前記処理ユニットが検索する検索工程と、
前記検索工程において前記先頭文字列が検索された場合、該先頭文字列と前記末尾文字列との間のデータが、前記所定のデータ記述言語における適正な形式を有するか否かを前記処理ユニットが検査する検査工程とを備えることを特徴とする請求項3に記載のデータ処理方法。
The discrimination step includes
A check step in which the processing unit checks whether or not an end character string defined in the predetermined data description language exists at the end of the data;
A search step in which the processing unit searches the head character string defined in the predetermined data description language toward the head of the data when the tail character string exists;
When the first character string is searched in the search step, the processing unit determines whether or not the data between the first character string and the last character string has an appropriate format in the predetermined data description language. The data processing method according to claim 3, further comprising an inspection step for inspecting.
前記バイナリデータは画像データおよび音声データのうち少なくとも1つであることを特徴とする請求項1乃至5のいずれかに記載のデータ処理方法。  6. The data processing method according to claim 1, wherein the binary data is at least one of image data and audio data. バイナリデータにメタデータを登録するデータ処理装置であって、
メタデータの付与対象のバイナリデータを読み込む第1読込手段と、
前記バイナリデータに付与すべきメタデータを読み込む第2読込手段と、
前記第1読込手段で読み込まれたバイナリデータの後に、前記第2読込手段で読み込まれたメタデータを接続する接続手段と、
前記接続手段によって得られたデータを一つのファイルのデータとして出力する出力手段とを備えることを特徴とするデータ処理装置。
A data processing apparatus for registering metadata in binary data,
A first reading means for reading binary data to be given metadata;
A second reading means for reading metadata to be added to the binary data;
Connection means for connecting the metadata read by the second reading means after the binary data read by the first reading means;
A data processing apparatus comprising: output means for outputting data obtained by the connection means as data of one file.
前記第2読込手段で読み込まれたメタデータが、所定のデータ記述言語における適正な形式で記述されているか否かを判定する判定手段を更に備え、
前記接続手段は、前記判定手段で適正な形式で記述されていると判定された場合に、前記メタデータを前記バイナリデータの後に接続することを特徴とする請求項7に記載のデータ処理装置。
Determination means for determining whether the metadata read by the second reading means is described in an appropriate format in a predetermined data description language;
8. The data processing apparatus according to claim 7, wherein the connection unit connects the metadata after the binary data when it is determined by the determination unit that the data is described in an appropriate format.
メタデータが登録されたバイナリデータにおいてメタデータを判別する装置であって、
1つのファイルのデータを読み込む読込手段と、
前記読込手段で読み込まれたデータを末尾より検査し、所定のデータ記述言語における適正な形式で記述されたデータが存在するか否かを判定することにより、該データに含まれるメタデータの存在を判別する判別手段とを備えることを特徴とするデータ処理装置。
An apparatus for discriminating metadata in binary data in which metadata is registered,
A reading means for reading data of one file;
Examine the data read by the reading means from the end, and determine whether there is data described in a proper format in a predetermined data description language, thereby determining the presence of metadata included in the data A data processing apparatus comprising: a determination unit for determining.
前記判別手段においてメタデータが判別された場合、判別されたメタデータを抽出して出力する出力手段を更に備えることを特徴とする請求項9に記載のデータ処理装置。  The data processing apparatus according to claim 9, further comprising an output unit that extracts and outputs the determined metadata when the determination unit determines the metadata. 前記判別手段は、
前記所定のデータ記述言語に規定された末尾文字列が前記データの末尾に存在するか否かをチェックするチェック手段と、
該末尾文字列が存在する場合に前記所定のデータ記述言語に規定された先頭文字列を該データの先頭ヘ向かって検索する検索手段と、
前記検索手段で前記先頭文字列が検索された場合、該先頭文字列と前記末尾文字列との間のデータが、前記所定のデータ記述言語における適正な形式を有するか否かを検査する検査手段とを備えることを特徴とする請求項9に記載のデータ処理装置。
The discrimination means includes
Checking means for checking whether or not the end character string defined in the predetermined data description language exists at the end of the data;
Search means for searching for a head character string defined in the predetermined data description language toward the head of the data when the tail character string exists;
Inspecting means for inspecting whether data between the first character string and the last character string has an appropriate format in the predetermined data description language when the first character string is retrieved by the retrieval means The data processing apparatus according to claim 9, further comprising:
前記バイナリデータは画像データおよび音声データのうち少なくとも1つであるであることを特徴とする請求項7乃至11のいずれかに記載のデータ処理装置。  12. The data processing apparatus according to claim 7, wherein the binary data is at least one of image data and audio data. バイナリデータにメタデータを登録するデータ処理装置のためのコンピュータプログラムを格納するコンピュータ読み取り可能な記憶媒体であって、
メタデータの付与対象のバイナリデータをメモリ上に読み込む第1読込工程と、
前記バイナリデータに付与すべきメタデータを前記メモリ上に読み込む第2読込工程と、
前記第1読込工程で読み込まれたバイナリデータの後に、前記第2読込工程で読み込まれたメタデータを処理装置が接続する接続工程と、
前記接続工程によって得られたデータを一つのファイルのデータとして前記メモリから出力する出力工程と、をコンピュータに実行させるためのプログラムを記憶したコンピュータ読み取り可能な記憶媒体。
A computer-readable storage medium for storing a computer program for a data processing apparatus for registering metadata in binary data,
A first reading step of reading the binary data of grantees metadata in memory,
A second reading step of reading on the memory metadata to be added to the binary data ;
A connection step in which the processing device connects the metadata read in the second reading step after the binary data read in the first reading step ;
A computer-readable storage medium storing a program for causing a computer to execute the output step of outputting the data obtained in the connection step as data of one file from the memory.
バイナリデータにメタデータを登録するデータ処理装置のためのコンピュータプログラムを格納するコンピュータ読み取り可能な記憶媒体であって、
1つのファイルのデータを前記メモリ上に読み込む読込工程と、
前記読込工程において読み込まれたデータを末尾より検査し、所定のデータ記述言語における適正な形式で記述されたデータが存在するか否かを判定することにより、該データに含まれるメタデータの存在を処理装置が判別する判別工程と、をコンピュータに実行させるためのプログラムを記憶したコンピュータ読み取り可能な記憶媒体。
A computer-readable storage medium for storing a computer program for a data processing apparatus for registering metadata in binary data,
A reading process of reading data of one file into the memory;
Examine the data read in the reading step from the end, and determine whether there is data described in a proper format in a predetermined data description language, thereby determining the presence of metadata included in the data A computer-readable storage medium storing a program for causing a computer to execute a determination step determined by a processing device.
JP10574199A 1999-04-13 1999-04-13 Data processing method and apparatus, and storage medium Expired - Fee Related JP4072283B2 (en)

Priority Applications (8)

Application Number Priority Date Filing Date Title
JP10574199A JP4072283B2 (en) 1999-04-13 1999-04-13 Data processing method and apparatus, and storage medium
EP00303051A EP1045315A3 (en) 1999-04-13 2000-04-11 Data processing method and apparatus
EP10191844A EP2312474A1 (en) 1999-04-13 2000-04-11 Data processing method and apparatus
US09/548,295 US6886131B1 (en) 1999-04-13 2000-04-12 Data processing method and apparatus
CNB001065661A CN1193292C (en) 1999-04-13 2000-04-13 Digit processing method and apparatus
CNB2004100459201A CN1306441C (en) 1999-04-13 2000-04-13 Data processing method and appts.
US11/086,297 US20050165848A1 (en) 1999-04-13 2005-03-23 Data processing method and apparatus
US11/086,284 US7349911B2 (en) 1999-04-13 2005-03-23 Data processing method and apparatus

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP10574199A JP4072283B2 (en) 1999-04-13 1999-04-13 Data processing method and apparatus, and storage medium

Publications (3)

Publication Number Publication Date
JP2000298605A JP2000298605A (en) 2000-10-24
JP2000298605A5 JP2000298605A5 (en) 2007-04-05
JP4072283B2 true JP4072283B2 (en) 2008-04-09

Family

ID=14415703

Family Applications (1)

Application Number Title Priority Date Filing Date
JP10574199A Expired - Fee Related JP4072283B2 (en) 1999-04-13 1999-04-13 Data processing method and apparatus, and storage medium

Country Status (1)

Country Link
JP (1) JP4072283B2 (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP4810009B2 (en) * 2001-06-27 2011-11-09 キヤノン株式会社 Data processing apparatus, method and program
JP5814513B2 (en) * 2010-03-29 2015-11-17 オリンパス株式会社 Image communication system

Also Published As

Publication number Publication date
JP2000298605A (en) 2000-10-24

Similar Documents

Publication Publication Date Title
JP4378029B2 (en) Data processing method and apparatus, and storage medium
US6886131B1 (en) Data processing method and apparatus
US6571248B1 (en) Data processing method and apparatus
US20020049731A1 (en) Information processing method and apparatus
JPH08241332A (en) Device and method for retrieving all-sentence registered word
US10339208B2 (en) Electronic documentation
JP4697913B2 (en) Data retrieval apparatus and method
JP4072293B2 (en) Data processing method and apparatus, and storage medium
JP4072283B2 (en) Data processing method and apparatus, and storage medium
JP4072285B2 (en) Data processing method and apparatus, and storage medium
JP4072284B2 (en) Data processing method and apparatus, and storage medium
JP2002116946A (en) Multimedia data storage method, device and storage medium
JP4373029B2 (en) Document management apparatus, document management method, and recording medium
JP2000311103A (en) Method and device for processing data and storage medium
JP3466792B2 (en) Drawing search method and apparatus
JP7377565B2 (en) Drawing search device, drawing database construction device, drawing search system, drawing search method, and program
JP2004253996A (en) Method and apparatus for registering and discriminating metadata, and storage medium
JP2005010950A (en) File management device, file management method, program, and recording medium
JP4925711B2 (en) Batch registration information generation apparatus, batch registration information generation method, and batch registration information generation program
JP2006260053A (en) Specific subroutine retrieval system and program used therefor
JP2002244915A (en) Data management method, device thereof, and storage medium
JP2000312290A (en) Data processing method, data processor and storage medium
JP2002091979A (en) Device/method for document and storage medium
JP2004178180A (en) Registration and retrieval system for full-text retrieval information
JP2001160052A (en) System and method for managing document, and recording medium

Legal Events

Date Code Title Description
A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20060406

A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20060406

RD01 Notification of change of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7426

Effective date: 20060406

RD03 Notification of appointment of power of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7423

Effective date: 20060406

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20071029

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20071211

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

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20080121

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

Year of fee payment: 3

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

Free format text: PAYMENT UNTIL: 20120125

Year of fee payment: 4

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

Free format text: PAYMENT UNTIL: 20130125

Year of fee payment: 5

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

Free format text: PAYMENT UNTIL: 20140125

Year of fee payment: 6

LAPS Cancellation because of no payment of annual fees