WO2004114148A1 - Heterogeneous indexing for annotation systems - Google Patents

Heterogeneous indexing for annotation systems Download PDF

Info

Publication number
WO2004114148A1
WO2004114148A1 PCT/EP2004/051082 EP2004051082W WO2004114148A1 WO 2004114148 A1 WO2004114148 A1 WO 2004114148A1 EP 2004051082 W EP2004051082 W EP 2004051082W WO 2004114148 A1 WO2004114148 A1 WO 2004114148A1
Authority
WO
WIPO (PCT)
Prior art keywords
parameters
index
data object
identifying
mapping
Prior art date
Application number
PCT/EP2004/051082
Other languages
French (fr)
Inventor
Brian Cragun
Julia Rice
Peter Schwarz
William Swope
Hoa Tran
Original Assignee
International Business Machines Corporation
Ibm United Kingdom Limited
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 International Business Machines Corporation, Ibm United Kingdom Limited filed Critical International Business Machines Corporation
Publication of WO2004114148A1 publication Critical patent/WO2004114148A1/en

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F17/00Digital computing or data processing equipment or methods, specially adapted for specific functions
    • G06F17/40Data acquisition and logging
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/21Design, administration or maintenance of databases
    • G06F16/211Schema design and management
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/955Retrieval from the web using information identifiers, e.g. uniform resource locators [URL]
    • G06F16/9558Details of hyperlinks; Management of linked annotations
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/10File systems; File servers
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/22Indexing; Data structures therefor; Storage structures
    • G06F16/221Column-oriented storage; Management thereof
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/22Indexing; Data structures therefor; Storage structures
    • G06F16/2228Indexing structures
    • G06F16/2272Management thereof
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/30Information retrieval; Database structures therefor; File system structures therefor of unstructured textual data
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/951Indexing; Web crawling techniques

