WO2013011389A1 - Versioning of metadata, including presentation of provenance and lineage for versioned metadata - Google Patents

Versioning of metadata, including presentation of provenance and lineage for versioned metadata Download PDF

Info

Publication number
WO2013011389A1
WO2013011389A1 PCT/IB2012/052734 IB2012052734W WO2013011389A1 WO 2013011389 A1 WO2013011389 A1 WO 2013011389A1 IB 2012052734 W IB2012052734 W IB 2012052734W WO 2013011389 A1 WO2013011389 A1 WO 2013011389A1
Authority
WO
WIPO (PCT)
Prior art keywords
metadata
values
value
updated
content
Prior art date
Application number
PCT/IB2012/052734
Other languages
French (fr)
Inventor
Marc Bryan VELASCO
Original Assignee
International Business Machines Corporation
Ibm United Kingdom Limited
Ibm (China) Investment Company 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
Priority claimed from US13/183,847 external-priority patent/US9015118B2/en
Priority claimed from US13/183,840 external-priority patent/US9286334B2/en
Priority claimed from US13/183,850 external-priority patent/US9384193B2/en
Application filed by International Business Machines Corporation, Ibm United Kingdom Limited, Ibm (China) Investment Company Limited filed Critical International Business Machines Corporation
Priority to CN201280033757.XA priority Critical patent/CN103703462B/en
Publication of WO2013011389A1 publication Critical patent/WO2013011389A1/en

Links

Classifications

    • 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/219Managing data history or versioning