Definitions

  • the present invention relates to the field of data entry and retrieval and, more particularly, to a method and system for indexing annotations made for a variety of heterogeneous data objects.
  • An annotation system is used to create, store, and retrieve descriptive information about objects.
  • Virtually any identifiable type of object may be annotated, such as a matrix of data (e.g., a spreadsheet or database table), a text document, or an image.
  • subportions of objects may be annotated, such as a cell, row, or column in a database table or a section, paragraph, or word in a text document.
  • Some annotation systems store annotations separately, without modifying the annotated data objects themselves. For example, annotations are often contained in annotation records stored in a separate annotation store, typically a database.
  • the annotation records typically contain information about the annotations contained therein, such as the creation date and author of the annotation, and an identification of the annotated data object, typically in the form of an index.
  • An indexing scheme is typically used to map each annotation to the annotated data object or sub-object, based on the index. Therefore, the index must provide enough specificity to allow the indexing scheme to locate the annotated data object (or sub- object). Further, the indexing scheme must work both ways: given an index, the indexing scheme must be able to locate the annotated data object and, given an object, the indexing scheme must be able to calculate the index for use in classification, comparison, and searching (e.g., to search for annotations for a given data object).
  • Databases are typically used as the annotation store for performance reasons, so that annotation records can be efficiently stored and retrieved. Therefore, the annotation indexing scheme should be designed so that the annotation records can be efficiently indexed, for example, taking advantage of existing indexing technology that utilizes database keys for indexing.
  • a database key is a unique identifier for an entity in a database table (e.g., a social security is often used as a database key).
  • database keys To enable searching, sorting, and comparisons (necessary to query an annotation database), it is generally a requirement that database keys have a homogeneous content and attribute count (i.e., the same number and type of parameters).
  • the present invention generally is directed to a method and system for indexing annotations made for a variety of different type objects.
  • One embodiment provides a method generally including creating an annotation for a first data object identified by a first plurality of identifying parameters, creating an index for the first data object, the index comprising one or more index values, each generated based on one or more of the first plurality of identifying parameters, creating an annotation record containing the annotation and the index for the first data object.
  • Another embodiment provides a method of managing annotations for a plurality of different type data objects.
  • the method generally includes receiving a set of parameters identifying a data object, selecting, based on the set of identifying parameters, a mapping from a plurality of mappings, each containing a different set of mapping functions, and creating an index for the data object by mapping the identifying parameters to columns in an index table, as specified by the mapping functions of the selected mapping.
  • Another embodiment provides a computer-readable medium containing a program for indexing annotations.
  • the program When executed by a processor, the program performs operations generally including creating an annotation for a data object identified by a plurality of identifying parameters, creating an index for the data object, the index comprising one or more index values, each generated based on one or more of the plurality of identifying parameters, and creating an annotation record containing the annotation and the index for the data object.
  • Another embodiment provides a system including an annotation database for storing annotation records containing annotations for the different type data objects, an index table for storing indexes for the different type data objects, the index having a plurality of columns, each corresponding to a different value of the indexes, a plurality of mappings, each containing functions for mapping a set of identifying parameters for a different type of data object to one or more columns in the index table, and an executable annotation component.
  • the annotation component is generally configured to receive sets of parameters identifying data objects and, for each set of identifying parameters received, select one of the mappings based on the corresponding set of identifying parameters, and create an index for the first data object by mapping the first set of identifying parameters to columns in the index table, as specified by the mapping functions of the selected mapping.
  • FIG. 1 is a computer system illustratively utilized in accordance with embodiments of the present invention.
  • FIGs. 2A and 2B are relational views of exemplary components according to one embodiment of the present invention.
  • FIG. 3 is a flow diagram of exemplary operations for indexing an annotation according to one embodiment of the present invention.
  • FIGs.4A and 4B are flow charts illustrating exemplary operations of an indexing component according to one embodiment of the present invention.
  • FIGs. 5A-5C illustrate exemplary index table mappings according to one embodiment of the present invention.
  • FIGs. 6A and 6B illustrate exemplary data object indexes for a text document and a database table, respectively, according to one embodiment of the present invention.
  • FIG. 7 is a flow diagram of exemplary operations for retrieving a list of annotated data objects according to one embodiment of the present invention.
  • FIGs. 8A and 8B are exemplary graphical user interface (GUI) screens illustrating annotated data objects according to one embodiment of the present invention.
  • GUI graphical user interface
  • FIG. 9 is a flow diagram of exemplary operations for retrieving a list of annotations for a specified data object, according to one embodiment of the present invention.
  • FIGs. 10A and 10B are exemplary GUI screens illustrating a list of annotations and an interface for searching annotations, respectively, according to one embodiment of the present invention.
  • FIG. 11 is a flow diagram of exemplary operations for searching annotations according to one embodiment of the present invention. Mode for the Invention
  • a set of parameters uniquely identifying an annotated data object may be converted to an index comprising a set of index values, each corresponding to a column in a homogeneous index table.
  • a mapping may be provided for each different type (or classification) of data object that may be annotated, that defines how the identifying parameters of that type will be mapped to the columns of the homogeneous index table.
  • annotation generally refers to any type of descriptive information associated with one or more data objects.
  • Annotations may exist in various forms, including textual annotations (descriptions, revisions, clarifications, comments, instructions, etc.), graphical annotations (pictures, symbols, etc.), sound clips, etc. While an annotation may exist in any or all of these forms, to facilitate understanding, embodiments of the present invention may be described below with reference to textual annotations as a particular, but not limiting, example of an annotation. Accordingly, it should be understood that the following techniques described with reference to textual annotations may also be applied to other types of annotations, as well, and, more generally, to any type of data object that references another data object.
  • the term document will generally refer to any type of file, or other type collection of data, that contains an annotated data sub-object or is annotated itself, including, but not limited to text documents, databases, database tables, spreadsheets, HTML pages, Adobe Acrobat® (PDF) documents, image files, other multimedia files, and any other type of document or file that may be annotated or may contain annotated sub-objects.
  • PDF Adobe Acrobat®
  • One embodiment of the invention is implemented as a program product for use with a computer system such as, for example, the computer system 110 of the data processing environment 100 shown in FIG. 1 and described below.
  • the program(s) of the program product defines functions of the embodiments (including the methods described herein) and can be contained on a variety of signal-bearing media.
  • Illustrative signal-bearing media include, but are not limited to: (i) information permanently stored on non- writable storage media (e.g., read-only memory devices within a computer such as CD-ROM disks readable by a CD-ROM drive); (ii) alterable information stored on writable storage media (e.g., floppy disks within a diskette drive or hard-disk drive); or (iii) information conveyed to a computer by a communications medium, such as through a computer or telephone network, including wireless communications. The latter embodiment specifically includes information downloaded from the Internet and other networks.
  • Such signal-bearing media when carrying computer- readable instructions that direct the functions of the present invention, represent embodiments of the present invention.
  • routines executed to implement the embodiments of the invention may be part of an operating system or a specific application, component, program, module, object, or sequence of instructions.
  • the software of the present invention typically is comprised of a multitude of instructions that will be translated by the native computer into a machine-readable format and hence executable instructions.
  • programs are comprised of variables and data structures that either reside locally to the program or are found in memory or on storage devices.
  • various programs described hereinafter may be identified based upon the application for which they are implemented in a specific embodiment of the invention. However, it should be appreciated that any particular nomenclature that follows is used merely for convenience, and thus the invention should not be limited to use solely in any specific application identified and/or implied by such nomenclature.
  • the data processing environment 100 includes a computer system 110 and a plurality of networked devices 146.
  • the computer system 110 may represent any type of computer, computer system or other programmable electronic device, including a client computer, a server computer, a portable computer, an embedded controller, a PC-based server, a minicomputer, a midrange computer, a mainframe computer, and other computers adapted to support the methods, apparatus, and article of manufacture of the invention.
  • the computer system 110 is an eServer iSeries computer system available from International Business Machines (IBM) of Armonk, New York.
  • the computer system 110 could include a number of operators and peripheral systems as shown, for example, by a mass storage interface 137 operably connected to a direct access storage device (DASD) 138, by a video interface 140 operably connected to a display 142, and by a network interface 144 operably connected to the networked devices 146.
  • the display 142 may be any video output device for outputting viewable information.
  • the networked devices 146 may be any combination of any type networked devices, such as networked workstations, servers, printers, and network accessed storage (NAS) devices.
  • NAS network accessed storage
  • Computer system 110 is shown comprising at least one processor 112, which obtains instructions and data via a bus 114 from a main memory 116.
  • the processor 112 could be any processor adapted to support the methods of the invention.
  • the main memory 116 is any memory sufficiently large to hold the necessary programs and data structures.
  • Main memory 116 could be one or a combination of memory devices, including Random Access Memory, nonvolatile or backup memory, (e.g., programmable or Flash memories, read-only memories, etc.).
  • memory 116 may be considered to include memory physically located elsewhere in a computer system 110, for example, any storage capacity used as virtual memory or stored on a mass storage device (e.g., DASD 138) or on another computer coupled to the computer system 110 via bus 114.
  • the memory 116 is shown configured with an operating system 118.
  • the operating system 118 is the software used for managing the operation of the computer system 110. Examples of suitable operating systems include such as IBM's OS/400, IBM's ATX, Unix, Linux, Microsoft Windows®, and the like.
  • the memory 116 further includes at least one application 120 and an annotation system 130.
  • the annotation system 130 may be integrated with the operating system 118 and/or may be capable of operating in a stand alone manner, for example, without an application 120.
  • the application 120 and the annotation system 130 are software products comprising a plurality of instructions that are resident at various times in various memory and storage devices in the computer system 110. When read and executed by one or more processors 112 in the computer system 110, the application 120 and the annotation system 130 cause the computer system 110 to perform the steps necessary to execute steps or elements embodying the various aspects of the invention.
  • the application 120 is generally configured to access (i.e., generate, edit, modify, display, etc.) a data object 122.
  • the data object 122 may be any type data object, such as a text document, a spreadsheet, a database file, a database table, a multimedia file, or any subcomponent thereof, and may be identified by a set of identifying (ID) parameters 124.
  • ID parameters 124 may include any suitable number and type of parameters containing sufficient information to uniquely identify the data object 122, and the exact contents therein may vary for each type of object.
  • each set of ID parameters 124 will likely include at least one parameter specifying a location of the data object 122, such as a full file name including a full directory path or a Uniform Resource Locator (URL).
  • URL Uniform Resource Locator
  • the annotation system 130 is generally configured to allow users of the application program 120 to generate, store, and retrieve annotations associated with the data object 122.
  • the annotations may be contained in annotation records 150, for example, stored in an annotation database 139 (e.g., in the DASD 138).
  • the annotation records 150 may also contain various information about the annotation, such as the author and creation date of the annotation, as well as an index identifying the annotated data object 122. While illustrated as separate from the application 120, for some embodiments, the annotation system 130 may be an integral part of the application 120 or a "plug-in" application.
  • the annotation system 130 may include various software components, such as an indexing component 132 configured to generate an index for the data object 122 based on the ID parameters 124 and one or more mappings, which may be contained in mapping tables 134. Indexes created for annotated data objects 122 may be stored in an index table 152 in the annotation data base 139.
  • an indexing component 132 configured to generate an index for the data object 122 based on the ID parameters 124 and one or more mappings, which may be contained in mapping tables 134.
  • Indexes created for annotated data objects 122 may be stored in an index table 152 in the annotation data base 139.
  • FIGs. 2A and 2B are relational views of various components of the annotation system 130 during annotation generation and annotation retrieval, respectively, that illustrate the creation and utilization of indexes according to one embodiment of the present invention.
  • the indexing component 132 may receive, from the application program 120, a set of LD parameters for a data object 122 to be annotated. The indexing component 132 may then create an index 151 based on the set of ID parameters, for use in indexing an annotation 153 created for the data object 122.
  • the indexing component may convert an index for a retrieved annotation into a set of ID parameters 124, allowing the application program 120 to identify the data object associated with the annotation.
  • FIG. 3 illustrates exemplary operations 300 for creating and indexing an annotation, according to one embodiment of the present invention.
  • the operations 300 begin, at step 302, by creating an annotation for a data object identified by a set of ID parameters.
  • an annotation 153 for the data object 122 may be created via an annotation generation component 133, such as a graphical user interface (GUI), included with the annotation system 130.
  • GUI graphical user interface
  • a user may invoke the annotation generation component 133 from the application program 120, for example, after selecting the data object 122 to be annotated.
  • the annotation generation component 133 may allow annotations to be created in a way that allows searching the annotation database 139 for annotations satisfying certain query conditions (as described below with reference to FIG. 11).
  • Methods and apparatus for capturing annotations in a way that allows queries with conditions or predicates on annotations (as well as the annotated data) are described in the commonly-owned U.S. Pat. No. 6,519,603, entitled “Method And System For Organizing An Annotation Structure And For Querying Data And Annotations", which is herein inco ⁇ orated by reference.
  • an index 151 is created for the annotated data object 122, wherein the index 151 comprises a set of index values, each index value generated based on one or more of the ID parameters 124. As illustrated, the index 151 may be added to an index table 152 containing columns, each corresponding to one of the index values.
  • an annotation record is created containing the index for the data object and the annotation created for the data object. As described below with reference to FIG. 7, in some cases, the index table 152 may be queried to generate a list of annotated data objects contained in a document or to generate a list of annotations for a specified data object, as described below, with reference to FIG. 9.
  • FIG.4A illustrates exemplary operations 400 that may be performed by the indexing component 133 for creating the index 151 for the data object 122 based on the ID parameters 124.
  • the operations 400 may comprise an index generation subroutine, called by the annotation system 130 or the application program 120, in order to convert the TD parameters 124 into a set of one or more values for use with the index 151.
  • the operations 400 begin, at step 402, by receiving object TD parameters 124, for example, after invoking the annotation generation component 133 to create the annotation 153.
  • the TD parameters 124 may uniquely identify the data object 122, and the exact type and number of the parameters 124 may vary depending on the type of data object 122. For example, if the data object 122 is a text document (or a sub-component thereof), the ID parameters 124 may include parameters for a location, file, section name, paragraph and word. Further, some TD parameters may specify a file name having an extension indicative of the type of file.
  • the annotated data object 122 is classified, for example, based on the
  • ID parameters 124 as being associated with a text document, a database table, or other type of document.
  • the determined classification may be used to select an appropriate mapping table 134 for converting the TD parameters 124 to index values. For example, if the data object 122 is classified as being associated with a database, a database mapping table 134 is selected, at step 408. If the data object 122 is classified as being associated with a text document, as dete ⁇ nined at step 410, a text document mapping table 134 is selected, at step 412.
  • step 414 If the data object is classified as being associated with another type of document, processing proceeds to step 414 to select a mapping table for the other type document.
  • Examples of other types of documents that may be supported by the annotation system 130 include, but are not limited to, Adobe Acrobat ® files (having objects identified by one or more of an ObjectID, GenNumber, Offset, and Length) and HTML document (with objects identified by one or more of an Anchor, Image, and Link). Accordingly, one advantage of the indexing scheme described herein is that supporting a new type of data object classification essentially requires little more than the development of a new mapping table 134 configured to map the TD parameters 124 of the new type of data object to columns of the index table 152.
  • the index 151 is created for the object 122 by mapping the ID parameters 124 to column values of the index table 152, as specified by the selected mapping table 134.
  • the mapping tables 134 may each contain a set of mapping functions that specify how to convert the ID parameters 124, which may vary in number and/or type with each different classification of data type, into an index 151 comprising a homogeneous set of index values.
  • the mapping tables 134 ensure that indexes 151 created for different types of data objects 122 may comprise the same type and number of index values, regardless of their corresponding type (e.g., text document, database table, etc.), by mapping one or more of the ID parameters 124 to one or more of the column values of the index table 152.
  • FIGs. 5A-5C illustrate exemplary mappings of TD parameters 124 for different types of data objects to column values of the index table 152.
  • separate index tables 152 may be provided for each different data type or different portions of the same index table 152 may be allocated to indexes for different types of data objects.
  • a first portion of the index table 152 e.g., defined by a first range of one or more of the column values
  • a second portion of the index table 152 e.g., defined by a second range of one or more of the column values
  • the index table 152 may be further partitioned to allocate portions to different documents (e.g., a range of column values generated from file or database table names), or different sub-portions thereof (e.g., a range of column values generated from database columns or rows, text document paragraphs or words, or any such sub-index column value).
  • portions e.g., a range of column values generated from file or database table names
  • sub-portions thereof e.g., a range of column values generated from database columns or rows, text document paragraphs or words, or any such sub-index column value
  • an index table 152 may include an additional column containing a single value, generated from the other column values, that uniquely identifies the index. Rather than store multiple index table column values with each annotation record 150, this single value may be stored, which may facilitating searching. [047] As illustrated in FIG.
  • one configuration of ID parameters 124 of a data object associated with a text document may be mapped to a 5-column index table 152 via a one-to-one mapping, with each parameter mapped directly to a corresponding column.
  • a corresponding mapping table 134 may specify that the first parameter (location) is mapped directly to the first column, the second parameter (file name) is mapped directly to the second column, and so on.
  • the illustrated text document TD parameters 124 A are exemplary only and other configurations of TD parameters 124 for text documents may include other and/or different parameters than those illustrated, such as page, offset, and length parameters that uniquely identify an annotated portion of the document.
  • FIG. 5B illustrates the mapping of relational database TD parameters 124 to columns in the index table 152.
  • the indexing component 133 should also be configured to generate a set of TD parameters 124 for an annotated data object 122, given a corresponding index 151.
  • the annotation system 130 may return a set of ID parameters 124 to an application program 120 to identify an annotated data object. Therefore, mapping tables 134 may also contain sufficient information (e.g., "inverse" mapping functions) to allow the indexing component 133 to convert column values of an index 151 back to a set of TD parameters 124.
  • FIG.4B illustrates exemplary operations 450 (similar to the operations 400), that may be performed by the indexing component 133 to generate a set of TD parameters 124 from an index 151.
  • the operations 450 begin, at step 452, by receiving an index for an annotated data object, for example, as a result of searching the index table 152 for a set of annotated data objects 122 in response to a request from an application program 120.
  • the index may be in the form of a set of column values, or a single value generated by combining the column values.
  • a classification for the object is determined based on the index. As described with reference to FIG.4A, the object classification may be used to select a mapping table 134, which may be used to convert the index column values to TD parameters 124, as illustrated in steps 456-466.
  • Documents are typically arranged as hierarchical structures of different "levels" of data objects, each of which may be annotated for different reasons.
  • a database table may be annotated to explain why it was created (its pu ⁇ ose)
  • a database column may be annotated to clarify what type of data is stored therein
  • a database row may be annotated to comment on a particular set of data (e.g., all related to a common patient)
  • a database cell may be annotated to comment on the significance of a particular value stored therein (e.g., an darmingly high test result).
  • higher level data objects may be identified by indexes with fewer column values than indexes for lower level data objects (which may be regarded as sub-objects of the higher level data objects).
  • a document index may include only location and file column values (e.g., with NULL values inserted for the remaining column values), a section index may include location, file, and section column values, while a paragraph index may include location, file, section, and paragraph column values.
  • An index for a specific word may require all illustrated column values: location, file, section, paragraph, and word (an index for a group of words may additionally include a length parameter indicating the number of words in the group).
  • indexes for different database objects may also include different column values.
  • a database index may include only a location column value, while a table index may also include a table column value.
  • a column index may include an index value for a column name (or number)
  • a row index may include an index value for a row number
  • a cell index may include index values for both a row number and column name (or number).
  • a list of annotated data objects may be obtained by searching the index table 152 for indexes that match one or more "higher level” column values, without specifying column values used to identify lower level sub-objects (or by using a "wild card” for such column values).
  • indexes for annotated sections, paragraphs, and words of a text document may all be retrieved by searching the index table 152 for indexes matching only specified location and file column values.
  • indexes for annotated columns, rows, and cells of a database table may be retrieved by searching only on location and table column values.
  • index table 152 may be searched to obtain a list of annotated data objects for a specified document (as illustrated in FIG. 7).
  • the index table 152 and/or annotation records 150 may be searched to return a set of annotations associated with a specified data object (as illustrated in FIG. 9) or a set of annotations satisfying a specified set of conditions (as illustrated in FIG. 11).
  • FIG.7 is a flow diagram of exemplary operations 700 for obtaining a list of annotated data objects for a specified document, for example, in response to a request from an application program 120 for a list of annotations for a recently loaded document (e.g., the application program 120 may be designed to provide an indication of the annotated data objects).
  • the operations 700 begin, at step 702, by receiving a request for a list of annotated data objects within a document identified by one or more TD parameters.
  • an index is created for the document based on the one or more TD parameters (e.g., as described above with reference to FIG.4A).
  • the index table 152 is searched for indexes containing column values matching the one or more index values.
  • “high level” ID parameters e.g., location and file parameters
  • Any of the lower level data objects of the document that have been annotated should have corresponding entries in the index table 152 with the same "high level” column values.
  • a query searching the index table 152 for matches on these column values should return a list of indexes for all the "lower level” annotated data objects for the document.
  • each of the indexes returned from the query is converted to a set of TD parameters that uniquely identifies the annotated data object (e.g., as described above with reference to FIG.4B).
  • a list of the sets of TD parameters identifying the annotated data objects is returned, for example, to a requesting application program 120.
  • the requesting application program 120 may then provide an indication of the annotated data objects, for example, by displaying a set of annotation icons 155, as illustrated in the exemplary graphical user interface (GUI) screen 800 of FIG. 8 A.
  • GUI graphical user interface
  • the exemplary computer screen 800 shows an illustrative table of test results, having columns for Patient TD, Test Data and Test Results.
  • the annotation icons 155 , 155 2 and 1553 indicate that the table itself, the Test Results column, and the second cell in the Test Results column, respectively, are each annotated.
  • the corresponding annotations may be viewed, for example, by selecting one of the annotation icons 155 (e.g., via a mouse click) or by pressing a View Annotations button 802.
  • the annotations may be displayed in popup or "fly-over" windows 820 (as shown 820 -820 ).
  • the application program 120 may only retrieve the list of annotated data objects, in order to provide an indication thereof, and may not retrieve the corresponding annotations until receiving a (user) request to view them.
  • FIG. 9 illustrates exemplary operations 900 that may be performed to retrieve a list of annotations associated with a specified data object.
  • the operations 900 begin, at step 902, by receiving a request for annotations corresponding to a data object identified by a set of TD parameters (e.g., in response to a user selecting an annotation icon 155).
  • an index is created based on the ID parameters and, at step 906, the annotation records 150 are searched using the created index (e.g., for indexes having values matching column values of the created index).
  • the index table 152 may first be searched to dete ⁇ nine if an annotation exists (e.g., an entry in the index table indicates an annotation exists), and the corresponding annotation may be subsequently retrieved. Further, depending on the implementation, the search may be limited to annotations for the specified data object itself, or may include annotations for any sub-objects of the specified data object. If the request includes annotations for sub-objects, the query may be fashioned as described above with reference to FIG. 7, to return any annotations having indexes that match the higher level index column values.
  • a list of annotations with matching index values is received and, at step 910, the list of annotations is returned.
  • the operations 900 may also include converting indexes for the annotated sub- objects into TD parameters identifying the sub-objects and returning the sub-object TD parameters with the list of annotations.
  • a requesting application program may display the annotations in a document, as shown above in the GUI screen 800 of FIG. 8B.
  • an application program 120 may display a list of annotations in a separate annotation window 1000, as illustrated in FIG. 10A.
  • annotation icons 155 corresponding to the listed annotations may optionally be displayed, as well, to identify which data objects are associated with which annotations.
  • a user may have a desire to search for annotations (e.g., other than just those listed in annotation window 1000) satisfying certain conditions, and their corresponding data objects.
  • a medical researcher may be interested in reviewing annotations authored by his manager, and/or annotations created within a certain time range (e.g., within the last month), as well as reviewing the annotated data.
  • the manager may have generated annotations that question the validity of certain data and the researcher may be charged with verifying and/or correcting the data in question.
  • the annotation system 130 may provide a GUI screen 1020 for searching annotations (possibly accessible from the annotation window 1000 via a Search Annotations button 1002), as illustrated in FIG. 10B.
  • the GUI screen 1020 may allow a user to specify search conditions to be used in searching annotation records 150.
  • the GUI screen 1020 may include text boxes 1022-1028, allowing a user to enter search conditions based on an Author of the annotation (1022), a range of dates in which the annotation was created (1024 and 1026), as well as a string of text contained in the content of the annotation (1028).
  • the annotation system 130 may generate and issue a query against the annotation database 139 to return a list of annotations satisfying the specified query conditions, as well as the associated data objects.
  • FIG. 11 is a flow diagram of exemplary operations that may be performed by the annotation system 130 to retrieve a list of annotations satisfying a set of specified conditions, such as those that may be specified via the GUI 1020 of FIG. 10B.
  • the operations 1100 begin, at step 1102, by receiving a request for a list of annotated data objects having annotations that satisfy one or more specified conditions (e.g., a specified author, creation date, and/or content).
  • the annotation database 139 is searched (queried) for annotations satisfying the one or more specified conditions.
  • the indexes for data objects associated with the annotations satisfying the one or more specified conditions are obtained.
  • each of the obtained indexes is converted to a set of parameters identifymg the corresponding annotated data object.
  • the annotations and corresponding sets of identifying parameters are returned, for example, to a requesting application program 120.
  • the application program 120 may then provide an indication of the annotations satisfying the specified conditions, for example, as a list of annotations in an annotation window 1000, as shown in FIG. 10A.
  • a user may be provided the ability to retrieve or display an annotated data object by selecting (e.g., double-clicking) one of the listed annotations.
  • an application associated with the document containing the annotated data object may be automatically invoked upon selecting the annotation.
  • homogeneous indexes By creating a table of homogeneous indexes, annotations created for a wide variety of heterogeneous data objects may be organized and searched using conventional database indexing technology.
  • Homogeneous indexes may be created by mapping one or more parameters that uniquely identify annotated data objects to one or more column values in the index table. Mapping tables that define how the identifying parameters of the corresponding data type will be mapped to the columns of the index table may be provided for each different type (or classification) of data object that may be annotated. Accordingly, indexes may be created for new data object classifications via the addition of new mapping tables, without having to redesign the index table or the underlying indexing scheme, thus saving development time and associated cost.

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Databases & Information Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • Data Mining & Analysis (AREA)
  • General Physics & Mathematics (AREA)
  • Software Systems (AREA)
  • Computer Hardware Design (AREA)
  • Mathematical Physics (AREA)
  • Document Processing Apparatus (AREA)

Abstract

Methods, systems, and articles of manufacture for indexing annotations made for a variety of different type (i.e., heterogeneous) data objects are provided. A set of parameters uniquely identifying an annotated data object may be converted to an index comprising a set of index values, each corresponding to a column in a homogeneous index table. In order to accommodate the indexing of heterogeneous data objects, a mapping may be provided for each different type (or classification) of data object that may be annotated, that defines how the identifying parameters of that type will be mapped to the columns of the homogeneous index table.

Description

Description
HETEROGENEOUS INDEXING FOR ANNOTATION SYSTEMS
Technical Field
[001] The present invention relates to the field of data entry and retrieval and, more particularly, to a method and system for indexing annotations made for a variety of heterogeneous data objects. Background Art
[002] An annotation system is used to create, store, and retrieve descriptive information about objects. Virtually any identifiable type of object may be annotated, such as a matrix of data (e.g., a spreadsheet or database table), a text document, or an image. Further, subportions of objects (sub-objects) may be annotated, such as a cell, row, or column in a database table or a section, paragraph, or word in a text document. Some annotation systems store annotations separately, without modifying the annotated data objects themselves. For example, annotations are often contained in annotation records stored in a separate annotation store, typically a database. The annotation records typically contain information about the annotations contained therein, such as the creation date and author of the annotation, and an identification of the annotated data object, typically in the form of an index.
[003] An indexing scheme is typically used to map each annotation to the annotated data object or sub-object, based on the index. Therefore, the index must provide enough specificity to allow the indexing scheme to locate the annotated data object (or sub- object). Further, the indexing scheme must work both ways: given an index, the indexing scheme must be able to locate the annotated data object and, given an object, the indexing scheme must be able to calculate the index for use in classification, comparison, and searching (e.g., to search for annotations for a given data object).
[004] Databases are typically used as the annotation store for performance reasons, so that annotation records can be efficiently stored and retrieved. Therefore, the annotation indexing scheme should be designed so that the annotation records can be efficiently indexed, for example, taking advantage of existing indexing technology that utilizes database keys for indexing. A database key is a unique identifier for an entity in a database table (e.g., a social security is often used as a database key). To enable searching, sorting, and comparisons (necessary to query an annotation database), it is generally a requirement that database keys have a homogeneous content and attribute count (i.e., the same number and type of parameters).
[005] However, a problem arises when the annotations must reference a variety of different (i.e., heterogeneous) types of objects, which is fairly common in modern business enteφrises. For example, an annotation system for a biomedical enteφrise may need to annotate documents, experimental data, genomic data, images, and the like. The problem arises because each of these different types of objects has a different way of identifying itself, and may also have a different number and type of sub- objects, resulting in different types of indexes for each. For example, a database table may be indexed using four parameters (location, table, row, and column), while a text document may be indexed using five parameters (location, file, section name, paragraph, and word). Thus, ideally, the indexing method for each type of object would be allowed to be different.
[006] Given that an annotation system may need to index a variety of different data objects having a variety of different identifying parameters, the requirement to be able to index and search the annotation store seems in opposition to the conventional database indexing requirement that database keys used for indexing have a homogeneous content and attribute count. Accordingly, there is a need for an improved method for indexing annotations, preferably that allows for the flexible identification of a variety of different type annotated data objects. Disclosure of Invention
[007] The present invention generally is directed to a method and system for indexing annotations made for a variety of different type objects.
[008] One embodiment provides a method generally including creating an annotation for a first data object identified by a first plurality of identifying parameters, creating an index for the first data object, the index comprising one or more index values, each generated based on one or more of the first plurality of identifying parameters, creating an annotation record containing the annotation and the index for the first data object.
[009] Another embodiment provides a method of managing annotations for a plurality of different type data objects. The method generally includes receiving a set of parameters identifying a data object, selecting, based on the set of identifying parameters, a mapping from a plurality of mappings, each containing a different set of mapping functions, and creating an index for the data object by mapping the identifying parameters to columns in an index table, as specified by the mapping functions of the selected mapping.
[010] Another embodiment provides a computer-readable medium containing a program for indexing annotations. When executed by a processor, the program performs operations generally including creating an annotation for a data object identified by a plurality of identifying parameters, creating an index for the data object, the index comprising one or more index values, each generated based on one or more of the plurality of identifying parameters, and creating an annotation record containing the annotation and the index for the data object.
[011] Another embodiment provides a system including an annotation database for storing annotation records containing annotations for the different type data objects, an index table for storing indexes for the different type data objects, the index having a plurality of columns, each corresponding to a different value of the indexes, a plurality of mappings, each containing functions for mapping a set of identifying parameters for a different type of data object to one or more columns in the index table, and an executable annotation component. The annotation component is generally configured to receive sets of parameters identifying data objects and, for each set of identifying parameters received, select one of the mappings based on the corresponding set of identifying parameters, and create an index for the first data object by mapping the first set of identifying parameters to columns in the index table, as specified by the mapping functions of the selected mapping. Brief Description of the Drawings
[012] Embodiments of the present invention will now be described, by way of example only, with reference to the accompanying drawings in which:
[013] It is to be noted, however, that the appended drawings illustrate only typical embodiments of this invention and are therefore not to be considered limiting of its scope, for the invention may admit to other equally effective embodiments.
[014] FIG. 1 is a computer system illustratively utilized in accordance with embodiments of the present invention.
[015] FIGs. 2A and 2B are relational views of exemplary components according to one embodiment of the present invention.
[016] FIG. 3 is a flow diagram of exemplary operations for indexing an annotation according to one embodiment of the present invention.
[017] FIGs.4A and 4B are flow charts illustrating exemplary operations of an indexing component according to one embodiment of the present invention.
[018] FIGs. 5A-5C illustrate exemplary index table mappings according to one embodiment of the present invention.
[019] FIGs. 6A and 6B illustrate exemplary data object indexes for a text document and a database table, respectively, according to one embodiment of the present invention.
[020] FIG. 7 is a flow diagram of exemplary operations for retrieving a list of annotated data objects according to one embodiment of the present invention.
[021] FIGs. 8A and 8B are exemplary graphical user interface (GUI) screens illustrating annotated data objects according to one embodiment of the present invention.
[022] FIG. 9 is a flow diagram of exemplary operations for retrieving a list of annotations for a specified data object, according to one embodiment of the present invention. [023] FIGs. 10A and 10B are exemplary GUI screens illustrating a list of annotations and an interface for searching annotations, respectively, according to one embodiment of the present invention.
[024] FIG. 11 is a flow diagram of exemplary operations for searching annotations according to one embodiment of the present invention. Mode for the Invention
[025] Described below are embodiments for indexing annotations made for a variety of different type (i.e., heterogeneous) data objects. A set of parameters uniquely identifying an annotated data object may be converted to an index comprising a set of index values, each corresponding to a column in a homogeneous index table. In order to accommodate the indexing of heterogeneous data objects, a mapping may be provided for each different type (or classification) of data object that may be annotated, that defines how the identifying parameters of that type will be mapped to the columns of the homogeneous index table. By generating a homogeneous set of index values, conventional indexing schemes may be utilized to organize and search annotations made for a variety of different object types. Indexing annotations for new classifications of data objects may be readily supported via the addition of new mappings, without having to redesign the index table or the underlying indexing scheme.
[026] As used herein, the term annotation generally refers to any type of descriptive information associated with one or more data objects. Annotations may exist in various forms, including textual annotations (descriptions, revisions, clarifications, comments, instructions, etc.), graphical annotations (pictures, symbols, etc.), sound clips, etc. While an annotation may exist in any or all of these forms, to facilitate understanding, embodiments of the present invention may be described below with reference to textual annotations as a particular, but not limiting, example of an annotation. Accordingly, it should be understood that the following techniques described with reference to textual annotations may also be applied to other types of annotations, as well, and, more generally, to any type of data object that references another data object. Further, in order to facilitate the following discussion, the term document will generally refer to any type of file, or other type collection of data, that contains an annotated data sub-object or is annotated itself, including, but not limited to text documents, databases, database tables, spreadsheets, HTML pages, Adobe Acrobat® (PDF) documents, image files, other multimedia files, and any other type of document or file that may be annotated or may contain annotated sub-objects.
[027] One embodiment of the invention is implemented as a program product for use with a computer system such as, for example, the computer system 110 of the data processing environment 100 shown in FIG. 1 and described below. The program(s) of the program product defines functions of the embodiments (including the methods described herein) and can be contained on a variety of signal-bearing media. Illustrative signal-bearing media include, but are not limited to: (i) information permanently stored on non- writable storage media (e.g., read-only memory devices within a computer such as CD-ROM disks readable by a CD-ROM drive); (ii) alterable information stored on writable storage media (e.g., floppy disks within a diskette drive or hard-disk drive); or (iii) information conveyed to a computer by a communications medium, such as through a computer or telephone network, including wireless communications. The latter embodiment specifically includes information downloaded from the Internet and other networks. Such signal-bearing media, when carrying computer- readable instructions that direct the functions of the present invention, represent embodiments of the present invention.
[028] In general, the routines executed to implement the embodiments of the invention, may be part of an operating system or a specific application, component, program, module, object, or sequence of instructions. The software of the present invention typically is comprised of a multitude of instructions that will be translated by the native computer into a machine-readable format and hence executable instructions. Also, programs are comprised of variables and data structures that either reside locally to the program or are found in memory or on storage devices. In addition, various programs described hereinafter may be identified based upon the application for which they are implemented in a specific embodiment of the invention. However, it should be appreciated that any particular nomenclature that follows is used merely for convenience, and thus the invention should not be limited to use solely in any specific application identified and/or implied by such nomenclature.
[029] Referring now to FIG. 1, the data processing environment 100 is shown. In general, the data processing environment 100 includes a computer system 110 and a plurality of networked devices 146. The computer system 110 may represent any type of computer, computer system or other programmable electronic device, including a client computer, a server computer, a portable computer, an embedded controller, a PC-based server, a minicomputer, a midrange computer, a mainframe computer, and other computers adapted to support the methods, apparatus, and article of manufacture of the invention. In one embodiment, the computer system 110 is an eServer iSeries computer system available from International Business Machines (IBM) of Armonk, New York.
[030] The computer system 110 could include a number of operators and peripheral systems as shown, for example, by a mass storage interface 137 operably connected to a direct access storage device (DASD) 138, by a video interface 140 operably connected to a display 142, and by a network interface 144 operably connected to the networked devices 146. The display 142 may be any video output device for outputting viewable information. The networked devices 146 may be any combination of any type networked devices, such as networked workstations, servers, printers, and network accessed storage (NAS) devices.
[031] Computer system 110 is shown comprising at least one processor 112, which obtains instructions and data via a bus 114 from a main memory 116. The processor 112 could be any processor adapted to support the methods of the invention. The main memory 116 is any memory sufficiently large to hold the necessary programs and data structures. Main memory 116 could be one or a combination of memory devices, including Random Access Memory, nonvolatile or backup memory, (e.g., programmable or Flash memories, read-only memories, etc.). In addition, memory 116 may be considered to include memory physically located elsewhere in a computer system 110, for example, any storage capacity used as virtual memory or stored on a mass storage device (e.g., DASD 138) or on another computer coupled to the computer system 110 via bus 114.
[032] The memory 116 is shown configured with an operating system 118. The operating system 118 is the software used for managing the operation of the computer system 110. Examples of suitable operating systems include such as IBM's OS/400, IBM's ATX, Unix, Linux, Microsoft Windows®, and the like. The memory 116 further includes at least one application 120 and an annotation system 130. For some embodiments, the annotation system 130 may be integrated with the operating system 118 and/or may be capable of operating in a stand alone manner, for example, without an application 120.
[033] The application 120 and the annotation system 130 are software products comprising a plurality of instructions that are resident at various times in various memory and storage devices in the computer system 110. When read and executed by one or more processors 112 in the computer system 110, the application 120 and the annotation system 130 cause the computer system 110 to perform the steps necessary to execute steps or elements embodying the various aspects of the invention. The application 120 is generally configured to access (i.e., generate, edit, modify, display, etc.) a data object 122.
[034] The data object 122 may be any type data object, such as a text document, a spreadsheet, a database file, a database table, a multimedia file, or any subcomponent thereof, and may be identified by a set of identifying (ID) parameters 124. As will be described in greater detail below, the ID parameters 124 may include any suitable number and type of parameters containing sufficient information to uniquely identify the data object 122, and the exact contents therein may vary for each type of object. However, each set of ID parameters 124 will likely include at least one parameter specifying a location of the data object 122, such as a full file name including a full directory path or a Uniform Resource Locator (URL).
[035] The annotation system 130 is generally configured to allow users of the application program 120 to generate, store, and retrieve annotations associated with the data object 122. The annotations may be contained in annotation records 150, for example, stored in an annotation database 139 (e.g., in the DASD 138). The annotation records 150 may also contain various information about the annotation, such as the author and creation date of the annotation, as well as an index identifying the annotated data object 122. While illustrated as separate from the application 120, for some embodiments, the annotation system 130 may be an integral part of the application 120 or a "plug-in" application. In either case, as illustrated, the annotation system 130 may include various software components, such as an indexing component 132 configured to generate an index for the data object 122 based on the ID parameters 124 and one or more mappings, which may be contained in mapping tables 134. Indexes created for annotated data objects 122 may be stored in an index table 152 in the annotation data base 139.
[036] FIGs. 2A and 2B are relational views of various components of the annotation system 130 during annotation generation and annotation retrieval, respectively, that illustrate the creation and utilization of indexes according to one embodiment of the present invention. As illustrated in FIG. 2A, the indexing component 132 may receive, from the application program 120, a set of LD parameters for a data object 122 to be annotated. The indexing component 132 may then create an index 151 based on the set of ID parameters, for use in indexing an annotation 153 created for the data object 122. As illustrated in FIG. 2B, upon retrieving an annotation from the annotation database 130, the indexing component may convert an index for a retrieved annotation into a set of ID parameters 124, allowing the application program 120 to identify the data object associated with the annotation.
[037] Operation of the annotation system 130 and components therein may best be described with reference to FIG. 3, which illustrates exemplary operations 300 for creating and indexing an annotation, according to one embodiment of the present invention. The operations 300 begin, at step 302, by creating an annotation for a data object identified by a set of ID parameters. For example, an annotation 153 for the data object 122 may be created via an annotation generation component 133, such as a graphical user interface (GUI), included with the annotation system 130. A user may invoke the annotation generation component 133 from the application program 120, for example, after selecting the data object 122 to be annotated.
[038] For some embodiments, the annotation generation component 133 may allow annotations to be created in a way that allows searching the annotation database 139 for annotations satisfying certain query conditions (as described below with reference to FIG. 11). Methods and apparatus for capturing annotations in a way that allows queries with conditions or predicates on annotations (as well as the annotated data) are described in the commonly-owned U.S. Pat. No. 6,519,603, entitled "Method And System For Organizing An Annotation Structure And For Querying Data And Annotations", which is herein incoφorated by reference.
[039] At step 304, an index 151 is created for the annotated data object 122, wherein the index 151 comprises a set of index values, each index value generated based on one or more of the ID parameters 124. As illustrated, the index 151 may be added to an index table 152 containing columns, each corresponding to one of the index values. At step 306, an annotation record is created containing the index for the data object and the annotation created for the data object. As described below with reference to FIG. 7, in some cases, the index table 152 may be queried to generate a list of annotated data objects contained in a document or to generate a list of annotations for a specified data object, as described below, with reference to FIG. 9.
[040] The exact operations performed to create the index 151 based on the ID parameters
124 may vary with different data types, and may be dictated by a mapping table 134 associated with the data type of the annotated data object 122. The mapping table 134 may include one or more mappings (e.g., information, such as mapping functions, used to map TD parameters to index values). FIG.4A illustrates exemplary operations 400 that may be performed by the indexing component 133 for creating the index 151 for the data object 122 based on the ID parameters 124. For example, the operations 400 may comprise an index generation subroutine, called by the annotation system 130 or the application program 120, in order to convert the TD parameters 124 into a set of one or more values for use with the index 151.
[041] The operations 400 begin, at step 402, by receiving object TD parameters 124, for example, after invoking the annotation generation component 133 to create the annotation 153. As previously described, the TD parameters 124 may uniquely identify the data object 122, and the exact type and number of the parameters 124 may vary depending on the type of data object 122. For example, if the data object 122 is a text document (or a sub-component thereof), the ID parameters 124 may include parameters for a location, file, section name, paragraph and word. Further, some TD parameters may specify a file name having an extension indicative of the type of file.
[042] At step 404, the annotated data object 122 is classified, for example, based on the
ID parameters 124, as being associated with a text document, a database table, or other type of document. The determined classification may be used to select an appropriate mapping table 134 for converting the TD parameters 124 to index values. For example, if the data object 122 is classified as being associated with a database, a database mapping table 134 is selected, at step 408. If the data object 122 is classified as being associated with a text document, as deteπnined at step 410, a text document mapping table 134 is selected, at step 412.
[043] If the data object is classified as being associated with another type of document, processing proceeds to step 414 to select a mapping table for the other type document. Examples of other types of documents that may be supported by the annotation system 130 include, but are not limited to, Adobe Acrobat ® files (having objects identified by one or more of an ObjectID, GenNumber, Offset, and Length) and HTML document (with objects identified by one or more of an Anchor, Image, and Link). Accordingly, one advantage of the indexing scheme described herein is that supporting a new type of data object classification essentially requires little more than the development of a new mapping table 134 configured to map the TD parameters 124 of the new type of data object to columns of the index table 152.
[044] At step 416, the index 151 is created for the object 122 by mapping the ID parameters 124 to column values of the index table 152, as specified by the selected mapping table 134. The mapping tables 134 may each contain a set of mapping functions that specify how to convert the ID parameters 124, which may vary in number and/or type with each different classification of data type, into an index 151 comprising a homogeneous set of index values. In other words, the mapping tables 134 ensure that indexes 151 created for different types of data objects 122 may comprise the same type and number of index values, regardless of their corresponding type (e.g., text document, database table, etc.), by mapping one or more of the ID parameters 124 to one or more of the column values of the index table 152.
[045] FIGs. 5A-5C illustrate exemplary mappings of TD parameters 124 for different types of data objects to column values of the index table 152. Depending on the embodiment, separate index tables 152 may be provided for each different data type or different portions of the same index table 152 may be allocated to indexes for different types of data objects. For example, a first portion of the index table 152 (e.g., defined by a first range of one or more of the column values) may be allocated to data objects related to text documents, while a second portion of the index table 152 (e.g., defined by a second range of one or more of the column values) may be allocated to data objects related to databases. The index table 152 may be further partitioned to allocate portions to different documents (e.g., a range of column values generated from file or database table names), or different sub-portions thereof (e.g., a range of column values generated from database columns or rows, text document paragraphs or words, or any such sub-index column value).
[046] For illustrative puφoses, the index table 152 of FIGs. 5A-5C is shown with 5 columns. However, the types of objects indexed, the types of searches supported and desired characteristics of the indexing performance may dictate the actual number of columns in the index table 152 for a particular implementation. Further, for some embodiments, an index table 152 may include an additional column containing a single value, generated from the other column values, that uniquely identifies the index. Rather than store multiple index table column values with each annotation record 150, this single value may be stored, which may facilitating searching. [047] As illustrated in FIG. 5A, one configuration of ID parameters 124 of a data object associated with a text document may be mapped to a 5-column index table 152 via a one-to-one mapping, with each parameter mapped directly to a corresponding column. In other words, a corresponding mapping table 134 may specify that the first parameter (location) is mapped directly to the first column, the second parameter (file name) is mapped directly to the second column, and so on. Of course, the illustrated text document TD parameters 124 A are exemplary only and other configurations of TD parameters 124 for text documents may include other and/or different parameters than those illustrated, such as page, offset, and length parameters that uniquely identify an annotated portion of the document. In other words, different types of TD parameters 124 may be used to identify data objects within the same type of document. [048] As illustrated in FIG. 5B, in some cases, there may be more columns in the index table 152 than there are ID parameters 124. FIG. 5B illustrates the mapping of relational database TD parameters 124 to columns in the index table 152. As shown, because the ID parameters 124 B may only include four parameters, one or more of the index table columns may not be used. In such cases, the mapping table 134 may populate an unused column with an empty value (e.g., COL5 = NULL).
[049] On the other hand, as illustrated in FIG. 5C, in some cases, there may be fewer columns in the index table 152 than there are ID parameters 124, as shown by the Arbitrary Data Object TD Parameters 124 (which may represent any set of ID parameters 124 greater in number than index table columns). In such cases, more than one of the TD parameters 124 may be combined to generate a single column value. Of course, the combination should be accomplished in such a way that the single column value uniquely identifies the combination of parameters. As an example, parameter 2 may be mapped to a first set of bytes of the column 2 value, while parameter 3 may be mapped to a second set of bytes of the column 2, according to the following equation:
[050] COL2 = 0x10000 * PARAM3 + PARAM2
[051] Accordingly, if column 2 is 8 bytes long, the second parameter will be contained in the lower four bytes, while the third parameter will be contained in the upper four bytes. Of course, any other suitable equation or technique may also be used to map more than one ID parameter to a single column value.
[052] As previously described, for retrieval pmposes, the indexing component 133 should also be configured to generate a set of TD parameters 124 for an annotated data object 122, given a corresponding index 151. For example, the annotation system 130 may return a set of ID parameters 124 to an application program 120 to identify an annotated data object. Therefore, mapping tables 134 may also contain sufficient information (e.g., "inverse" mapping functions) to allow the indexing component 133 to convert column values of an index 151 back to a set of TD parameters 124. FIG.4B illustrates exemplary operations 450 (similar to the operations 400), that may be performed by the indexing component 133 to generate a set of TD parameters 124 from an index 151.
[053] The operations 450 begin, at step 452, by receiving an index for an annotated data object, for example, as a result of searching the index table 152 for a set of annotated data objects 122 in response to a request from an application program 120. The index may be in the form of a set of column values, or a single value generated by combining the column values. At step 454, a classification for the object is determined based on the index. As described with reference to FIG.4A, the object classification may be used to select a mapping table 134, which may be used to convert the index column values to TD parameters 124, as illustrated in steps 456-466.
[054] Documents are typically arranged as hierarchical structures of different "levels" of data objects, each of which may be annotated for different reasons. For example, a database table may be annotated to explain why it was created (its puφose), a database column may be annotated to clarify what type of data is stored therein, a database row may be annotated to comment on a particular set of data (e.g., all related to a common patient), while a database cell may be annotated to comment on the significance of a particular value stored therein (e.g., an darmingly high test result). In general, higher level data objects may be identified by indexes with fewer column values than indexes for lower level data objects (which may be regarded as sub-objects of the higher level data objects).
[055] Accordingly, different level data objects (as well as different data objects of the same level) within the same document may be identified by indexes comprising different combinations of some or all of the index table column values. For example, as illustrated in FIG. 6A, a document index may include only location and file column values (e.g., with NULL values inserted for the remaining column values), a section index may include location, file, and section column values, while a paragraph index may include location, file, section, and paragraph column values. An index for a specific word, however, may require all illustrated column values: location, file, section, paragraph, and word (an index for a group of words may additionally include a length parameter indicating the number of words in the group).
[056] In a similar manner, as illustrated in FIG. 6B, indexes for different database objects may also include different column values. For example, a database index may include only a location column value, while a table index may also include a table column value. In addition to location and table column values, a column index may include an index value for a column name (or number), a row index may include an index value for a row number, while a cell index may include index values for both a row number and column name (or number).
[057] As will be described in greater detail below, a list of annotated data objects may be obtained by searching the index table 152 for indexes that match one or more "higher level" column values, without specifying column values used to identify lower level sub-objects (or by using a "wild card" for such column values). As an example, indexes for annotated sections, paragraphs, and words of a text document, may all be retrieved by searching the index table 152 for indexes matching only specified location and file column values. As another example, indexes for annotated columns, rows, and cells of a database table may be retrieved by searching only on location and table column values.
[058] As previously described, by generating an index table 152 with a homogeneous set of index values, conventional indexing schemes may be utilized to organize and search annotations made for a variety of different type data objects. For example, the index table 152 may be searched to obtain a list of annotated data objects for a specified document (as illustrated in FIG. 7). Alternatively, the index table 152 and/or annotation records 150 may be searched to return a set of annotations associated with a specified data object (as illustrated in FIG. 9) or a set of annotations satisfying a specified set of conditions (as illustrated in FIG. 11).
[059] For example, FIG.7 is a flow diagram of exemplary operations 700 for obtaining a list of annotated data objects for a specified document, for example, in response to a request from an application program 120 for a list of annotations for a recently loaded document (e.g., the application program 120 may be designed to provide an indication of the annotated data objects). The operations 700 begin, at step 702, by receiving a request for a list of annotated data objects within a document identified by one or more TD parameters. At step 704, an index is created for the document based on the one or more TD parameters (e.g., as described above with reference to FIG.4A). At step 706, the index table 152 is searched for indexes containing column values matching the one or more index values.
[060] As described above, a document may be identified by a relatively small number of
"high level" ID parameters (e.g., location and file parameters), which may be mapped to column values of a corresponding index 151. Any of the lower level data objects of the document that have been annotated should have corresponding entries in the index table 152 with the same "high level" column values. Thus, a query searching the index table 152 for matches on these column values should return a list of indexes for all the "lower level" annotated data objects for the document. At step 708, each of the indexes returned from the query is converted to a set of TD parameters that uniquely identifies the annotated data object (e.g., as described above with reference to FIG.4B). At step 710, a list of the sets of TD parameters identifying the annotated data objects is returned, for example, to a requesting application program 120. [061] As described above, the requesting application program 120 may then provide an indication of the annotated data objects, for example, by displaying a set of annotation icons 155, as illustrated in the exemplary graphical user interface (GUI) screen 800 of FIG. 8 A. The exemplary computer screen 800 shows an illustrative table of test results, having columns for Patient TD, Test Data and Test Results. The annotation icons 155 , 155 2 and 1553 indicate that the table itself, the Test Results column, and the second cell in the Test Results column, respectively, are each annotated.
[062] The corresponding annotations may be viewed, for example, by selecting one of the annotation icons 155 (e.g., via a mouse click) or by pressing a View Annotations button 802. As shown in FIG. 8B, for some embodiments, the annotations may be displayed in popup or "fly-over" windows 820 (as shown 820 -820 ). Depending on the implementation, however, it may be necessary to first retrieve the annotations from the annotation database 139. In other words, for performance reasons, the application program 120 may only retrieve the list of annotated data objects, in order to provide an indication thereof, and may not retrieve the corresponding annotations until receiving a (user) request to view them.
[063] FIG. 9 illustrates exemplary operations 900 that may be performed to retrieve a list of annotations associated with a specified data object. The operations 900 begin, at step 902, by receiving a request for annotations corresponding to a data object identified by a set of TD parameters (e.g., in response to a user selecting an annotation icon 155). At step 904, an index is created based on the ID parameters and, at step 906, the annotation records 150 are searched using the created index (e.g., for indexes having values matching column values of the created index).
[064] For some embodiments, in an effort to improve performance, the index table 152 may first be searched to deteπnine if an annotation exists (e.g., an entry in the index table indicates an annotation exists), and the corresponding annotation may be subsequently retrieved. Further, depending on the implementation, the search may be limited to annotations for the specified data object itself, or may include annotations for any sub-objects of the specified data object. If the request includes annotations for sub-objects, the query may be fashioned as described above with reference to FIG. 7, to return any annotations having indexes that match the higher level index column values.
[065] At step 908, a list of annotations with matching index values is received and, at step 910, the list of annotations is returned. If the request included annotations for sub- objects, the operations 900 may also include converting indexes for the annotated sub- objects into TD parameters identifying the sub-objects and returning the sub-object TD parameters with the list of annotations. In either case, upon receiving the list of annotations, a requesting application program may display the annotations in a document, as shown above in the GUI screen 800 of FIG. 8B.
[066] For some implementations, an application program 120 may display a list of annotations in a separate annotation window 1000, as illustrated in FIG. 10A. As shown, annotation icons 155 corresponding to the listed annotations may optionally be displayed, as well, to identify which data objects are associated with which annotations. In some cases, a user may have a desire to search for annotations (e.g., other than just those listed in annotation window 1000) satisfying certain conditions, and their corresponding data objects. As an example, a medical researcher may be interested in reviewing annotations authored by his manager, and/or annotations created within a certain time range (e.g., within the last month), as well as reviewing the annotated data. For example, the manager may have generated annotations that question the validity of certain data and the researcher may be charged with verifying and/or correcting the data in question.
[067] Therefore, for some embodiments, the annotation system 130 may provide a GUI screen 1020 for searching annotations (possibly accessible from the annotation window 1000 via a Search Annotations button 1002), as illustrated in FIG. 10B. The GUI screen 1020 may allow a user to specify search conditions to be used in searching annotation records 150. For example, the GUI screen 1020 may include text boxes 1022-1028, allowing a user to enter search conditions based on an Author of the annotation (1022), a range of dates in which the annotation was created (1024 and 1026), as well as a string of text contained in the content of the annotation (1028). Upon initiation of the query by the user (e.g., via a Run button 1030), the annotation system 130 may generate and issue a query against the annotation database 139 to return a list of annotations satisfying the specified query conditions, as well as the associated data objects.
[068] FIG. 11 is a flow diagram of exemplary operations that may be performed by the annotation system 130 to retrieve a list of annotations satisfying a set of specified conditions, such as those that may be specified via the GUI 1020 of FIG. 10B. The operations 1100 begin, at step 1102, by receiving a request for a list of annotated data objects having annotations that satisfy one or more specified conditions (e.g., a specified author, creation date, and/or content). At step 1104, the annotation database 139 is searched (queried) for annotations satisfying the one or more specified conditions. At step 1106, the indexes for data objects associated with the annotations satisfying the one or more specified conditions (if any) are obtained. At step 1108, each of the obtained indexes is converted to a set of parameters identifymg the corresponding annotated data object.
[069] At step 1110, the annotations and corresponding sets of identifying parameters are returned, for example, to a requesting application program 120. The application program 120 may then provide an indication of the annotations satisfying the specified conditions, for example, as a list of annotations in an annotation window 1000, as shown in FIG. 10A. For some embodiments, a user may be provided the ability to retrieve or display an annotated data object by selecting (e.g., double-clicking) one of the listed annotations. For example, an application associated with the document containing the annotated data object may be automatically invoked upon selecting the annotation.
[070] By creating a table of homogeneous indexes, annotations created for a wide variety of heterogeneous data objects may be organized and searched using conventional database indexing technology. Homogeneous indexes may be created by mapping one or more parameters that uniquely identify annotated data objects to one or more column values in the index table. Mapping tables that define how the identifying parameters of the corresponding data type will be mapped to the columns of the index table may be provided for each different type (or classification) of data object that may be annotated. Accordingly, indexes may be created for new data object classifications via the addition of new mapping tables, without having to redesign the index table or the underlying indexing scheme, thus saving development time and associated cost.
[071] While the foregoing is directed to embodiments of the present invention, other and further embodiments of the invention may be devised without departing from the basic scope thereof, and the scope thereof is determined by the claims that follow.