Definitions

  • the present invention relates to versioning and analysis of metadata.
  • Metadata which is data associated with the content of an object (e.g., a document or application, an audio, video or image file, etc.), has become of greater importance with the increasing ability to obtain and store different types of data.
  • metadata associated with an object is stored with the content.
  • metadata may be stored separately from the content.
  • Provenance information may be described as an indication of how much one version of a document differs from another version (for example, the original version) of the document.
  • Lineage information may be described as an indication of authorship, for example an initial version may be created by a first author and updated by a second author.
  • embodiments of the present invention address monitoring the extent of changes in metadata values and include a method, a computer program product and a system for versioning metadata associated with content.
  • metadata associated with content is versioned by receiving updated values for the metadata and storing the updated values and also previous values for metadata separately from the content, comparing the updated values to the previous values of the metadata, and determining a modification indicator for the metadata based upon the comparison of the updated values to the previous values of the metadata, where the modification indicator provides an indication of an extent of differences between the updated and previous values.
  • the modification indicator for the metadata can further be displayed to provide version information for the metadata to a user.
  • the present invention provides a system for versioning metadata associated with content comprising: a database including a content module to store content and a metadata storage module to store metadata updates associated with the content stored in the content module; and a server to access the database, the server configured with logic to: receive updated values for the metadata and store the updated values and also previous values for metadata within the metadata storage module such that the metadata values are stored separately from the content in the database; compare the updated values to the previous values of the metadata; and determine a modification indicator for the metadata based upon the comparison of the updated values to the previous values of the metadata, wherein the modification indicator provides an indication of extent of differences between the updated and previous values.
  • the present invention provides a computer program product for versioning metadata associated with content, the product comprising: a computer readable storage medium having computer readable program code embodied therewith, the computer readable program code configured to: receive updated values for the metadata and storing the updated values and also previous values for metadata separately from the content; compare the updated values to the previous values of the metadata; and determine a modification indicator for the metadata based upon the comparison of the updated values to the previous values of the metadata, wherein the modification indicator provides an indication of extent of differences between the updated and previous values.
  • the present invention provides a computer program product for versioning metadata associated with content, the computer program product comprising: a computer readable storage medium readable by a processing circuit and storing instructions for execution by the processing circuit for performing a method for performing the steps of the invention.
  • the present invention provides a computer program stored on a computer readable medium and loadable into the internal memory of a digital computer, comprising software code portions, when said program is run on a computer, for performing the steps of the invention.
  • the present invention is related to: 1) US patent application 13/183850, with the same priority date as the present invention, and entitled “Use and enforcement of provenance and lineage constraints”; and 2) US patent application 13/183847, with the same priority date as the present invention, and entitled “Determining and Presenting Provenance and Lineage for Content in a Content Management System", the entire contents of each of which is incorporated herein by reference.
  • Figure 1 is a diagrammatic illustration of an example computing environment, according to a preferred embodiment of the present invention
  • Figure 2 - 4 are diagrammatic illustrations of examples showing different ways in which versioned metadata can be stored separately from content associated with a data object, according to preferred embodiments of the present invention
  • Figure 5 provides a flowchart depicting an example method of versioning metadata, according to preferred embodiments of the present invention.
  • Figure 6 shows an example embodiment of a graphical user interface showing provenance and lineage information for metadata associated with content of an object, according to preferred embodiments of the present invention.
  • a method, system and computer program product provide versioning of metadata by storing different versions of metadata separately from the content of an object (e.g., a document or application, an audio, video, image and/or any other type of data file).
  • the embodiments of the present invention further provide for determination and display of provenance and lineage information associated with the metadata as it is changed from the original version (i.e., the original metadata created for an object) to the present version (e.g., after a series of modifications have been made to the metadata for the object).
  • the metadata versioning information can be displayed as a single attribute for the overall metadata or, alternatively, versioning information can be provided for each metadata attribute.
  • the provenance and lineage values for the versioned metadata can be used for determining which version of metadata and/or which version of content will be used for a particular object (e.g., it may be desirable to only utilize versions of metadata attributes having provenance values of 80% or greater).
  • Metadata and content associated with an object can be directly related, such as when metadata changes in relation to changing content of the object (e.g., information about file size, author making a revision, revision date, etc.).
  • many types of revisions to metadata can also be independent of revisions to content in relation to an object.
  • a revision can be made to metadata for an object in relation to certain types of information, such as a department name change, a file name change, a security change, etc., when there has been no change to the content of the object.
  • a system comprises a server 10 that is connected with a database 20 to facilitate access by users (e.g., database managers, employees, clients, etc.) to content for objects stored within a content storage module 40 located within the database 20.
  • the database 20 further includes a metadata storage module 30 that stores metadata associated with the content stored within the content storage module 40, such that metadata is stored separately from content so as to facilitate versioning of the metadata in a manner described below.
  • the server 10 facilitates operations within the database 20.
  • server 10 may retrieve content for objects (e.g., documents or applications, audio, video and/or image files, or any other type of data file) from the content storage module 40 and may retrieve metadata associated with those objects from within the metadata storage module 30. For example, responsive to a user request, server 10 may save different (e.g., modified) versions of content within the content storage module 40 and different (e.g., modified) versions of metadata associated with the different content versions in the metadata storage module 30.
  • objects e.g., documents or applications, audio, video and/or image files, or any other type of data file
  • server 10 may save different (e.g., modified) versions of content within the content storage module 40 and different (e.g., modified) versions of metadata associated with the different content versions in the metadata storage module 30.
  • the server 10 can communicate with a user via any suitable connection including, without limitation, via cloud computing, via network computing in which the server 10 is operatively coupled to one or more other servers or other devices, and/or other devices via any suitable type of carrier wave or signal for transfer of data from one source to another utilizing a suitable communication medium (e.g., bulletin board, network, local area network (LAN), wide area network (WAN), Intranet, Internet, etc.).
  • a suitable communication medium e.g., bulletin board, network, local area network (LAN), wide area network (WAN), Intranet, Internet, etc.
  • Any suitable computer systems implemented by any type of processor or other hardware and/or other processing circuitry can be configured to provide the server, database and metadata and content storage modules .
  • the sever, database and metadata and content storage modules may be implemented by any quantity of conventional or other computer systems or devices (e.g., computer terminals, personal computers of all configurations, including tablet, laptop, etc.), cellular telephones, personal data assistants etc., and may include any available operating system and/or any available or custom software (e.g., browser software, communications software, word processing software, etc.).
  • These systems may further include types of displays and input devices (e.g., keyboard, mouse, voice recognition, etc.) to enter and/or view information.
  • the metadata can be stored within the metadata storage module 30 separately from content stored within the content storage module 40 in any suitable manner.
  • a structure for storing metadata is schematically depicted in which a block of metadata 50 is stored separately from content 60 to which the metadata is associated.
  • the metadata 50 includes different versions, shown as version 1 (50-1), version 2 (50-2) and version 3 (50-3).
  • the metadata 50 is associated generally with the content 60, but the specific versions of metadata are separate and independent from different versions of content 60.
  • the relationship between content 60 and the block of metadata 50 can be via a pointer or some relationship (parent/child) in a data structure.
  • a modification to any portion of the metadata can result in storage of the entire metadata into a new version construct (e.g., a new row or a new table associated with the different version of metadata) stored in block 50.
  • This structure provides for storage of metadata at a content management layer of the database.
  • Figure 3 schematically depicts another example of a different structure for storing metadata 5 OA separately from content, where each modification of a type of metadata is stored separately within the metadata storage module 30 to provide more granular control of the metadata.
  • versions of different types of metadata (such as document name 5 OA, department name 50B and reviewer 50C as shown in the figure) are stored in an ordered format, such as in one or more tables, where a new version of metadata results in the addition of a new row to a table that includes the new version of metadata.
  • each metadata type includes three different data tables that correspond with different versions of metadata stored within module 30.
  • different versions of metadata types can be mapped or linked with different versions of content (e.g., content version 1 (60A) and content version 2 (60B) as shown in the figure).
  • a particular version of metadata associated with a document name 50A (such as version 3) can be associated with a particular content version (e.g., content version 2 (60B)).
  • This linking between different versions of metadata and content can also be adjusted or changed based upon user preference (e.g., in scenarios in which a user may wish to utilize a particular version of one or more metadata types with a particular version of content).
  • the structure shown in Figure 3 is at the database layer and uses typical database constructs for performing versioning operations.
  • the construct schematically depicted in Figure 4 provides a revised version of Figure 3, where the server 10 has access to the different versions of content 60A, 60B in the content storage module 40 and retrieves or performs actions on metadata versions 50A, 50B, 50C stored in metadata storage module 30 based upon changes to the content and/or other changes made to metadata which may be independent of changes to the content (e.g., a change to a document name).
  • the different versions of metadata are initially stored as binary data in a block.
  • the different versions of metadata that are created when metadata types are changed can be linked using a linked list data structure within the metadata storage module 30.
  • the server 10 reads the metadata from the module 30 and converts the data into metadata versions (shown as the different metadata versions 50A, 50B, 50C in block 50 of Figure 4) that it retrieves as needed.
  • metadata versions shown as the different metadata versions 50A, 50B, 50C in block 50 of Figure 4
  • the server 10 performs that function of processing the data and converting it into the various tables having different metadata versions based upon metadata types (as shown in block 50).
  • the versioning and storing of metadata separate from content within the database facilitates finer control and analysis of the metadata. This in turn allows for determinations in differences between different versions of metadata in order to determine information such as provenance and lineage associated with different versions of metadata. This can further allow for control of which versions of metadata and/or content to use, e.g., based upon the provenance or lineage information associated with the different versions of metadata.
  • the different versions of metadata are compared to provide an indication of the differences between current metadata values and previous history (e.g., earlier version) metadata values (step 120).
  • the comparison and determination of an indication can be performed
  • a provenance indication refers to any detected change in the information associated with a metadata value from one version (e.g., the current version) to another (e.g., the original version). For example, consider a metadata value such as a document name which is defined by a number of characters. A provenance indication of 50% may indicate a change in 50% of the characters from a previous version (e.g., original version) of the document name to another (e.g., current) version of the document name. Alternatively, a provenance indication may be calculated based upon how many versions separate two versions of interest.
  • a second version of a metadata value can have a provenance of 50% when compared with the original version of the metadata value, while a fourth version of a metadata value can have a provenance of 25% when compared with the original version of the metadata value, etc.
  • Any other identifiable change or difference between metadata values from different versions can also be quantified as a percentage change or any other suitable quantifier of a change.
  • a lineage indication refers to how many different users modified a particular metadata value. For example, a metadata value having a lineage of 100% would indicate a single user has modified a particular metadata value, while a lineage of 50% would indicate that two users have modified the metadata value, etc.
  • the provenance, lineage and/or other indications comparing and defining differences or an extent with which metadata has been modified can be determined as an overall attribute for the metadata (e.g., a calculation or determination of an indication based upon an entire set of metadata values associated with a particular content object such as a document or
  • indications can be determined separately for individual metadata values associated with content.
  • the indications determined based upon different versions of metadata values can be provided to the user in any suitable format (step 130), such as in a display format using a graphical user interface.
  • a report can be generated that shows differences between versions of any number of selected metadata values, where the user can switch between different versions to assess how indications such as provenance and lineage change as the metadata associated with content evolves from its original version to another version.
  • FIG. 6 An example embodiment showing a graphical display of provenance and lineage values for specific metadata values is shown in Figure 6.
  • metadata changes for a document having a current document name of "Document 1" are displayed via a graphical user interface, where the provenance and lineage indications for the metadata values
  • the display of provenance and lineage values shown in Figure 6 provides an indication of one or more originators of a metadata change (e.g., the current reviewer is identified as "Don Smith"), how often the document name has changed and also how many different departments have updated the document (e.g., the current update occurred in the Finance department). Such information is useful to determine the origins and history of metadata changes, how changes to metadata have been controlled (e.g., by which reviewers and/or which departments), and also how much content may have been changed in any one or more updates/revisions.
  • originators of a metadata change e.g., the current reviewer is identified as "Don Smith”
  • Such information is useful to determine the origins and history of metadata changes, how changes to metadata have been controlled (e.g., by which reviewers and/or which departments), and also how much content may have been changed in any one or more updates/revisions.
  • one or more actions can be taken by the system based upon the indication values that determine to what extent or degree current versions of metadata are different from previous versions of metadata (step 140).
  • a threshold value e.g., below 50%
  • the system can implement and enforce limitations or restraints on the extent to which content and/or metadata associated with the content is further revised.
  • the system may be configured to implement a tool that prevents or limits a further revision to the document by additional reviewers that would result in a further reduction of the lineage value.
  • a similar procedure could also be applied for provenance values associated with content of a document that approach or fall below a threshold value.
  • the system can be configured to facilitate selection of metadata associated with content by a user that meets a certain threshold. For example, a user may wish to select or include in search results only metadata values with provenance values of a certain value (e.g., 80% or greater) for a particular scenario. In another example, a user may select or include in search results only metadata values with lineage values of a certain value (e.g., 75% or greater) for a particular scenario. This allows a user to be highly selective in choosing metadata values (and content associated with the metadata values) that meet a specific criteria of the user.
  • a certain threshold e.g., 80% or greater
  • lineage values of a certain value e.g., 75% or greater
  • the embodiments of the present invention facilitate the ability to track and monitor different versions of metadata values for comparison purposes by storing versioned metadata separately from versioned content for an object within a database of a system.
  • This provides a user of the system with the ability to determine a number of pieces of information associated with changes made to the object during a select time period, such as the degree of originality of metadata associated with content for the object (e.g., based upon a provenance determination), the degree or number of persons associated with metadata changes (e.g., based upon a lineage determination, e.g., was there a single person making changes or was it a collaborative effort by a number of different persons), and how much content may have been changed in a single update or revision (e.g., by comparing the provenance of a metadata value calculated based upon differences in content between two consecutive versions of the document or application, such as Version 2 and Version 3).
  • the separation of metadata changes from content changes for an object allows one to easily map or link one version of metadata to a different version of content for a particular scenario.
  • the tracking and monitoring of differences between metadata values based upon different metadata versions in this manner facilitates finer or more granular control of the use of the metadata for database operations.
  • aspects of the present invention may be embodied as a system, method or computer program product. Accordingly, aspects of the present invention may take the form of an entirely hardware embodiment, an entirely software embodiment (including firmware, resident software, micro-code, etc.) or an embodiment combining software and hardware aspects that may all generally be referred to herein as a "circuit,” “module” or “system.” Furthermore, aspects of the present invention may take the form of a computer program product embodied in one or more computer readable medium(s) having computer readable program code embodied thereon.
  • the computer readable medium may be a computer readable signal medium or a computer readable storage medium.
  • a computer readable storage medium may be, for example, but not limited to, an electronic, magnetic, optical, electromagnetic, infrared, or semiconductor system, apparatus, or device, or any suitable combination of the foregoing.
  • a computer readable storage medium may be any tangible medium that can contain, or store a program for use by or in connection with an instruction execution system, apparatus, or device.
  • a computer readable signal medium may include a propagated data signal with computer readable program code embodied therein, for example, in baseband or as part of a carrier wave. Such a propagated signal may take any of a variety of forms, including, but not limited to, electro-magnetic, optical, or any suitable combination thereof.
  • a computer readable signal medium may be any computer readable medium that is not a computer readable storage medium and that can communicate, propagate, or transport a program for use by or in connection with an instruction execution system, apparatus, or device.
  • Program code embodied on a computer readable medium may be transmitted using any appropriate medium, including but not limited to wireless, wireline, optical fiber cable, RF, etc., or any suitable combination of the foregoing.
  • Computer program code for carrying out operations for aspects of the present invention may be written in any combination of one or more programming languages, including an object oriented programming language such as Java®, Perl, Smalltalk, C++ or the like and conventional procedural programming languages, such as the "C" programming language or similar programming languages.
  • the program code may execute entirely on the user's computer, partly on the user's computer, as a stand-alone software package, partly on the user's computer and partly on a remote computer or entirely on the remote computer or server.
  • the remote computer may be connected to the user's computer through any type of network, including a local area network (LAN) or a wide area network (WAN), or the connection may be made to an external computer (for example, through the Internet using an Internet Service Provider).
  • LAN local area network
  • WAN wide area network
  • Java and all Java-based trademarks and logos are trademarks or registered trademarks of Oracle and/or its affiliates.
  • These computer program instructions may also be stored in a computer readable medium that can direct a computer, other programmable data processing apparatus, or other devices to function in a particular manner, such that the instructions stored in the computer readable medium produce an article of manufacture including instructions which implement the function/act specified in the fiowchart and/or block diagram block or blocks.
  • the computer program instructions may also be loaded onto a computer, other programmable data processing apparatus, or other devices to cause a series of operational steps to be performed on the computer, other programmable apparatus or other devices to produce a computer implemented process such that the instructions which execute on the computer or other programmable apparatus provide processes for implementing the functions/acts specified in the fiowchart and/or block diagram block or blocks.
  • each block in the fiowchart or block diagrams may represent a module, segment, or portion of code, which comprises one or more executable instructions for implementing the specified logical function(s).
  • the functions noted in the block may occur out of the order noted in the figures. For example, two blocks shown in succession may, in fact, be executed substantially concurrently, or the blocks may sometimes be executed in the reverse order, depending upon the functionality involved.
  • each block of the block diagrams and/or flowchart illustration, and combinations of blocks in the block diagrams and/or fiowchart illustration can be

Landscapes

  • Engineering & Computer Science (AREA)
  • Databases & Information Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Data Mining & Analysis (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

Metadata associated with content is versioned by receiving updated values for the metadata and storing the updated values and also previous values for metadata separately from the content, comparing the updated values to the previous values of the metadata, and determining a modification indicator for the metadata based upon the comparison of the updated values to the previous values of the metadata, where the modification indicator provides an indication of extent of differences between the updated and previous values. The modification indicator for the metadata can further be displayed to provide version information for the metadata to a user.

Description

VERSIONING OF METADATA, INCLUDING PRESENTATION OF PROVENANCE AND LINEAGE FOR VERSIONED METADATA
Technical Field
The present invention relates to versioning and analysis of metadata. Background Art
Metadata, which is data associated with the content of an object (e.g., a document or application, an audio, video or image file, etc.), has become of greater importance with the increasing ability to obtain and store different types of data. In many data storage systems, metadata associated with an object is stored with the content. In other data storage systems, metadata may be stored separately from the content.
With increasing ability to collect data increasing, there is a greater importance placed on metadata, data that describes the content. However, an effective way to version metadata is not readily available. Current known implementations attach versioning data to the content itself. However, such versioning has drawbacks, for example: whether the metadata for an object is as loaded into the system; how original the metadata is; whether one person controlled the metadata changes throughout; or how much content was changed in individual updates.
Provenance information may be described as an indication of how much one version of a document differs from another version (for example, the original version) of the document. Lineage information may be described as an indication of authorship, for example an initial version may be created by a first author and updated by a second author.
Therefore, there is a need in the art to address the aforementioned problem.
Summary of Invention Accordingly, embodiments of the present invention address monitoring the extent of changes in metadata values and include a method, a computer program product and a system for versioning metadata associated with content. In accordance with the embodiments of the invention, metadata associated with content is versioned by receiving updated values for the metadata and storing the updated values and also previous values for metadata separately from the content, comparing the updated values to the previous values of the metadata, and determining a modification indicator for the metadata based upon the comparison of the updated values to the previous values of the metadata, where the modification indicator provides an indication of an extent of differences between the updated and previous values. The modification indicator for the metadata can further be displayed to provide version information for the metadata to a user.
Viewed from a further aspect, the present invention provides a system for versioning metadata associated with content comprising: a database including a content module to store content and a metadata storage module to store metadata updates associated with the content stored in the content module; and a server to access the database, the server configured with logic to: receive updated values for the metadata and store the updated values and also previous values for metadata within the metadata storage module such that the metadata values are stored separately from the content in the database; compare the updated values to the previous values of the metadata; and determine a modification indicator for the metadata based upon the comparison of the updated values to the previous values of the metadata, wherein the modification indicator provides an indication of extent of differences between the updated and previous values.
Viewed from a further aspect, the present invention provides a computer program product for versioning metadata associated with content, the product comprising: a computer readable storage medium having computer readable program code embodied therewith, the computer readable program code configured to: receive updated values for the metadata and storing the updated values and also previous values for metadata separately from the content; compare the updated values to the previous values of the metadata; and determine a modification indicator for the metadata based upon the comparison of the updated values to the previous values of the metadata, wherein the modification indicator provides an indication of extent of differences between the updated and previous values. Viewed from a further aspect, the present invention provides a computer program product for versioning metadata associated with content, the computer program product comprising: a computer readable storage medium readable by a processing circuit and storing instructions for execution by the processing circuit for performing a method for performing the steps of the invention.
Viewed from a further aspect, the present invention provides a computer program stored on a computer readable medium and loadable into the internal memory of a digital computer, comprising software code portions, when said program is run on a computer, for performing the steps of the invention.
The above and still further features and advantages of embodiments of the present invention will become apparent upon consideration of the following detailed description thereof, particularly when taken in conjunction with the accompanying drawings wherein like reference numerals in the various figures are utilized to designate like components.
The present invention is related to: 1) US patent application 13/183850, with the same priority date as the present invention, and entitled "Use and enforcement of provenance and lineage constraints"; and 2) US patent application 13/183847, with the same priority date as the present invention, and entitled "Determining and Presenting Provenance and Lineage for Content in a Content Management System", the entire contents of each of which is incorporated herein by reference.
Brief Description of the Drawings
The present invention will now be described, by way of example only, with reference to preferred embodiments, as illustrated in the following figures:
Figure 1 is a diagrammatic illustration of an example computing environment, according to a preferred embodiment of the present invention; Figure 2 - 4 are diagrammatic illustrations of examples showing different ways in which versioned metadata can be stored separately from content associated with a data object, according to preferred embodiments of the present invention;
Figure 5 provides a flowchart depicting an example method of versioning metadata, according to preferred embodiments of the present invention; and
Figure 6 shows an example embodiment of a graphical user interface showing provenance and lineage information for metadata associated with content of an object, according to preferred embodiments of the present invention.
DETAILED DESCRIPTION
In accordance with embodiments of the present invention, a method, system and computer program product provide versioning of metadata by storing different versions of metadata separately from the content of an object (e.g., a document or application, an audio, video, image and/or any other type of data file). The embodiments of the present invention further provide for determination and display of provenance and lineage information associated with the metadata as it is changed from the original version (i.e., the original metadata created for an object) to the present version (e.g., after a series of modifications have been made to the metadata for the object). The metadata versioning information can be displayed as a single attribute for the overall metadata or, alternatively, versioning information can be provided for each metadata attribute. In addition, the provenance and lineage values for the versioned metadata can be used for determining which version of metadata and/or which version of content will be used for a particular object (e.g., it may be desirable to only utilize versions of metadata attributes having provenance values of 80% or greater).
Metadata and content associated with an object can be directly related, such as when metadata changes in relation to changing content of the object (e.g., information about file size, author making a revision, revision date, etc.). However, many types of revisions to metadata can also be independent of revisions to content in relation to an object. For example, a revision can be made to metadata for an object in relation to certain types of information, such as a department name change, a file name change, a security change, etc., when there has been no change to the content of the object. By storing changes to metadata separately from changes to content associated with an object, one can apply finer or more granular control to monitoring and controlling the changes to metadata independently from monitoring changes to content. This further allows one to associate or map one version of metadata with a different version of content for a particular scenario. For example, one may wish to associate or map a previous or earlier version of metadata relating to security information associated with an object to a more recent or updated version of content associated with the object.
An example embodiment of the present invention is now described with reference to the block diagram of Figure 1. A system comprises a server 10 that is connected with a database 20 to facilitate access by users (e.g., database managers, employees, clients, etc.) to content for objects stored within a content storage module 40 located within the database 20. The database 20 further includes a metadata storage module 30 that stores metadata associated with the content stored within the content storage module 40, such that metadata is stored separately from content so as to facilitate versioning of the metadata in a manner described below. In an example embodiment, the server 10 facilitates operations within the database 20. For example, responsive to a user request, server 10 may retrieve content for objects (e.g., documents or applications, audio, video and/or image files, or any other type of data file) from the content storage module 40 and may retrieve metadata associated with those objects from within the metadata storage module 30. For example, responsive to a user request, server 10 may save different (e.g., modified) versions of content within the content storage module 40 and different (e.g., modified) versions of metadata associated with the different content versions in the metadata storage module 30. The server 10 can communicate with a user via any suitable connection including, without limitation, via cloud computing, via network computing in which the server 10 is operatively coupled to one or more other servers or other devices, and/or other devices via any suitable type of carrier wave or signal for transfer of data from one source to another utilizing a suitable communication medium (e.g., bulletin board, network, local area network (LAN), wide area network (WAN), Intranet, Internet, etc.).
Any suitable computer systems implemented by any type of processor or other hardware and/or other processing circuitry can be configured to provide the server, database and metadata and content storage modules .That is, the sever, database and metadata and content storage modules may be implemented by any quantity of conventional or other computer systems or devices (e.g., computer terminals, personal computers of all configurations, including tablet, laptop, etc.), cellular telephones, personal data assistants etc., and may include any available operating system and/or any available or custom software (e.g., browser software, communications software, word processing software, etc.). These systems may further include types of displays and input devices (e.g., keyboard, mouse, voice recognition, etc.) to enter and/or view information.
The metadata can be stored within the metadata storage module 30 separately from content stored within the content storage module 40 in any suitable manner. Some example embodiments of structures in which metadata can be stored separately from content for a particular data object are now described with reference to Figures 2-4.
Referring to Figure 2, a structure for storing metadata is schematically depicted in which a block of metadata 50 is stored separately from content 60 to which the metadata is associated. The metadata 50 includes different versions, shown as version 1 (50-1), version 2 (50-2) and version 3 (50-3). The metadata 50 is associated generally with the content 60, but the specific versions of metadata are separate and independent from different versions of content 60. As shown in Figure 2, the relationship between content 60 and the block of metadata 50 can be via a pointer or some relationship (parent/child) in a data structure. In this embodiment, a modification to any portion of the metadata (e.g., a change in a document name, revision by a particular user or reviewer, etc.) can result in storage of the entire metadata into a new version construct (e.g., a new row or a new table associated with the different version of metadata) stored in block 50. This structure provides for storage of metadata at a content management layer of the database.
Figure 3 schematically depicts another example of a different structure for storing metadata 5 OA separately from content, where each modification of a type of metadata is stored separately within the metadata storage module 30 to provide more granular control of the metadata. In this example, versions of different types of metadata (such as document name 5 OA, department name 50B and reviewer 50C as shown in the figure) are stored in an ordered format, such as in one or more tables, where a new version of metadata results in the addition of a new row to a table that includes the new version of metadata. As shown in the example embodiment of Figure 3, each metadata type includes three different data tables that correspond with different versions of metadata stored within module 30. In this example, different versions of metadata types can be mapped or linked with different versions of content (e.g., content version 1 (60A) and content version 2 (60B) as shown in the figure). For example, a particular version of metadata associated with a document name 50A (such as version 3) can be associated with a particular content version (e.g., content version 2 (60B)). This linking between different versions of metadata and content can also be adjusted or changed based upon user preference (e.g., in scenarios in which a user may wish to utilize a particular version of one or more metadata types with a particular version of content). The structure shown in Figure 3 is at the database layer and uses typical database constructs for performing versioning operations.
The construct schematically depicted in Figure 4 provides a revised version of Figure 3, where the server 10 has access to the different versions of content 60A, 60B in the content storage module 40 and retrieves or performs actions on metadata versions 50A, 50B, 50C stored in metadata storage module 30 based upon changes to the content and/or other changes made to metadata which may be independent of changes to the content (e.g., a change to a document name). In particular, the different versions of metadata are initially stored as binary data in a block. The different versions of metadata that are created when metadata types are changed can be linked using a linked list data structure within the metadata storage module 30. The server 10 reads the metadata from the module 30 and converts the data into metadata versions (shown as the different metadata versions 50A, 50B, 50C in block 50 of Figure 4) that it retrieves as needed. Thus, the way in which the metadata versions are initially stored within the metadata storage module 30 in Figure 4 is less complex than the embodiment of Figure 3, since they are stored as, e.g., a linked list data structure. The server 10 performs that function of processing the data and converting it into the various tables having different metadata versions based upon metadata types (as shown in block 50).
The versioning and storing of metadata separate from content within the database (e.g., utilizing any of the structural formats as described above and shown in Figures 2-4) facilitates finer control and analysis of the metadata. This in turn allows for determinations in differences between different versions of metadata in order to determine information such as provenance and lineage associated with different versions of metadata. This can further allow for control of which versions of metadata and/or content to use, e.g., based upon the provenance or lineage information associated with the different versions of metadata.
An example method for versioning metadata and determining the extent of deviations between different versions of metadata is now described with reference to the flowchart of Figure 5. When a user (e.g., a manager, reviewer, client, or other person) accesses an object such as a document or application from the database 20, via the server 10, any updates or modifications (e.g., changes, insertions and/or deletions) to the object by the user are received by the database 20 (step 100) and stored as different versions of content and metadata (step 110). The different versions of content and metadata are stored separately, utilizing any suitable construct or format for associating the different versions of metadata with different versions of content (such as any of the formats described above and depicted in Figures 2-4).
The different versions of metadata are compared to provide an indication of the differences between current metadata values and previous history (e.g., earlier version) metadata values (step 120). The comparison and determination of an indication can be performed
automatically by the server 10 and/or any other processing module associated with the database 20. Any suitable indication of differences between different versions of metadata values can be determined.
Two example indications that provide some measurement of a difference between two different versions of metadata values are provenance and lineage. A provenance indication refers to any detected change in the information associated with a metadata value from one version (e.g., the current version) to another (e.g., the original version). For example, consider a metadata value such as a document name which is defined by a number of characters. A provenance indication of 50% may indicate a change in 50% of the characters from a previous version (e.g., original version) of the document name to another (e.g., current) version of the document name. Alternatively, a provenance indication may be calculated based upon how many versions separate two versions of interest. For example, a second version of a metadata value can have a provenance of 50% when compared with the original version of the metadata value, while a fourth version of a metadata value can have a provenance of 25% when compared with the original version of the metadata value, etc. Any other identifiable change or difference between metadata values from different versions can also be quantified as a percentage change or any other suitable quantifier of a change.
A lineage indication refers to how many different users modified a particular metadata value. For example, a metadata value having a lineage of 100% would indicate a single user has modified a particular metadata value, while a lineage of 50% would indicate that two users have modified the metadata value, etc.
The provenance, lineage and/or other indications comparing and defining differences or an extent with which metadata has been modified can be determined as an overall attribute for the metadata (e.g., a calculation or determination of an indication based upon an entire set of metadata values associated with a particular content object such as a document or
application). Alternatively, indications can be determined separately for individual metadata values associated with content. The indications determined based upon different versions of metadata values can be provided to the user in any suitable format (step 130), such as in a display format using a graphical user interface. For example, a report can be generated that shows differences between versions of any number of selected metadata values, where the user can switch between different versions to assess how indications such as provenance and lineage change as the metadata associated with content evolves from its original version to another version.
An example embodiment showing a graphical display of provenance and lineage values for specific metadata values is shown in Figure 6. Referring to Figure 6, metadata changes for a document having a current document name of "Document 1" are displayed via a graphical user interface, where the provenance and lineage indications for the metadata values
"Document Name", "Reviewer Name" and "Department Name" are shown. Other possible metadata values and their corresponding provenance and lineage values can also be shown in the graphical display for this document, including interactive features that would allow a user to change or modify the display to show different provenance and lineage values based upon user preference and selection of metadata values of interest. The display of provenance and lineage values shown in Figure 6 provides an indication of one or more originators of a metadata change (e.g., the current reviewer is identified as "Don Smith"), how often the document name has changed and also how many different departments have updated the document (e.g., the current update occurred in the Finance department). Such information is useful to determine the origins and history of metadata changes, how changes to metadata have been controlled (e.g., by which reviewers and/or which departments), and also how much content may have been changed in any one or more updates/revisions.
Optionally, one or more actions can be taken by the system based upon the indication values that determine to what extent or degree current versions of metadata are different from previous versions of metadata (step 140). In an example embodiment, if one or both of the provenance and lineage values decreases below a threshold value (e.g., below 50%), the system can implement and enforce limitations or restraints on the extent to which content and/or metadata associated with the content is further revised. For example, in a scenario in which lineage of a metadata value such as reviewer name that is associated with a document saved on the database approaches or falls below a threshold value of 25%, the system may be configured to implement a tool that prevents or limits a further revision to the document by additional reviewers that would result in a further reduction of the lineage value. A similar procedure could also be applied for provenance values associated with content of a document that approach or fall below a threshold value.
Alternatively, the system can be configured to facilitate selection of metadata associated with content by a user that meets a certain threshold. For example, a user may wish to select or include in search results only metadata values with provenance values of a certain value (e.g., 80% or greater) for a particular scenario. In another example, a user may select or include in search results only metadata values with lineage values of a certain value (e.g., 75% or greater) for a particular scenario. This allows a user to be highly selective in choosing metadata values (and content associated with the metadata values) that meet a specific criteria of the user.
Thus, the embodiments of the present invention facilitate the ability to track and monitor different versions of metadata values for comparison purposes by storing versioned metadata separately from versioned content for an object within a database of a system. This provides a user of the system with the ability to determine a number of pieces of information associated with changes made to the object during a select time period, such as the degree of originality of metadata associated with content for the object (e.g., based upon a provenance determination), the degree or number of persons associated with metadata changes (e.g., based upon a lineage determination, e.g., was there a single person making changes or was it a collaborative effort by a number of different persons), and how much content may have been changed in a single update or revision (e.g., by comparing the provenance of a metadata value calculated based upon differences in content between two consecutive versions of the document or application, such as Version 2 and Version 3). In addition, the separation of metadata changes from content changes for an object allows one to easily map or link one version of metadata to a different version of content for a particular scenario. The tracking and monitoring of differences between metadata values based upon different metadata versions in this manner facilitates finer or more granular control of the use of the metadata for database operations.
As will be appreciated by one skilled in the art, aspects of the present invention may be embodied as a system, method or computer program product. Accordingly, aspects of the present invention may take the form of an entirely hardware embodiment, an entirely software embodiment (including firmware, resident software, micro-code, etc.) or an embodiment combining software and hardware aspects that may all generally be referred to herein as a "circuit," "module" or "system." Furthermore, aspects of the present invention may take the form of a computer program product embodied in one or more computer readable medium(s) having computer readable program code embodied thereon.
Any combination of one or more computer readable medium(s) may be utilized. The computer readable medium may be a computer readable signal medium or a computer readable storage medium. A computer readable storage medium may be, for example, but not limited to, an electronic, magnetic, optical, electromagnetic, infrared, or semiconductor system, apparatus, or device, or any suitable combination of the foregoing. More specific examples (a non-exhaustive list) of the computer readable storage medium would include the following: an electrical connection having one or more wires, a portable computer diskette, a hard disk, a random access memory (RAM), a read-only memory (ROM), an erasable programmable read-only memory (EPROM or Flash memory), an optical fiber, a portable compact disc read-only memory (CD-ROM), an optical storage device, a magnetic storage device, or any suitable combination of the foregoing. In the context of this document, a computer readable storage medium may be any tangible medium that can contain, or store a program for use by or in connection with an instruction execution system, apparatus, or device.
A computer readable signal medium may include a propagated data signal with computer readable program code embodied therein, for example, in baseband or as part of a carrier wave. Such a propagated signal may take any of a variety of forms, including, but not limited to, electro-magnetic, optical, or any suitable combination thereof. A computer readable signal medium may be any computer readable medium that is not a computer readable storage medium and that can communicate, propagate, or transport a program for use by or in connection with an instruction execution system, apparatus, or device.
Program code embodied on a computer readable medium may be transmitted using any appropriate medium, including but not limited to wireless, wireline, optical fiber cable, RF, etc., or any suitable combination of the foregoing.
Computer program code for carrying out operations for aspects of the present invention may be written in any combination of one or more programming languages, including an object oriented programming language such as Java®, Perl, Smalltalk, C++ or the like and conventional procedural programming languages, such as the "C" programming language or similar programming languages. The program code may execute entirely on the user's computer, partly on the user's computer, as a stand-alone software package, partly on the user's computer and partly on a remote computer or entirely on the remote computer or server. In the latter scenario, the remote computer may be connected to the user's computer through any type of network, including a local area network (LAN) or a wide area network (WAN), or the connection may be made to an external computer (for example, through the Internet using an Internet Service Provider). Java and all Java-based trademarks and logos are trademarks or registered trademarks of Oracle and/or its affiliates.
Aspects of the present invention are described with reference to flowchart illustrations and/or block diagrams of methods, apparatus (systems) and computer program products according to embodiments of the invention. It will be understood that each block of the flowchart illustrations and/or block diagrams, and combinations of blocks in the flowchart illustrations and/or block diagrams, can be implemented by computer program instructions. These computer program instructions may be provided to a processor of a general purpose computer, special purpose computer, or other programmable data processing apparatus to produce a machine, such that the instructions, which execute via the processor of the computer or other programmable data processing apparatus, create means for implementing the functions/acts specified in the fiowchart and/or block diagram block or blocks.
These computer program instructions may also be stored in a computer readable medium that can direct a computer, other programmable data processing apparatus, or other devices to function in a particular manner, such that the instructions stored in the computer readable medium produce an article of manufacture including instructions which implement the function/act specified in the fiowchart and/or block diagram block or blocks.
The computer program instructions may also be loaded onto a computer, other programmable data processing apparatus, or other devices to cause a series of operational steps to be performed on the computer, other programmable apparatus or other devices to produce a computer implemented process such that the instructions which execute on the computer or other programmable apparatus provide processes for implementing the functions/acts specified in the fiowchart and/or block diagram block or blocks.
The fiowchart and block diagrams in the figures illustrate the architecture, functionality, and operation of possible implementations of systems, methods and computer program products according to various embodiments of the present invention. In this regard, each block in the fiowchart or block diagrams may represent a module, segment, or portion of code, which comprises one or more executable instructions for implementing the specified logical function(s). It should also be noted that, in some alternative implementations, the functions noted in the block may occur out of the order noted in the figures. For example, two blocks shown in succession may, in fact, be executed substantially concurrently, or the blocks may sometimes be executed in the reverse order, depending upon the functionality involved. It will also be noted that each block of the block diagrams and/or flowchart illustration, and combinations of blocks in the block diagrams and/or fiowchart illustration, can be
implemented by special purpose hardware-based systems that perform the specified functions or acts, or combinations of special purpose hardware and computer instructions. The terminology used herein is for the purpose of describing particular embodiments only and is not intended to be limiting of the invention. As used herein, the singular forms "a", "an" and "the" are intended to include the plural forms as well, unless the context clearly indicates otherwise. It will be further understood that the terms "comprises" and/or "comprising," when used in this specification, specify the presence of stated features, integers, steps, operations, elements, and/or components, but do not preclude the presence or addition of one or more other features, integers, steps, operations, elements, components, and/or groups thereof.
The corresponding structures, materials, acts, and equivalents of all means or step plus function elements in the claims below are intended to include any structure, material, or act for performing the function in combination with other claimed elements as specifically claimed. The description of the present invention has been presented for purposes of illustration and description, but is not intended to be exhaustive or limited to the invention in the form disclosed. Many modifications and variations will be apparent to those of ordinary skill in the art without departing from the scope and spirit of the invention. The embodiment was chosen and described in order to best explain the principles of the invention and the practical application, and to enable others of ordinary skill in the art to understand the invention for various embodiments with various modifications as are suited to the particular use contemplated.