Claims

Claims
[001] A method comprising: creating a reference to a first data object identified by a first plurality of identifying parameters; creating an index for the first data object, the index comprising one or more index values, each generated based on one or more of the first plurality of identifying parameters; and creating a record containing the reference and the index for the first data object.
[002] The method of claim 1, wherein the reference comprises an annotation.
[003] The method of claim 1, where a number of the index values is greater than a number of the first plurality of identifying parameters.
[004] The method of claim 1, wherein creating the index for the first data object comprises: classifying the first data object based on the first plurality of identifying parameters; selecting a first mapping, from a plurality of mappings, based on the classification of the first data object; and converting the first plurality of identifying parameters to one or more of the index values, as specified in the first mapping.
[005] The method of claim 4, further comprising: creating a reference to a second data object identified by a second plurality of identifying parameters; classifying the second data object based on the second plurality of identifying parameters; selecting a second mapping, from the plurality of mappings, based on the classification of the second data object; creating an index for the second data object by converting the second plurality of identifying parameters to one or more index values, as specified in the second mapping; and creating a record containing the reference to the second data object and the index for the second data object.
[006] The method of claim 5, wherein the first and second data objects are of different types.
[007] The method of claim 5, wherein the first and second sets of identifying parameters comprise different numbers of parameters.
[008] The method of claim 5, wherein the first object is a sub-object of the second object and the second set of identifying parameters is a subset of the first plurality of identifying parameters.
[009] The method of claim 5, wherein: the first data object is contained in a text document, wherein the first plurality of identifying parameters includes at least one or more parameters indicating a location and name of the text document; and the second data object is contained in a database table, wherein the second plurality of identifying parameters includes at least one or more parameters indicating a location and name of the database table.
[010] A method of managing annotations for a plurality of different type data objects, comprising: receiving a set of parameters identifying a data object; selecting, based on the set of identifying parameters, a mapping from a plurality of mappings, each containing a different set of mapping functions; and creating an index for the data object by mapping the identifying parameters to columns in an index table, as specified by the mapping functions of the selected mapping.
[011] The method of claim 10, wherein the mapping functions for each mapping are designed to map a different set of identifying parameters to columns in the index table.
[012] The method of claim 11, wherein the mapping functions of at least one of the mappings maps more than one identifying parameter to a single column.
[013] The method of claim 12, wherein the more than one identifying parameters are mapped to different sets of bytes in the single column.
[014] The method of claim 10, wherein: at least one of the mappings comprises mapping functions for mapping parameters identifying data objects associated with a database to the index table columns; and at least one of the mappings comprises mapping functions for mapping parameters identifying data objects associated with a text document to the index table columns.
[015] A computer-readable medium containing a program which, when executed by a processor, performs operations comprising: creating an annotation for a data object identified by a plurality of identifying parameters; creating an index for the data object, the index comprising one or more index values, each generated based on one or more of the plurality of identifying parameters; and creating an annotation record containing the annotation and the index for the data object.
[016] The computer-readable medium of claim 15, wherein creating the index for the data object comprises: selecting, based on the plurality of identifying parameters, a mapping from a plurality of mappings each containing a different set of mapping functions; and mapping the plurality of identifying parameters to columns of an index table containing the index, according to the mapping functions of the selected mapping.
[017] The computer-readable medium of claim 16, wherein the mapping functions for each mapping are designed to map a different set of identifying parameters to columns in the index table.
[018] The computer-readable medium of claim 16, wherein the mapping functions of at least one of the mappings maps more than one identifying parameters to a single column.
[019] The computer-readable medium of claim 18, wherein the more than one identifying parameters are mapped to different sets of bytes in the single column.
[020] A system for managing annotations for different type data objects, comprising: an annotation database for storing annotation records containing annotations for the different type data objects; an index table for storing indexes for the different type data objects, the index having a plurality of columns, each corresponding to a different value of the indexes; a plurality of mappings, each containing functions for mapping a set of identifying parameters for a different type of data object to one or more columns in the index table; and an executable annotation component configured to receive sets of parameters identifying data objects and, for each set of identifying parameters received, select one of the mappings based on the corresponding set of identifying parameters, and create an index for the first data object by mapping the first set of identifying parameters to columns in the index table, as specified by the mapping functions of the selected mapping.
[021] The system of claim 20, wherein at least one of the mappings comprises mapping functions for mapping parameters identifying data objects associated with a database to the index table columns.
[022] The system of claim 20, wherein at least one of the mappings comprises mapping functions for mapping parameters identifying data objects associated with a text document to the index table columns.
[023] The system of claim 20, wherein the annotation component is further configured to: receive a request for an indication of annotated data objects contained within a document identified by a set of parameters; select one of the mappings based on the set of parameters identifying the document; create an index for the document by mapping the set of parameters identifying the document to columns in the index table as specified by the mapping functions of the selected mapping; search the index table for indexes matching the index created for the document; convert each index matching the index created for the document, if any, to a set of parameters identifying a corresponding annotated data object; and return each set of parameters identifying a corresponding data object.
[024] The system of claim 20, wherein the annotation component is further configured to: receive a request for an indication of annotations associated with a specified data object identified by a set of parameters; select one of the mappings based on the set of parameters identifying the specified data object; create an index for the specified data object by mapping the set of parameters identifying the specified data object to columns in the index table as specified by the mapping functions of the selected mapping; retrieve annotations, if any, for the specified data object, based on the index for the specified data object; and return the annotations.
[025] The system of claim 24, wherein retrieving annotations for the specified object comprises: determining if any indexes in the index table match the index created for the specified data object; and if so, retrieving one or more annotations for the specified data object from the annotation database.
[026] The system of claim 24, wherein the annotation component is configured to retrieve annotations for sub-objects of the specified data object.
[027] The system of claim 20, wherein the annotation component is further configured to: receive a request for data objects having annotations satisfying one or more specified conditions; search the annotation database for annotations satisfying the one or more specified conditions; obtain indexes for data objects associated with annotations, if any, satisfying the one or more specified conditions; convert each of the indexes obtained to a set of parameters identifying the associated data object; and return the annotations satisfying the one or more specified conditions and the sets of parameters identifying the associated data objects.
PCT/EP2004/051082 2003-06-20 2004-06-10 Heterogeneous indexing for annotation systems WO2004114148A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US10/600,382 2003-06-20
US10/600,382 US8321470B2 (en) 2003-06-20 2003-06-20 Heterogeneous multi-level extendable indexing for general purpose annotation systems