Claims

1. A computer-implemented method of versioning metadata associated with content comprising:
receiving updated values for the metadata and storing the updated values and also previous values for metadata separately from the content;
comparing the updated values to the previous values of the metadata; and
determining a modification indicator for the metadata based upon the comparison of the updated values to the previous values of the metadata, wherein the modification indicator provides an indication of extent of differences between the updated and previous values.
2. The method of claim 1, further comprising:
displaying the modification indicator for the metadata to provide version information for the metadata.
3. The method of either of claims 1 or 2, wherein the determination of the modification indicator comprises determining a lineage value for an updated value, wherein the lineage value comprises information about a number of users associated with modification of the metadata from a previous value to the updated value.
4. The method of any of the preceding claims, wherein the determination of the modification indicator comprises determining a provenance value for an updated value, wherein the provenance value comprises information about a degree of difference between the updated value and a previous value.
5. The method of any of the preceding claims, further comprising:
utilizing the modification indicator to control additional updates to metadata values based upon a comparison of the modification indicator with a threshold value.
6. The method of any of the preceding claims, further comprising:
ascertaining at least one originator of an updated value.
7. A system for versioning metadata associated with content, the system comprising: a database including a content module for storing content and a metadata storage module for storing metadata updates associated with the content stored in the content module; and
a server for accessing the database, the server comprising:
a receive component for receiving updated values for the metadata and storing the updated values and also previous values for metadata within the metadata storage module such that the metadata values are storable separately from the content in the database;
a compare component for comparing the updated values to the previous values of the metadata; and
a determine component for determining a modification indicator for the metadata based upon the comparison of the updated values to the previous values of the metadata, wherein the modification indicator provides an indication of extent of differences between the updated and previous values.
8. The system of claim 7, wherein the system further comprises a display component for displaying the modification indicator for the metadata to provide version information for the metadata.
9. The system of either of claim 7 or 8, wherein the determine component is further operable for determining a lineage value for an updated value, wherein the lineage value comprises information about a number of users associated with modification of the metadata from a previous value to the updated value.
10. The system of any of claims 7 to 9, wherein the determine component is further operable for determining a provenance value for an updated value, wherein the provenance value comprises information about a degree of difference between the updated value and a previous value.
11. The system of any of claims 7 to 10, wherein the system further comprises
a utilize component for utilizing the modification indicator to control additional updates to metadata values based upon a comparison of the modification indicator with a threshold value.
12. The system of any of claims 7 to 11, wherein the system comprises an ascertain component for ascertaining at least one originator of an updated value.
13. A computer program product for versioning metadata associated with content, the computer program product comprising:
a computer readable storage medium readable by a processing circuit and storing instructions for execution by the processing circuit for performing a method according to any of claims 1 to 6.
14. A computer program stored on a computer readable medium and loadable into the internal memory of a digital computer, comprising software code portions, when said program is run on a computer, for performing the method of any of claims 1 to 6.
PCT/IB2012/052734 2011-07-15 2012-05-31 Versioning of metadata, including presentation of provenance and lineage for versioned metadata WO2013011389A1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201280033757.XA CN103703462B (en) 2011-07-15 2012-05-31 Method and system for versioned Yu the metadata of relevance

Applications Claiming Priority (6)

Application Number Priority Date Filing Date Title
US13/183,840 2011-07-15
US13/183,850 2011-07-15
US13/183,847 US9015118B2 (en) 2011-07-15 2011-07-15 Determining and presenting provenance and lineage for content in a content management system
US13/183,840 US9286334B2 (en) 2011-07-15 2011-07-15 Versioning of metadata, including presentation of provenance and lineage for versioned metadata
US13/183,850 US9384193B2 (en) 2011-07-15 2011-07-15 Use and enforcement of provenance and lineage constraints
US13/183,847 2011-07-15

Publications (1)

Publication Number Publication Date
WO2013011389A1 true WO2013011389A1 (en) 2013-01-24

Family

ID=47557720

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/IB2012/052734 WO2013011389A1 (en) 2011-07-15 2012-05-31 Versioning of metadata, including presentation of provenance and lineage for versioned metadata

Country Status (2)

Country Link
CN (1) CN103703462B (en)
WO (1) WO2013011389A1 (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20190286646A1 (en) * 2017-12-08 2019-09-19 Palantir Technologies Inc. Detection and enrichment of missing data or metadata for large data sets
CN111198902A (en) * 2018-11-16 2020-05-26 长鑫存储技术有限公司 Metadata management method and device, storage medium and electronic equipment
CN112597123A (en) * 2020-11-20 2021-04-02 贝壳技术有限公司 Data multi-version dynamic switching method and device

Families Citing this family (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105094780A (en) * 2014-05-14 2015-11-25 国际商业机器公司 Information correlation method and device
EP3062287A1 (en) * 2015-02-26 2016-08-31 Fei Company Methods and systems for managing multiple versions of a process in a processing chain
CN106055353B (en) * 2016-05-23 2019-03-29 北京小米移动软件有限公司 Data-updating method and device
CN116149724B (en) * 2023-04-18 2023-09-22 清华大学 System virtual prototype version difference analysis method and device and computer equipment

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1794207A (en) * 2004-12-20 2006-06-28 国际商业机器公司 Method and system for implenmenting buffer store uniformaty
US20060288081A1 (en) * 2005-05-26 2006-12-21 Samsung Electronics Co., Ltd. Information storage medium including application for obtaining metadata and apparatus and method of obtaining metadata
US20080177755A1 (en) * 2007-01-18 2008-07-24 International Business Machines Corporation Creation and persistence of action metadata

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5890164A (en) * 1996-06-24 1999-03-30 Sun Microsystems, Inc. Estimating the degree of change of web pages
CN1549178A (en) * 2003-05-16 2004-11-24 �Ҵ���˾ Method and system for distributing and replacing stray resources
US20100114628A1 (en) * 2008-11-06 2010-05-06 Adler Sharon C Validating Compliance in Enterprise Operations Based on Provenance Data

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1794207A (en) * 2004-12-20 2006-06-28 国际商业机器公司 Method and system for implenmenting buffer store uniformaty
US20060288081A1 (en) * 2005-05-26 2006-12-21 Samsung Electronics Co., Ltd. Information storage medium including application for obtaining metadata and apparatus and method of obtaining metadata
US20080177755A1 (en) * 2007-01-18 2008-07-24 International Business Machines Corporation Creation and persistence of action metadata

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20190286646A1 (en) * 2017-12-08 2019-09-19 Palantir Technologies Inc. Detection and enrichment of missing data or metadata for large data sets
US11645250B2 (en) * 2017-12-08 2023-05-09 Palantir Technologies Inc. Detection and enrichment of missing data or metadata for large data sets
CN111198902A (en) * 2018-11-16 2020-05-26 长鑫存储技术有限公司 Metadata management method and device, storage medium and electronic equipment
CN111198902B (en) * 2018-11-16 2023-06-16 长鑫存储技术有限公司 Metadata management method and device, storage medium and electronic equipment
CN112597123A (en) * 2020-11-20 2021-04-02 贝壳技术有限公司 Data multi-version dynamic switching method and device
CN112597123B (en) * 2020-11-20 2023-01-06 贝壳技术有限公司 Data multi-version dynamic switching method and device

Also Published As

Publication number Publication date
CN103703462A (en) 2014-04-02
CN103703462B (en) 2016-12-07

Similar Documents

Publication Publication Date Title
US9286334B2 (en) Versioning of metadata, including presentation of provenance and lineage for versioned metadata
US11258842B2 (en) Systems and methods for notifying users of changes to files in cloud-based file-storage systems
US9418065B2 (en) Tracking changes related to a collection of documents
US10831703B2 (en) Displaying changes to versioned files
US9015118B2 (en) Determining and presenting provenance and lineage for content in a content management system
WO2013011389A1 (en) Versioning of metadata, including presentation of provenance and lineage for versioned metadata
US20140379657A1 (en) Document Provenance Scoring Based On Changes Between Document Versions
US9384193B2 (en) Use and enforcement of provenance and lineage constraints
US20130185348A1 (en) Client application integration for workflows
US10185707B2 (en) Aggregate visualizations of activities performed with respect to portions of electronic documents
US10402486B2 (en) Document conversion, annotation, and data capturing system
US10621388B2 (en) Automatic delta query support for backend databases
US10249068B2 (en) User experience for multiple uploads of documents based on similar source material
US11151312B2 (en) Consolidation of web contents between web content management systems and digital asset management systems
US9594762B2 (en) Intelligent file management
US20160371244A1 (en) Collaboratively reconstituting tables
EP3314457A1 (en) Metamorphic documents
US8443003B2 (en) Content-based information aggregation
US10977428B2 (en) Content transformations
US9256644B1 (en) System for identifying and investigating shared and derived content
US9934200B1 (en) Method and system for implementing dynamic note formatting and display
US12034796B2 (en) Systems and methods for notifying users of changes to files in cloud-based file-storage systems
US11861300B2 (en) System and method for maintaining links and revisions
US20230367957A1 (en) System and method for document branching
AU2018339076A1 (en) Method, apparatus and computer program product for document change management in original and tailored documents

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 12815507

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 12815507

Country of ref document: EP

Kind code of ref document: A1