Publications (1)

Publication Number Publication Date
WO2004114148A1 true WO2004114148A1 (en) 2004-12-29

Family

ID=33539415

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/EP2004/051082 WO2004114148A1 (en) 2003-06-20 2004-06-10 Heterogeneous indexing for annotation systems

Country Status (3)

Country Link
US (2) US8321470B2 (en)
KR (1) KR100946055B1 (en)
WO (1) WO2004114148A1 (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106202030A (en) * 2016-06-23 2016-12-07 苏州大学 A kind of rapid serial mask method based on isomery labeled data and device
EP3327727A3 (en) * 2016-11-23 2018-08-22 Optum, Inc. Data processing systems and methods implementing improved analytics platform and networked information systems
US10289644B2 (en) 2015-11-04 2019-05-14 Agency For Defense Development Method for generating database using lookup table
WO2019102270A3 (en) * 2017-11-06 2019-08-22 Thomson Reuters Global Resources Unlimited Company Systems and methods for enhanced mapping and classification of data

Families Citing this family (111)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6996558B2 (en) 2002-02-26 2006-02-07 International Business Machines Corporation Application portability and extensibility through database schema and query abstraction
US7315857B2 (en) * 2004-05-13 2008-01-01 International Business Machines Corporation Method and system for propagating annotations using pattern matching
US8321470B2 (en) 2003-06-20 2012-11-27 International Business Machines Corporation Heterogeneous multi-level extendable indexing for general purpose annotation systems
US9026901B2 (en) * 2003-06-20 2015-05-05 International Business Machines Corporation Viewing annotations across multiple applications
US7620648B2 (en) * 2003-06-20 2009-11-17 International Business Machines Corporation Universal annotation configuration and deployment
US7779039B2 (en) 2004-04-02 2010-08-17 Salesforce.Com, Inc. Custom entities and fields in a multi-tenant database system
US7870152B2 (en) * 2003-10-22 2011-01-11 International Business Machines Corporation Attaching and displaying annotations to changing data views
US7617196B2 (en) 2003-10-22 2009-11-10 International Business Machines Corporation Context-sensitive term expansion with multiple levels of expansion
US7373342B2 (en) * 2003-12-04 2008-05-13 International Business Machines Corporation Including annotation data with disparate relational data
US7900133B2 (en) 2003-12-09 2011-03-01 International Business Machines Corporation Annotation structure type determination
US8738614B2 (en) * 2004-04-23 2014-05-27 Qualcomm Incorporated Methods and apparatus for providing hierarchical content flow in a data network
US7278133B2 (en) * 2004-07-23 2007-10-02 Ntt Docomo, Inc. Index-based parameter access and software for using the same
US8239394B1 (en) 2005-03-31 2012-08-07 Google Inc. Bloom filters for query simulation
US7587387B2 (en) 2005-03-31 2009-09-08 Google Inc. User interface for facts query engine with snippets from information sources that include query terms and answer terms
US7953720B1 (en) 2005-03-31 2011-05-31 Google Inc. Selecting the best answer to a fact query from among a set of potential answers
US20080028301A1 (en) * 2005-04-22 2008-01-31 Autodesk, Inc. Document markup processing system and method
US7925676B2 (en) 2006-01-27 2011-04-12 Google Inc. Data object visualization using maps
US20070185870A1 (en) 2006-01-27 2007-08-09 Hogue Andrew W Data object visualization using graphs
US8055674B2 (en) * 2006-02-17 2011-11-08 Google Inc. Annotation framework
US8954426B2 (en) 2006-02-17 2015-02-10 Google Inc. Query language
US8261181B2 (en) * 2006-03-30 2012-09-04 Microsoft Corporation Multidimensional metrics-based annotation
US8190992B2 (en) 2006-04-21 2012-05-29 Microsoft Corporation Grouping and display of logically defined reports
US8126750B2 (en) 2006-04-27 2012-02-28 Microsoft Corporation Consolidating data source queries for multidimensional scorecards
US20100194756A1 (en) * 2006-08-07 2010-08-05 Max-Planck-Gesellschaft Zur Forderung Der Wissenschaften E.V., A Corporation Of Germany Method for producing scaleable image matrices
US8132093B2 (en) * 2006-08-14 2012-03-06 Microsoft Corporation Instance annotation in object-oriented programming
US8386464B2 (en) * 2006-08-18 2013-02-26 National Instruments Corporation Configuration of optimized custom properties in a data finder tool
US8954412B1 (en) 2006-09-28 2015-02-10 Google Inc. Corroborating facts in electronic documents
US7899837B2 (en) * 2006-09-29 2011-03-01 Business Objects Software Ltd. Apparatus and method for generating queries and reports
US8204895B2 (en) * 2006-09-29 2012-06-19 Business Objects Software Ltd. Apparatus and method for receiving a report
US8126887B2 (en) * 2006-09-29 2012-02-28 Business Objects Software Ltd. Apparatus and method for searching reports
WO2008061290A1 (en) * 2006-11-20 2008-05-29 Funnelback Pty Ltd Annotation index system and method
US7559017B2 (en) * 2006-12-22 2009-07-07 Google Inc. Annotation framework for video
US8321429B2 (en) * 2006-12-28 2012-11-27 Sybase, Inc. Accelerating queries using secondary semantic column enumeration
US9058307B2 (en) 2007-01-26 2015-06-16 Microsoft Technology Licensing, Llc Presentation generation using scorecard elements
US8321805B2 (en) 2007-01-30 2012-11-27 Microsoft Corporation Service architecture based metric views
US8495663B2 (en) 2007-02-02 2013-07-23 Microsoft Corporation Real time collaboration using embedded data visualizations
US8347202B1 (en) 2007-03-14 2013-01-01 Google Inc. Determining geographic locations for place names in a fact repository
US8290967B2 (en) * 2007-04-19 2012-10-16 Barnesandnoble.Com Llc Indexing and search query processing
US8239751B1 (en) 2007-05-16 2012-08-07 Google Inc. Data from web documents in a spreadsheet
US8868620B2 (en) * 2007-06-08 2014-10-21 International Business Machines Corporation Techniques for composing data queries
US8244713B2 (en) 2007-07-12 2012-08-14 International Business Machines Corporation Content management system that retrieves data from an external data source and creates one or more objects in the repository
US8181197B2 (en) 2008-02-06 2012-05-15 Google Inc. System and method for voting on popular video intervals
US8112702B2 (en) 2008-02-19 2012-02-07 Google Inc. Annotating video intervals
US8566353B2 (en) 2008-06-03 2013-10-22 Google Inc. Web-based system for collaborative generation of interactive videos
CN101414307A (en) * 2008-11-26 2009-04-22 阿里巴巴集团控股有限公司 Method and server for providing picture searching
US8826117B1 (en) 2009-03-25 2014-09-02 Google Inc. Web-based system for video editing
US8132200B1 (en) 2009-03-30 2012-03-06 Google Inc. Intra-video ratings
US9069808B2 (en) * 2009-05-20 2015-06-30 International Business Machines Corporation Indexing provenance data and evaluating provenance data queries in data processing systems
US9135277B2 (en) 2009-08-07 2015-09-15 Google Inc. Architecture for responding to a visual query
US9087059B2 (en) 2009-08-07 2015-07-21 Google Inc. User interface for presenting search results for multiple regions of a visual query
US20110137917A1 (en) * 2009-12-03 2011-06-09 International Business Machines Corporation Retrieving a data item annotation in a view
KR101397562B1 (en) * 2011-05-30 2014-05-30 이해성 Apparatus for processing user annotations and electronic book service system for the same
US20130042171A1 (en) * 2011-08-12 2013-02-14 Korea Advanced Institute Of Science And Technology Method and system for generating and managing annotation in electronic book
US9569511B2 (en) * 2011-08-25 2017-02-14 Salesforce.Com, Inc. Dynamic data management
US8775408B2 (en) * 2011-09-23 2014-07-08 Sureprep, Llc Document element indexing system
US8572089B2 (en) * 2011-12-15 2013-10-29 Business Objects Software Ltd. Entity clustering via data services
US9164990B2 (en) * 2011-12-20 2015-10-20 Sap Portals Israel Ltd Annotating contextual workspaces
US9092478B2 (en) 2011-12-27 2015-07-28 Sap Se Managing business objects data sources
US8938475B2 (en) * 2011-12-27 2015-01-20 Sap Se Managing business objects data sources
US9026900B1 (en) * 2012-02-10 2015-05-05 Google Inc. Invisible overlay for dynamic annotation
US10061807B2 (en) 2012-05-18 2018-08-28 Splunk Inc. Collection query driven generation of inverted index for raw machine data
US8516008B1 (en) * 2012-05-18 2013-08-20 Splunk Inc. Flexible schema column store
US8682925B1 (en) 2013-01-31 2014-03-25 Splunk Inc. Distributed high performance analytics store
US8682906B1 (en) 2013-01-23 2014-03-25 Splunk Inc. Real time display of data field values based on manual editing of regular expressions
US9753909B2 (en) 2012-09-07 2017-09-05 Splunk, Inc. Advanced field extractor with multiple positive examples
US20150019537A1 (en) 2012-09-07 2015-01-15 Splunk Inc. Generating Reports from Unstructured Data
US8751499B1 (en) 2013-01-22 2014-06-10 Splunk Inc. Variable representative sampling under resource constraints
US9594814B2 (en) 2012-09-07 2017-03-14 Splunk Inc. Advanced field extractor with modification of an extracted field
US8751963B1 (en) 2013-01-23 2014-06-10 Splunk Inc. Real time indication of previously extracted data fields for regular expressions
US20140208217A1 (en) 2013-01-22 2014-07-24 Splunk Inc. Interface for managing splittable timestamps across event records
US9582585B2 (en) 2012-09-07 2017-02-28 Splunk Inc. Discovering fields to filter data returned in response to a search
US8788525B2 (en) 2012-09-07 2014-07-22 Splunk Inc. Data model for machine data for semantic search
US10394946B2 (en) 2012-09-07 2019-08-27 Splunk Inc. Refining extraction rules based on selected text within events
US9092507B2 (en) * 2013-01-15 2015-07-28 Marklogic Corporation Apparatus and method for computing n-way co-occurrences of data tuples in scalar indexes
US9152929B2 (en) 2013-01-23 2015-10-06 Splunk Inc. Real time display of statistics and values for selected regular expressions
CN103971244B (en) 2013-01-30 2018-08-17 阿里巴巴集团控股有限公司 A kind of publication of merchandise news and browsing method, apparatus and system
US8719217B1 (en) 2013-03-15 2014-05-06 Decisyon, Inc. Systems, devices, and methods for generation of contextual objects mapped by dimensional data to data measures
US20140380191A1 (en) * 2013-06-24 2014-12-25 Autodesk, Inc. Method and apparatus for design review collaboration across multiple platforms
US9495347B2 (en) * 2013-07-16 2016-11-15 Recommind, Inc. Systems and methods for extracting table information from documents
US10540404B1 (en) 2014-02-07 2020-01-21 Amazon Technologies, Inc. Forming a document collection in a document management and collaboration system
US11336648B2 (en) 2013-11-11 2022-05-17 Amazon Technologies, Inc. Document management and collaboration system
US9542391B1 (en) 2013-11-11 2017-01-10 Amazon Technologies, Inc. Processing service requests for non-transactional databases
US10599753B1 (en) * 2013-11-11 2020-03-24 Amazon Technologies, Inc. Document version control in collaborative environment
US10331777B2 (en) 2013-12-31 2019-06-25 Barnes & Noble College Booksellers, Llc Merging annotations of paginated digital content
WO2015103308A1 (en) 2014-01-02 2015-07-09 Decisyon, Inc. Systems, devices, and methods for exchanging and processing data measures and objects
US10691877B1 (en) 2014-02-07 2020-06-23 Amazon Technologies, Inc. Homogenous insertion of interactions into documents
US9934247B2 (en) * 2014-06-18 2018-04-03 International Business Machines Corporation Built-in search indexing for NAS systems
US9807073B1 (en) 2014-09-29 2017-10-31 Amazon Technologies, Inc. Access to documents in a document management and collaboration system
US10140379B2 (en) 2014-10-27 2018-11-27 Chegg, Inc. Automated lecture deconstruction
US9881166B2 (en) 2015-04-16 2018-01-30 International Business Machines Corporation Multi-focused fine-grained security framework
US10229150B2 (en) 2015-04-23 2019-03-12 Splunk Inc. Systems and methods for concurrent summarization of indexed data
RU2606309C2 (en) * 2015-06-09 2017-01-10 Общество С Ограниченной Ответственностью "Яндекс" Method to create annotated search index and server used therein
US10452661B2 (en) * 2015-06-18 2019-10-22 Microsoft Technology Licensing, Llc Automated database schema annotation
US10726030B2 (en) 2015-07-31 2020-07-28 Splunk Inc. Defining event subtypes using examples
US10467228B2 (en) 2015-08-11 2019-11-05 Sybase, Inc. Accelerating database queries using equivalence union enumeration
US10642833B2 (en) 2015-08-11 2020-05-05 Sybase, Inc. Accelerating database queries using composite union enumeration
US11379530B2 (en) 2017-01-31 2022-07-05 Splunk Inc. Leveraging references values in inverted indexes to retrieve associated event records comprising raw machine data
US10474674B2 (en) 2017-01-31 2019-11-12 Splunk Inc. Using an inverted index in a pipelined search query to determine a set of event data that is further limited by filtering and/or processing of subsequent query pipestages
US11416466B2 (en) * 2017-06-02 2022-08-16 Chaossearch, Inc. Data edge platform for improved storage and analytics
US10846285B2 (en) * 2017-06-02 2020-11-24 Chaossearch, Inc. Materialization for data edge platform
US11544799B2 (en) 2017-12-05 2023-01-03 Sureprep, Llc Comprehensive tax return preparation system
US11314887B2 (en) 2017-12-05 2022-04-26 Sureprep, Llc Automated document access regulation system
US11238540B2 (en) 2017-12-05 2022-02-01 Sureprep, Llc Automatic document analysis filtering, and matching system
US11157510B2 (en) 2018-02-28 2021-10-26 Chaossearch, Inc. Data normalization using data edge platform
US10762142B2 (en) 2018-03-16 2020-09-01 Open Text Holdings, Inc. User-defined automated document feature extraction and optimization
US11048762B2 (en) 2018-03-16 2021-06-29 Open Text Holdings, Inc. User-defined automated document feature modeling, extraction and optimization
US11481377B2 (en) 2018-10-30 2022-10-25 Microsoft Technology Licensing, Llc Compute-efficient effective tag determination for data assets
US11055361B2 (en) * 2019-01-07 2021-07-06 Microsoft Technology Licensing, Llc Extensible framework for executable annotations in electronic content
US11610277B2 (en) 2019-01-25 2023-03-21 Open Text Holdings, Inc. Seamless electronic discovery system with an enterprise data portal
US11797485B2 (en) * 2020-10-13 2023-10-24 Chaossearch, Inc. Frameworks for data source representation and compression
US11860950B2 (en) 2021-03-30 2024-01-02 Sureprep, Llc Document matching and data extraction

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO1997015018A1 (en) * 1995-10-16 1997-04-24 Bell Communications Research, Inc. Method and system for providing uniform access to heterogeneous information
WO1999039286A1 (en) * 1998-01-30 1999-08-05 Eoexchange, Inc. Information platform
WO2000051021A2 (en) * 1999-02-11 2000-08-31 Signifile B.V. Electronic document storage and retrieval system and method
EP1039398A2 (en) * 1999-03-23 2000-09-27 Kabushiki Kaisha Toshiba Scheme for systematically registering meta-data with respect to various types of data
US6195652B1 (en) * 1998-08-03 2001-02-27 Robert D. Fish Self-evolving database and method of using same
WO2001024060A2 (en) * 1999-09-30 2001-04-05 Battelle Memorial Institute Data processing, analysis, and visualization system for use with disparate data types
US6519603B1 (en) * 1999-10-28 2003-02-11 International Business Machine Corporation Method and system for organizing an annotation structure and for querying data and annotations

Family Cites Families (69)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5253362A (en) * 1990-01-29 1993-10-12 Emtek Health Care Systems, Inc. Method for storing, retrieving, and indicating a plurality of annotations in a data cell
US5404295A (en) * 1990-08-16 1995-04-04 Katz; Boris Method and apparatus for utilizing annotations to facilitate computer retrieval of database material
US5309359A (en) * 1990-08-16 1994-05-03 Boris Katz Method and apparatus for generating and utlizing annotations to facilitate computer text retrieval
US5548739A (en) * 1993-11-04 1996-08-20 Sun Microsystems, Inc. Method and apparatus for rapidly retrieving data from a physically addressed data storage structure using address page crossing predictive annotations
US5600775A (en) * 1994-08-26 1997-02-04 Emotion, Inc. Method and apparatus for annotating full motion video and other indexed data structures
GB2301717B (en) * 1995-06-02 1999-08-11 Dsc Communications Network controller for monitoring the status of a network
US6081829A (en) * 1996-01-31 2000-06-27 Silicon Graphics, Inc. General purpose web annotations without modifying browser
US5832474A (en) * 1996-02-26 1998-11-03 Matsushita Electric Industrial Co., Ltd. Document search and retrieval system with partial match searching of user-drawn annotations
SG49804A1 (en) * 1996-03-20 1998-06-15 Government Of Singapore Repres Parsing and translating natural language sentences automatically
US5940821A (en) * 1997-05-21 1999-08-17 Oracle Corporation Information presentation in a knowledge base search and retrieval system
US6038560A (en) * 1997-05-21 2000-03-14 Oracle Corporation Concept knowledge base search and retrieval system
US6460034B1 (en) * 1997-05-21 2002-10-01 Oracle Corporation Document knowledge base research and retrieval system
US6279014B1 (en) * 1997-09-15 2001-08-21 Xerox Corporation Method and system for organizing documents based upon annotations in context
US6999959B1 (en) * 1997-10-10 2006-02-14 Nec Laboratories America, Inc. Meta search engine
US5953718A (en) * 1997-11-12 1999-09-14 Oracle Corporation Research mode for a knowledge base search and retrieval system
US6173287B1 (en) * 1998-03-11 2001-01-09 Digital Equipment Corporation Technique for ranking multimedia annotations of interest
US6799298B2 (en) * 1998-03-11 2004-09-28 Overture Services, Inc. Technique for locating an item of interest within a stored representation of data
US6105055A (en) * 1998-03-13 2000-08-15 Siemens Corporate Research, Inc. Method and apparatus for asynchronous multimedia collaboration
JP3601653B2 (en) * 1998-03-18 2004-12-15 富士通株式会社 Information retrieval apparatus and method
US5999182A (en) * 1998-05-11 1999-12-07 The Board Of Trustees Of The Leland Stanford Junior University Computational architecture for reasoning involving extensible graphical representations
US6847384B1 (en) * 1998-05-14 2005-01-25 Autodesk, Inc. Translating objects between software applications which employ different data formats
US6956593B1 (en) * 1998-09-15 2005-10-18 Microsoft Corporation User interface for creating, viewing and temporally positioning annotations for media content
US6917965B2 (en) * 1998-09-15 2005-07-12 Microsoft Corporation Facilitating annotation creation and notification via electronic mail
US6336124B1 (en) * 1998-10-01 2002-01-01 Bcl Computers, Inc. Conversion data representing a document to other formats for manipulation and display
US6725227B1 (en) * 1998-10-02 2004-04-20 Nec Corporation Advanced web bookmark database system
US6453312B1 (en) * 1998-10-14 2002-09-17 Unisys Corporation System and method for developing a selectably-expandable concept-based search
US6226792B1 (en) * 1998-10-14 2001-05-01 Unisys Corporation Object management system supporting the use of application domain knowledge mapped to technology domain knowledge
US6260043B1 (en) * 1998-11-06 2001-07-10 Microsoft Corporation Automatic file format converter
US6523028B1 (en) * 1998-12-03 2003-02-18 Lockhead Martin Corporation Method and system for universal querying of distributed databases
US6687878B1 (en) * 1999-03-15 2004-02-03 Real Time Image Ltd. Synchronizing/updating local client notes with annotations previously made by other clients in a notes database
US6493721B1 (en) * 1999-03-31 2002-12-10 Verizon Laboratories Inc. Techniques for performing incremental data updates
US6393415B1 (en) * 1999-03-31 2002-05-21 Verizon Laboratories Inc. Adaptive partitioning techniques in performing query requests and request routing
US6826559B1 (en) * 1999-03-31 2004-11-30 Verizon Laboratories Inc. Hybrid category mapping for on-line query tool
US6496843B1 (en) * 1999-03-31 2002-12-17 Verizon Laboratories Inc. Generic object for rapid integration of data changes
US6665681B1 (en) * 1999-04-09 2003-12-16 Entrieva, Inc. System and method for generating a taxonomy from a plurality of documents
US6249784B1 (en) * 1999-05-19 2001-06-19 Nanogen, Inc. System and method for searching and processing databases comprising named annotated text strings
US6889260B1 (en) * 1999-06-10 2005-05-03 Ec Enabler, Ltd Method and system for transferring information
US7099898B1 (en) * 1999-08-12 2006-08-29 International Business Machines Corporation Data access system
US20020174201A1 (en) * 1999-09-30 2002-11-21 Ramer Jon E. Dynamic configuration of context-sensitive personal sites and membership channels
US6549922B1 (en) * 1999-10-01 2003-04-15 Alok Srivastava System for collecting, transforming and managing media metadata
US7162691B1 (en) * 2000-02-01 2007-01-09 Oracle International Corp. Methods and apparatus for indexing and searching of multi-media web pages
JP3410426B2 (en) * 2000-04-07 2003-05-26 新東工業株式会社 Equipment maintenance support method and system
US20020026461A1 (en) * 2000-06-05 2002-02-28 Ali Kutay System and method for creating a source document and presenting the source document to a user in a target format
US6721921B1 (en) * 2000-07-26 2004-04-13 Itm Associates Method and system for annotating documents using an independent annotation repository
US6901428B1 (en) * 2000-10-11 2005-05-31 Ncr Corporation Accessing data from a database over a network
US7260777B2 (en) * 2001-08-17 2007-08-21 Desknet Inc. Apparatus, method and system for transforming data
US6934909B2 (en) * 2000-12-20 2005-08-23 Adobe Systems Incorporated Identifying logical elements by modifying a source document using marker attribute values
US20020143860A1 (en) * 2001-03-31 2002-10-03 Koninklijke Philips Electronics N. V. Machine readable label reader system with versatile default mode
US20040138946A1 (en) * 2001-05-04 2004-07-15 Markus Stolze Web page annotation systems
US7194483B1 (en) * 2001-05-07 2007-03-20 Intelligenxia, Inc. Method, system, and computer program product for concept-based multi-dimensional analysis of unstructured information
US7010779B2 (en) * 2001-08-16 2006-03-07 Knowledge Dynamics, Inc. Parser, code generator, and data calculation and transformation engine for spreadsheet calculations
US20030061028A1 (en) * 2001-09-21 2003-03-27 Knumi Inc. Tool for automatically mapping multimedia annotations to ontologies
US20030069881A1 (en) * 2001-10-03 2003-04-10 Nokia Corporation Apparatus and method for dynamic partitioning of structured documents
US6996558B2 (en) * 2002-02-26 2006-02-07 International Business Machines Corporation Application portability and extensibility through database schema and query abstraction
US7243301B2 (en) * 2002-04-10 2007-07-10 Microsoft Corporation Common annotation framework
US6996728B2 (en) * 2002-04-26 2006-02-07 Hewlett-Packard Development Company, L.P. Managing power consumption based on utilization statistics
US20040205514A1 (en) * 2002-06-28 2004-10-14 Microsoft Corporation Hyperlink preview utility and method
US7752197B2 (en) * 2002-10-03 2010-07-06 International Business Machines Corporation SQL query construction using durable query components
US7152072B2 (en) * 2003-01-08 2006-12-19 Fisher-Rosemount Systems Inc. Methods and apparatus for importing device data into a database system used in a process plant
US20040192343A1 (en) * 2003-01-28 2004-09-30 Kentaro Toyama System and method for location annotation employing time synchronization
US20040150669A1 (en) * 2003-01-31 2004-08-05 Sabiers Mark L. Graphical user interface for describing the state of a managed system
US7315857B2 (en) * 2004-05-13 2008-01-01 International Business Machines Corporation Method and system for propagating annotations using pattern matching
US20040261016A1 (en) * 2003-06-20 2004-12-23 Miavia, Inc. System and method for associating structured and manually selected annotations with electronic document contents
US20040260714A1 (en) * 2003-06-20 2004-12-23 Avijit Chatterjee Universal annotation management system
US8321470B2 (en) 2003-06-20 2012-11-27 International Business Machines Corporation Heterogeneous multi-level extendable indexing for general purpose annotation systems
US9026901B2 (en) * 2003-06-20 2015-05-05 International Business Machines Corporation Viewing annotations across multiple applications
US7617196B2 (en) * 2003-10-22 2009-11-10 International Business Machines Corporation Context-sensitive term expansion with multiple levels of expansion
US7593929B2 (en) * 2003-10-22 2009-09-22 International Business Machines Corporation Context sensitive term expansion with dynamic term expansion
KR100905866B1 (en) * 2004-03-15 2009-07-03 야후! 인크. Search systems and methods with integration of user annotations

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO1997015018A1 (en) * 1995-10-16 1997-04-24 Bell Communications Research, Inc. Method and system for providing uniform access to heterogeneous information
WO1999039286A1 (en) * 1998-01-30 1999-08-05 Eoexchange, Inc. Information platform
US6195652B1 (en) * 1998-08-03 2001-02-27 Robert D. Fish Self-evolving database and method of using same
WO2000051021A2 (en) * 1999-02-11 2000-08-31 Signifile B.V. Electronic document storage and retrieval system and method
EP1039398A2 (en) * 1999-03-23 2000-09-27 Kabushiki Kaisha Toshiba Scheme for systematically registering meta-data with respect to various types of data
WO2001024060A2 (en) * 1999-09-30 2001-04-05 Battelle Memorial Institute Data processing, analysis, and visualization system for use with disparate data types
US6519603B1 (en) * 1999-10-28 2003-02-11 International Business Machine Corporation Method and system for organizing an annotation structure and for querying data and annotations

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US10289644B2 (en) 2015-11-04 2019-05-14 Agency For Defense Development Method for generating database using lookup table
CN106202030A (en) * 2016-06-23 2016-12-07 苏州大学 A kind of rapid serial mask method based on isomery labeled data and device
CN106202030B (en) * 2016-06-23 2020-05-22 苏州大学 Rapid sequence labeling method and device based on heterogeneous labeling data
EP3327727A3 (en) * 2016-11-23 2018-08-22 Optum, Inc. Data processing systems and methods implementing improved analytics platform and networked information systems
WO2019102270A3 (en) * 2017-11-06 2019-08-22 Thomson Reuters Global Resources Unlimited Company Systems and methods for enhanced mapping and classification of data
US10803033B2 (en) 2017-11-06 2020-10-13 Thomson Reuters Enterprise Centre Gmbh Systems and methods for enhanced mapping and classification of data
US11797503B2 (en) 2017-11-06 2023-10-24 Thomson Reuters Enterprise Centre Gmbh Systems and methods for enhanced mapping and classification of data

Also Published As

Publication number Publication date
US20050203876A1 (en) 2005-09-15
KR20060021858A (en) 2006-03-08
US20070271249A1 (en) 2007-11-22
US8793231B2 (en) 2014-07-29
KR100946055B1 (en) 2010-03-09
US8321470B2 (en) 2012-11-27

Similar Documents

Publication Publication Date Title
US8321470B2 (en) Heterogeneous multi-level extendable indexing for general purpose annotation systems
US7870152B2 (en) Attaching and displaying annotations to changing data views
US8244748B2 (en) Including annotation data with disparate relational data
US7900133B2 (en) Annotation structure type determination
US7669117B2 (en) Method and system for creation and retrieval of global annotations
US8973128B2 (en) Search result presentation
US6985950B1 (en) System for creating a space-efficient document categorizer for training and testing of automatic categorization engines
US8126915B2 (en) Expanding the scope of an annotation to an entity level
JP5152877B2 (en) Document data storage method and apparatus in document base system
US20120016863A1 (en) Enriching metadata of categorized documents for search
EP2041672A1 (en) Methods and apparatus for reusing data access and presentation elements
US7840557B1 (en) Search engine cache control
CN111400323A (en) Data retrieval method, system, device and storage medium
US20070185832A1 (en) Managing tasks for multiple file types
US20110252313A1 (en) Document information selection method and computer program product
US20050125387A1 (en) Method of joining data and its metadata using dynamic metadata in relational database
US20080177701A1 (en) System and method for searching a volume of files
US7779057B2 (en) Method and apparatus for retrieving and sorting entries from a directory
CN115544201A (en) Multi-granularity full-text retrieval method and device
KR20020057380A (en) System, method and article of manufacture for personal catalog and knowledge management

Legal Events

Date Code Title Description
AK Designated states

Kind code of ref document: A1

Designated state(s): AE AG AL AM AT AU AZ BA BB BG BR BW BY BZ CA CH CN CO CR CU CZ DE DK DM DZ EC EE EG ES FI GB GD GE GH GM HR HU ID IL IN IS JP KE KG KP KR KZ LC LK LR LS LT LU LV MA MD MG MK MN MW MX MZ NA NI NO NZ OM PG PH PL PT RO RU SC SD SE SG SK SL SY TJ TM TN TR TT TZ UA UG US UZ VC VN YU ZA ZM ZW

AL Designated countries for regional patents

Kind code of ref document: A1

Designated state(s): GM KE LS MW MZ NA SD SL SZ TZ UG ZM ZW AM AZ BY KG KZ MD RU TJ TM AT BE BG CH CY CZ DE DK EE ES FI FR GB GR HU IE IT LU MC NL PL PT RO SE SI SK TR BF BJ CF CG CI CM GA GN GQ GW ML MR NE SN TD TG

121 Ep: the epo has been informed by wipo that ep was designated in this application
WWE Wipo information: entry into national phase

Ref document number: 1020057022227

Country of ref document: KR

WWP Wipo information: published in national office

Ref document number: 1020057022227

Country of ref document: KR

DPEN Request for preliminary examination filed prior to expiration of 19th month from priority date (pct application filed from 20040101)
122 Ep: pct application non-entry in european phase