US11068453B2 - Determining a degree of similarity of a subset of tabular data arrangements to subsets of graph data arrangements at ingestion into a data-driven collaborative dataset platform - Google Patents
Determining a degree of similarity of a subset of tabular data arrangements to subsets of graph data arrangements at ingestion into a data-driven collaborative dataset platform Download PDFInfo
- Publication number
- US11068453B2 US11068453B2 US16/137,297 US201816137297A US11068453B2 US 11068453 B2 US11068453 B2 US 11068453B2 US 201816137297 A US201816137297 A US 201816137297A US 11068453 B2 US11068453 B2 US 11068453B2
- Authority
- US
- United States
- Prior art keywords
- data
- dataset
- similarity
- subset
- datasets
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Active, expires
Links
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/20—Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
- G06F16/22—Indexing; Data structures therefor; Storage structures
- G06F16/221—Column-oriented storage; Management thereof
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/90—Details of database functions independent of the retrieved data types
- G06F16/901—Indexing; Data structures therefor; Storage structures
- G06F16/9024—Graphs; Linked lists
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/20—Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
- G06F16/24—Querying
- G06F16/245—Query processing
- G06F16/2455—Query execution
- G06F16/24553—Query execution of query operations
- G06F16/24558—Binary matching operations
- G06F16/2456—Join operations
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/20—Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
- G06F16/24—Querying
- G06F16/245—Query processing
- G06F16/2457—Query processing with adaptation to user needs
- G06F16/24578—Query processing with adaptation to user needs using ranking
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/20—Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
- G06F16/25—Integrating or interfacing systems involving database management systems
- G06F16/252—Integrating or interfacing systems involving database management systems between a Database Management System and a front-end application
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/20—Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
- G06F16/25—Integrating or interfacing systems involving database management systems
- G06F16/256—Integrating or interfacing systems involving database management systems in federated or virtual databases
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/20—Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
- G06F16/25—Integrating or interfacing systems involving database management systems
- G06F16/258—Data format conversion from or to a database
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/20—Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
- G06F16/28—Databases characterised by their database models, e.g. relational or object models
- G06F16/284—Relational databases
- G06F16/285—Clustering or classification
Definitions
- Various embodiments relate generally to data science and data analysis, computer software and systems, and wired and wireless network communications to interface among repositories of disparate datasets and computing machine-based entities configured to access datasets, and, more specifically, to a computing and data storage platform to determine degrees of similarity between at least a subset of data associated with an ingested dataset and one or more equivalent or similar subsets of data associated with one or more graph-based data arrangements, the degrees of similarity facilitating preferences or priorities in joining one or more graph-based data arrangements to the ingested dataset, according to at least some examples.
- datasets of various types of formats such as CSV, TSV, HTML, JSON, XML, etc.
- some conventional data formats are designed for relational database architectures, which generally known for being difficult to scale as data and related datasets increase in size.
- relational databases of large sizes are not well-suited for expeditiously identifying classes or types of data over large-scaled data arrangements with which to join a newly-added dataset.
- a column of zip code data may be relatable to hundreds of thousands or millions (or greater) of subsets of data in one or more graph data arrangements, whereby the subsets of data may be disposed in corresponding graph datasets.
- Conventional filtering or data identification techniques are generally suboptimal in identifying a number of suitable datasets with which to join.
- FIG. 1 is a diagram depicting an example of a collaborative dataset consolidation system configured to determine degrees of similarity among datasets to identify a dataset with which to join, according to some embodiments;
- FIG. 2 is a flow diagram depicting an example of identifying one or more degrees of similarity, each of which being indicative that at least a portion of a graph-based dataset may be relevant to data associated with an ingested dataset, according to some embodiments;
- FIG. 3 is a diagram depicting dataset ingestion controller configured to determine a degree of similarity of a subset of tabular data arrangements to subsets of graph-based data arrangements, according to some examples;
- FIG. 4 is a flow diagram depicting another example of determining joinability of datasets with an ingested dataset, according to some embodiments
- FIG. 5 is a flow diagram depicting an example of joining an ingested dataset via a degree of similarity for columnar data, according to some embodiments
- FIG. 6 is a diagram depicting another example of a collaborative dataset consolidation system configured to determine degrees of similarity among datasets to identify a dataset with which to join, according to some embodiments;
- FIG. 7 is a diagram depicting an example of an atomized data point joining datasets based on a degree of similarity.
- FIG. 8 illustrates examples of various computing platforms configured to provide various functionalities to any of one or more components of a collaborative dataset consolidation system, according to various embodiments.
- FIG. 1 is a diagram depicting an example of a collaborative dataset consolidation system configured to determine degrees of similarity among datasets to identify a dataset with which to join, according to some embodiments.
- Diagram 100 depicts a tabular data arrangement that may be ingested into a collaborative dataset consolidation system 110 , wherein a tabular data arrangement 101 may include subsets of data.
- An example of a subset of data may include data (e.g., columnar data) disposed in column 102 , and, in some examples, may include a portion of an external dataset that may be ingested.
- An external dataset may be stored remotely, without collaborative dataset, consolidation system 110 .
- Each unit of columnar data may be disposed in data fields, such as cells 11 , of data arrangement 101 .
- tabular data arrangement 101 may be implemented as a data file including multiple tables split into different files or sheets, such as a data arrangement for a spreadsheet computer program application.
- Diagram 100 further depicts collaborative dataset consolidation system 110 including a dataset ingestion controller 120 , which may be configured to determine which one or more of one or more linked portions datasets, such as graph-based datasets 191 , 192 , 193 , and 194 , are most relevant to table-formatted dataset 101 .
- graph-based datasets 191 , 192 , 193 , and 194 may correspond to subsets or portions of a graph data arrangement 190 .
- Identification of which graph-based data sets 191 , 192 , 193 , and 194 are most relevant to data in dataset 101 may be based on a determination of a degree of “joinability,” which may quantitatively describe gradations of relevancy among datasets (including data in dataset 101 ) so that an optimal number of datasets may be identified among a large number of suitable datasets in graph data arrangement 190 .
- Joinability of ingested dataset 101 and a graph-based dataset 191 to 194 may be based on a computed degree of similarity between subsets of data (e.g., ingested columnar data in column 102 and a subset of a graph dataset 191 to 194 ).
- a degree of joinability may be a function of a degree of similarity between subsets of data.
- various values for degrees of joinability between dataset 101 and graph-based datasets 191 , 192 , 193 , and 194 may be indicative of a ranking or prioritizing each of datasets 191 , 192 , 193 , and 194 relative to each other.
- data representing ranked graph-based datasets 191 , 192 , 193 , and 194 based on joinability may be presented at a user interface of a computing device (not shown) to receive user input data indicating a selection to join one of graph-based datasets 191 , 192 , 193 , and 194 to dataset 101 .
- Dataset ingestion controller 120 is shown to include a dataset joinability analyzer 160 , which may be configured to determine data attributes (e.g., similarity attributes) with which to determine degrees of similarity among subsets of data.
- a similarity attribute may describe a quality of one or more units of data that may facilitate identification of a degree of similarity.
- Dataset joinability analyzer 160 may be configured to generate any number of compressed data representations for each unit of data (e.g., datum 11 ) in column 102 , whereby dataset joinability analyzer 160 may further be configured to compress data differently to form each of the number of compressed data representations (e.g., different compression subprocesses, algorithms, functions, etc.).
- dataset joinability analyzer 160 may identify at least one target compressed data value from the group of similarly-compressed data values, and aggregate each of the target compressed data values 103 to form a similarity matrix.
- dataset joinability analyzer 160 may be configured to generate any number of compressed data representations for each unit of data (e.g., linked to a node of a graph) in a subset or portion of a graph-based dataset (e.g., one of graph-based datasets 191 , 192 , 193 , and 194 ).
- dataset joinability analyzer 160 may also be configured to compress data differently to form each of the number of compressed data representations differently.
- Dataset joinability analyzer 160 may identify at least one target compressed data value from each group of similarly-compressed data values for each of graph-based datasets 191 , 192 , 193 , and 194 , and may further aggregate each of the target compressed data values 105 a , 105 b , 105 c , and 105 d to form similarity matrices for graph-based datasets 191 , 192 , 193 , and 194 , respectively.
- similarity matrices 103 and 105 a to 105 d may be implemented as, or referred to, “similarity signatures” for corresponding subsets of data.
- Dataset joinability analyzer 160 may operate to analyze data in similarity matrix 103 with data in one or more similarity matrices 105 a to 105 d .
- dataset joinability analyzer 160 may be configured to compare or match similarly-compressed target compressed data values between similarity matrix 103 and one of similarity matrices 105 a to 105 d to generate a data representation (e.g., a number, percentage, etc.) that specifies a degree of similarity between, for example, subset 102 and a subset of data in graph-based datasets 191 , 192 , 193 , and 194 .
- a data representation e.g., a number, percentage, etc.
- degrees of similarity between subset 102 and each of graph-based datasets 191 , 192 , 193 , and 194 are likely qualitatively different, whereby degrees of similarity may be ranked or prioritized from lowest to highest, for example.
- a higher degree of similarity between subsets of datasets may define that a corresponding degree of joinability between datasets may also have a higher value than others, at least in some cases.
- data representations indicating a degree of joinability may specify a ranking of dataset to join with dataset 101 , as well as dataset identification data and any other data to link data in dataset 101 to data in graph data arrangement 190 via data in column 102 .
- the data representations and other data may constitute joinable data 113 , which may specify which one or more of graph-based datasets 191 , 192 , 193 , and 194 may be joined to data from dataset 101 .
- joinable data 113 may be generated or otherwise influenced responsive to user input data received from a user interface of a computing device (not shown).
- a classification type for columnar data in column 102 may be determined to, for example, identify which subsets of data in graph data arrangement 190 that may have a similar or equivalent types or classes of data.
- determining or identifying graph-based datasets 191 , 192 , 193 , and 194 as having similar or equivalent types or classes of data as column 102 probabilistic confidence and accuracies of determining degrees of similarity among subset are enhanced, thereby conserving resources in determining which dataset may be joined with dataset 101 .
- dataset ingestion controller 120 may receive data 163 indicating a class, category, or type of data related to column data 102 to direct similarity determinations to similar or equivalent subsets of data.
- Data 163 may be configured to identify classification types for graph-based datasets 191 , 192 , 193 , and 194 , and may be generated as input data from a graphical user interface (not shown). Accordingly, similarity matrices 103 and 105 a to 105 d may be describe data attributes for data relevant to similar or equivalent entities, classes, classifications, and/or types.
- data 163 or any other data may specify a classification type, which may be described as a “classification,” or an “entity class,” under which data may be categorized.
- classification types include postal zip codes, industry sector codes, such as NACIS (“North American Cartographic Information Society”) codes or SIC (“Standard Industrial Classification”) codes, country codes (e.g., two-character, three-character, etc.), airport codes, animal taxonomies (e.g., classifications of “fish” or any other animal), state codes (e.g., two-letter abbreviation, such as TX for Texas, etc.), medical codes, such as ICD (“International Classification of Diseases”) codes, including the ICD-10-CM revision, airport codes, such as three-letter “IATA” codes defined by the International Air Transport Association, and the like.
- ICD International Classification of Diseases
- classification type or entity class of data may describe any type of data that can be categorized, such as any data set forth in an ontology (e.g., data defining categories, properties, data relationships, concepts, entities, etc.).
- ontology e.g., data defining categories, properties, data relationships, concepts, entities, etc.
- ontology e.g., data defining categories, properties, data relationships, concepts, entities, etc.
- ontology e.g., data defining categories, properties, data relationships, concepts, entities, etc.
- WL W3C Web Ontology Language
- portions 191 , 192 , 193 , and 194 of graph data arrangement 190 may include a number of ZIP Codes for the entire United States, which may be a superset of data in column 102 , or may include any combination and amount of data relating to postal codes.
- portions 191 , 192 , 193 , and 194 of graph data arrangement 190 may include individual state zip codes (e.g., Florida state zip codes), zip codes for central time zone states, postal codes of all 50 U.S. states, postal codes for U.S. states and territories, and/or international postal codes.
- dataset ingestion controller 120 may be configured to analyze reduced or compressed amounts of data embodied in similarity digital signatures 103 and 105 a to 105 d .
- dataset ingestion controller 120 may be configured to determine or detect one or more links 121 between column 102 of data via similarity digital signature 103 (e.g., as a similarity matrix) to one or more datasets 191 , 192 , 193 , and 194 via similarity matrices 105 a - 105 d.
- dataset ingestion controller 120 and/or other components of collaborative dataset consolidation system 110 may be configured to implement linked data as one or more canonical datasets with which to modify, query, analyze, visualize, and the like.
- dataset ingestion controller 120 and/or other components of collaborative dataset consolidation system 110 may be configured to form associations between a portion of a graph-based dataset and a table-based dataset (e.g., form associations among graph-based dataset 191 and table-based dataset 130 a ).
- format converter 137 which may be disposed in dataset ingestion controller 120 , can be configured to form referential data (e.g., IRI data, etc.) to associate a datum (e.g., a unit of data) in a graph data arrangement (e.g., any of graph-based datasets 191 to 194 ) to a portion of data, such as one of columns 187 a to 187 d , in a tabular data arrangement (e.g., any of table-based datasets 130 a to 130 d ).
- referential data e.g., IRI data, etc.
- a datum e.g., a unit of data
- a graph data arrangement e.g., any of graph-based datasets 191 to 194
- a portion of data such as one of columns 187 a to 187 d
- a tabular data arrangement e.g., any of table-based datasets 130 a to 130 d
- data operations including dataset enrichment (e.g., joining data to expand datasets using a degree of joinability) and queries, may be applied against a datum of the tabular data arrangement as the datum in the graph data arrangement.
- dataset enrichment e.g., joining data to expand datasets using a degree of joinability
- queries may be applied against a datum of the tabular data arrangement as the datum in the graph data arrangement.
- An example of a component of collaborative dataset consolidation system 110 to form associations between a portion of a graph-based dataset and a table-based dataset may be as described in U.S. patent application Ser. No. 15/927,004, filed on Mar. 20, 2018, and titled “LAYERED DATA GENERATION AND DATA REMEDIATION TO FACILITATE FORMATION OF INTERRELATED DATA IN A SYSTEM OF NETWORKED COLLABORATIVE DATASETS.”
- dataset ingestion controller 120 may be configured to identify graph-based datasets that may be transformed or associated with tabular data formats, such as a dataset (“T 1 ”) 130 a , dataset (“T 2 ”) 130 b , dataset (“T 3 ”) 130 c , dataset (“T 4 ”) 130 d , among others.
- dataset ingestion controller 120 may form associations via nodes and links (e.g., semantically linked data) to associate each data value 136 in a cell of a tabular data arrangement.
- Value 136 also may be linked to a row node 134 a (of a group (“R”) of row nodes 134 ) and a column node 132 a (of a group (“C”) of column nodes 132 ).
- Node 133 may identify via links to column header data that may be used to classify data (e.g., as zip codes) or identify a datatype (e.g., a string, number, integer, Boolean, etc.), in accordance with some instances.
- data in tabular data arrangement 130 a may be converted from/to a graph data arrangement 191 , such that data values 136 in table 130 a may be mirrored or mapped into graph data arrangement 191 .
- Table 130 a may be identified by data representing a table identifier (“ID”) 131 , whereby data values in each cell of a table format may be linked or otherwise associated with a node in a graph data format.
- ID table identifier
- dataset 130 a , dataset 130 b , dataset 130 c , dataset 130 d may be “virtual” datasets, whereby data in datasets 130 a to 130 d either resides in graph data arrangement 190 or external to collaborative dataset consolidation system 110 (e.g., data is linked from external sources).
- data including metadata
- graph data arrangement 190 may be associated with graph data arrangement 190 to access or view graph data as tabular data (e.g., for presentation in a user interface or for application of SQL-like queries).
- each similarity matrix 105 a to 105 d may be a digital signature referencing subsets of graph data subsets 191 to 194 , respectively, via links 121 .
- each of subsets of graph data subsets 191 to 194 may be associated via links 123 with a column 187 a to 187 d , respectively, in corresponding tabular data arrangements 130 a to 130 d .
- similarity matrix 103 matches, or correlates to, similarity matrix 105 d , which in turn, is associated via one of links 123 to graph data 194 .
- dataset ingestion controller 120 may be configured to enrich dataset 101 by adding data in column 187 d , which maps to data in graph data portion 194 , to dataset 101 to form an enriched version of dataset 101 .
- data in column 187 d may be added as supplemental data into data from dataset 101 , based on comparing similarity matrix 103 to similarity matrix 105 d.
- Dataset ingestion controller 120 may be configured to perform other functionalities with which to form, modify, query and share collaborative datasets according to various examples.
- dataset 101 may be disposed in a first data format (e.g., a tabular data arrangement), with which format converter 137 may convert into a second data arrangement, such as a graph data arrangement 137 b .
- Graph data arrangement 137 may include (e.g., via links) a graph data portion 137 b from data in dataset 101 and a graph data portion 137 c from “similar” data in, for example, graph data portion 194 .
- data in a field 11 (e.g., a unit of data in a cell at a row and column) of a table 101 may be disposed in association with a node in a graph 137 (e.g., a unit of data as linked data).
- graph dataset portions 191 to 194 may be linkable to each other via links 197 , or to other graph data arrangements (not shown).
- dataset ingestion controller 120 may be configured to link additional datasets for other classification types based on the data identifies in joinable data 113 (e.g., one or more links relevant to dataset 101 based on degrees of similarity). For example, if joinable 113 references zip codes, then data in other graph data portions, such as graph data portions 191 to 194 , may be “inferred” as being relevant for joining.
- Other graph data portions may include geographic location data (e.g., longitudinal and latitudinal coordinates) associated with a zip code, demographic senses data associated with a zip code, state abbreviation codes associated with a zip code, a counting name associated with a zip code, and any other data associated with a zip code classification type (or other associated classification types).
- geographic location data e.g., longitudinal and latitudinal coordinates
- demographic senses data associated with a zip code e.g., longitudinal and latitudinal coordinates
- state abbreviation codes associated with a zip code
- a counting name e.g., a counting name associated with a zip code
- collaborative dataset consolidation system 110 and/or any of its constituent components may implement a software algorithms or platforms composed of one or more programs or scripts (e.g., Java®, JavaScript®, JSONTM, Ruby, C+, C++, C#, C, or any other structured or unstructured programming language, structured or unstructured, or the like, including, but not limited to, SQL, SPARQL, TURTLE, etc.) that is configured to determine degrees of similarity.
- the above-described compressed data representations and similarity matrices may be implement printing using hash functions and hash values.
- multiple sets of similarity matrices, such as 103 may be used to further enhance determinations of degrees of joinability.
- a first similarity matrix 103 may be directed to zip code data and a second similarity matrix 103 (not shown) may be directed to employment data (based on type of industry).
- Corresponding sets of multiple similarity matrices for datasets 191 to 194 may also be generated.
- multiple sets of degrees of similarity may be determined, combination of which may be used to enhance a degree of joinability.
- degrees of similarity relating to zip code-related data may be weighted more than degrees of similarity relating to employment data, whereas the weighted combination of degrees of similarity may be used to compute a degree of joinability.
- one or more structures and/or one or more functionalities described in FIG. 1 may be configured to expeditiously identify relevant data of an ingested dataset in a first data format, such as a tabular data arrangement 101 , with one or more linked datasets disposed in a second data format, such as a graph data arrangement 190 .
- Relevant data may be identified during data ingestion for joining with similar data, and storage in the graph data arrangement.
- data in a tabular data arrangement 101 may be matched against data in a graph data arrangement, which may reduce or negate reduce complexities and limitations associated with relational database architectures.
- analysis of target compressed data using a similarity matrix, preserves computational resources that otherwise may be used to perform per-cell matching rather at a subset (or column) level.
- determining degrees of similarity based on class types of categories (or classification) may enhance accuracy in the determination of the computed degrees of similarity, which, in turn, may influence selection of joining a specific portion of graph data arrangement 190 to data in dataset 101 .
- degrees of joinability and/or similarity may be distinguished by ranking, prioritization, or the like, so as to reduce or negate obscuring selections of graph-based datasets in view of the very large numbers of linked datasets in a graph data arrangement.
- FIG. 2 is a flow diagram depicting an example of identifying one or more degrees of similarity, each of which being indicative that at least a portion of a graph-based dataset may be relevant to data associated with an ingested dataset, according to some embodiments.
- flow diagram 200 may be implemented in association with a collaborative dataset consolidation system, such as system 110 of FIG. 1 . Further, flow diagram 200 may be facilitated via computerized tools including a data project interface, which may be configured to initiate and/or execute instructions to identify data of an ingested dataset, such as a table, that may be relevant with one or more linked datasets stored in a graph-based data arrangement.
- a data project interface which may be configured to initiate and/or execute instructions to identify data of an ingested dataset, such as a table, that may be relevant with one or more linked datasets stored in a graph-based data arrangement.
- one or more subsets of data associated with a data arrangement may be identified at (or approximate to) ingestion into a computing platform, such as (but not limited to) a collaborative dataset consolidation system.
- a tabular data arrangement may be ingested into the computing platform, whereby subsets of data in a table may constitute columnar data (e.g., data disposed in a column, or otherwise associated with links to transform the data into columns based on data disposed in graph-based data arrangements).
- a similarity matrix of data associated with a subset of data may be generated.
- a subset of data may include data that may reference a columnar data structure, or otherwise may be disposed or linked to data in a graph data arrangement.
- a similarity matrix of data may be configured to determine or otherwise specify a degree of similarity that may be used to identify other datasets with which to join, according to some examples.
- a similarity matrix of data may be composed of a number of compressed data representations, each of which may be generated by one or more different processes or algorithms, such as one or more different hash functions.
- the compressed data representations of a similarity matrix may include units of compressed target data that may be used to compare or otherwise analyzed against other units of compressed target data for graph-based data.
- a unit of compressed target data may represent a value of a compressed target data unit that may be implemented to form a degree of similarity.
- a value of a compressed target data unit may represent a target hash value (e.g., a minimum hash value).
- multiple hash functions may be applied to at least one column of tabular data ingested into collaborative dataset consolidation platform to form one or more similarity matrices of data.
- a similarity matrix of data may be referred to as a signature, such as a “similarity signature.”
- a similarity matrix of data may include units of compressed target data 358 a , 358 b , . . . , and 358 n , each of which may represent a target hash value for a corresponding hash function, according to at least one example.
- a number of similarity matrices stored in a repository may be accessed to determine a degree of similarity with ingested columnar data associated with the similarity matrix generated in 204 .
- the number of similarity matrices may be formed to identify an amount of relevant data associated with datasets disposed in a graph data arrangement.
- a degree of similarity may specify or describe an amount of relevant data (e.g., as relevant content) between an ingested column of data and a subset of graph data stored in a graph data arrangement for a similar or equivalent class or type of data.
- an ingested tabular dataset may include a U.S. postal zip codes for the state of Texas.
- the zip codes for states in the central time zone may be more relevant than stored datasets including subsets of data including zip codes for all 50 states plus U.S. territories (e.g., Guam, Puerto Rico, etc.). States in the central time zone include at least Alabama, Arkansas, Minnesota, Wisconsin, Illinois, Missouri, Arkansas, Oklahoma, and Texas. A degree of similarity, according to some implementations, may describe or indicate a computed amount of “overlap” or “coverage” between a column of Texas zip code data and other subsets of data in datasets that may include individual state zip codes (e.g., Texas zip codes), zip codes for central time zone states, postal codes of the 50 U.S. states, postal codes for U.S. states and territories, and/or international postal codes.
- U.S. territories e.g., Guam, Puerto Rico, etc.
- States in the central time zone include at least Alabama, Arkansas, Minnesota, Wisconsin, Illinois, Missouri, Arkansas, Oklahoma, and Texas.
- a degree of similarity may describe or indicate a computed amount of “over
- a similarity matrix of data may be analyzed in association with a number of other similarity matrices, such as a set of similarity matrices formed for subsets of data, which may include similar or equivalent classes or types of data.
- analyzing a similarity matrix may include computing a degree of similarity as a function of common data attributes values and combined data attribute values for an ingested subset of data (e.g., an ingested column of data) and for at least one subset of graph data.
- common data attributes values may be derived as an intersection of data attributes values between the ingested subset of data and at least one subset of graph data to perform, for example, an “overlap” function as described herein.
- the combined data attribute values may be derived as a union between the subsets.
- analyzing a similarity matrix may include performing a coverage function.
- analyzing a similarity matrix may include computing a degree of similarity as a function of data attributes values in an ingested subset of data with respect to combined data attribute values for the ingested subset of data (e.g., an ingested column of data) and at least one subset of graph data.
- a subset of similarity matrices relevant to an ingested subset of data may be identified.
- an identified subset of similarity matrices may be associated with degrees of similarity that, for example, may exceed a threshold that specifies sufficient similarity.
- an identified subset of similarity matrices may be associated with degrees of similarity that otherwise may comply with a range of degrees of similarity that specify sufficient similarity.
- a computed degree of similarity may be expressed numerically (e.g., as a percentage) or by using any other symbolic expression.
- a computed degree of similarity may be ranked or otherwise prioritized among other degrees of similarity to identify, for example, subsets of data that may be most highly relevant as compared to less relevant subsets of data.
- “joinability” of an ingested dataset and a graph-based dataset may be based on a quantification of a degree of similarity between subsets of data (e.g., ingested columnar data and a subset of a graph).
- a degree of joinability between an ingested dataset and a graph-based dataset may be a function of a degree of similarity between subsets of data.
- One or more links or associations may be formed between ingested columnar data and a subset of a graph. In some examples, links may be formed among the ingested columnar data, which is converted into a graph-based data format, and a subset of a graph-based data arrangement.
- links among a column of data may be formed with a subset of the other datasets associated with a subset of relevant similarity matrices.
- the subset of relevant similarity matrices may be determined based on the degrees of similarity that meet the above-described threshold or ranges of similarity.
- a subset of links may be formed between a column of data and at least one of the other datasets.
- links e.g., suggested links
- the links may be presented in a user interface, whereby the links can be presented as data representations for a selection of other datasets in a graph data arrangement to join via links (e.g., selectable links) to join via a column of data to an ingested data arrangement (e.g., an ingested tabular data arrangement).
- links e.g., selectable links
- a subset of links may be formed between a column of data and at least one of other dataset in a graph data arrangement.
- FIG. 3 is a diagram depicting dataset ingestion controller configured to determine a degree of similarity of a subset of tabular data arrangements to subsets of graph-based data arrangements, according to some examples.
- Diagram 300 depicts a dataset ingestion controller 320 including a dataset analyzer 330 and an inference engine 332 . Further, inference engine 332 may be configured to further include a subset characterizer 357 and a dataset joinability analyzer 360 , either or both of which may be implemented.
- subset characterizer 357 may be configured to classify units of data in, for example, a column 356 of ingested data 301 a to determine one or more of an entity class, a classification type, a datatype, a categorical variable, or any dataset attribute associated with column 356 , which be equivalent to column 102 of tabular dataset 101 of FIG. 1 .
- a type of data in column 356 may influence determinations of degrees of similarity and/or joinability, at least in some cases.
- subset characterizer 357 operation may be optional in some cases.
- elements depicted in diagram 300 of FIG. 3 may include structures and/or functions as similarly-named or similarly-numbered elements depicted in other drawings.
- Examples of may include similar or equivalent structures and/or functionalities of a dataset analyzer and an inference engine as described in U.S. patent application Ser. No. 15/927,004, filed on Mar. 20, 2018, and titled “LAYERED DATA GENERATION AND DATA REMEDIATION TO FACILITATE FORMATION OF INTERRELATED DATA IN A SYSTEM OF NETWORKED COLLABORATIVE DATASETS.”
- Subset characterizer 357 may be configured to characterize subsets of data by, for example, classifying or associating units of data (e.g., cells of column) with a specific class/classification or type of data (e.g., zip code or postal code data).
- subset characterizer 357 may be configured to receive data 303 indicating a category type of interest to direct similarity determinations to similar or equivalent subsets of data.
- subset characterizer 357 may receive data 303 as input data generated from a graphical user interface.
- data 303 may include data representing a classification associated with columnar data, whereby data 303 may be generated by a probabilistic data structure, such as a Bloom filter.
- Examples of structures and/or functions configured to generate classification data 303 may be set forth in U.S. patent application Ser. No. 16/137,292, filed on Sep. 20,2018, and titled “Matching Subsets of Tabular Data Arrangements to Subsets of Graphical Data Arrangements at Ingestion into Data-Driven Collaborative Datasets,” which is herein incorporated by reference.
- Subset characterizer 357 is shown to include one or more data compressors 355 , each of which may be configured to form a reduced data representation of a characterized subset of data, such as an ingested column 356 of data.
- Each of data compressors 355 may be configured to generate a compressed data representation 351 for a compressed data representation for units of data (e.g., cells 356 a , 356 b , . . . 356 n ) of a column 356 of data.
- a first data compressor may be configured to process units of data 356 a , 356 b , . . . 356 n to generate corresponding compressed data representations 351 a , 351 b , . . .
- a second data compressor may be configured to process units of data 356 a , 356 b , . . . 356 n to generate different compressed data representation similar to compressed data representations 351 a , 351 b , . . . , 351 n , but not shown.
- any number of other data compressors of data compressors 355 may generate other compressed data representations (not shown) in sets 353 a , 353 b , and 353 c of compressed data representations, according to some examples.
- sets or arrays 351 , 353 a , 353 b , and 353 c of compressed data each include hash values derived from a corresponding data compressor (e.g., hash function).
- compressed data representations 351 a , 351 b , . . . and 351 n may constitute a set or an array of compressed data representations 351 .
- dataset joinability analyzer 360 may be configured to analyze compressed data representations 351 a , 351 b , . . . , and 351 n to determine a unit of compressed target data, such as a unit of compressed target data 358 a that is included in compressed target data 358 .
- dataset joinability analyzer 360 may be configured to analyze other compressed data representations in, for example, compressed data 353 a , 353 b , and 353 c , among others, to determine other units of compressed target data in compressed target data 358 .
- dataset joinability analyzer 360 may be configured to analyze compressed data representations in, for example, compressed data 353 a to determine a unit of compressed target data 358 b in compressed target data 358 .
- dataset joinability analyzer 360 may be configured to analyze other compressed data representations in any of compressed data representations 351 , 353 a - c, and the like, to generate other units of compressed target data in compressed target data 358 , such as a unit of compressed target data 358 n.
- dataset joinability analyzer 360 may be configured to identify a unit of compressed target data in a set of compressed data representations, whereby identification of a unit of compressed target data may be for inclusion in compressed target data 358 .
- compressed data representations such as compressed data representations 351 a , 351 b , . . . and 351 n
- compressed data representations 351 a , 351 b , and 351 n may be determined by applying data values 356 a , 356 b , and 356 n to a hash function to generate compressed data representations 351 a , 351 b , and 351 n .
- compressed data representations 351 a , 351 b , and 351 n may be hash values.
- Dataset joinability analyzer 360 may select at least one value of compressed data representations 351 a , 351 b , . . . and 351 n to be included in similarity signature 311 .
- dataset joinability analyzer 360 may determine or derive a unit of compressed target data, such as unit 358 n of compressed target data 358 based on a characteristic of hash values for one of compressed data 351 , 353 a , 353 b , and 353 c .
- the term “compressed target data” may refer, at least in some implementations, to a data value representing a parameter or metric with which to determine (or facilitate the determination of) similarity between data in column 356 and subsets of graph-formatted data.
- a unit of compressed target data may include a hash value having an attribute (e.g., a minimum hash value, or the like), and may be referred as a target hash value.
- a characteristic of a hash value may be, for example, a “minimum” hash value, whereby a minimum hash value of compressed data representations 351 a , 351 b , and 351 n may be identified as a unit of compressed target data in compressed target data 358 .
- Other characteristics of a hash value include a maximum hash value, an average hash value, and the like.
- compressed target data 358 may be an array or set (e.g., Set P) of parameters or metrics, each of which is derived from a different data compressor and may be used to determine one or more degrees of similarity.
- Compressed target data representations 358 a , 358 b , . . . and 358 n collectively, at least in some cases, may constitute a “similarity matrix.”
- Similarity signature 311 may provide for the quantification of a degree of similarity between subsets of data (e.g., ingested columnar data and a subset of a graph), which, in turn, may facilitate determination of a degree of joinability between an ingested dataset and a graph-based dataset.
- data 301 b from other datasets may be analyzed and processed by data compressors 355 to generate sets or arrays of compressed target data 371 , 373 , 375 , . . . , and 377 , any of which may be stored in repository 340 .
- sets of compressed data representations 371 , 373 , 375 , . . . , and 377 may constitute “Set Q 1 ,” “Set Q 2 ,” “Set Q 3 ,” and “Set Qn,” respectively.
- sets of compressed data representations 371 , 373 , 375 , . . . , and 377 may constitute similarity matrices.
- each of data compressors 355 may be configured to generate a uniquely compact data value.
- each of data compressors 355 may be implemented as a differently-configured hash function, such a murmur hash function or any known hash function (e.g., 2x+9 mod 5, 3x+3 mod 2, etc.), to form compressed data representations.
- These compressed data representations as one or more different hash values, may be generated as compressed data representations 351 a , 351 b , . . . and 351 n .
- corresponding differently-formed hash values may be generated for sets of compressed data representations 371 , 373 , 375 , . . . , and 377 using corresponding hash functions.
- a first hash function that generates hash value 358 a may also be used to generate hash values 371 a in Set Q 1 , 373 a in Set Q 2 , 375 a in Set Q 3 , and 377 a in Set Qn, whereby hash values 371 a , 373 a , 375 a , and 377 a each constitute a unit of compressed target data (e.g., a minimum hash value).
- a second hash function that generates hash value 358 b may be used to generate hash values 371 b in Set Q 1 , 373 b in Set Q 2 , 375 b in Set Q 3 , and 377 b in Set Qn
- an “nth” hash function that generates hash value 358 n may also be used to generate hash values 371 n , 373 n, 375 n, and 377 n .
- Set P and Sets Q 1 , Q 2 , Q 3 , and Qn each may include a similarity matrix of hash values, according to some examples.
- hash values in Sets P and Q 1 to Qn may be 64 bit wide (or any bit length), and an number of hash values in any of Sets P and Q 1 to Qn may range from 20 to 50, or from 20 up to 200, or greater.
- Dataset joinability analyzer 360 may be configured to analyze one or more similarity matrices to determine one or more degrees of joinability between an ingested dataset and a graph-based dataset, whereby joinability provides a basis for selecting most relevant (e.g., most likely relevant) graph-based datasets to join with an ingested dataset.
- the ingested dataset may be in a tabular data format (or any other data format).
- joinability between an ingested dataset and a graph-based dataset may be based on one or more degrees of similarity among, for example, Set P and Sets Q 1 , Q 2 , Q 3 , and Qn.
- a degree of similarity may be determined as a function of multiple determinations that indicate either an amount of “overlap” between Set P and one of Sets Q, an amount of “coverage” between Set P and one of Sets Q, or the like.
- an amount of “overlap” may be determined by, for example, computing a degree of similarity as a function of an approximated overlap based on a ratio between an amount of common data attributes (e.g., common similarity attributes) and a combined set of data attributes (e.g., a combined set of similarity attributes).
- the amount of common data attributes may include a number of data attribute values in both a subset of data (e.g., ingested column of data) and a subset of a dataset disposed in a graph data arrangement.
- the combined set of data attributes may include a combined number of data attribute values over both the subset of data and the subset of the graph-based dataset.
- an amount of common data attributes may include an intersection of values in Set P and one of Sets Q 1 to Qn, and the combined set of data attributes may include a union of values in Set P and one of Sets Q 1 to Qn.
- the above-described similarity attributes may include “hash values,” or hash values characterized by a particular parameter or metric (e.g., a minimum hash value as a target compressed data value).
- determining an amount of overlap may be a function of, for example, a ratio between a number of matched hash-derived attributes (e.g., matched values in target hash values 358 a - n, 371 a - n, 373 a - n, etc.), and a combined number of hash-derived attributes (e.g., combination of target hash values 358 a - n, 371 a - n, 373 a - n, etc., with cardinality).
- a ratio between a number of matched hash-derived attributes (e.g., matched values in target hash values 358 a - n, 371 a - n, 373 a - n, etc.), and a combined number of hash-derived attributes (e.g., combination of target hash values 358 a - n, 371 a - n, 373 a - n, etc., with cardinality).
- Generation of Set P as a similarity signature 311 , may be performed at ingestion (e.g., as ingested data 301 a is received into dataset ingestion controller 320 ).
- Set P may be subsequently stored in repository 340 for subsequent determinations of joinability and collaborative data uses.
- dataset joinability analyzer 360 may be configured to apply data values (“q”) in relevant subsets of graph data arrangements to the first hash function, “h(i)” to form hash values (not shown) from which target hash value 371 a in Set Q 1 , target hash value 373 a in Set Q 2 , etc., are derived.
- Sets Q 1 to Qn may be established or identified, as references with which to determine a degree of similarity, prior to ingestion of data 301 a or the like, according to some examples.
- dataset joinability analyzer 360 may be configured to perform the overlap function by executing instructions of a similarity determination algorithm. As such, dataset joinability analyzer 360 may be configured to identify a minimum hash value (“H(P)”) associated with hash values 351 a , 351 b , . . . , 351 n in compressed data 351 .
- H(P) a minimum hash value
- dataset joinability analyzer 360 may be configured to identify a minimum hash value (“H(Q)”), such as minimum hash values 371 a , 371 b , and 371 n in Sets Q 1 , 373 a , 373 b , and 373 n in Q 2 , 375 a , 375 b , and 375 n in Q 3 , and 371 a , 371 b , and 371 n in Qn.
- H(Q) minimum hash value
- Dataset joinability analyzer 360 may analyze minimum hash value, H(P), of Set P and minimum hash value, H(Q), of any of Sets Q 1 , Q 2 , Q 3 , and Qn to determine or predict probabilistically whether Set P and one of Sets Q 1 , Q 2 , Q 3 , and Qn are similar or dissimilar.
- dataset joinability analyzer 360 may be configured to compare a minimum hash value in Set P and a corresponding minimum hash value in Set Q (both which may be derived by a common hash function).
- an overlap function may generate data representing one (“1”) as a first state, which specifies that pre-hashed data values are determined to be in a common set (e.g., an intersection of set elements). Otherwise, if the minimum hash values are not equivalent (e.g., not within a range of values indicating equivalency), then the overlap function may generate data representing zero (“0”) as a second state, which specifies that pre-hashed data values in Sets P and Q 2 are disjoint.
- dataset joinability analyzer 360 may be configured to compare minimum hash values H(P) and minimum hash values H(Q) for multiple sets of Set P and multiple sets of Set Q (e.g., one or more of Sets Q 1 , Q 2 , Q 3 , and Qn).
- multiple different data compressors 355 each may implement any of a number of known hash functions (e.g., murmur hash function, md5 or variants, sha256 or variants, 2x+9 mod 5, 3x+3 mod 2, etc.) to generate Set P and multiple sets of Set Q.
- 20 to 100 hash functions may be implemented to generate corresponding sets of P and Q to determine whether hashed values of Set P and Set Q may yield either a first state (“1”) or a second state (“0”).
- an amount of instances or computations yielding in a first state (“1”) relative to an amount of instances a second state (“0”) may specify a degree of similarity.
- dataset joinability analyzer 360 may be configured to generate and compare 100 sets of minimum hash values H(P) in Set P and 100 sets of minimum hash values H(Q) in Set (“Q 1 ”) 371 .
- dataset joinability analyzer 360 may be configured to generate and compare 100 sets of minimum hash values H(P) in Set P and 100 sets of minimum hash values H(Q) in Set (“Q 2 ”) 373 .
- 89 hash functions generate a “state one” (“1”) indication
- 11 hash functions generate a “state zero” (“0”) indication.
- a degree of similarity may be equivalent to a degree of overlap, which may be expressed as “89%.” Similar subprocesses can be performed for other sets, such as between ingested Set P and Set (“Q 3 ”) 375 , as well as between Set P and Set (“Qn”) 377 .
- Set Q 2 has a greater degree of similarity with Set P (e.g., a degree of similarity of 89%) than Set Q 1 does with Set P (e.g., a degree of similarity of 37%).
- Set Q 2 may have a greater degree of joinability than Set Q 1 .
- minimum hash values H(P) and H(Q) may be described as unbiased estimators that approximate a fraction of a number of elements in an intersection of sets P and Q of a cardinal number of elements in a union of sets P and Q.
- a degree of similarity may be a function of, or equivalent to, a Jaccard distance.
- an overlap function e.g., the OVER(P,Q) function
- degrees of similarity may be determined based on a “coverage” function.
- dataset joinability analyzer 360 may be configured to analyze one or more similarity matrices via execution of instructions to perform a coverage function.
- an amount of coverage may be determined by, for example, computing an approximated coverage of a set by another set based on a ratio between an amount of data attributes of a set and a combined set of data attributes (e.g., in at least two sets).
- the amount of data attributes may include a number of data attribute values in a subset of data (e.g., ingested column of data).
- the combined set of data attributes may include a combined number of data attribute values over both the subset of data and the subset of the graph-based dataset.
- an amount of data attributes may include data attributes in Set P, and a combined set of data attributes may include a union of values in Set P and one of Sets Q 1 to Qn.
- the above-described data attributes (or values thereof) may include “hash values.”
- dataset joinability analyzer 360 may be configured to generate and compare minimum hash values H(P) and H(Q) similar to that in performing the above-described overlap function. By contrast, if a minimum hash value H(P) is less than or equal to a minimum hash value H(Q), then the coverage function may generate data representing one (“1”) as a first state. Otherwise, then the coverage function may generate data representing zero (“0”) as a second state.
- a coverage function may be configured to determine a probability that a minimum hash value for an ingested set of data, such as Set P, is covered by Set Q (e.g., a percentage of Set P covered by Set Q).
- a coverage function need not implement a minhash function, or may be configured to include a modified variation thereof.
- a coverage function may be implemented in lieu of a overlap function (or in conjunction therewith) to determine degrees of similarity with enhanced accuracy. For example, degrees of similarity using a coverage function may be computed with reduced computational resources and enhanced accuracy for datasets having large sizes and having a defined number of cardinal data values (or hash values).
- a large-sized dataset can be very large datasets, such as aggregations of 100,000 datasets to millions of datasets, or greater, whereby the datasets are disposed in graph data arrangement(s).
- Similarity determination adjuster 365 may include logic configured to adjust the determinations of degrees of similarity based on one or more factors. In one example, implementation of a number of different hash functions may be variable. Hence, similarity determination adjuster 365 may be configured to adjust a number of different hash functions based on a type or class of data in ingested data 301 a . In some examples, data representing a classification of data may be received into similarity determination adjuster 365 via data 303 . For example, different number of hash functions in data compressors 355 may be implemented for “zip code data” relative to “geographic location data,” or other data classifications or categories.
- hash functions may be implemented based on “string” data types rather than “boolean” data types, or based on “integer” data types rather than “float” data types (e.g., fewer and/or different hash functions may be used for integers rather than floating point data).
- dataset attributes such as, but not limited to, annotations (e.g., metadata or descriptors describing columns, cells, or any portion of data), data classifications (e.g., a geographical location, such as a zip code, etc., or any descriptive data specifying a classification type or entity class), datatypes (e.g., string, numeric, categorical, boolean, integer, float, etc.), a number of data points, a number of columns, a “shape” or distribution of data and/or data values, and the like.
- annotations e.g., metadata or descriptors describing columns, cells, or any portion of data
- data classifications e.g., a geographical location, such as a zip code, etc., or any descriptive data specifying a classification type or entity class
- datatypes e.g., string, numeric, categorical, boolean, integer, float, etc.
- a number of data points e.g., a number
- similarity determination adjuster 365 may include logic configured to adjust the determinations of degrees of similarity to include performance of either an “overlap” function or a “coverage” function, or both. In some cases, a degree of similarity may be determined based on results of the performance of overlap and coverage functions.
- One or more links or associations may be formed between ingested columnar data 301 and a subset of a graph to form data files 390 , whereby the one or more links or associations may be formed based on a degree of joinability of datasets (e.g., degrees of similarity between subsets of data).
- FIG. 4 is a flow diagram depicting another example of determining joinability of datasets with an ingested dataset, according to some embodiments.
- flow diagram 400 may be implemented in association with a collaborative dataset consolidation system, such as system 110 of FIG. 1 . Further, flow diagram 400 may be facilitated, as a similarity determination algorithm, via computerized tools including a data project interface, which may be configured to initiate and/or execute instructions to identify data of an ingested dataset, such as a table, that may be relevant with one or more linked datasets stored in a graph-based data arrangement.
- a data project interface which may be configured to initiate and/or execute instructions to identify data of an ingested dataset, such as a table, that may be relevant with one or more linked datasets stored in a graph-based data arrangement.
- an indication is determined or otherwise identified to compute a degree of similarity at either 404 or 408 , or via both.
- a determination may be made as to whether to determine a first ratio. If yes, flow 400 moves to 406 at which an overlap function may be performed. Otherwise, flow 400 may move to 408 at which a coverage function may be performed at 410 .
- an optional metric may be identified with which to determine a degree of similarity.
- a metric may include a threshold degree of similarity with which to, for example, distinguish and/or rank relevant subsets of graph-based data for expressing degrees of joinability. Degrees of similarity that exceed a threshold may be presented within, for example, a ranked hierarchy at a user interface.
- a subset of similarity matrices may be identified.
- the subset of similarity matrices being associated with corresponding subsets of graph data with which an ingested dataset may be joined.
- a subset of links may be formed between a column of data in at least one graph-based dataset, thereby enriching an ingested dataset based on computations of degrees of similarity.
- FIG. 5 is a flow diagram depicting an example of joining an ingested dataset via a degree of similarity for columnar data, according to some embodiments.
- flow diagram 500 may be implemented in association with a collaborative dataset consolidation system, such as system 110 of FIG. 1 .
- flow diagram 500 as a similarity determination algorithm, may be facilitated via computerized tools including a data project interface, which may be configured to initiate and/or execute instructions to identify data of an ingested dataset, such as a table, that may be relevant with one or more linked datasets stored in a graph-based data arrangement.
- a classification type associated with a subset of data may be determined. Based on a determine classification type, such as zip code data, one of a number of algorithms to compute one or more degrees of similarity may be performed at 504 .
- data representations for selections of graph-based datasets may be presented in a user interface. The data representations may identify graph-based datasets as “joinable” to an ingested dataset based on compliant degrees of similarity (e.g., compliant with a threshold). In some cases, the data representations may be presented in a manner to convey a ranking or prioritization based on values for computer degrees of similarity.
- a selection may be detected with which to form links to generate an enriched and/or collaborative dataset. A selection may include a data signal that is received responsive to activation of user input at a user interface.
- FIG. 6 is a diagram depicting another example of a collaborative dataset consolidation system configured to determine degrees of similarity among datasets to identify a dataset with which to join, according to some embodiments.
- Diagram 600 depicts an example of a collaborative dataset consolidation system 610 that may be configured to consolidate one or more datasets to form collaborative datasets as, for example, a canonical dataset.
- a collaborative dataset is a set of data that may be configured to facilitate data interoperability over disparate computing system platforms, architectures, and data storage devices.
- a collaborative dataset may also be associated with data configured to establish one or more associations (e.g., metadata) among subsets of dataset attribute data for datasets and multiple layers of layered data, whereby attribute data may be used to determine correlations (e.g., data patterns, trends, etc.) among the collaborative datasets.
- associations e.g., metadata
- attribute data may be used to determine correlations (e.g., data patterns, trends, etc.) among the collaborative datasets.
- data project controller 670 may be configured to control creation and evolution of a data project for managing collaborative datasets. Also, data project controller 670 may also initiate importation (e.g., ingestion) of dataset 605 a via dataset ingestion controller 620 . Implementation of data project controller 670 to access, modify, or improve a data project may be activated via a user account associated with a computing device 614 b (and/or user 614 a ). Data representing the user account may be disposed in repository 640 as user account data 643 a . In this example, computing device 614 b and user 614 a may each be identified as a creator or “owner” of a dataset and/or a data project.
- initiation of data project controller 670 to access, modify, or improve a data project may originate via another user account associated with a computing device 608 b (and/or user 608 a ), who, as a collaborator, may access datasets, queries, and other data associated with a data project to perform additional analysis and information augmentation.
- a collaborative computing device 608 b may be configured to access a dataset derived as a function of matching or correlating a compressed data representation of column 613 of table 605 a to one or more Bloom filters, as described herein.
- Collaborative dataset consolidation system 610 may be configured to generate data for presentation in a display to form computerized tools in association with data project interface 690 a , which is shown in this example to present notification 690 b that datasets X, Y, and Z may be relevant to data in column 613 (e.g., based on degrees of similarity). Further, data project interface 690 a also may present an interactive workspace interface portion 694 . In some cases, the order of datasets may indicate a “ranking” in which dataset X may have a higher degree of joinability, whereas dataset Z may have a lower degree of joinability.
- Degrees of similarity may be determined based on a similarity matrix 604 formed based on data in column 613 and similarity matrices 606 a to 606 n formed based on subsets of graph data in graph data arrangement 642 a and/or 642 b .
- User inputs 673 x to 673 y in data project interface 609 a may be configured to receive a selection of a dataset to join to data from dataset 605 a .
- computing device 614 b may be configured to initiate importation of a dataset 605 a (e.g., in a tabular data arrangement) for conversion into a data project as a dataset 605 b (e.g., in a graph data arrangement).
- Dataset 605 a may be ingested as data 601 a , which may be received in the following examples of data formats: CSV, XML, JSON, XLS, MySQL, binary, free-form, unstructured data formats (e.g., data extracted from a PDF file using optical character recognition), etc., among others.
- dataset ingestion controller 620 may receive data 601 a representing a dataset 605 a , which may be formatted as a “spreadsheet data file” that may include multiple tables associated with each tab of a spreadsheet, according to some examples.
- Dataset ingestion controller 620 may arrange data in dataset 605 a into a first data arrangement, or may identify that data in dataset 605 a is formatted in a particular data arrangement, such as in a first data arrangement.
- dataset 605 a may be disposed in a tabular data arrangement that format converter 637 may convert into a second data arrangement, such as a graph data arrangement 605 b .
- data in a field e.g., a unit of data in a cell at a row and column
- a table 605 a may be disposed in association with a node in a graph 605 b (e.g., a unit of data as linked data).
- a data operation (e.g., a query, or a “join” operation based on ranked datasets identified via degrees of similarity) may be applied as either a query against a tabular data arrangement (e.g., based on a relational data model) or graph data arrangement (e.g., based on a graph data model, such as using RDF). Since equivalent data are disposed in both a field of a table and a node of a graph, either the table or the graph may be used interchangeably to enrich or supplement an ingested dataset, as well as to perform queries and other data operations. Similarly, a dataset disposed in one or more other graph data arrangements may be disposed or otherwise mapped (e.g., linked) as a dataset into a tabular data arrangement.
- Collaborative dataset consolidation system 610 is shown in this example to include a dataset ingestion controller 620 , a collaboration manager 660 including a dataset attribute manager 661 , a dataset query engine 639 configured to manage queries, and a data project controller 670 .
- Dataset ingestion controller 620 may be configured to ingest and convert datasets, such as dataset 605 a (e.g., a tabular data arrangement) into another data format, such as into a graph data arrangement 605 b .
- Collaboration manager 660 may be configured to monitor updates to dataset attributes and other changes to a data project, and to disseminate the updates to a community of networked users or participants.
- users 614 a and 608 a may receive communications, such as in an interactive collaborative activity feed (not shown) to discover new or recently-modified dataset-related information in real-time (or near real-time).
- user 608 a may be notified via computing device 608 b that dataset 605 a is added and joined to dataset 605 d , based on, for example, a degree of similarity.
- collaboration manager 660 and/or other portions of collaborative dataset consolidation system 610 may provide collaborative data and logic layers to implement a “social network” for datasets.
- Dataset attribute manager 661 may include logic configured to detect patterns in datasets, among other sources of data, whereby the patterns may be used to identify or correlate a subset of relevant datasets that may be linked or aggregated with a dataset. Linked datasets may form a collaborative dataset that may be enriched with supplemental information from other datasets.
- Dataset query engine 639 may be configured to receive a query to apply against a one or more datasets, which may include at least graph data arrangement 605 b .
- a query may be implemented as either a relational-based query (e.g., in an SQL-equivalent query language) or a graph-based query (e.g., in a SPARQL-equivalent query language), or a combination thereof. Further, a query may be implemented as either an implicit federated query or an explicit federated query.
- a data project may be implemented as an augmented dataset as graph data arrangement 605 b , which may include supplemental data responsive to joining dataset 605 c (converted dataset 605 a ) to at least a portion of dataset 605 d based on a degree of similarity between similarity matrix 604 and one of similarity matrices 606 a to 606 d.
- Graph data 605 d associated with a matched reference compressed data representation may be linked or associated, via links 616 , to graph data 605 c (converted from table data arrangement 605 a ).
- graph data arrangement 605 b may be disposed in repository 640 as a graph-based dataset 642 a , which, in turn, may be linked via link 611 to externally-accessible dataset 642 b , which may be owned, created, and/or controlled by computing device 608 b .
- a collaborative user 608 a may access via a computing device 608 b a data project interface 690 c in which computing device 608 b may activate a user input 676 in a query editor 674 to access one or more portions of dataset 642 a , which may include graph data arrangement 605 b , or portions thereof, such a graph data portion 605 c and joined graph data portion 605 d , whereby joined graph data portion 605 d may be joined as a function of (responsive to) a degree of joinability and/or a degree of similarity, as described herein.
- supplemental data or information may include, at least in some examples, information that may automatically convey (e.g., visually in text and/or graphics) dataset attributes of a created dataset or analysis of a query, including dataset attributes and derived dataset attributes, during or after (e.g., shortly thereafter) the creation or querying of a dataset.
- information may automatically convey (e.g., visually in text and/or graphics) dataset attributes of a created dataset or analysis of a query, including dataset attributes and derived dataset attributes, during or after (e.g., shortly thereafter) the creation or querying of a dataset.
- supplemental data or information may be presented as dataset attributes in a user interface (e.g., responsive to dataset creation) may describe various aspects of a dataset, such as dataset attributes, in summary form, such as, but not limited to, annotations (e.g., metadata or descriptors describing columns, cells, or any portion of data), data classifications (e.g., a geographical location, such as a zip code, etc., or any descriptive data specifying a classification type or entity class), datatypes (e.g., string, numeric, categorical, boolean, integer, etc.), a number of data points, a number of columns, a “shape” or distribution of data and/or data values, a number of empty or non-empty cells in a tabular data structure, a number of non-conforming data (e.g., a non-numeric data value in column expecting a numeric data, an image file, etc.) in cells of a tabular data structure, a number of distinct values,
- Dataset analyzer 630 may be configured to analyze data file 601 a , as an ingested dataset 605 a , to detect and resolve data entry exceptions (e.g., whether a cell is empty or includes non-useful data, whether a cell includes non-conforming data, such as a string in a column that otherwise includes numbers, whether an image embedded in a cell of a tabular file, whether there are any missing annotations or column headers, etc.). Dataset analyzer 630 then may be configured to correct or otherwise compensate for such exceptions.
- data entry exceptions e.g., whether a cell is empty or includes non-useful data, whether a cell includes non-conforming data, such as a string in a column that otherwise includes numbers, whether an image embedded in a cell of a tabular file, whether there are any missing annotations or column headers, etc.
- Dataset analyzer 630 also may be configured to classify subsets of data (e.g., each subset of data as a column of data) in data file 601 a representing tabular data arrangement 605 a as a particular data classification, such as a particular data type or classification. For example, a column of integers may be classified as “year data,” if the integers are formatted similarly as a number of year formats expressed in accordance with a Gregorian calendar schema. Thus, “year data” may be formed as a derived dataset attribute for the particular column.
- dataset analyzer 630 also may be configured to classify the digits as constituting a “zip code.” According to some examples, dataset analyzer 630 may be configured to classify data as classification type or entity class based on detecting a match or correlation between a compressed data representation 604 and at least one of probabilistic data structures 606 a to 606 d.
- an inference engine 632 of dataset analyzer 630 can be configured to analyze data file 601 a to determine correlations among dataset attributes of data file 601 a and other datasets 642 b (and dataset attributes, such as metadata 603 a ). Once a subset of correlations has been determined, a dataset formatted in data file 601 a (e.g., as an annotated tabular data file, or as a CSV file) may be enriched, for example, by associating links between tabular data arrangement 605 a and other datasets (e.g., by joining with, or linking to, other datasets) to extend the data beyond that which is in data file 601 a .
- inference engine 632 may analyze a column of data to infer or derive a data classification for the data in the column.
- a datatype, a data classification, etc., as well any dataset attribute may be derived based on known data or information (e.g., annotations), or based on predictive inferences using patterns in data.
- format converter 637 may be configured to convert dataset 605 a into another format, such as a graph data arrangement 642 a , which may be transmitted as data 601 c for storage in data repository 640 .
- Graph data arrangement 642 a in diagram 600 may be linkable (e.g., via links 611 ) to other graph data arrangements to form a collaborative dataset.
- format converter 637 may be configured to generate ancillary data or descriptor data (e.g., metadata) that describe attributes associated with each unit of data in dataset 605 a .
- the ancillary or descriptor data can include data elements describing attributes of a unit of data, such as, for example, a label or annotation (e.g., header name) for a column, an index or column number, a data type associated with the data in a column, etc.
- a unit of data may refer to data disposed at a particular row and column of a tabular arrangement (e.g., originating from a cell in dataset 605 a ).
- ancillary or descriptor data may be used by inference engine 632 to determine whether data may be classified into a certain classification, such as where a column of data includes “zip codes.”
- tabular dataset 605 a may be converted into a graph-based dataset 605 c , which may be joined via links 616 to graph-based dataset 605 d based on a degree of joinability and/or a degree of similarity, as described herein.
- Layer data generator 636 may be configured to form linkage relationships of ancillary data or descriptor data to data in the form of “layers” or “layer data files.” Implementations of layer data files may facilitate the use of supplemental data (e.g., derived or added data, etc.) that can be linked to an original source dataset, whereby original or subsequent data may be preserved.
- format converter 637 may be configured to form referential data (e.g., IRI data, etc.) to associate a datum (e.g., a unit of data) in a graph data arrangement to a portion of data in a tabular data arrangement.
- data operations such as a query, may be applied against a datum of the tabular data arrangement as the datum in the graph data arrangement.
- An example of a layer data generator 636 may be as described in U.S. patent application Ser. No. 15/927,004, filed on Mar. 20, 2018, and titled “LAYERED DATA GENERATION AND DATA REMEDIATION TO FACILITATE FORMATION OF INTERRELATED DATA IN A SYSTEM OF NETWORKED COLLABORATIVE DATASETS.”
- a collaborative data format may be configured to, but need not be required to, format converted dataset 605 a into an atomized dataset.
- An atomized dataset may include a data arrangement in which data is stored as an atomized data point that, for example, may be an irreducible or simplest data representation (e.g., a triple is a smallest irreducible representation for a binary relationship between two data units) that are linkable to other atomized data points, according to some embodiments.
- data arrangement 642 a may be represented as a graph, whereby converted dataset 605 a (i.e., atomized dataset 605 b ) may form a portion of a graph.
- an atomized dataset facilitates merging of data irrespective of whether, for example, schemas or applications differ.
- an atomized data point may represent a triple or any portion thereof (e.g., any data unit representing one of a subject, a predicate, or an object), according to at least some examples.
- collaborative dataset consolidation system 610 may include a dataset attribute manager 661 .
- Dataset ingestion controller 620 and dataset attribute manager 661 may be communicatively coupled to dataset ingestion controller 620 to exchange dataset-related data 607 a and enrichment data 607 b , both of which may exchange data from a number of sources (e.g., external data sources) that may include dataset metadata 603 a (e.g., descriptor data or information specifying dataset attributes), dataset data 603 b (e.g., some or all data stored in system repositories 640 , which may store graph data), schema data 603 c (e.g., sources, such as schema.org, that may provide various types and vocabularies), ontology data 603 d from any suitable ontology and any other suitable types of data sources.
- sources e.g., external data sources
- dataset metadata 603 a e.g., descriptor data or information specifying dataset attributes
- dataset data 603 b e.g., some or
- Ontology data 603 d may include proprietary data unique to a certain organization and may be secured to prevent public access.
- One or more elements depicted in diagram 600 of FIG. 6 may include structures and/or functions as similarly-named or similarly-numbered elements depicted in other drawings, or as otherwise described herein, in accordance with one or more examples.
- Dataset attribute manager 661 may be configured to monitor changes in dataset data and/or attributes, including user account attributes. As such, dataset attribute manager 660 may monitor dataset attribute changes, such as a change in number or identity of users sharing a dataset, as well as whether a dataset has been created, modified, linked, updated, associated with a comment, associated with a request, queried, or has been associated with any other dataset interactions. Dataset attribute manager 661 may also monitor and correlate data among any number of datasets, some other examples of dataset attributes.
- dataset ingestion controller 620 may be communicatively coupled to a user interface, such as data project interface 690 a , via one or both of a user interface (“UI”) element generator 680 and a programmatic interface 690 to exchange data and/or commands (e.g., executable instructions) for facilitating data project modification to include dataset 605 a .
- UI element generator 680 may be configured to generate data representing UI elements to facilitate the generation of data project interfaces 690 a and 690 b and graphical elements thereon.
- UI generator 680 may cause generation UI elements, such as a container window (e.g., icon to invoke storage, such as a file), a browser window, a child window (e.g., a pop-up window), a menu bar (e.g., a pull-down menu), a context menu (e.g., responsive to hovering a cursor over a UI location), graphical control elements (e.g., user input buttons, check boxes, radio buttons, sliders, etc.), and other control-related user input or output UI elements.
- container window e.g., icon to invoke storage, such as a file
- a browser window e.g., a child window (e.g., a pop-up window)
- a menu bar e.g., a pull-down menu
- a context menu e.g., responsive to hovering a cursor over a UI location
- graphical control elements e.g., user input buttons, check boxes, radio buttons, slider
- a data project interface such as data project interface 690 a or data project interface 690 b
- Programmatic interface 690 may include logic configured to interface collaborative dataset consolidation system 610 and any computing device configured to present data 601 d via, for example, any network, such as the Internet.
- programmatic interface 690 may be implemented to include an applications programming interface (“API”) (e.g., a REST API, etc.) configured to use, for example, HTTP protocols (or any other protocols) to facilitate electronic communication.
- API applications programming interface
- programmatic interface 690 may include a web data connector, and, in some examples, may include executable instructions to facilitate data exchange with, for example, a third-party external data analysis computerized tool.
- a web connector may include data stream converter data 643 b , which, for example, may include HTML code to couple a user interface 690 a with an external computing device to Examples of external applications and/or programming languages to perform external statistical and data analysis include “R,” which is maintained and controlled by “The R Foundation for Statistical Computing” at www(dot)r-project(dot)org, as well as other like languages or packages, including applications that may be integrated with R (e.g., such as MATLABTM, MathematicaTM, etc.). Or, other applications, such as Python programming applications, MATLABTM, Tableau® application, etc., may be used to perform further analysis, including visualization or other queries and data manipulation.
- R The R Foundation for Statistical Computing
- other applications such as Python programming applications, MATLABTM, Tableau® application, etc., may be used to perform further analysis, including visualization or other queries and data manipulation.
- user interface (“UI”) element generator 680 and a programmatic interface 690 may be implemented in association with collaborative dataset consolidation system 610 , in a computing device associated with data project interfaces 690 a and 690 b (and/or 690 c ), or a combination thereof.
- UI element generator 680 and/or programmatic interface 690 may be referred to as computerized tools, or may facilitate presentation of data 601 d to form data project interface 690 a , or the like, as a computerized tool, according to some examples.
- identifying additional datasets to enhance dataset 642 a may be determined through collaborative activity, such as identifying that a particular dataset may be relevant to dataset 642 a based on electronic social interactions among datasets and users. For example, data representations of other relevant dataset to which links may be formed may be made available via an interactive collaborative dataset activity feed.
- An interactive collaborative dataset activity feed may include data representing a number of queries associated with a dataset, a number of dataset versions, identities of users (or associated user identifiers) who have analyzed a dataset, a number of user comments related to a dataset, the types of comments, etc.).
- dataset 642 a may be enhanced via “a network for datasets” (e.g., a “social” network of datasets and dataset interactions).
- collaborative dataset consolidation system 610 may be configured to detect formation of a link to supplemental data in a portion of dataset 642 b , which may be associated with a user account (e.g., described in user account data 643 a ) and managed by computing device 608 b . Further, collaborative dataset consolidation system 610 may generate a notification via network to transmit to computing device 608 b so that user 608 a may be informed, via a dataset activity feed, that activity has occurred with one of its datasets. Hence, collaboration among distributed datasets may be facilitated.
- one or more structural and/or functional elements described in FIG. 6 or herein may be implemented in hardware or software, or both. Examples of one or more structural and/or functional elements described herein may be implemented as set forth in one or more of U.S. patent application Ser. No. 15/186,514, filed on Jun. 19, 2016, and titled “COLLABORATIVE DATASET CONSOLIDATION VIA DISTRIBUTED COMPUTER NETWORKS,” U.S. patent application Ser. No. 15/186,517, filed on Jun. 19, 2016, and titled “QUERY GENERATION FOR COLLABORATIVE DATASETS,” and U.S. patent application Ser. No. 15/454,923, filed on Mar.
- FIG. 7 is a diagram depicting an example of an atomized data point joining datasets based on a degree of similarity, according to some embodiments.
- an atomized dataset may be formed by converting a tabular data format into a format associated with the atomized dataset.
- portion 751 of an atomized dataset can describe a portion of a graph that includes one or more subsets of linked data.
- atomized data point 754 is shown as a data representation 754 a , which may be represented by data representing two data units 752 a and 752 b (e.g., objects) that may be associated via data representing an association 756 with each other.
- One or more elements of data representation 754 a may be configured to be individually and uniquely identifiable (e.g., addressable), either locally or globally in a namespace of any size.
- elements of data representation 754 a may be identified by identifier data 790 a , 790 b , and 790 c (e.g., URIs, URLs, IRIs, etc.).
- Diagram 700 depicts a portion 751 of an atomized dataset that includes an atomized data point 754 a , which includes links formed to facilitate identifying relevant data of an ingested dataset with one or more linked datasets, according to some examples.
- atomized data point 754 a an (e.g., join) supplemental data to a dataset responsive to detecting a match between compressed data representations and one or more match filters (e.g., one or more Bloom filters).
- the data representing the identifiers may be disposed within a corresponding graph data arrangement based on a graph data model.
- links 771 and 773 may be removed if a corresponding dataset identifier is disassociated from a data project. In some examples, removal of one of links 771 and 773 may generate a new version of a data project, whereby the removed link may be preserved for at least archival purposes.
- a first entity e.g., a dataset owner
- a collaborator-user or a collaborator-computing device may form any of links 771 and 773 .
- data units 752 a and 752 b may represent any of nodes depicted in 605 b in FIG. 6 , according to at least one implementation.
- atomized data point 754 a may be associated with ancillary data 753 to implement one or more ancillary data functions.
- association 756 spans over a boundary between an internal dataset, which may include data unit 752 a , and an external dataset (e.g., external to a collaboration dataset consolidation), which may include data unit 752 b .
- Ancillary data 753 may interrelate via relationship 780 with one or more elements of atomized data point 754 a such that when data operations regarding atomized data point 754 a are implemented, ancillary data 753 may be contemporaneously (or substantially contemporaneously) accessed to influence or control a data operation.
- a data operation may be a query and ancillary data 753 may include data representing authorization (e.g., credential data) to access atomized data point 754 a at a query-level data operation (e.g., at a query proxy during a query).
- authorization e.g., credential data
- atomized data point 754 a can be accessed if credential data related to ancillary data 753 is valid (otherwise, a request to access atomized data point 754 a (e.g., for forming linked datasets, performing analysis, a query, or the like) without authorization data may be rejected or invalidated).
- credential data (e.g., passcode data), which may or may not be encrypted, may be integrated into or otherwise embedded in one or more of identifier data 790 a , 790 b , and 790 c .
- Ancillary data 753 may be disposed in other data portion of atomized data point 754 a , or may be linked (e.g., via a pointer) to a data vault that may contain data representing access permissions or credentials.
- Atomized data point 754 a may be implemented in accordance with (or be compatible with) a Resource Description Framework (“RDF”) data model and specification, according to some embodiments.
- RDF Resource Description Framework
- An example of an RDF data model and specification is maintained by the World Wide Web Consortium (“W3C”), which is an international standards community of Member organizations.
- W3C World Wide Web Consortium
- atomized data point 754 a may be expressed in accordance with Turtle (e.g., Terse RDF Triple Language), RDF/XML, N-Triples, N3, or other like RDF-related formats.
- data unit 752 a , association 756 , and data unit 752 b may be referred to as a “subject,” “predicate,” and “object,” respectively, in a “triple” data point (e.g., as linked data).
- identifier data 790 a , 790 b , and 790 c may be implemented as, for example, a Uniform Resource Identifier (“URI”), the specification of which is maintained by the Internet Engineering Task Force (“IETF”).
- URI Uniform Resource Identifier
- credential information e.g., ancillary data 753
- credential information may be embedded in a link or a URI (or in a URL) or an Internationalized Resource Identifier (“IRI”) for purposes of authorizing data access and other data processes.
- IRI Internationalized Resource Identifier
- an atomized data point 754 may be equivalent to a triple data point of the Resource Description Framework (“RDF”) data model and specification, according to some examples.
- RDF Resource Description Framework
- the term “atomized” may be used to describe a data point or a dataset composed of data points represented by a relatively small unit of data.
- an “atomized” data point is not intended to be limited to a “triple” or to be compliant with RDF; further, an “atomized” dataset is not intended to be limited to RDF-based datasets or their variants. Also, an “atomized” data store is not intended to be limited to a “triplestore,” but these terms are intended to be broader to encompass other equivalent data representations.
- triplestores suitable to store “triples” and atomized datasets include, but are not limited to, any triplestore type architected to function as (or similar to) a BLAZEGRAPH triplestore, which is developed by Systap, LLC of Washington, D.C., U.S.A.), any triplestore type architected to function as (or similar to) a STARDOG triplestore, which is developed by Complexible, Inc. of Washington, D.C., U.S.A.), any triplestore type architected to function as (or similar to) a FUSEKI triplestore, which may be maintained by The Apache Software Foundation of Forest Hill, Md., U.S.A.), and the like.
- FIG. 8 illustrates examples of various computing platforms configured to provide various functionalities to any of one or more components of a collaborative dataset consolidation system, according to various embodiments.
- computing platform 800 may be used to implement computer programs, applications, methods, processes, algorithms, or other software, as well as any hardware implementation thereof, to perform the above-described techniques.
- computing platform 800 or any portion can be disposed in any device, such as a computing device 890 a , mobile computing device 890 b , and/or a processing circuit in association with initiating the formation of collaborative datasets, as well as identifying relevant data of an ingested dataset with one or more linked datasets, according to various examples described herein.
- Computing platform 800 includes a bus 802 or other communication mechanism for communicating information, which interconnects subsystems and devices, such as processor 804 , system memory 806 (e.g., RAM, etc.), storage device 808 (e.g., ROM, etc.), an in-memory cache (which may be implemented in RAM 806 or other portions of computing platform 800 ), a communication interface 813 (e.g., an Ethernet or wireless controller, a Bluetooth controller, NFC logic, etc.) to facilitate communications via a port on communication link 821 to communicate, for example, with a computing device, including mobile computing and/or communication devices with processors, including database devices (e.g., storage devices configured to store atomized datasets, including, but not limited to triplestores, etc.).
- system memory 806 e.g., RAM, etc.
- storage device 808 e.g., ROM, etc.
- an in-memory cache which may be implemented in RAM 806 or other portions of computing platform 800
- a communication interface 813
- Processor 804 can be implemented as one or more graphics processing units (“GPUs”), as one or more central processing units (“CPUs”), such as those manufactured by Intel® Corporation, or as one or more virtual processors, as well as any combination of CPUs and virtual processors.
- GPUs graphics processing units
- CPUs central processing units
- Computing platform 800 exchanges data representing inputs and outputs via input-and-output devices 801 , including, but not limited to, keyboards, mice, audio inputs (e.g., speech-to-text driven devices), user interfaces, displays, monitors, cursors, touch-sensitive displays, LCD or LED displays, and other I/O-related devices.
- input-and-output devices 801 may be implemented as, or otherwise substituted with, a user interface in a computing device associated with a user account identifier in accordance with the various examples described herein.
- computing platform 800 performs specific operations by processor 804 executing one or more sequences of one or more instructions stored in system memory 806
- computing platform 800 can be implemented in a client-server arrangement, peer-to-peer arrangement, or as any mobile computing device, including smart phones and the like.
- Such instructions or data may be read into system memory 806 from another computer readable medium, such as storage device 808 , or any other data storage technologies, including blockchain-related techniques.
- hard-wired circuitry may be used in place of or in combination with software instructions for implementation. Instructions may be embedded in software or firmware.
- the term “computer readable medium” refers to any tangible medium that participates in providing instructions to processor 804 for execution. Such a medium may take many forms, including but not limited to, non-volatile media and volatile media.
- Non-volatile media includes, for example, optical or magnetic disks and the like.
- Volatile media includes dynamic memory, such as system memory 806 .
- Known forms of computer readable media includes, for example, floppy disk, flexible disk, hard disk, magnetic tape, any other magnetic medium, CD-ROM, any other optical medium, punch cards, paper tape, any other physical medium with patterns of holes, RAM, PROM, EPROM, FLASH-EPROM, any other memory chip or cartridge, or any other medium from which a computer can access data. Instructions may further be transmitted or received using a transmission medium.
- the term “transmission medium” may include any tangible or intangible medium that is capable of storing, encoding or carrying instructions for execution by the machine, and includes digital or analog communications signals or other intangible medium to facilitate communication of such instructions.
- Transmission media includes coaxial cables, copper wire, and fiber optics, including wires that comprise bus 802 for transmitting a computer data signal.
- execution of the sequences of instructions may be performed by computing platform 800 .
- computing platform 800 can be coupled by communication link 821 (e.g., a wired network, such as LAN, PSTN, or any wireless network, including WiFi of various standards and protocols, Bluetooth®, NFC, Zig-Bee, etc.) to any other processor to perform the sequence of instructions in coordination with (or asynchronous to) one another.
- Communication link 821 e.g., a wired network, such as LAN, PSTN, or any wireless network, including WiFi of various standards and protocols, Bluetooth®, NFC, Zig-Bee, etc.
- program code e.g., application code
- Received program code may be executed by processor 804 as it is received, and/or stored in memory 806 or other non-volatile storage for later execution.
- system memory 806 can include various modules that include executable instructions to implement functionalities described herein.
- System memory 806 may include an operating system (“O/S”) 832 , as well as an application 836 and/or logic module(s) 859 .
- system memory 806 may include any number of modules 859 , any of which, or one or more portions of which, can be configured to facilitate any one or more components of a computing system (e.g., a client computing system, a server computing system, etc.) by implementing one or more functions described herein.
- any of the above-described features can be implemented in software, hardware, firmware, circuitry, or a combination thereof.
- the structures and constituent elements above, as well as their functionality may be aggregated with one or more other structures or elements.
- the elements and their functionality may be subdivided into constituent sub-elements, if any.
- the above-described techniques may be implemented using various types of programming or formatting languages, frameworks, syntax, applications, protocols, objects, or techniques.
- the described techniques may be implemented as a computer program or application (hereafter “applications”) or as a plug-in, module, or sub-component of another application.
- the described techniques may be implemented as software, hardware, firmware, circuitry, or a combination thereof If implemented as software, the described techniques may be implemented using various types of programming, development, scripting, or formatting languages, frameworks, syntax, applications, protocols, objects, or techniques, including PythonTM, ASP, ASP.net, .Net framework, Ruby, Ruby on Rails, C, Objective C, C++, C#, Adobe® Integrated RuntimeTM (Adobe® AIRTM), ActionScriptTM, FlexTM, LingoTM, JavaTM, JSON, JavascriptTM, Ajax, Perl, COBOL, Fortran, ADA, XML, MXML, HTML, DHTML, XHTML, HTTP, XMPP, PHP, and others, including SQLTM, SPARQLTM, TurtleTM, etc.
- the described techniques may be varied and are not limited to the embodiments, examples or descriptions provided.
- module can refer, for example, to an algorithm or a portion thereof, and/or logic implemented in either hardware circuitry or software, or a combination thereof. These can be varied and are not limited to the examples or descriptions provided.
- modules 859 of FIG. 8 can be in communication (e.g., wired or wirelessly) with a mobile device, such as a mobile phone or computing device, or can be disposed therein.
- a mobile device, or any networked computing device in communication with one or more modules 859 or one or more of its/their components (or any process or device described herein), can provide at least some of the structures and/or functions of any of the features described herein.
- the structures and/or functions of any of the above-described features can be implemented in software, hardware, firmware, circuitry, or any combination thereof.
- the structures and constituent elements above, as well as their functionality, may be aggregated or combined with one or more other structures or elements.
- the elements and their functionality may be subdivided into constituent sub-elements, if any.
- at least some of the above-described techniques may be implemented using various types of programming or formatting languages, frameworks, syntax, applications, protocols, objects, or techniques.
- at least one of the elements depicted in any of the figures can represent one or more algorithms.
- at least one of the elements can represent a portion of logic including a portion of hardware configured to provide constituent structures and/or functionalities.
- the term “circuit” can refer, for example, to any system including a number of components through which current flows to perform one or more functions, the components including discrete and complex components.
- discrete components include transistors, resistors, capacitors, inductors, diodes, and the like
- complex components include memory, processors, analog circuits, digital circuits, and the like, including field-programmable gate arrays (“FPGAs”), application-specific integrated circuits (“ASICs”). Therefore, a circuit can include a system of electronic components and logic components (e.g., logic configured to execute instructions, such that a group of executable instructions of an algorithm, for example, and, thus, is a component of a circuit).
- logic components e.g., logic configured to execute instructions, such that a group of executable instructions of an algorithm, for example, and, thus, is a component of a circuit.
- the term “module” can refer, for example, to an algorithm or a portion thereof, and/or logic implemented in either hardware circuitry or software, or a combination thereof (i.e., a module can be implemented as a circuit).
- algorithms and/or the memory in which the algorithms are stored are “components” of a circuit.
- circuit can also refer, for example, to a system of components, including algorithms.
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)
- Software Systems (AREA)
- Computational Linguistics (AREA)
- Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
Abstract
Description
Claims (20)
Priority Applications (6)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US16/137,297 US11068453B2 (en) | 2017-03-09 | 2018-09-20 | Determining a degree of similarity of a subset of tabular data arrangements to subsets of graph data arrangements at ingestion into a data-driven collaborative dataset platform |
US16/139,374 US10922308B2 (en) | 2018-03-20 | 2018-09-24 | Predictive determination of constraint data for application with linked data in graph-based datasets associated with a data-driven collaborative dataset platform |
US16/395,036 US11238109B2 (en) | 2017-03-09 | 2019-04-25 | Computerized tools configured to determine subsets of graph data arrangements for linking relevant data to enrich datasets associated with a data-driven collaborative dataset platform |
US17/163,287 US11573948B2 (en) | 2018-03-20 | 2021-01-29 | Predictive determination of constraint data for application with linked data in graph-based datasets associated with a data-driven collaborative dataset platform |
US17/365,214 US12292870B2 (en) | 2017-03-09 | 2021-07-01 | Determining a degree of similarity of a subset of tabular data arrangements to subsets of graph data arrangements at ingestion into a data-driven collaborative dataset platform |
US17/539,162 US12008050B2 (en) | 2017-03-09 | 2021-11-30 | Computerized tools configured to determine subsets of graph data arrangements for linking relevant data to enrich datasets associated with a data-driven collaborative dataset platform |
Applications Claiming Priority (6)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US15/454,923 US10353911B2 (en) | 2016-06-19 | 2017-03-09 | Computerized tools to discover, form, and analyze dataset interrelations among a system of networked collaborative datasets |
US15/926,999 US11016931B2 (en) | 2016-06-19 | 2018-03-20 | Data ingestion to generate layered dataset interrelations to form a system of networked collaborative datasets |
US15/927,004 US11036716B2 (en) | 2016-06-19 | 2018-03-20 | Layered data generation and data remediation to facilitate formation of interrelated data in a system of networked collaborative datasets |
US15/985,702 US11068475B2 (en) | 2016-06-19 | 2018-05-22 | Computerized tools to develop and manage data-driven projects collaboratively via a networked computing platform and collaborative datasets |
US15/985,704 US11068847B2 (en) | 2016-06-19 | 2018-05-22 | Computerized tools to facilitate data project development via data access layering logic in a networked computing platform including collaborative datasets |
US16/137,297 US11068453B2 (en) | 2017-03-09 | 2018-09-20 | Determining a degree of similarity of a subset of tabular data arrangements to subsets of graph data arrangements at ingestion into a data-driven collaborative dataset platform |
Related Parent Applications (5)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US15/454,923 Continuation-In-Part US10353911B2 (en) | 2016-06-19 | 2017-03-09 | Computerized tools to discover, form, and analyze dataset interrelations among a system of networked collaborative datasets |
US15/926,999 Continuation-In-Part US11016931B2 (en) | 2016-06-19 | 2018-03-20 | Data ingestion to generate layered dataset interrelations to form a system of networked collaborative datasets |
US15/927,004 Continuation-In-Part US11036716B2 (en) | 2016-06-19 | 2018-03-20 | Layered data generation and data remediation to facilitate formation of interrelated data in a system of networked collaborative datasets |
US15/985,702 Continuation-In-Part US11068475B2 (en) | 2016-06-19 | 2018-05-22 | Computerized tools to develop and manage data-driven projects collaboratively via a networked computing platform and collaborative datasets |
US15/985,704 Continuation-In-Part US11068847B2 (en) | 2016-06-19 | 2018-05-22 | Computerized tools to facilitate data project development via data access layering logic in a networked computing platform including collaborative datasets |
Related Child Applications (3)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US16/137,292 Continuation-In-Part US10824637B2 (en) | 2016-06-19 | 2018-09-20 | Matching subsets of tabular data arrangements to subsets of graphical data arrangements at ingestion into data driven collaborative datasets |
US16/395,036 Continuation-In-Part US11238109B2 (en) | 2017-03-09 | 2019-04-25 | Computerized tools configured to determine subsets of graph data arrangements for linking relevant data to enrich datasets associated with a data-driven collaborative dataset platform |
US17/365,214 Continuation US12292870B2 (en) | 2017-03-09 | 2021-07-01 | Determining a degree of similarity of a subset of tabular data arrangements to subsets of graph data arrangements at ingestion into a data-driven collaborative dataset platform |
Publications (2)
Publication Number | Publication Date |
---|---|
US20190095472A1 US20190095472A1 (en) | 2019-03-28 |
US11068453B2 true US11068453B2 (en) | 2021-07-20 |
Family
ID=65807525
Family Applications (2)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US16/137,297 Active 2038-03-21 US11068453B2 (en) | 2017-03-09 | 2018-09-20 | Determining a degree of similarity of a subset of tabular data arrangements to subsets of graph data arrangements at ingestion into a data-driven collaborative dataset platform |
US17/365,214 Active US12292870B2 (en) | 2017-03-09 | 2021-07-01 | Determining a degree of similarity of a subset of tabular data arrangements to subsets of graph data arrangements at ingestion into a data-driven collaborative dataset platform |
Family Applications After (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US17/365,214 Active US12292870B2 (en) | 2017-03-09 | 2021-07-01 | Determining a degree of similarity of a subset of tabular data arrangements to subsets of graph data arrangements at ingestion into a data-driven collaborative dataset platform |
Country Status (1)
Country | Link |
---|---|
US (2) | US11068453B2 (en) |
Cited By (24)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20200387743A1 (en) * | 2019-06-10 | 2020-12-10 | Oracle International Corporation | Similarity Analysis Using Enhanced MinHash |
US11210313B2 (en) | 2016-06-19 | 2021-12-28 | Data.World, Inc. | Computerized tools to discover, form, and analyze dataset interrelations among a system of networked collaborative datasets |
US11243960B2 (en) | 2018-03-20 | 2022-02-08 | Data.World, Inc. | Content addressable caching and federation in linked data projects in a data-driven collaborative dataset platform using disparate database architectures |
US11301473B1 (en) | 2021-06-18 | 2022-04-12 | Sas Institute Inc. | Dataset overlap query system |
US11327996B2 (en) | 2016-06-19 | 2022-05-10 | Data.World, Inc. | Interactive interfaces to present data arrangement overviews and summarized dataset attributes for collaborative datasets |
US11334625B2 (en) | 2016-06-19 | 2022-05-17 | Data.World, Inc. | Loading collaborative datasets into data stores for queries via distributed computer networks |
US11373094B2 (en) | 2016-06-19 | 2022-06-28 | Data.World, Inc. | Platform management of integrated access of public and privately-accessible datasets utilizing federated query generation and query schema rewriting optimization |
US11386218B2 (en) | 2016-06-19 | 2022-07-12 | Data.World, Inc. | Platform management of integrated access of public and privately-accessible datasets utilizing federated query generation and query schema rewriting optimization |
US11409802B2 (en) | 2010-10-22 | 2022-08-09 | Data.World, Inc. | System for accessing a relational database using semantic queries |
US11442988B2 (en) | 2018-06-07 | 2022-09-13 | Data.World, Inc. | Method and system for editing and maintaining a graph schema |
US11468049B2 (en) | 2016-06-19 | 2022-10-11 | Data.World, Inc. | Data ingestion to generate layered dataset interrelations to form a system of networked collaborative datasets |
US11675808B2 (en) | 2016-06-19 | 2023-06-13 | Data.World, Inc. | Dataset analysis and dataset attribute inferencing to form collaborative datasets |
US11726992B2 (en) | 2016-06-19 | 2023-08-15 | Data.World, Inc. | Query generation for collaborative datasets |
US11755602B2 (en) | 2016-06-19 | 2023-09-12 | Data.World, Inc. | Correlating parallelized data from disparate data sources to aggregate graph data portions to predictively identify entity data |
US11816118B2 (en) | 2016-06-19 | 2023-11-14 | Data.World, Inc. | Collaborative dataset consolidation via distributed computer networks |
US11941140B2 (en) | 2016-06-19 | 2024-03-26 | Data.World, Inc. | Platform management of integrated access of public and privately-accessible datasets utilizing federated query generation and query schema rewriting optimization |
US11947600B2 (en) | 2021-11-30 | 2024-04-02 | Data.World, Inc. | Content addressable caching and federation in linked data projects in a data-driven collaborative dataset platform using disparate database architectures |
US11947529B2 (en) | 2018-05-22 | 2024-04-02 | Data.World, Inc. | Generating and analyzing a data model to identify relevant data catalog data derived from graph-based data arrangements to perform an action |
US11947554B2 (en) | 2016-06-19 | 2024-04-02 | Data.World, Inc. | Loading collaborative datasets into data stores for queries via distributed computer networks |
US12008050B2 (en) | 2017-03-09 | 2024-06-11 | Data.World, Inc. | Computerized tools configured to determine subsets of graph data arrangements for linking relevant data to enrich datasets associated with a data-driven collaborative dataset platform |
US12061617B2 (en) | 2016-06-19 | 2024-08-13 | Data.World, Inc. | Consolidator platform to implement collaborative datasets via distributed computer networks |
US12117997B2 (en) | 2018-05-22 | 2024-10-15 | Data.World, Inc. | Auxiliary query commands to deploy predictive data models for queries in a networked computing platform |
US20250047701A1 (en) * | 2023-07-31 | 2025-02-06 | Palo Alto Networks, Inc. | Asset security and risk posture visualization |
US12292870B2 (en) | 2017-03-09 | 2025-05-06 | Data.World, Inc. | Determining a degree of similarity of a subset of tabular data arrangements to subsets of graph data arrangements at ingestion into a data-driven collaborative dataset platform |
Families Citing this family (39)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US10346429B2 (en) | 2016-06-19 | 2019-07-09 | Data.World, Inc. | Management of collaborative datasets via distributed computer networks |
US11042556B2 (en) | 2016-06-19 | 2021-06-22 | Data.World, Inc. | Localized link formation to perform implicitly federated queries using extended computerized query language syntax |
US11086896B2 (en) | 2016-06-19 | 2021-08-10 | Data.World, Inc. | Dynamic composite data dictionary to facilitate data operations via computerized tools configured to access collaborative datasets in a networked computing platform |
US10824637B2 (en) | 2017-03-09 | 2020-11-03 | Data.World, Inc. | Matching subsets of tabular data arrangements to subsets of graphical data arrangements at ingestion into data driven collaborative datasets |
US10984008B2 (en) | 2016-06-19 | 2021-04-20 | Data.World, Inc. | Collaborative dataset consolidation via distributed computer networks |
US11068847B2 (en) | 2016-06-19 | 2021-07-20 | Data.World, Inc. | Computerized tools to facilitate data project development via data access layering logic in a networked computing platform including collaborative datasets |
US11042537B2 (en) | 2016-06-19 | 2021-06-22 | Data.World, Inc. | Link-formative auxiliary queries applied at data ingestion to facilitate data operations in a system of networked collaborative datasets |
US11042560B2 (en) | 2016-06-19 | 2021-06-22 | data. world, Inc. | Extended computerized query language syntax for analyzing multiple tabular data arrangements in data-driven collaborative projects |
US11036697B2 (en) | 2016-06-19 | 2021-06-15 | Data.World, Inc. | Transmuting data associations among data arrangements to facilitate data operations in a system of networked collaborative datasets |
US10691710B2 (en) | 2016-06-19 | 2020-06-23 | Data.World, Inc. | Interactive interfaces as computerized tools to present summarization data of dataset attributes for collaborative datasets |
US11068475B2 (en) | 2016-06-19 | 2021-07-20 | Data.World, Inc. | Computerized tools to develop and manage data-driven projects collaboratively via a networked computing platform and collaborative datasets |
US10645548B2 (en) | 2016-06-19 | 2020-05-05 | Data.World, Inc. | Computerized tool implementation of layered data files to discover, form, or analyze dataset interrelations of networked collaborative datasets |
US10452677B2 (en) | 2016-06-19 | 2019-10-22 | Data.World, Inc. | Dataset analysis and dataset attribute inferencing to form collaborative datasets |
US11023104B2 (en) | 2016-06-19 | 2021-06-01 | data.world,Inc. | Interactive interfaces as computerized tools to present summarization data of dataset attributes for collaborative datasets |
US11036716B2 (en) | 2016-06-19 | 2021-06-15 | Data World, Inc. | Layered data generation and data remediation to facilitate formation of interrelated data in a system of networked collaborative datasets |
US11016931B2 (en) | 2016-06-19 | 2021-05-25 | Data.World, Inc. | Data ingestion to generate layered dataset interrelations to form a system of networked collaborative datasets |
US11042548B2 (en) | 2016-06-19 | 2021-06-22 | Data World, Inc. | Aggregation of ancillary data associated with source data in a system of networked collaborative datasets |
US10699027B2 (en) | 2016-06-19 | 2020-06-30 | Data.World, Inc. | Loading collaborative datasets into data stores for queries via distributed computer networks |
US11238109B2 (en) | 2017-03-09 | 2022-02-01 | Data.World, Inc. | Computerized tools configured to determine subsets of graph data arrangements for linking relevant data to enrich datasets associated with a data-driven collaborative dataset platform |
US10922308B2 (en) | 2018-03-20 | 2021-02-16 | Data.World, Inc. | Predictive determination of constraint data for application with linked data in graph-based datasets associated with a data-driven collaborative dataset platform |
KR102495793B1 (en) | 2018-05-01 | 2023-02-06 | 구글 엘엘씨 | Accelerated large-scale similarity computation |
US11537990B2 (en) | 2018-05-22 | 2022-12-27 | Data.World, Inc. | Computerized tools to collaboratively generate queries to access in-situ predictive data models in a networked computing platform |
USD940169S1 (en) | 2018-05-22 | 2022-01-04 | Data.World, Inc. | Display screen or portion thereof with a graphical user interface |
USD940732S1 (en) | 2018-05-22 | 2022-01-11 | Data.World, Inc. | Display screen or portion thereof with a graphical user interface |
US11327991B2 (en) | 2018-05-22 | 2022-05-10 | Data.World, Inc. | Auxiliary query commands to deploy predictive data models for queries in a networked computing platform |
USD920353S1 (en) | 2018-05-22 | 2021-05-25 | Data.World, Inc. | Display screen or portion thereof with graphical user interface |
US11474978B2 (en) * | 2018-07-06 | 2022-10-18 | Capital One Services, Llc | Systems and methods for a data search engine based on data profiles |
JP7131621B2 (en) * | 2018-09-26 | 2022-09-06 | 日本電気株式会社 | Information processing device, control method, and program |
US11860910B2 (en) * | 2019-01-23 | 2024-01-02 | Nec Corporation | Information provision system, method, and program |
US11537583B2 (en) * | 2019-10-01 | 2022-12-27 | Samsung Electronics Co., Ltd. | System and method for bloom filters in large scale applications |
US11599568B2 (en) * | 2020-01-29 | 2023-03-07 | EMC IP Holding Company LLC | Monitoring an enterprise system utilizing hierarchical clustering of strings in data records |
US11625438B2 (en) * | 2020-03-23 | 2023-04-11 | Dell Products L.P. | Monitoring information processing systems utilizing co-clustering of strings in different sets of data records |
US11809986B2 (en) | 2020-05-15 | 2023-11-07 | International Business Machines Corporation | Computing graph similarity via graph matching |
JP7391824B2 (en) * | 2020-12-03 | 2023-12-05 | 株式会社東芝 | Information processing device, information processing method and program |
US11436249B1 (en) * | 2021-03-26 | 2022-09-06 | International Business Machines Corporation | Transformation of composite tables into structured database content |
US20230065398A1 (en) * | 2021-08-27 | 2023-03-02 | The Mitre Corporation | Cygraph graph data ingest and enrichment pipeline |
US11886385B2 (en) | 2022-06-02 | 2024-01-30 | International Business Machines Corporation | Scalable identification of duplicate datasets in heterogeneous datasets |
US20240020711A1 (en) * | 2022-07-18 | 2024-01-18 | Caterpillar Inc. | Methods and systems for customer accounts association in multilingual environments |
CN116450653B (en) * | 2023-06-09 | 2023-08-25 | 浙江大学 | A Complementary Method and Device for Missing Supply Chain Data |
Citations (182)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US6144962A (en) | 1996-10-15 | 2000-11-07 | Mercury Interactive Corporation | Visualization of web sites and hierarchical data structures |
US6317752B1 (en) | 1998-12-09 | 2001-11-13 | Unica Technologies, Inc. | Version testing in database mining |
US20020143755A1 (en) | 2000-11-28 | 2002-10-03 | Siemens Technology-To-Business Center, Llc | System and methods for highly distributed wide-area data management of a network of data sources through a database interface |
US6529909B1 (en) | 1999-08-31 | 2003-03-04 | Accenture Llp | Method for translating an object attribute converter in an information services patterns environment |
US20030093597A1 (en) | 2001-11-14 | 2003-05-15 | Marik Marshak | Dynamic RDF groups |
US20030120681A1 (en) | 1999-10-04 | 2003-06-26 | Jarg Corporation | Classification of information sources using graphic structures |
US20030208506A1 (en) | 2002-04-26 | 2003-11-06 | Oracle International Corporation | Registration of solved cubes within a relational database management system |
US20040064456A1 (en) | 2002-09-27 | 2004-04-01 | Fong Joseph Shi Piu | Methods for data warehousing based on heterogenous databases |
US6768986B2 (en) | 2000-04-03 | 2004-07-27 | Business Objects, S.A. | Mapping of an RDBMS schema onto a multidimensional data model |
US20050010550A1 (en) | 2003-05-27 | 2005-01-13 | Potter Charles Mike | System and method of modelling of a multi-dimensional data source in an entity-relationship model |
US20050010566A1 (en) | 2003-05-27 | 2005-01-13 | David Cushing | System and method of multidimensional query results processing |
US20050234957A1 (en) | 2004-04-15 | 2005-10-20 | Olson Michael C | System for visualization and modification of a domain model |
US20050246357A1 (en) | 2004-04-29 | 2005-11-03 | Analysoft Development Ltd. | Method and apparatus for automatically creating a data warehouse and OLAP cube |
US20050278139A1 (en) | 2004-05-28 | 2005-12-15 | Glaenzer Helmut K | Automatic match tuning |
US20060129605A1 (en) | 2004-08-25 | 2006-06-15 | Mohit Doshi | System and method for automating the development of web services that incorporate business rules |
US7080090B2 (en) | 2000-04-27 | 2006-07-18 | Hyperion Solutions Corporation | Allocation measures and metric calculations in star schema multi-dimensional data warehouse |
US20060168002A1 (en) | 2000-06-29 | 2006-07-27 | Microsoft Corporation | Real Time Update Notification |
US20060218024A1 (en) | 2005-03-23 | 2006-09-28 | Amadeus Sas | Purchaser value optimization system |
US20060235837A1 (en) | 2005-04-18 | 2006-10-19 | Oracle International Corporation | Rewriting table functions as SQL strings |
US7146375B2 (en) | 2002-01-25 | 2006-12-05 | Decode Genetics, Ehf | Inference control method in a data cube |
US20070027904A1 (en) | 2005-06-24 | 2007-02-01 | George Chow | System and method for translating between relational database queries and multidimensional database queries |
US20070139227A1 (en) | 2005-10-22 | 2007-06-21 | Sytex, Inc. | Methods, systems and computer-readable media for compressing data |
US20070179760A1 (en) | 2006-01-06 | 2007-08-02 | Intel Corporation | Method of determining graph isomorphism in polynomial-time |
US20070203933A1 (en) | 2006-02-24 | 2007-08-30 | Iversen Heine K | Method for generating data warehouses and OLAP cubes |
US20070271604A1 (en) | 2004-03-17 | 2007-11-22 | Fidelitygenetic Ltd. | Secure Transaction of Dna Data |
US20080046427A1 (en) | 2005-01-18 | 2008-02-21 | International Business Machines Corporation | System And Method For Planning And Generating Queries For Multi-Dimensional Analysis Using Domain Models And Data Federation |
US20080091634A1 (en) | 2006-10-15 | 2008-04-17 | Lisa Seeman | Content enhancement system and method and applications thereof |
US20080162999A1 (en) | 2006-12-27 | 2008-07-03 | Markus Schlueter | Method and system for validation of data extraction |
US20080162550A1 (en) | 2006-12-29 | 2008-07-03 | Harald Fey | Representation of multiplicities for Docflow reporting |
US20080216060A1 (en) | 2002-11-20 | 2008-09-04 | Vargas Byron D | System for translating diverse programming languages |
US20080240566A1 (en) | 2007-04-02 | 2008-10-02 | Marcus Thint | Identifying data patterns |
US20080256026A1 (en) | 2006-10-17 | 2008-10-16 | Michael Glen Hays | Method For Optimizing And Executing A Query Using Ontological Metadata |
US20080294996A1 (en) | 2007-01-31 | 2008-11-27 | Herbert Dennis Hunt | Customized retailer portal within an analytic platform |
US20080319829A1 (en) | 2004-02-20 | 2008-12-25 | Herbert Dennis Hunt | Bias reduction using data fusion of household panel data and transaction data |
US20090006156A1 (en) | 2007-01-26 | 2009-01-01 | Herbert Dennis Hunt | Associating a granting matrix with an analytic platform |
US20090018996A1 (en) | 2007-01-26 | 2009-01-15 | Herbert Dennis Hunt | Cross-category view of a dataset using an analytic platform |
US20090106734A1 (en) | 2007-10-23 | 2009-04-23 | Riesen Michael J | Bayesian belief network query tool |
US20090119254A1 (en) | 2007-11-07 | 2009-05-07 | Cross Tiffany B | Storing Accessible Histories of Search Results Reordered to Reflect User Interest in the Search Results |
US20090132503A1 (en) | 2007-11-15 | 2009-05-21 | International Business Machines Organization | Using different groups of query graph transform modules to generate execution plans for queries for different database types |
US20090132474A1 (en) | 2007-11-16 | 2009-05-21 | Li Ma | Method and Apparatus for Optimizing Queries over Vertically Stored Database |
US20090138437A1 (en) | 2007-11-26 | 2009-05-28 | Microsoft Corporation | Converting sparql queries to sql queries |
US20090150313A1 (en) | 2007-12-06 | 2009-06-11 | Andre Heilper | Vectorization of dynamic-time-warping computation using data reshaping |
US20090157630A1 (en) | 2007-10-26 | 2009-06-18 | Max Yuan | Method of extracting data and recommending and generating visual displays |
US20090182710A1 (en) | 2007-10-26 | 2009-07-16 | Microsoft Corporation | Calculating and Storing Data Structures |
US20090234799A1 (en) | 2008-03-11 | 2009-09-17 | International Business Machines Corporation | Efficient processing of queries in federated database systems |
US20090300054A1 (en) | 2008-05-29 | 2009-12-03 | Kathleen Fisher | System for inferring data structures |
US20100114885A1 (en) | 2008-10-21 | 2010-05-06 | Microsoft Corporation | Query submission pipeline using linq |
US20100138388A1 (en) * | 2008-12-02 | 2010-06-03 | Ab Initio Software Llc | Mapping instances of a dataset within a data management system |
US7761407B1 (en) | 2006-10-10 | 2010-07-20 | Medallia, Inc. | Use of primary and secondary indexes to facilitate aggregation of records of an OLAP data cube |
US20100235384A1 (en) | 2009-03-10 | 2010-09-16 | Canon Kabushiki Kaisha | Information processing system, information processing method, and computer-readable storage medium |
US20100241644A1 (en) | 2009-03-19 | 2010-09-23 | Microsoft Corporation | Graph queries of information in relational database |
US20100250577A1 (en) | 2009-03-31 | 2010-09-30 | International Business Machines Corporation | Translation system and method for sparql queries |
US20100250576A1 (en) | 2009-03-31 | 2010-09-30 | Microsoft Corporation | Execution of semantic queries using rule expansion |
US20100268722A1 (en) | 2009-04-20 | 2010-10-21 | Oracle International Corporation | Access control for graph data |
US7836063B2 (en) | 2003-12-15 | 2010-11-16 | International Business Machines Corporation | Customizable data translation method and system |
US7856416B2 (en) | 2008-04-22 | 2010-12-21 | International Business Machines Corporation | Automated latent star schema discovery tool |
US7877350B2 (en) | 2005-06-27 | 2011-01-25 | Ab Initio Technology Llc | Managing metadata for graph-based computations |
US7953695B2 (en) | 2000-06-06 | 2011-05-31 | Fair Isaac Corporation | System and method for integrated data mart defining start schema model processing business contact data from multiple contact channels |
US20110153047A1 (en) | 2008-07-04 | 2011-06-23 | Booktrack Holdings Limited | Method and System for Making and Playing Soundtracks |
US20110202560A1 (en) | 2010-02-16 | 2011-08-18 | Microsoft Corporation | Expressing and executing semantic queries within a relational database |
US8037108B1 (en) | 2009-07-22 | 2011-10-11 | Adobe Systems Incorporated | Conversion of relational databases into triplestores |
US8099382B2 (en) | 2007-04-13 | 2012-01-17 | International Business Machines Corporation | Method and system for mapping multi-dimensional model to data warehouse schema |
US20120016895A1 (en) | 2010-05-28 | 2012-01-19 | Securitymetrics, Inc. | Systems and methods employing delimiter searches to identify sensitive information in data |
US20120036162A1 (en) | 2010-08-05 | 2012-02-09 | Sap Ag | Authorization check of database query through matching of access rule to access path in application systems |
WO2012054860A1 (en) | 2010-10-22 | 2012-04-26 | Daniel Paul Miranker | Accessing relational databases as resource description framework databases |
US8170981B1 (en) | 2010-12-08 | 2012-05-01 | Dassault Systemes Enovia Corporation | Computer method and system for combining OLTP database and OLAP database environments |
US20120154633A1 (en) | 2009-12-04 | 2012-06-21 | Rodriguez Tony F | Linked Data Methods and Systems |
US20120179644A1 (en) | 2010-07-09 | 2012-07-12 | Daniel Paul Miranker | Automatic Synthesis and Presentation of OLAP Cubes from Semantically Enriched Data Sources |
US20120254192A1 (en) | 2011-03-29 | 2012-10-04 | Roy Gelbard | Method and system for extended bitmap indexing |
US20120278902A1 (en) | 2011-04-27 | 2012-11-01 | Cambridge Semantics, Inc. | Incremental deployment of computer software program logic |
US20120284301A1 (en) | 2009-10-09 | 2012-11-08 | Moshe Mizrahy | Method, computer product program and system for analysis of data |
US20120310674A1 (en) | 2008-02-22 | 2012-12-06 | Faulkner Judith R | Electronic Health Record System Utilizing Disparate Record Sources |
US20120330979A1 (en) | 2011-06-24 | 2012-12-27 | Microsoft Corporation | Sorting a dataset of incrementally received data |
US20120330908A1 (en) | 2011-06-23 | 2012-12-27 | Geoffrey Stowe | System and method for investigating large amounts of data |
US20130031208A1 (en) | 2011-07-28 | 2013-01-31 | School Improvement Network, Llc | Management and Provision of Interactive Content |
US20130031364A1 (en) | 2011-07-19 | 2013-01-31 | Gerrity Daniel A | Fine-grained security in federated data sets |
US8429179B1 (en) | 2009-12-16 | 2013-04-23 | Board Of Regents, The University Of Texas System | Method and system for ontology driven data collection and processing |
US20130110775A1 (en) | 2011-10-31 | 2013-05-02 | Hamish Forsythe | Method, process and system to atomically structure varied data and transform into context associated data |
US20130114645A1 (en) | 2010-06-24 | 2013-05-09 | Stichting Imec Nederland | Method and Apparatus for Start of Frame Delimiter Detection |
US20130138681A1 (en) | 2011-11-28 | 2013-05-30 | Computer Associates Think, Inc. | Method and system for metadata driven processing of federated data |
US20130156348A1 (en) | 2011-12-15 | 2013-06-20 | Michal Irani | Device, system, and method of visual inference by collaborative composition |
EP2631817A1 (en) | 2012-02-23 | 2013-08-28 | Fujitsu Limited | Database, apparatus, and method for storing encoded triples |
US20130262443A1 (en) | 2012-03-30 | 2013-10-03 | Khalifa University of Science, Technology, and Research | Method and system for processing data queries |
US8583631B1 (en) | 2013-01-31 | 2013-11-12 | Splunk Inc. | Metadata tracking for a pipelined search language (data modeling for fields) |
US20140006448A1 (en) | 2000-07-31 | 2014-01-02 | Danny A. McCall | Reciprocal data file publishing and matching system |
CA2820994A1 (en) | 2012-07-12 | 2014-01-12 | Open Text S.A. | Systems and methods for in-place records management and content lifecycle management |
US20140198097A1 (en) | 2013-01-16 | 2014-07-17 | Microsoft Corporation | Continuous and dynamic level of detail for efficient point cloud object rendering |
US20140214857A1 (en) | 2013-01-29 | 2014-07-31 | Oracle International Corporation | Publishing rdf quads as relational views |
US20140280287A1 (en) | 2013-03-17 | 2014-09-18 | Venkatesh Ganti | Assisted query formation, validation, and result previewing in a database having a complex schema |
US20140279640A1 (en) | 2013-03-14 | 2014-09-18 | Marcelo Martin Motta MORENO | Systems, methods and apparatuses for identifying person of interest |
US20140337331A1 (en) | 2013-05-07 | 2014-11-13 | International Business Machines Corporation | Methods and Systems for Discovery of Linkage Points Between Data Sources |
US20140372434A1 (en) | 2013-06-17 | 2014-12-18 | rMark Biogenics LLC | System and method for determining social connections based on experimental life sciences data |
US20150052125A1 (en) | 2013-08-16 | 2015-02-19 | International Business Machines Corporation | Uniform search, navigation and combination of heterogeneous data |
US20150052134A1 (en) * | 2013-08-14 | 2015-02-19 | International Business Machines Corporation | Method and Apparatus for Storing Sparse Graph Data as Multi-Dimensional Cluster |
US20150081666A1 (en) | 2013-09-16 | 2015-03-19 | Mastercard International Incorporated | Systems and methods for optimizing database queries |
US20150095391A1 (en) | 2013-09-30 | 2015-04-02 | Mrugesh Gajjar | Determining a Product Vector for Performing Dynamic Time Warping |
US9002860B1 (en) | 2012-02-06 | 2015-04-07 | Google Inc. | Associating summaries with pointers in persistent data structures |
US20150120643A1 (en) | 2013-10-30 | 2015-04-30 | International Business Machines Corporation | Triplestore replicator |
US20150142829A1 (en) | 2013-11-18 | 2015-05-21 | Fujitsu Limited | System, apparatus, program and method for data aggregatione |
US20150149879A1 (en) | 2012-09-07 | 2015-05-28 | Splunk Inc. | Advanced field extractor with multiple positive examples |
US20150186653A1 (en) | 2013-12-30 | 2015-07-02 | International Business Machines Corporation | Concealing sensitive patterns from linked data graphs |
US20150213109A1 (en) | 2013-01-15 | 2015-07-30 | Datorama Technologies, Ltd. | System and method for providing big data analytics on dynamically-changing data models |
US20150234884A1 (en) | 2012-11-08 | 2015-08-20 | Sparkledb As | System and Method Involving Resource Description Framework Distributed Database Management System and/or Related Aspects |
US20150269223A1 (en) | 2010-10-22 | 2015-09-24 | Daniel Paul Miranker | System for Accessing a Relational Database Using Semantic Queries |
US20150278335A1 (en) * | 2014-03-31 | 2015-10-01 | Kofax, Inc. | Scalable business process intelligence and predictive analytics for distributed architectures |
US20150339572A1 (en) * | 2014-05-23 | 2015-11-26 | DataRobot, Inc. | Systems and techniques for predictive data analytics |
US20150356144A1 (en) | 2014-06-09 | 2015-12-10 | Cognitive Scale, Inc. | Cognitive Media Content |
US20150372915A1 (en) | 2013-01-31 | 2015-12-24 | Hewlett-Packard Development Company, L.P. | Incremental update of a shape graph |
US20150379079A1 (en) | 2014-06-26 | 2015-12-31 | Yahoo! Inc. | Personalizing Query Rewrites For Ad Matching |
US20160055184A1 (en) | 2014-08-25 | 2016-02-25 | International Business Machines Corporation | Data virtualization across heterogeneous formats |
US20160063271A1 (en) | 2014-08-26 | 2016-03-03 | International Business Machines Corporation | Access control for unprotected data storage system endpoints |
US20160092475A1 (en) | 2014-09-26 | 2016-03-31 | Oracle International Corporation | Automated entity correlation and classification across heterogeneous datasets |
US20160092474A1 (en) | 2014-09-26 | 2016-03-31 | Oracle International Corporation | Declarative language and visualization system for recommended data transformations and repairs |
US20160117362A1 (en) | 2014-10-24 | 2016-04-28 | International Business Machines Corporation | User driven business data aggregation and cross mapping framework |
US20160117358A1 (en) * | 2014-10-27 | 2016-04-28 | Oracle International Corporation | Graph database system that dynamically compiles and executes custom graph analytic programs written in high-level, imperative programing language |
US20160132572A1 (en) | 2014-11-11 | 2016-05-12 | Adobe Systems Incorporated | Collecting, organizing, and searching knowledge about a dataset |
US20160147837A1 (en) | 2014-11-21 | 2016-05-26 | Red Hat, Inc. | Multisource semantic partitioning |
US20160188789A1 (en) * | 2013-08-15 | 2016-06-30 | Zymeworks Inc. | Systems and methods for in silico evaluation of polymers |
US20160203196A1 (en) | 2015-01-13 | 2016-07-14 | 10X Genomics, Inc. | Systems and methods for visualizing structural variation and phasing information |
US20160232457A1 (en) | 2015-02-11 | 2016-08-11 | Skytree, Inc. | User Interface for Unified Data Science Platform Including Management of Models, Experiments, Data Sets, Projects, Actions and Features |
US20160283551A1 (en) | 2015-03-24 | 2016-09-29 | International Business Machines Corporation | Systems and methods for query evaluation over distributed linked data stores |
US20160292206A1 (en) | 2015-03-31 | 2016-10-06 | Oracle International Corporation | Validating coherency between multiple data sets between database transfers |
US20160314143A1 (en) | 2015-04-25 | 2016-10-27 | Phillip Hiroshige | System for automatically tracking data through a plurality of data sources and plurality of conversions |
US20160322082A1 (en) | 2010-11-04 | 2016-11-03 | Digimarc Corporation | Smartphone-based methods and systems |
US20160321316A1 (en) | 2011-06-03 | 2016-11-03 | Gdial Inc. | Systems and methods for atomizing and individuating data as data quanta |
US20160358103A1 (en) * | 2015-06-05 | 2016-12-08 | Facebook, Inc. | Machine learning system flow processing |
US20160358102A1 (en) * | 2015-06-05 | 2016-12-08 | Facebook, Inc. | Machine learning system flow authoring tool |
US20160371355A1 (en) | 2015-06-19 | 2016-12-22 | Nuodb, Inc. | Techniques for resource description framework modeling within distributed database systems |
US20160371288A1 (en) | 2015-06-16 | 2016-12-22 | Business Objects Software, Ltd. | Use of context-dependent statistics to suggest next steps while exploring a dataset |
US20170017537A1 (en) | 2015-07-14 | 2017-01-19 | Sios Technology Corporation | Apparatus and method of leveraging semi-supervised machine learning principals to perform root cause analysis and derivation for remediation of issues in a computer environment |
US9560026B1 (en) | 2013-01-22 | 2017-01-31 | Amazon Technologies, Inc. | Secure computer operations |
US20170053130A1 (en) | 2015-08-19 | 2017-02-23 | Ims Health Incorporated | System and method for providing multi-layered access control |
US20170132401A1 (en) | 2015-11-06 | 2017-05-11 | Sap Se | Data access rules in a database layer |
US20170161323A1 (en) | 2014-06-30 | 2017-06-08 | Hewlett Packard Enterprise Development Lp | Automatic generation of sub-queries |
US20170177729A1 (en) | 2014-03-28 | 2017-06-22 | British Telecommunications Public Limited Company | Search engine and link-based ranking algorithm for the semantic web |
US9710526B2 (en) | 2014-06-25 | 2017-07-18 | Microsoft Technology Licensing, Llc | Data set preview technology |
US20170220615A1 (en) | 2016-02-01 | 2017-08-03 | Microsoft Technology Licensing, Llc | Provide consumer oriented data service |
US20170228405A1 (en) | 2016-02-09 | 2017-08-10 | Moonshadow Mobile, Inc. | Systems and methods for storing, updating, searching, and filtering time-series datasets |
US20170236060A1 (en) | 2015-03-24 | 2017-08-17 | NetSuite Inc. | System and Method for Automated Detection of Incorrect Data |
US20170316070A1 (en) | 2016-04-29 | 2017-11-02 | Unifi Software | Automatic generation of structured data from semi-structured data |
US20170357653A1 (en) | 2016-06-13 | 2017-12-14 | International Business Machines Corporation | Unsupervised method for enriching rdf data sources from denormalized data |
US20170364694A1 (en) | 2016-06-19 | 2017-12-21 | Data.World, Inc. | Platform management of integrated access of public and privately-accessible datasets utilizing federated query generation and query schema rewriting optimization |
US20170364539A1 (en) | 2016-06-19 | 2017-12-21 | Data.World, Inc. | Platform management of integrated access of public and privately-accessible datasets utilizing federated query generation and query schema rewriting optimization |
US20170364568A1 (en) | 2016-06-19 | 2017-12-21 | Data.World, Inc. | Interactive interfaces as computerized tools to present summarization data of dataset attributes for collaborative datasets |
US20170364564A1 (en) | 2016-06-19 | 2017-12-21 | data world | Consolidator platform to implement collaborative datasets via distributed computer networks |
US20170364569A1 (en) | 2016-06-19 | 2017-12-21 | data.world | Collaborative dataset consolidation via distributed computer networks |
US20170364570A1 (en) | 2016-06-19 | 2017-12-21 | data world | Dataset analysis and dataset attribute inferencing to form collaborative datasets |
US20170364703A1 (en) | 2016-06-19 | 2017-12-21 | data.world | Management of collaborative datasets via distributed computer networks |
US20170364538A1 (en) | 2016-06-19 | 2017-12-21 | data world | Loading collaborative datasets into data stores for queries via distributed computer networks |
US20170364553A1 (en) | 2016-06-19 | 2017-12-21 | data.world | Query generation for collaborative datasets |
WO2017222927A1 (en) | 2016-06-19 | 2017-12-28 | Data.World, Inc. | Collaborative dataset consolidation via distributed computer networks |
US20170371881A1 (en) | 2016-06-19 | 2017-12-28 | Data.World, Inc. | Computerized tools to discover, form, and analyze dataset interrelations among a system of networked collaborative datasets |
US20180025307A1 (en) | 2016-07-20 | 2018-01-25 | International Business Machines Corporation | System and method to automate provenance-aware application execution |
US20180032327A1 (en) | 2015-02-09 | 2018-02-01 | Eurotech Spa | System and method for the data management in the interaction between machines |
US20180210936A1 (en) | 2016-06-19 | 2018-07-26 | Data.World, Inc. | Interactive interfaces to present data arrangement overviews and summarized dataset attributes for collaborative datasets |
WO2018156551A1 (en) | 2017-02-22 | 2018-08-30 | Data.World, Inc. | Platform management of integrated access datasets utilizing federated query generation and schema rewriting optimization |
WO2018164971A1 (en) | 2017-03-09 | 2018-09-13 | Data.World, Inc. | Computerized tools to discover, form, and analyze dataset interrelations among a system of networked collaborative datasets |
US20180262864A1 (en) | 2016-06-19 | 2018-09-13 | Data World, Inc. | Computerized tool implementation of layered data files to discover, form, or analyze dataset interrelations of networked collaborative datasets |
US20180300494A1 (en) | 2015-10-14 | 2018-10-18 | Minereye Ltd. | Method of identifying and tracking sensitive data and system thereof |
US20180314705A1 (en) | 2016-06-19 | 2018-11-01 | Data.World, Inc. | Data ingestion to generate layered dataset interrelations to form a system of networked collaborative datasets |
US20190005104A1 (en) | 2013-10-22 | 2019-01-03 | Workday, Inc. | Systems and methods for interest-driven data visualization systems utilizing visualization image data and trellised visualizations |
US10176234B2 (en) * | 2014-11-05 | 2019-01-08 | Ab Initio Technology Llc | Impact analysis |
US20190034491A1 (en) | 2016-06-19 | 2019-01-31 | Data World, Inc. | Aggregation of ancillary data associated with source data in a system of networked collaborative datasets |
US20190042606A1 (en) | 2016-06-19 | 2019-02-07 | Data.World, Inc. | Transmuting data associations among data arrangements to facilitate data operations in a system of networked collaborative datasets |
US20190050445A1 (en) | 2016-06-19 | 2019-02-14 | Data World, Inc. | Layered data generation and data remediation to facilitate formation of interrelated data in a system of networked collaborative datasets |
US20190050459A1 (en) | 2016-06-19 | 2019-02-14 | Data.World, Inc. | Localized link formation to perform implicitly federated queries using extended computerized query language syntax |
US20190065567A1 (en) | 2016-06-19 | 2019-02-28 | data. world, Inc. | Extended computerized query language syntax for analyzing multiple tabular data arrangements in data-driven collaborative projects |
US20190065569A1 (en) | 2016-06-19 | 2019-02-28 | Data.World, Inc. | Dynamic composite data dictionary to facilitate data operations via computerized tools configured to access collaborative datasets in a networked computing platform |
US20190066052A1 (en) | 2016-06-19 | 2019-02-28 | Data.World, Inc. | Computerized tools to facilitate data project development via data access layering logic in a networked computing platform including collaborative datasets |
US20190079968A1 (en) | 2016-06-19 | 2019-03-14 | Data.World, Inc. | Link-formative auxiliary queries applied at data ingestion to facilitate data operations in a system of networked collaborative datasets |
US20190121807A1 (en) | 2016-06-19 | 2019-04-25 | Data.World, Inc. | Computerized tools to develop and manage data-driven projects collaboratively via a networked computing platform and collaborative datasets |
US20190266155A1 (en) | 2016-06-19 | 2019-08-29 | Data.World, Inc. | Collaborative dataset consolidation via distributed computer networks |
US20190295296A1 (en) | 2018-03-26 | 2019-09-26 | Two Six Labs, LLC | Gragnostics rendering |
US20190317961A1 (en) | 2017-03-09 | 2019-10-17 | Data.World, Inc. | Computerized tools configured to determine subsets of graph data arrangements for linking relevant data to enrich datasets associated with a data-driven collaborative dataset platform |
US20190332606A1 (en) | 2015-10-30 | 2019-10-31 | Kim Seng Kee | A system and method for processing big data using electronic document and electronic file-based system that operates on RDBMS |
US20190347347A1 (en) | 2018-03-20 | 2019-11-14 | Data.World, Inc. | Predictive determination of constraint data for application with linked data in graph-based datasets associated with a data-driven collaborative dataset platform |
US20190347268A1 (en) | 2017-03-09 | 2019-11-14 | Data.World, Inc. | Matching subsets of tabular data arrangements to subsets of graphical data arrangements at ingestion into data driven collaborative datasets |
US10546001B1 (en) | 2015-04-15 | 2020-01-28 | Arimo, LLC | Natural language queries based on user defined attributes |
US20200073865A1 (en) | 2016-06-19 | 2020-03-05 | Data.World, Inc. | Collaborative dataset consolidation via distributed computer networks |
US20200097504A1 (en) | 2018-06-07 | 2020-03-26 | Data.World, Inc. | Method and system for editing and maintaining a graph schema |
US10673887B2 (en) | 2015-10-28 | 2020-06-02 | Qomplx, Inc. | System and method for cybersecurity analysis and score generation for insurance purposes |
US10769535B2 (en) | 2016-05-13 | 2020-09-08 | Cognitive Scale, Inc. | Ingestion pipeline for universal cognitive graph |
Family Cites Families (155)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US5371499A (en) * | 1992-02-28 | 1994-12-06 | Intersecting Concepts, Inc. | Data compression using hashing |
DE19627472A1 (en) | 1996-07-08 | 1998-01-15 | Ser Systeme Ag | Database system |
US5845285A (en) | 1997-01-07 | 1998-12-01 | Klein; Laurence C. | Computer system and method of data analysis |
US20020029207A1 (en) | 2000-02-28 | 2002-03-07 | Hyperroll, Inc. | Data aggregation server for managing a multi-dimensional database and database management system having data aggregation server integrated therein |
US20020156792A1 (en) | 2000-12-06 | 2002-10-24 | Biosentients, Inc. | Intelligent object handling device and method for intelligent object data in heterogeneous data environments with high data density and dynamic application needs |
US6901405B1 (en) | 2000-12-20 | 2005-05-31 | Microsoft Corporation | Method for persisting a schedule and database schema |
US7143046B2 (en) | 2001-12-28 | 2006-11-28 | Lucent Technologies Inc. | System and method for compressing a data table using models |
US20160170979A9 (en) | 2004-06-28 | 2016-06-16 | David Schoenbach | Method and System to Generate and Deliver Auto-Assembled Presentations Based on Queries of Multimedia Collections |
US20070055662A1 (en) | 2004-08-01 | 2007-03-08 | Shimon Edelman | Method and apparatus for learning, recognizing and generalizing sequences |
US7478105B2 (en) | 2004-10-26 | 2009-01-13 | International Business Machines Corporation | E-mail based Semantic Web collaboration and annotation |
US7610300B2 (en) | 2004-11-30 | 2009-10-27 | International Business Machines Corporation | Automated relational schema generation within a multidimensional enterprise software system |
US20090198693A1 (en) | 2005-01-18 | 2009-08-06 | Richard Alexander Stephen Pura | Method and apparatus for ordering items within datasets |
US20060161545A1 (en) | 2005-01-18 | 2006-07-20 | Agate Lane Services Inc. | Method and apparatus for ordering items within datasets |
US20160004820A1 (en) | 2005-02-01 | 2016-01-07 | Newsilike Media Group, Inc. | Security facility for maintaining health care data pools |
EP1708099A1 (en) | 2005-03-29 | 2006-10-04 | BRITISH TELECOMMUNICATIONS public limited company | Schema matching |
EP1880315A1 (en) | 2005-05-13 | 2008-01-23 | Abb Research Ltd. | Generating a unique representation of physical assets |
US20070118399A1 (en) | 2005-11-22 | 2007-05-24 | Avinash Gopal B | System and method for integrated learning and understanding of healthcare informatics |
US7765494B2 (en) | 2006-05-24 | 2010-07-27 | Sap Ag | Harmonized theme definition language |
US8179657B2 (en) | 2006-10-31 | 2012-05-15 | Shimadzu Corporation | Emission analyzer |
US7680765B2 (en) | 2006-12-27 | 2010-03-16 | Microsoft Corporation | Iterate-aggregate query parallelization |
US20170032259A1 (en) | 2007-04-17 | 2017-02-02 | Sirius-Beta Corporation | System and method for modeling complex layered systems |
US8640056B2 (en) | 2007-07-05 | 2014-01-28 | Oracle International Corporation | Data visualization techniques |
US7743013B2 (en) * | 2007-06-11 | 2010-06-22 | Microsoft Corporation | Data partitioning via bucketing bloom filters |
US8935249B2 (en) * | 2007-06-26 | 2015-01-13 | Oracle Otc Subsidiary Llc | Visualization of concepts within a collection of information |
US7856437B2 (en) | 2007-07-31 | 2010-12-21 | Hewlett-Packard Development Company, L.P. | Storing nodes representing respective chunks of files in a data store |
US8312389B2 (en) | 2007-08-31 | 2012-11-13 | Fair Isaac Corporation | Visualization of decision logic |
US7974966B2 (en) | 2007-08-31 | 2011-07-05 | Red Hat, Inc. | Method and an apparatus to deliver messages between applications |
US9268849B2 (en) | 2007-09-07 | 2016-02-23 | Alexander Siedlecki | Apparatus and methods for web marketing tools for digital archives—web portal advertising arts |
US7890488B2 (en) | 2007-10-05 | 2011-02-15 | Yahoo! Inc. | System and method for caching posting lists |
US11159909B2 (en) | 2008-02-05 | 2021-10-26 | Victor Thomas Anderson | Wireless location establishing device |
US8856643B2 (en) | 2008-02-28 | 2014-10-07 | Red Hat, Inc. | Unique URLs for browsing tagged content |
US9128964B2 (en) | 2008-03-31 | 2015-09-08 | Verizon Patent And Licensing Inc. | Selective mapping of integrated data |
EP2144406B1 (en) * | 2008-07-09 | 2012-11-21 | Research In Motion Limited | Delivery of email messages with repetitive attachments |
GB2467580B (en) * | 2009-02-06 | 2013-06-12 | Thales Holdings Uk Plc | System and method for multilevel secure object management |
US9171077B2 (en) | 2009-02-27 | 2015-10-27 | International Business Machines Corporation | Scaling dynamic authority-based search using materialized subgraphs |
AU2010232688C1 (en) | 2009-03-31 | 2014-04-10 | Commvault Systems, Inc. | Systems and methods for normalizing data of heterogeneous data sources |
US8296200B2 (en) | 2009-05-21 | 2012-10-23 | Oracle International Corporation | Collaborative financial close portal |
US9779057B2 (en) | 2009-09-11 | 2017-10-03 | Micron Technology, Inc. | Autonomous memory architecture |
KR101688555B1 (en) | 2009-09-16 | 2016-12-21 | 아브 이니티오 테크놀로지 엘엘시 | Mapping dataset elements |
US8996978B2 (en) | 2010-05-14 | 2015-03-31 | Sap Se | Methods and systems for performing analytical procedures by interactions with visual representations of datasets |
US20110298804A1 (en) | 2010-06-07 | 2011-12-08 | Hao Ming C | Visual display of data from a plurality of data sources |
US8370316B2 (en) | 2010-07-12 | 2013-02-05 | Sap Ag | Hash-join in parallel computation environments |
US8903770B2 (en) | 2010-10-15 | 2014-12-02 | Salesforce.Com, Inc. | Methods and apparatus for discontinuing the following of records in an on-demand database service environment |
RU2013155186A (en) | 2011-05-12 | 2015-06-20 | Конинклейке Филипс Н.В. | DYNAMIC RECOVERY OF THE IMAGES IN THE LIST MODE |
US9881063B2 (en) | 2011-06-14 | 2018-01-30 | International Business Machines Corporation | Systems and methods for using graphical representations to manage query results |
SG10201605543SA (en) | 2011-07-21 | 2016-09-29 | Univ Singapore | A redox flow battery system |
CN102905278B (en) * | 2011-07-28 | 2016-06-01 | 华为技术有限公司 | The management method of coverage optimization, device and system |
CN104011716B (en) | 2011-08-04 | 2018-06-19 | 谷歌有限责任公司 | With providing knowledge panel together with search result |
US9268820B2 (en) | 2011-08-04 | 2016-02-23 | Google Inc. | Providing knowledge panels with search results |
US9195771B2 (en) | 2011-08-09 | 2015-11-24 | Christian George STRIKE | System for creating and method for providing a news feed website and application |
US8549047B2 (en) | 2011-08-25 | 2013-10-01 | Salesforce.Com, Inc. | Computer implemented methods and apparatus for feed-based case management |
US8730778B2 (en) | 2011-09-30 | 2014-05-20 | Oracle International Corporation | Data storage tape analytics method and system |
US8849784B2 (en) | 2011-09-30 | 2014-09-30 | Oracle International Corporation | Storage tape analytics user interface with media validation |
US9020921B2 (en) | 2011-09-30 | 2015-04-28 | Oracle International Corporation | Storage tape analytics user interface providing library analysis and monitoring alerts |
US8849783B2 (en) | 2011-09-30 | 2014-09-30 | Oracle International Corporation | Storage tape analytics user interface |
US9335885B1 (en) | 2011-10-01 | 2016-05-10 | BioFortis, Inc. | Generating user interface for viewing data records |
US20130204905A1 (en) * | 2012-02-07 | 2013-08-08 | Google Inc. | Remapping locality-sensitive hash vectors to compact bit vectors |
US20130263019A1 (en) | 2012-03-30 | 2013-10-03 | Maria G. Castellanos | Analyzing social media |
US8949225B2 (en) | 2012-05-22 | 2015-02-03 | Oracle International Corporation | Integrating applications with an RDF repository through a SPARQL gateway |
US20130321458A1 (en) | 2012-05-30 | 2013-12-05 | Northrop Grumman Systems Corporation | Contextual visualization via configurable ip-space maps |
US9241017B2 (en) | 2012-07-03 | 2016-01-19 | Salesforce.Com, Inc. | Systems and methods for cross domain service component interaction |
US9984126B2 (en) | 2012-07-23 | 2018-05-29 | Salesforce.Com, Inc. | Identifying relevant feed items to display in a feed of an enterprise social networking system |
US10891270B2 (en) | 2015-12-04 | 2021-01-12 | Mongodb, Inc. | Systems and methods for modelling virtual schemas in non-relational databases |
US10530894B2 (en) | 2012-09-17 | 2020-01-07 | Exaptive, Inc. | Combinatorial application framework for interoperability and repurposing of code components |
US20150242867A1 (en) | 2012-09-25 | 2015-08-27 | Vizdynamics Pty Ltd | System and method for processing digital traffic metrics |
US20140115013A1 (en) | 2012-10-22 | 2014-04-24 | Arlen Anderson | Characterizing data sources in a data storage system |
US9507682B2 (en) | 2012-11-16 | 2016-11-29 | Ab Initio Technology Llc | Dynamic graph performance monitoring |
US9330147B2 (en) | 2012-12-10 | 2016-05-03 | Unisys Corporation | Database and data bus architecture and systems for efficient data distribution |
US8996492B2 (en) | 2012-12-13 | 2015-03-31 | Sap Se | Graph traversal operator inside a column store |
US11940999B2 (en) | 2013-02-08 | 2024-03-26 | Douglas T. Migliori | Metadata-driven computing system |
US9207952B2 (en) | 2013-02-13 | 2015-12-08 | International Business Machines Corporation | Semantic mapping of objects in a user interface automation framework |
JP6171386B2 (en) | 2013-02-15 | 2017-08-02 | オムロン株式会社 | Controller, information processing apparatus and program |
US9342836B2 (en) | 2013-03-13 | 2016-05-17 | salesforces.com, Inc. | Systems, methods, and apparatuses for implementing a predict command with a predictive query interface |
US9823813B2 (en) | 2013-03-15 | 2017-11-21 | Salesforce.Com, Inc. | Apparatus and methods for performing an action on a database record |
KR101782704B1 (en) | 2013-03-15 | 2017-09-27 | 뷰라웍스, 엘엘씨 | Knowledge capture and discovery system |
US9477733B2 (en) | 2013-03-15 | 2016-10-25 | Uda, Lld | Hierarchical, parallel models for extracting in real-time high-value information from data streams and system and method for creation of same |
EP2976860B1 (en) | 2013-03-20 | 2018-08-01 | Wolting Holding B.V. | Compiler for and method for software defined networks |
EP2804114A1 (en) * | 2013-05-16 | 2014-11-19 | Fujitsu Limited | Database controller, method, and program for managing a distributed data store |
US10664509B1 (en) | 2013-08-05 | 2020-05-26 | Google Llc | Processing non-uniform datasets |
US10313283B2 (en) | 2013-08-07 | 2019-06-04 | Microsoft Technology Licensing, Llc | Optimizing E-mail for mobile devices |
US9922124B2 (en) | 2016-01-29 | 2018-03-20 | Yogesh Rathod | Enable user to establish request data specific connections with other users of network(s) for communication, participation and collaboration |
JP6136771B2 (en) * | 2013-08-30 | 2017-05-31 | 株式会社島津製作所 | Substance identification method and mass spectrometer using the method |
US10545986B2 (en) | 2013-12-27 | 2020-01-28 | General Electric Company | Systems and methods for dynamically grouping data analysis content |
JP6135529B2 (en) * | 2014-02-04 | 2017-05-31 | 横河電機株式会社 | Information display device, information processing device, information display system, and information display method |
US10176605B2 (en) | 2014-03-26 | 2019-01-08 | Brigham Young University | Dynamic display of heirarchal data |
US10466882B2 (en) | 2014-03-31 | 2019-11-05 | Microsoft Technology Licensing, Llc | Collaborative co-authoring via an electronic user interface |
US9870295B2 (en) | 2014-07-18 | 2018-01-16 | General Electric Company | Automation of workflow creation and failure recovery |
US10146828B2 (en) * | 2014-07-23 | 2018-12-04 | Battelle Memorial Institute | System and method of storing and analyzing information |
US10657178B2 (en) | 2014-08-22 | 2020-05-19 | Hewlett Packard Enterprise Development Lp | Processing of a generate entity type graph component of a graph analysis system |
DE102014219090A1 (en) | 2014-09-22 | 2016-03-24 | Siemens Aktiengesellschaft | Device with communication interface and method for controlling a database access |
US10691299B2 (en) | 2014-09-25 | 2020-06-23 | Oracle International Corporation | Display of hierarchical datasets using high-water mark scrolling |
US10210246B2 (en) * | 2014-09-26 | 2019-02-19 | Oracle International Corporation | Techniques for similarity analysis and data enrichment using knowledge sources |
KR101525529B1 (en) | 2014-09-30 | 2015-06-05 | 주식회사 비트나인 | data processing apparatus and data mapping method thereof |
US10169368B2 (en) | 2014-10-02 | 2019-01-01 | International Business Machines Corporation | Indexing of linked data |
US9774681B2 (en) | 2014-10-03 | 2017-09-26 | Fair Isaac Corporation | Cloud process for rapid data investigation and data integrity analysis |
US11275775B2 (en) | 2014-10-09 | 2022-03-15 | Splunk Inc. | Performing search queries for key performance indicators using an optimized common information model |
US9760602B1 (en) | 2014-10-29 | 2017-09-12 | Databricks Inc. | System for exploring data in a database |
US20160132787A1 (en) | 2014-11-11 | 2016-05-12 | Massachusetts Institute Of Technology | Distributed, multi-model, self-learning platform for machine learning |
US20160162785A1 (en) | 2014-12-09 | 2016-06-09 | Vital Statistics Inc. | Methods and systems for using a user customizable artificial intelligence engine for searching and correlating multiple databases |
US10373061B2 (en) | 2014-12-10 | 2019-08-06 | Fair Isaac Corporation | Collaborative profile-based detection of behavioral anomalies and change-points |
US10061824B2 (en) | 2015-01-30 | 2018-08-28 | Splunk Inc. | Cell-based table manipulation of event data |
US9769032B1 (en) | 2015-03-20 | 2017-09-19 | Databricks Inc. | Cluster instance management system |
US9659081B1 (en) | 2015-08-12 | 2017-05-23 | Databricks Inc. | Independent data processing environments within a big data cluster system |
AU2016222407B2 (en) * | 2015-08-31 | 2017-05-11 | Accenture Global Solutions Limited | Intelligent visualization munging |
US11269884B2 (en) | 2015-09-04 | 2022-03-08 | Pure Storage, Inc. | Dynamically resizable structures for approximate membership queries |
KR102148757B1 (en) * | 2015-09-17 | 2020-08-27 | 삼성전자주식회사 | Method and apparatus for transmitting/receiving data in a communication system |
US10474736B1 (en) | 2015-12-22 | 2019-11-12 | Databricks Inc. | Multiple display views for a notebook |
CN108780485B (en) * | 2016-01-22 | 2022-03-04 | 弗塞克系统公司 | Pattern matching based data set extraction |
US10783222B2 (en) | 2016-01-27 | 2020-09-22 | Covidien LLP | Converting unorganized medical data for viewing |
US10713314B2 (en) | 2016-01-29 | 2020-07-14 | Splunk Inc. | Facilitating data model acceleration in association with an external data system |
US9836302B1 (en) | 2016-01-29 | 2017-12-05 | Databricks Inc. | Callable notebook for cluster execution |
US9990230B1 (en) | 2016-02-24 | 2018-06-05 | Databricks Inc. | Scheduling a notebook execution |
US10554664B2 (en) | 2016-05-02 | 2020-02-04 | Microsoft Technology Licensing, Llc | Activity feed for hosted files |
US11334625B2 (en) | 2016-06-19 | 2022-05-17 | Data.World, Inc. | Loading collaborative datasets into data stores for queries via distributed computer networks |
US11941140B2 (en) | 2016-06-19 | 2024-03-26 | Data.World, Inc. | Platform management of integrated access of public and privately-accessible datasets utilizing federated query generation and query schema rewriting optimization |
US11500831B2 (en) | 2016-06-19 | 2022-11-15 | Data.World, Inc. | Transmuting data associations among data arrangements to facilitate data operations in a system of networked collaborative datasets |
US11657043B2 (en) | 2016-06-19 | 2023-05-23 | Data.World, Inc. | Computerized tools to develop and manage data-driven projects collaboratively via a networked computing platform and collaborative datasets |
US11675808B2 (en) | 2016-06-19 | 2023-06-13 | Data.World, Inc. | Dataset analysis and dataset attribute inferencing to form collaborative datasets |
US11023104B2 (en) | 2016-06-19 | 2021-06-01 | data.world,Inc. | Interactive interfaces as computerized tools to present summarization data of dataset attributes for collaborative datasets |
US11468049B2 (en) | 2016-06-19 | 2022-10-11 | Data.World, Inc. | Data ingestion to generate layered dataset interrelations to form a system of networked collaborative datasets |
US11620301B2 (en) | 2016-06-19 | 2023-04-04 | Data.World, Inc. | Extended computerized query language syntax for analyzing multiple tabular data arrangements in data-driven collaborative projects |
US11709833B2 (en) | 2016-06-24 | 2023-07-25 | Dremio Corporation | Self-service data platform |
US10859700B2 (en) | 2016-07-21 | 2020-12-08 | Z-Senz Llc | Systems, devices, and/or methods for encoded time of flight light detection and ranging |
US10445062B2 (en) * | 2016-09-15 | 2019-10-15 | Oracle International Corporation | Techniques for dataset similarity discovery |
US10565222B2 (en) * | 2016-09-15 | 2020-02-18 | Oracle International Corporation | Techniques for facilitating the joining of datasets |
US11294972B2 (en) | 2016-11-10 | 2022-04-05 | Adobe Inc. | Generating sequential segments with pre-sequence and post-sequence analytics data |
US10489440B2 (en) * | 2017-02-01 | 2019-11-26 | Wipro Limited | System and method of data cleansing for improved data classification |
US11068453B2 (en) | 2017-03-09 | 2021-07-20 | data.world, Inc | Determining a degree of similarity of a subset of tabular data arrangements to subsets of graph data arrangements at ingestion into a data-driven collaborative dataset platform |
US12008050B2 (en) | 2017-03-09 | 2024-06-11 | Data.World, Inc. | Computerized tools configured to determine subsets of graph data arrangements for linking relevant data to enrich datasets associated with a data-driven collaborative dataset platform |
US11068447B2 (en) | 2017-04-14 | 2021-07-20 | Databricks Inc. | Directory level atomic commit protocol |
US10474501B2 (en) | 2017-04-28 | 2019-11-12 | Databricks Inc. | Serverless execution of code using cluster resources |
US10558664B2 (en) | 2017-04-28 | 2020-02-11 | Databricks Inc. | Structured cluster execution for data streams |
US11321364B2 (en) | 2017-10-13 | 2022-05-03 | Kpmg Llp | System and method for analysis and determination of relationships from a variety of data sources |
US10606675B1 (en) | 2017-11-10 | 2020-03-31 | Databricks Inc. | Query watchdog |
USD879112S1 (en) | 2017-11-14 | 2020-03-24 | Geographic Services, Inc. | Display screen or portion thereof with graphical user interface |
USD872743S1 (en) | 2017-11-22 | 2020-01-14 | General Electric Company | Display screen with graphical user interface for an imaging protocol manager |
USD871424S1 (en) | 2017-11-22 | 2019-12-31 | General Electric Company | Display screen with graphical user interface for an imaging protocol manager |
US11314693B2 (en) | 2018-03-14 | 2022-04-26 | Royal Bank Of Canada | Method for data structure relationship detection |
US11327991B2 (en) | 2018-05-22 | 2022-05-10 | Data.World, Inc. | Auxiliary query commands to deploy predictive data models for queries in a networked computing platform |
US11537990B2 (en) | 2018-05-22 | 2022-12-27 | Data.World, Inc. | Computerized tools to collaboratively generate queries to access in-situ predictive data models in a networked computing platform |
US11947529B2 (en) | 2018-05-22 | 2024-04-02 | Data.World, Inc. | Generating and analyzing a data model to identify relevant data catalog data derived from graph-based data arrangements to perform an action |
US10769130B1 (en) | 2018-05-23 | 2020-09-08 | Databricks Inc. | Update and query of a large collection of files that represent a single dataset stored on a blob store |
US11334914B2 (en) | 2018-06-28 | 2022-05-17 | International Business Machines Corporation | Mapping mobile device interactions and location zones in a venue for use in sending notifications |
US10691433B2 (en) | 2018-08-31 | 2020-06-23 | Databricks Inc. | Split front end for flexible back end cluster processing |
US11610109B2 (en) | 2018-09-26 | 2023-03-21 | Microsoft Technology Licensing, Llc | Language agnostic machine learning model for title standardization |
US10810051B1 (en) | 2018-11-13 | 2020-10-20 | Databricks Inc. | Autoscaling using file access or cache usage for cluster machines |
US10887431B2 (en) | 2019-03-07 | 2021-01-05 | Route4Me, Inc. | Autonomous telematics platform |
US11727266B2 (en) | 2019-08-02 | 2023-08-15 | International Business Machines Corporation | Annotating customer data |
US20210374555A1 (en) | 2020-05-29 | 2021-12-02 | Spotify Ab | Systems and methods for performing random walks on knowledge graphs |
US11886457B2 (en) | 2020-05-29 | 2024-01-30 | Microsoft Technology Licensing, Llc | Automatic transformation of data by patterns |
WO2021252805A1 (en) | 2020-06-11 | 2021-12-16 | Data.World, Inc. | Auxiliary query commands to deploy predictive data models for queries in a networked computing platform |
US20210390098A1 (en) | 2020-06-11 | 2021-12-16 | Data.World, Inc. | Query engine implementing auxiliary commands via computerized tools to deploy predictive data models in-situ in a networked computing platform |
WO2023034328A2 (en) | 2021-08-30 | 2023-03-09 | Data.World, Inc. | Correlating parallelized data from disparate data sources to aggregate graph data portions to predictively identify entity data |
US11947600B2 (en) | 2021-11-30 | 2024-04-02 | Data.World, Inc. | Content addressable caching and federation in linked data projects in a data-driven collaborative dataset platform using disparate database architectures |
US11567936B1 (en) | 2022-09-19 | 2023-01-31 | Keebo Inc. | Platform agnostic query acceleration |
-
2018
- 2018-09-20 US US16/137,297 patent/US11068453B2/en active Active
-
2021
- 2021-07-01 US US17/365,214 patent/US12292870B2/en active Active
Patent Citations (259)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US6144962A (en) | 1996-10-15 | 2000-11-07 | Mercury Interactive Corporation | Visualization of web sites and hierarchical data structures |
US6317752B1 (en) | 1998-12-09 | 2001-11-13 | Unica Technologies, Inc. | Version testing in database mining |
US6529909B1 (en) | 1999-08-31 | 2003-03-04 | Accenture Llp | Method for translating an object attribute converter in an information services patterns environment |
US20030120681A1 (en) | 1999-10-04 | 2003-06-26 | Jarg Corporation | Classification of information sources using graphic structures |
US6768986B2 (en) | 2000-04-03 | 2004-07-27 | Business Objects, S.A. | Mapping of an RDBMS schema onto a multidimensional data model |
US7080090B2 (en) | 2000-04-27 | 2006-07-18 | Hyperion Solutions Corporation | Allocation measures and metric calculations in star schema multi-dimensional data warehouse |
US7953695B2 (en) | 2000-06-06 | 2011-05-31 | Fair Isaac Corporation | System and method for integrated data mart defining start schema model processing business contact data from multiple contact channels |
US20060168002A1 (en) | 2000-06-29 | 2006-07-27 | Microsoft Corporation | Real Time Update Notification |
US20140006448A1 (en) | 2000-07-31 | 2014-01-02 | Danny A. McCall | Reciprocal data file publishing and matching system |
US6961728B2 (en) | 2000-11-28 | 2005-11-01 | Centerboard, Inc. | System and methods for highly distributed wide-area data management of a network of data sources through a database interface |
US20020143755A1 (en) | 2000-11-28 | 2002-10-03 | Siemens Technology-To-Business Center, Llc | System and methods for highly distributed wide-area data management of a network of data sources through a database interface |
US20030093597A1 (en) | 2001-11-14 | 2003-05-15 | Marik Marshak | Dynamic RDF groups |
US7146375B2 (en) | 2002-01-25 | 2006-12-05 | Decode Genetics, Ehf | Inference control method in a data cube |
US20030208506A1 (en) | 2002-04-26 | 2003-11-06 | Oracle International Corporation | Registration of solved cubes within a relational database management system |
US20040064456A1 (en) | 2002-09-27 | 2004-04-01 | Fong Joseph Shi Piu | Methods for data warehousing based on heterogenous databases |
US20080216060A1 (en) | 2002-11-20 | 2008-09-04 | Vargas Byron D | System for translating diverse programming languages |
US20050010566A1 (en) | 2003-05-27 | 2005-01-13 | David Cushing | System and method of multidimensional query results processing |
US20050010550A1 (en) | 2003-05-27 | 2005-01-13 | Potter Charles Mike | System and method of modelling of a multi-dimensional data source in an entity-relationship model |
US7836063B2 (en) | 2003-12-15 | 2010-11-16 | International Business Machines Corporation | Customizable data translation method and system |
US20080319829A1 (en) | 2004-02-20 | 2008-12-25 | Herbert Dennis Hunt | Bias reduction using data fusion of household panel data and transaction data |
US20070271604A1 (en) | 2004-03-17 | 2007-11-22 | Fidelitygenetic Ltd. | Secure Transaction of Dna Data |
US20050234957A1 (en) | 2004-04-15 | 2005-10-20 | Olson Michael C | System for visualization and modification of a domain model |
US20050246357A1 (en) | 2004-04-29 | 2005-11-03 | Analysoft Development Ltd. | Method and apparatus for automatically creating a data warehouse and OLAP cube |
US20050278139A1 (en) | 2004-05-28 | 2005-12-15 | Glaenzer Helmut K | Automatic match tuning |
US20060129605A1 (en) | 2004-08-25 | 2006-06-15 | Mohit Doshi | System and method for automating the development of web services that incorporate business rules |
US20080046427A1 (en) | 2005-01-18 | 2008-02-21 | International Business Machines Corporation | System And Method For Planning And Generating Queries For Multi-Dimensional Analysis Using Domain Models And Data Federation |
US8762160B2 (en) | 2005-03-23 | 2014-06-24 | Amadeus S.A.S. | Purchaser value optimization system |
US20060218024A1 (en) | 2005-03-23 | 2006-09-28 | Amadeus Sas | Purchaser value optimization system |
US20060235837A1 (en) | 2005-04-18 | 2006-10-19 | Oracle International Corporation | Rewriting table functions as SQL strings |
US7680862B2 (en) | 2005-04-18 | 2010-03-16 | Oracle International Corporation | Rewriting table functions as SQL strings |
US20070027904A1 (en) | 2005-06-24 | 2007-02-01 | George Chow | System and method for translating between relational database queries and multidimensional database queries |
US7877350B2 (en) | 2005-06-27 | 2011-01-25 | Ab Initio Technology Llc | Managing metadata for graph-based computations |
US20070139227A1 (en) | 2005-10-22 | 2007-06-21 | Sytex, Inc. | Methods, systems and computer-readable media for compressing data |
US20070179760A1 (en) | 2006-01-06 | 2007-08-02 | Intel Corporation | Method of determining graph isomorphism in polynomial-time |
US20070203933A1 (en) | 2006-02-24 | 2007-08-30 | Iversen Heine K | Method for generating data warehouses and OLAP cubes |
US7761407B1 (en) | 2006-10-10 | 2010-07-20 | Medallia, Inc. | Use of primary and secondary indexes to facilitate aggregation of records of an OLAP data cube |
US20080091634A1 (en) | 2006-10-15 | 2008-04-17 | Lisa Seeman | Content enhancement system and method and applications thereof |
US20080256026A1 (en) | 2006-10-17 | 2008-10-16 | Michael Glen Hays | Method For Optimizing And Executing A Query Using Ontological Metadata |
US20080162999A1 (en) | 2006-12-27 | 2008-07-03 | Markus Schlueter | Method and system for validation of data extraction |
US20080162550A1 (en) | 2006-12-29 | 2008-07-03 | Harald Fey | Representation of multiplicities for Docflow reporting |
US20090018996A1 (en) | 2007-01-26 | 2009-01-15 | Herbert Dennis Hunt | Cross-category view of a dataset using an analytic platform |
US20090006156A1 (en) | 2007-01-26 | 2009-01-01 | Herbert Dennis Hunt | Associating a granting matrix with an analytic platform |
US20080294996A1 (en) | 2007-01-31 | 2008-11-27 | Herbert Dennis Hunt | Customized retailer portal within an analytic platform |
US20080240566A1 (en) | 2007-04-02 | 2008-10-02 | Marcus Thint | Identifying data patterns |
US7853081B2 (en) | 2007-04-02 | 2010-12-14 | British Telecommunications Public Limited Company | Identifying data patterns |
US8099382B2 (en) | 2007-04-13 | 2012-01-17 | International Business Machines Corporation | Method and system for mapping multi-dimensional model to data warehouse schema |
US20090106734A1 (en) | 2007-10-23 | 2009-04-23 | Riesen Michael J | Bayesian belief network query tool |
US20090157630A1 (en) | 2007-10-26 | 2009-06-18 | Max Yuan | Method of extracting data and recommending and generating visual displays |
US20090182710A1 (en) | 2007-10-26 | 2009-07-16 | Microsoft Corporation | Calculating and Storing Data Structures |
US20090119254A1 (en) | 2007-11-07 | 2009-05-07 | Cross Tiffany B | Storing Accessible Histories of Search Results Reordered to Reflect User Interest in the Search Results |
US20090132503A1 (en) | 2007-11-15 | 2009-05-21 | International Business Machines Organization | Using different groups of query graph transform modules to generate execution plans for queries for different database types |
US7987179B2 (en) | 2007-11-16 | 2011-07-26 | International Business Machines Corporation | Method and apparatus for optimizing queries over vertically stored database |
US20090132474A1 (en) | 2007-11-16 | 2009-05-21 | Li Ma | Method and Apparatus for Optimizing Queries over Vertically Stored Database |
US20090138437A1 (en) | 2007-11-26 | 2009-05-28 | Microsoft Corporation | Converting sparql queries to sql queries |
US20090150313A1 (en) | 2007-12-06 | 2009-06-11 | Andre Heilper | Vectorization of dynamic-time-warping computation using data reshaping |
US20120310674A1 (en) | 2008-02-22 | 2012-12-06 | Faulkner Judith R | Electronic Health Record System Utilizing Disparate Record Sources |
US8521565B2 (en) | 2008-02-22 | 2013-08-27 | Epic Systems Corporation | Electronic health record system utilizing disparate record sources |
US8538985B2 (en) | 2008-03-11 | 2013-09-17 | International Business Machines Corporation | Efficient processing of queries in federated database systems |
US20090234799A1 (en) | 2008-03-11 | 2009-09-17 | International Business Machines Corporation | Efficient processing of queries in federated database systems |
US7856416B2 (en) | 2008-04-22 | 2010-12-21 | International Business Machines Corporation | Automated latent star schema discovery tool |
US20090300054A1 (en) | 2008-05-29 | 2009-12-03 | Kathleen Fisher | System for inferring data structures |
US20110153047A1 (en) | 2008-07-04 | 2011-06-23 | Booktrack Holdings Limited | Method and System for Making and Playing Soundtracks |
US20100114885A1 (en) | 2008-10-21 | 2010-05-06 | Microsoft Corporation | Query submission pipeline using linq |
US20100138388A1 (en) * | 2008-12-02 | 2010-06-03 | Ab Initio Software Llc | Mapping instances of a dataset within a data management system |
US20100235384A1 (en) | 2009-03-10 | 2010-09-16 | Canon Kabushiki Kaisha | Information processing system, information processing method, and computer-readable storage medium |
US8060472B2 (en) | 2009-03-10 | 2011-11-15 | Canon Kabushiki Kaisha | Information processing system, information processing method, and computer-readable storage medium |
US20100241644A1 (en) | 2009-03-19 | 2010-09-23 | Microsoft Corporation | Graph queries of information in relational database |
US20100250577A1 (en) | 2009-03-31 | 2010-09-30 | International Business Machines Corporation | Translation system and method for sparql queries |
US8275784B2 (en) | 2009-03-31 | 2012-09-25 | International Business Machines Corporation | Translation system and method for SPARQL queries |
US20100250576A1 (en) | 2009-03-31 | 2010-09-30 | Microsoft Corporation | Execution of semantic queries using rule expansion |
US20100268722A1 (en) | 2009-04-20 | 2010-10-21 | Oracle International Corporation | Access control for graph data |
US8037108B1 (en) | 2009-07-22 | 2011-10-11 | Adobe Systems Incorporated | Conversion of relational databases into triplestores |
US8990236B2 (en) | 2009-10-09 | 2015-03-24 | Qrative Ltd. | Method, computer product program and system for analysis of data |
US20120284301A1 (en) | 2009-10-09 | 2012-11-08 | Moshe Mizrahy | Method, computer product program and system for analysis of data |
US20120154633A1 (en) | 2009-12-04 | 2012-06-21 | Rodriguez Tony F | Linked Data Methods and Systems |
US8429179B1 (en) | 2009-12-16 | 2013-04-23 | Board Of Regents, The University Of Texas System | Method and system for ontology driven data collection and processing |
US20110202560A1 (en) | 2010-02-16 | 2011-08-18 | Microsoft Corporation | Expressing and executing semantic queries within a relational database |
US8616443B2 (en) | 2010-05-28 | 2013-12-31 | Securitymetrics, Inc. | Systems and methods employing delimiter searches to identify sensitive information in data |
US20120016895A1 (en) | 2010-05-28 | 2012-01-19 | Securitymetrics, Inc. | Systems and methods employing delimiter searches to identify sensitive information in data |
US8831070B2 (en) | 2010-06-24 | 2014-09-09 | Stichting Imec Nederland | Method and apparatus for start of frame delimiter detection |
US20130114645A1 (en) | 2010-06-24 | 2013-05-09 | Stichting Imec Nederland | Method and Apparatus for Start of Frame Delimiter Detection |
US20120179644A1 (en) | 2010-07-09 | 2012-07-12 | Daniel Paul Miranker | Automatic Synthesis and Presentation of OLAP Cubes from Semantically Enriched Data Sources |
US20170075973A1 (en) | 2010-07-09 | 2017-03-16 | Daniel Paul Miranker | Automatic Synthesis and Presentation of OLAP Cubes from Semantically Enriched Data Sources |
US9495429B2 (en) | 2010-07-09 | 2016-11-15 | Daniel Paul Miranker | Automatic synthesis and presentation of OLAP cubes from semantically enriched data sources |
US20120036162A1 (en) | 2010-08-05 | 2012-02-09 | Sap Ag | Authorization check of database query through matching of access rule to access path in application systems |
US20190155852A1 (en) | 2010-10-22 | 2019-05-23 | Capsenta, Inc. | System for Accessing a Relational Database Using Semantic Queries |
US9396283B2 (en) | 2010-10-22 | 2016-07-19 | Daniel Paul Miranker | System for accessing a relational database using semantic queries |
US8719252B2 (en) | 2010-10-22 | 2014-05-06 | Daniel Paul Miranker | Accessing relational databases as resource description framework databases |
US10216860B2 (en) | 2010-10-22 | 2019-02-26 | Capsenta, Inc. | System for accessing a relational database using semantic queries |
US20150269223A1 (en) | 2010-10-22 | 2015-09-24 | Daniel Paul Miranker | System for Accessing a Relational Database Using Semantic Queries |
US20120102022A1 (en) | 2010-10-22 | 2012-04-26 | Daniel Paul Miranker | Accessing Relational Databases As Resource Description Framework Databases |
US20160275204A1 (en) | 2010-10-22 | 2016-09-22 | Daniel Paul Miranker | System for Accessing a Relational Database Using Semantic Queries |
WO2012054860A1 (en) | 2010-10-22 | 2012-04-26 | Daniel Paul Miranker | Accessing relational databases as resource description framework databases |
US20160322082A1 (en) | 2010-11-04 | 2016-11-03 | Digimarc Corporation | Smartphone-based methods and systems |
US8170981B1 (en) | 2010-12-08 | 2012-05-01 | Dassault Systemes Enovia Corporation | Computer method and system for combining OLTP database and OLAP database environments |
US20120254192A1 (en) | 2011-03-29 | 2012-10-04 | Roy Gelbard | Method and system for extended bitmap indexing |
US20120278902A1 (en) | 2011-04-27 | 2012-11-01 | Cambridge Semantics, Inc. | Incremental deployment of computer software program logic |
US9696981B2 (en) | 2011-04-27 | 2017-07-04 | Cambridge Semantics, Inc. | Incremental deployment of computer software program logic |
US20160321316A1 (en) | 2011-06-03 | 2016-11-03 | Gdial Inc. | Systems and methods for atomizing and individuating data as data quanta |
US20120330908A1 (en) | 2011-06-23 | 2012-12-27 | Geoffrey Stowe | System and method for investigating large amounts of data |
US8799240B2 (en) | 2011-06-23 | 2014-08-05 | Palantir Technologies, Inc. | System and method for investigating large amounts of data |
US8843502B2 (en) | 2011-06-24 | 2014-09-23 | Microsoft Corporation | Sorting a dataset of incrementally received data |
US20120330979A1 (en) | 2011-06-24 | 2012-12-27 | Microsoft Corporation | Sorting a dataset of incrementally received data |
US20130031364A1 (en) | 2011-07-19 | 2013-01-31 | Gerrity Daniel A | Fine-grained security in federated data sets |
US8943313B2 (en) | 2011-07-19 | 2015-01-27 | Elwha Llc | Fine-grained security in federated data sets |
US20130031208A1 (en) | 2011-07-28 | 2013-01-31 | School Improvement Network, Llc | Management and Provision of Interactive Content |
US20130110775A1 (en) | 2011-10-31 | 2013-05-02 | Hamish Forsythe | Method, process and system to atomically structure varied data and transform into context associated data |
US8892513B2 (en) | 2011-10-31 | 2014-11-18 | U9T Inc | Method, process and system to atomically structure varied data and transform into context associated data |
US20130138681A1 (en) | 2011-11-28 | 2013-05-30 | Computer Associates Think, Inc. | Method and system for metadata driven processing of federated data |
US20130156348A1 (en) | 2011-12-15 | 2013-06-20 | Michal Irani | Device, system, and method of visual inference by collaborative composition |
US9218365B2 (en) | 2011-12-15 | 2015-12-22 | Yeda Research And Development Co. Ltd. | Device, system, and method of visual inference by collaborative composition |
US9002860B1 (en) | 2012-02-06 | 2015-04-07 | Google Inc. | Associating summaries with pointers in persistent data structures |
EP2631819A1 (en) | 2012-02-23 | 2013-08-28 | Fujitsu Limited | Database controller, method, and system for storing encoded triples |
EP2631817A1 (en) | 2012-02-23 | 2013-08-28 | Fujitsu Limited | Database, apparatus, and method for storing encoded triples |
US20140067762A1 (en) | 2012-02-23 | 2014-03-06 | Fujitsu Limited | Database controller, method, and system for storing encoded triples |
JP2013175181A (en) | 2012-02-23 | 2013-09-05 | Fujitsu Ltd | Database, device, and method for storing encoded triple |
US20130238667A1 (en) | 2012-02-23 | 2013-09-12 | Fujitsu Limited | Database, apparatus, and method for storing encoded triples |
CN103425734A (en) | 2012-02-23 | 2013-12-04 | 富士通株式会社 | Database, apparatus, and method for storing encoded triples |
JP2013246828A (en) | 2012-02-23 | 2013-12-09 | Fujitsu Ltd | Database for storing encoded triple, control part, method and system |
US20130262443A1 (en) | 2012-03-30 | 2013-10-03 | Khalifa University of Science, Technology, and Research | Method and system for processing data queries |
CA2820994A1 (en) | 2012-07-12 | 2014-01-12 | Open Text S.A. | Systems and methods for in-place records management and content lifecycle management |
US20140019426A1 (en) | 2012-07-12 | 2014-01-16 | Open Text S.A. | Systems and methods for in-place records management and content lifecycle management |
US20180025027A1 (en) | 2012-07-12 | 2018-01-25 | Open Text Sa Ulc | Systems and methods for in-place records management and content lifecycle management |
US9798737B2 (en) | 2012-07-12 | 2017-10-24 | Open Text Sa Ulc | Systems and methods for in-place records management and content lifecycle management |
EP2685394A2 (en) | 2012-07-12 | 2014-01-15 | Open Text S.A. | Systems and methods for in-place records management and content lifecycle management |
US20150149879A1 (en) | 2012-09-07 | 2015-05-28 | Splunk Inc. | Advanced field extractor with multiple positive examples |
US20150234884A1 (en) | 2012-11-08 | 2015-08-20 | Sparkledb As | System and Method Involving Resource Description Framework Distributed Database Management System and/or Related Aspects |
US20150213109A1 (en) | 2013-01-15 | 2015-07-30 | Datorama Technologies, Ltd. | System and method for providing big data analytics on dynamically-changing data models |
US20140198097A1 (en) | 2013-01-16 | 2014-07-17 | Microsoft Corporation | Continuous and dynamic level of detail for efficient point cloud object rendering |
US9560026B1 (en) | 2013-01-22 | 2017-01-31 | Amazon Technologies, Inc. | Secure computer operations |
US9710568B2 (en) | 2013-01-29 | 2017-07-18 | Oracle International Corporation | Publishing RDF quads as relational views |
US20140214857A1 (en) | 2013-01-29 | 2014-07-31 | Oracle International Corporation | Publishing rdf quads as relational views |
US20150372915A1 (en) | 2013-01-31 | 2015-12-24 | Hewlett-Packard Development Company, L.P. | Incremental update of a shape graph |
US8583631B1 (en) | 2013-01-31 | 2013-11-12 | Splunk Inc. | Metadata tracking for a pipelined search language (data modeling for fields) |
US20140279640A1 (en) | 2013-03-14 | 2014-09-18 | Marcelo Martin Motta MORENO | Systems, methods and apparatuses for identifying person of interest |
US8996559B2 (en) | 2013-03-17 | 2015-03-31 | Alation, Inc. | Assisted query formation, validation, and result previewing in a database having a complex schema |
US20140280067A1 (en) | 2013-03-17 | 2014-09-18 | Venkatesh Ganti | Curated answers community automatically populated through user query monitoring |
US20140280286A1 (en) | 2013-03-17 | 2014-09-18 | Venkatesh Ganti | Assisted query formation, validation, and result previewing in a database having a complex schema |
US20140279845A1 (en) | 2013-03-17 | 2014-09-18 | Venkatesh Ganti | Editable and searchable markup pages automatically populated through user query monitoring |
US9244952B2 (en) | 2013-03-17 | 2016-01-26 | Alation, Inc. | Editable and searchable markup pages automatically populated through user query monitoring |
US20140280287A1 (en) | 2013-03-17 | 2014-09-18 | Venkatesh Ganti | Assisted query formation, validation, and result previewing in a database having a complex schema |
US8935272B2 (en) | 2013-03-17 | 2015-01-13 | Alation, Inc. | Curated answers community automatically populated through user query monitoring |
US8965915B2 (en) | 2013-03-17 | 2015-02-24 | Alation, Inc. | Assisted query formation, validation, and result previewing in a database having a complex schema |
US20140337331A1 (en) | 2013-05-07 | 2014-11-13 | International Business Machines Corporation | Methods and Systems for Discovery of Linkage Points Between Data Sources |
US20180040077A1 (en) | 2013-06-17 | 2018-02-08 | Rmark Bio, Inc. | Systems and Methods for Correlating Experimental Biological Datasets |
US20140372434A1 (en) | 2013-06-17 | 2014-12-18 | rMark Biogenics LLC | System and method for determining social connections based on experimental life sciences data |
US20150052134A1 (en) * | 2013-08-14 | 2015-02-19 | International Business Machines Corporation | Method and Apparatus for Storing Sparse Graph Data as Multi-Dimensional Cluster |
US20160188789A1 (en) * | 2013-08-15 | 2016-06-30 | Zymeworks Inc. | Systems and methods for in silico evaluation of polymers |
US20150052125A1 (en) | 2013-08-16 | 2015-02-19 | International Business Machines Corporation | Uniform search, navigation and combination of heterogeneous data |
US9607042B2 (en) | 2013-09-16 | 2017-03-28 | Mastercard International Incorporated | Systems and methods for optimizing database queries |
US20150081666A1 (en) | 2013-09-16 | 2015-03-19 | Mastercard International Incorporated | Systems and methods for optimizing database queries |
US20150095391A1 (en) | 2013-09-30 | 2015-04-02 | Mrugesh Gajjar | Determining a Product Vector for Performing Dynamic Time Warping |
US20190005104A1 (en) | 2013-10-22 | 2019-01-03 | Workday, Inc. | Systems and methods for interest-driven data visualization systems utilizing visualization image data and trellised visualizations |
US20150120643A1 (en) | 2013-10-30 | 2015-04-30 | International Business Machines Corporation | Triplestore replicator |
GB2519779A (en) | 2013-10-30 | 2015-05-06 | Ibm | Triplestore replicator |
US20150142829A1 (en) | 2013-11-18 | 2015-05-21 | Fujitsu Limited | System, apparatus, program and method for data aggregatione |
US20150186653A1 (en) | 2013-12-30 | 2015-07-02 | International Business Machines Corporation | Concealing sensitive patterns from linked data graphs |
US20170177729A1 (en) | 2014-03-28 | 2017-06-22 | British Telecommunications Public Limited Company | Search engine and link-based ranking algorithm for the semantic web |
US20150278335A1 (en) * | 2014-03-31 | 2015-10-01 | Kofax, Inc. | Scalable business process intelligence and predictive analytics for distributed architectures |
US20150339572A1 (en) * | 2014-05-23 | 2015-11-26 | DataRobot, Inc. | Systems and techniques for predictive data analytics |
US20150356144A1 (en) | 2014-06-09 | 2015-12-10 | Cognitive Scale, Inc. | Cognitive Media Content |
US9710526B2 (en) | 2014-06-25 | 2017-07-18 | Microsoft Technology Licensing, Llc | Data set preview technology |
US20150379079A1 (en) | 2014-06-26 | 2015-12-31 | Yahoo! Inc. | Personalizing Query Rewrites For Ad Matching |
US20170161323A1 (en) | 2014-06-30 | 2017-06-08 | Hewlett Packard Enterprise Development Lp | Automatic generation of sub-queries |
US20160055184A1 (en) | 2014-08-25 | 2016-02-25 | International Business Machines Corporation | Data virtualization across heterogeneous formats |
US20190057107A1 (en) | 2014-08-26 | 2019-02-21 | International Business Machines Corporation | Access control for unprotected data storage system endpoints |
US20160063017A1 (en) | 2014-08-26 | 2016-03-03 | International Business Machines Corporation | Access control for unprotected data storage system endpoints |
US9690792B2 (en) | 2014-08-26 | 2017-06-27 | International Business Machines Corporation | Access control for unprotected data storage system endpoints |
US20160063271A1 (en) | 2014-08-26 | 2016-03-03 | International Business Machines Corporation | Access control for unprotected data storage system endpoints |
US20160092475A1 (en) | 2014-09-26 | 2016-03-31 | Oracle International Corporation | Automated entity correlation and classification across heterogeneous datasets |
US20160092474A1 (en) | 2014-09-26 | 2016-03-31 | Oracle International Corporation | Declarative language and visualization system for recommended data transformations and repairs |
US20160092090A1 (en) | 2014-09-26 | 2016-03-31 | Oracle International Corporation | Dynamic visual profiling and visualization of high volume datasets and real-time smart sampling and statistical profiling of extremely large datasets |
US9720958B2 (en) | 2014-10-24 | 2017-08-01 | International Business Machines Corporation | User driven business data aggregation and cross mapping framework |
US20160117362A1 (en) | 2014-10-24 | 2016-04-28 | International Business Machines Corporation | User driven business data aggregation and cross mapping framework |
US20160117358A1 (en) * | 2014-10-27 | 2016-04-28 | Oracle International Corporation | Graph database system that dynamically compiles and executes custom graph analytic programs written in high-level, imperative programing language |
US10176234B2 (en) * | 2014-11-05 | 2019-01-08 | Ab Initio Technology Llc | Impact analysis |
US20160132572A1 (en) | 2014-11-11 | 2016-05-12 | Adobe Systems Incorporated | Collecting, organizing, and searching knowledge about a dataset |
US20160147837A1 (en) | 2014-11-21 | 2016-05-26 | Red Hat, Inc. | Multisource semantic partitioning |
US20160203196A1 (en) | 2015-01-13 | 2016-07-14 | 10X Genomics, Inc. | Systems and methods for visualizing structural variation and phasing information |
US20180032327A1 (en) | 2015-02-09 | 2018-02-01 | Eurotech Spa | System and method for the data management in the interaction between machines |
US20160232457A1 (en) | 2015-02-11 | 2016-08-11 | Skytree, Inc. | User Interface for Unified Data Science Platform Including Management of Models, Experiments, Data Sets, Projects, Actions and Features |
US20170236060A1 (en) | 2015-03-24 | 2017-08-17 | NetSuite Inc. | System and Method for Automated Detection of Incorrect Data |
US20160283551A1 (en) | 2015-03-24 | 2016-09-29 | International Business Machines Corporation | Systems and methods for query evaluation over distributed linked data stores |
US20160292206A1 (en) | 2015-03-31 | 2016-10-06 | Oracle International Corporation | Validating coherency between multiple data sets between database transfers |
US10546001B1 (en) | 2015-04-15 | 2020-01-28 | Arimo, LLC | Natural language queries based on user defined attributes |
US20160314143A1 (en) | 2015-04-25 | 2016-10-27 | Phillip Hiroshige | System for automatically tracking data through a plurality of data sources and plurality of conversions |
US20160358102A1 (en) * | 2015-06-05 | 2016-12-08 | Facebook, Inc. | Machine learning system flow authoring tool |
US20160358103A1 (en) * | 2015-06-05 | 2016-12-08 | Facebook, Inc. | Machine learning system flow processing |
US20160371288A1 (en) | 2015-06-16 | 2016-12-22 | Business Objects Software, Ltd. | Use of context-dependent statistics to suggest next steps while exploring a dataset |
US20160371355A1 (en) | 2015-06-19 | 2016-12-22 | Nuodb, Inc. | Techniques for resource description framework modeling within distributed database systems |
US20170017537A1 (en) | 2015-07-14 | 2017-01-19 | Sios Technology Corporation | Apparatus and method of leveraging semi-supervised machine learning principals to perform root cause analysis and derivation for remediation of issues in a computer environment |
US20170053130A1 (en) | 2015-08-19 | 2017-02-23 | Ims Health Incorporated | System and method for providing multi-layered access control |
US20180300494A1 (en) | 2015-10-14 | 2018-10-18 | Minereye Ltd. | Method of identifying and tracking sensitive data and system thereof |
US10673887B2 (en) | 2015-10-28 | 2020-06-02 | Qomplx, Inc. | System and method for cybersecurity analysis and score generation for insurance purposes |
US20190332606A1 (en) | 2015-10-30 | 2019-10-31 | Kim Seng Kee | A system and method for processing big data using electronic document and electronic file-based system that operates on RDBMS |
US20170132401A1 (en) | 2015-11-06 | 2017-05-11 | Sap Se | Data access rules in a database layer |
US20170220615A1 (en) | 2016-02-01 | 2017-08-03 | Microsoft Technology Licensing, Llc | Provide consumer oriented data service |
US20170228405A1 (en) | 2016-02-09 | 2017-08-10 | Moonshadow Mobile, Inc. | Systems and methods for storing, updating, searching, and filtering time-series datasets |
WO2017190153A1 (en) | 2016-04-29 | 2017-11-02 | Unifi Software | Automatic generation of structured data from semi-structured data |
US20170316070A1 (en) | 2016-04-29 | 2017-11-02 | Unifi Software | Automatic generation of structured data from semi-structured data |
US10769535B2 (en) | 2016-05-13 | 2020-09-08 | Cognitive Scale, Inc. | Ingestion pipeline for universal cognitive graph |
US20170357653A1 (en) | 2016-06-13 | 2017-12-14 | International Business Machines Corporation | Unsupervised method for enriching rdf data sources from denormalized data |
US20180210936A1 (en) | 2016-06-19 | 2018-07-26 | Data.World, Inc. | Interactive interfaces to present data arrangement overviews and summarized dataset attributes for collaborative datasets |
US20170364568A1 (en) | 2016-06-19 | 2017-12-21 | Data.World, Inc. | Interactive interfaces as computerized tools to present summarization data of dataset attributes for collaborative datasets |
US20170371881A1 (en) | 2016-06-19 | 2017-12-28 | Data.World, Inc. | Computerized tools to discover, form, and analyze dataset interrelations among a system of networked collaborative datasets |
US20170364694A1 (en) | 2016-06-19 | 2017-12-21 | Data.World, Inc. | Platform management of integrated access of public and privately-accessible datasets utilizing federated query generation and query schema rewriting optimization |
US20200252766A1 (en) | 2016-06-19 | 2020-08-06 | Data.World, Inc. | Computerized tool implementation of layered data files to discover, form, or analyze dataset interrelations of networked collaborative datasets |
US20180262864A1 (en) | 2016-06-19 | 2018-09-13 | Data World, Inc. | Computerized tool implementation of layered data files to discover, form, or analyze dataset interrelations of networked collaborative datasets |
US10102258B2 (en) | 2016-06-19 | 2018-10-16 | Data.World, Inc. | Collaborative dataset consolidation via distributed computer networks |
WO2017222927A1 (en) | 2016-06-19 | 2017-12-28 | Data.World, Inc. | Collaborative dataset consolidation via distributed computer networks |
US20180314705A1 (en) | 2016-06-19 | 2018-11-01 | Data.World, Inc. | Data ingestion to generate layered dataset interrelations to form a system of networked collaborative datasets |
US20170364553A1 (en) | 2016-06-19 | 2017-12-21 | data.world | Query generation for collaborative datasets |
US20170364538A1 (en) | 2016-06-19 | 2017-12-21 | data world | Loading collaborative datasets into data stores for queries via distributed computer networks |
US20190034491A1 (en) | 2016-06-19 | 2019-01-31 | Data World, Inc. | Aggregation of ancillary data associated with source data in a system of networked collaborative datasets |
US20190042606A1 (en) | 2016-06-19 | 2019-02-07 | Data.World, Inc. | Transmuting data associations among data arrangements to facilitate data operations in a system of networked collaborative datasets |
US20190050445A1 (en) | 2016-06-19 | 2019-02-14 | Data World, Inc. | Layered data generation and data remediation to facilitate formation of interrelated data in a system of networked collaborative datasets |
US20190050459A1 (en) | 2016-06-19 | 2019-02-14 | Data.World, Inc. | Localized link formation to perform implicitly federated queries using extended computerized query language syntax |
US20170364703A1 (en) | 2016-06-19 | 2017-12-21 | data.world | Management of collaborative datasets via distributed computer networks |
US20170364570A1 (en) | 2016-06-19 | 2017-12-21 | data world | Dataset analysis and dataset attribute inferencing to form collaborative datasets |
US20190065567A1 (en) | 2016-06-19 | 2019-02-28 | data. world, Inc. | Extended computerized query language syntax for analyzing multiple tabular data arrangements in data-driven collaborative projects |
US20190065569A1 (en) | 2016-06-19 | 2019-02-28 | Data.World, Inc. | Dynamic composite data dictionary to facilitate data operations via computerized tools configured to access collaborative datasets in a networked computing platform |
US20190066052A1 (en) | 2016-06-19 | 2019-02-28 | Data.World, Inc. | Computerized tools to facilitate data project development via data access layering logic in a networked computing platform including collaborative datasets |
US20190079968A1 (en) | 2016-06-19 | 2019-03-14 | Data.World, Inc. | Link-formative auxiliary queries applied at data ingestion to facilitate data operations in a system of networked collaborative datasets |
US20190121807A1 (en) | 2016-06-19 | 2019-04-25 | Data.World, Inc. | Computerized tools to develop and manage data-driven projects collaboratively via a networked computing platform and collaborative datasets |
US20170364569A1 (en) | 2016-06-19 | 2017-12-21 | data.world | Collaborative dataset consolidation via distributed computer networks |
US10324925B2 (en) | 2016-06-19 | 2019-06-18 | Data.World, Inc. | Query generation for collaborative datasets |
US10346429B2 (en) | 2016-06-19 | 2019-07-09 | Data.World, Inc. | Management of collaborative datasets via distributed computer networks |
US10353911B2 (en) | 2016-06-19 | 2019-07-16 | Data.World, Inc. | Computerized tools to discover, form, and analyze dataset interrelations among a system of networked collaborative datasets |
US20190266155A1 (en) | 2016-06-19 | 2019-08-29 | Data.World, Inc. | Collaborative dataset consolidation via distributed computer networks |
US20190272279A1 (en) | 2016-06-19 | 2019-09-05 | Data.World, Inc. | Dataset analysis and dataset attribute inferencing to form collaborative datasets |
US20200252767A1 (en) | 2016-06-19 | 2020-08-06 | Data.World, Inc. | Computerized tool implementation of layered data files to discover, form, or analyze dataset interrelations of networked collaborative datasets |
US10438013B2 (en) | 2016-06-19 | 2019-10-08 | Data.World, Inc. | Platform management of integrated access of public and privately-accessible datasets utilizing federated query generation and query schema rewriting optimization |
US20200218723A1 (en) | 2016-06-19 | 2020-07-09 | Data.World, Inc. | Platform management of integrated access of public and privately-accessible datasets utilizing federated query generation and query schema rewriting optimization |
US10452677B2 (en) | 2016-06-19 | 2019-10-22 | Data.World, Inc. | Dataset analysis and dataset attribute inferencing to form collaborative datasets |
US10452975B2 (en) | 2016-06-19 | 2019-10-22 | Data.World, Inc. | Platform management of integrated access of public and privately-accessible datasets utilizing federated query generation and query schema rewriting optimization |
US20170364564A1 (en) | 2016-06-19 | 2017-12-21 | data world | Consolidator platform to implement collaborative datasets via distributed computer networks |
US20190347244A1 (en) | 2016-06-19 | 2019-11-14 | Data.World, Inc. | Management of collaborative datasets via distributed computer networks |
US20200175012A1 (en) | 2016-06-19 | 2020-06-04 | data.world | Consolidator platform to implement collaborative datasets via distributed computer networks |
US20190347259A1 (en) | 2016-06-19 | 2019-11-14 | Data.World, Inc. | Query generation for collaborative datasets |
US20190347258A1 (en) | 2016-06-19 | 2019-11-14 | data.world, Inc | Query generation for collaborative datasets |
US20200175013A1 (en) | 2016-06-19 | 2020-06-04 | Bryon Kristen Jacob | Consolidator platform to implement collaborative datasets via distributed computer networks |
US20190370481A1 (en) | 2016-06-19 | 2019-12-05 | Data.World, Inc. | Platform management of integrated access of public and privately-accessible datasets utilizing federated query generation and query schema rewriting optimization |
US20190370266A1 (en) | 2016-06-19 | 2019-12-05 | Data.World, Inc. | Dataset analysis and dataset attribute inferencing to form collaborative datasets |
US20190370230A1 (en) | 2016-06-19 | 2019-12-05 | Data.World, Inc. | Management of collaborative datasets via distributed computer networks |
US20190370262A1 (en) | 2016-06-19 | 2019-12-05 | Data.World, Inc. | Computerized tools to discover, form, and analyze dataset interrelations among a system of networked collaborative datasets |
US20170364539A1 (en) | 2016-06-19 | 2017-12-21 | Data.World, Inc. | Platform management of integrated access of public and privately-accessible datasets utilizing federated query generation and query schema rewriting optimization |
US20200074298A1 (en) | 2016-06-19 | 2020-03-05 | Data.World, Inc. | Platform management of integrated access of public and privately-accessible datasets utilizing federated query generation and query schema rewriting optimization |
US20200073865A1 (en) | 2016-06-19 | 2020-03-05 | Data.World, Inc. | Collaborative dataset consolidation via distributed computer networks |
US10645548B2 (en) | 2016-06-19 | 2020-05-05 | Data.World, Inc. | Computerized tool implementation of layered data files to discover, form, or analyze dataset interrelations of networked collaborative datasets |
US20200117665A1 (en) | 2016-06-19 | 2020-04-16 | Data.World, Inc. | Platform management of integrated access of public and privately-accessible datasets utilizing federated query generation and query schema rewriting optimization |
US20180025307A1 (en) | 2016-07-20 | 2018-01-25 | International Business Machines Corporation | System and method to automate provenance-aware application execution |
WO2018156551A1 (en) | 2017-02-22 | 2018-08-30 | Data.World, Inc. | Platform management of integrated access datasets utilizing federated query generation and schema rewriting optimization |
US20190347268A1 (en) | 2017-03-09 | 2019-11-14 | Data.World, Inc. | Matching subsets of tabular data arrangements to subsets of graphical data arrangements at ingestion into data driven collaborative datasets |
US20190317961A1 (en) | 2017-03-09 | 2019-10-17 | Data.World, Inc. | Computerized tools configured to determine subsets of graph data arrangements for linking relevant data to enrich datasets associated with a data-driven collaborative dataset platform |
WO2018164971A1 (en) | 2017-03-09 | 2018-09-13 | Data.World, Inc. | Computerized tools to discover, form, and analyze dataset interrelations among a system of networked collaborative datasets |
US20190347347A1 (en) | 2018-03-20 | 2019-11-14 | Data.World, Inc. | Predictive determination of constraint data for application with linked data in graph-based datasets associated with a data-driven collaborative dataset platform |
US20190295296A1 (en) | 2018-03-26 | 2019-09-26 | Two Six Labs, LLC | Gragnostics rendering |
US20200117688A1 (en) | 2018-06-07 | 2020-04-16 | Data.World, Inc. | Method and system for editing and maintaining a graph schema |
US20200097504A1 (en) | 2018-06-07 | 2020-03-26 | Data.World, Inc. | Method and system for editing and maintaining a graph schema |
Non-Patent Citations (158)
Title |
---|
"Data.World Comes Out of Stealth to Make Open Data Easier." Americaninno.com, AustinInno, Jul. 11, 2016, www.americaninno.com/austin/open-data-tech-brett-hurts-startup-data-world-launches/. |
Alaoui et al., "SQL to SPARQL Mapping for RDF querying based on a new Efficient Schema Conversion Technique," International Journal of Engineering Research & Technology (IJERT); ISSN: 2278-0181; vol. 4 Issue 10, Oct. 1, 2015, Retrieved from internet: ,,https://www.ijert.org/research/sql-to-sparql-mapping-for-rdf-querying-based-on-a-new-efficient-schema-conversion-technique-IJERTV4IS1--1-5.pdf>> Retrieved on Oct. 6, 2020. |
Angles, R., Gutierrez. C., "The Expressive Power of SPARQL," Proceedings of the 7th International Semantic Web Conference (ISWC2008). 2008. |
Arenas, M., et al., "A Direct Mapping of Relational Data to RDF," W3C Recommendation, Sep. 27, 2012, Retrieved from the Internet [retrieved Mar. 7, 2019]. |
Beckett, D., Berners-Lee, T., "Turtle—Terse RDF Triple Language," W3C Team Submission, Jan. 14, 2008, Retrieved from the Internet [retrieved Mar. 7, 2019]. |
Beckett, D., Broekstra, J., "SPARQL Query Results XML Format," W3C Recommendation, Jan. 15, 2008, Retrieved from the Internet [retrieved Mar. 7, 2019]. |
Beckett, Dave, "RDF/XML Syntax Specification (Revised)," W3C Recommendation, Feb. 10, 2004, Retrieved from the Internet [retrieved Mar. 7, 2019]. |
Berners-Lee, Tim, "Linked Data," 2009, Retrieved from the Internet [retrieved on Mar. 7, 2019]. |
Berners-Lee, Tim, "Notation 3," 2006, Retrieved from the Internet [retrieved on Mar. 7, 2019]. |
Boutros et al., "Computerized Tools to Develop and Manage Data-Driven Projects Collaboratively Via a Networked Computing Platform and Collaborative Datasets," U.S. Appl. No. 15/985,702, filed May 22, 2018. |
Boutros et al., "Computerized Tools to Facilitate Data Project Development Via Data Access Layering Logic in a Networked Computing Platform Including Collaborative Datasets," U.S. Appl. No. 15/985,704, filed May 22, 2018. |
Boutros et al., "Dynamic Composite Data Dictionary to Facilitate Data Operations Via Computerized Tools Configured to Access Collaborative Datasets in a Networked Computing Platform," U.S. Appl. No. 15/985,705, filed May 22, 2018. |
Boutros et al., "Graphical User Interface for a Display Screen or Portion Thereof," U.S. Appl. No. 29/648,465, filed May 22, 2018. |
Boutros et al., "Graphical User Interface for a Display Screen or Portion Thereof," U.S. Appl. No. 29/648,466, filed May 22, 2018. |
Boutros et al., "Graphical User Interface for a Display Screen or Portion Thereof," U.S. Appl. No. 29/648,467, filed May 22, 2018. |
Brener et al., "Computerized Tools Configured to Determine Subsets of Graph Data Arrangements for Linking Relevant Data to Enrich Datasets Associated With a Data-Driven Collaborative Dataset Platform," U.S. Appl. No. 16/395,036, filed Apr. 25, 2019. |
Brickley, D., Guha, R.V., "RDF Vocabulary Description Language 1.0: RDF Schema," W3C Recommendation, Feb. 10, 2004, Retrieved from the Internet [retrieved Mar. 7, 2019]. |
Buche et al., "Flexible SPARQL Querying of Web Data Tables Driven by an Ontology," FQAS 2009, LNAI 5822, Springer, 2009, pp. 345-357. |
Bullock, Joshua, Final Office Action dated Jan. 22, 2019 for U.S. Appl. No. 15/439,908. |
Bullock, Joshua, Final Office Action dated Jan. 22, 2019 for U.S. Appl. No. 15/439,911. |
Bullock, Joshua, Final Office Action dated Oct. 30, 2018 for U.S. Appl. No. 15/186,517. |
Bullock, Joshua, Non-Final Office Action dated Jul. 12, 2018 for U.S. Appl. No. 15/186,517. |
Bullock, Joshua, Non-Final Office Action dated Jun. 28, 2018 for U.S. Appl. No. 15/439,908. |
Bullock, Joshua, Non-Final Office Action dated Jun. 28, 2018 for U.S. Appl. No. 15/439,911. |
Clark, K., Feigenbaum, L., Torres, E., "SPARQL Protocol for RDF," W3C Recommendation, Jan. 15, 2008, Retrieved from the Internet [retrieved Mar. 7, 2019]. |
Copenheaver, Blaine R., Notification of Transmittal of the International Search Report and the Written Opinion of the International Searching Authority, or the Declaration dated Jul. 5, 2017 for International Patent Application No. PCT/US2017/030474. |
Czajkowski, K., et al., "Grid Information Services for Distributed Resource Sharing," 10th IEEE International Symposium on High Performance Distributed Computing, pp. 181-184. IEEE Press, New York (2001). |
Dean, M., Schreiber, G., "OWL Web Ontology Language Reference," W3C Recommendation, Feb. 10, 2004, Retrieved from the Internet [retrieved Mar. 7, 2019]. |
Dwivedi, Mahesh H., Non-Final Office Action dated Jan. 30, 2020 for U.S. Appl. No. 15/454,955. |
Ellis, Matthew J., Non-Final Office Action dated Sep. 25, 2020 for U.S. Appl. No. 16/139,374. |
European Patent Office, Extended European Search Report for European Patent Application No. 18757122.9 dated Oct. 15, 2020. |
European Patent Office, Extended European Search Report for European Patent Application No. 18763855.6 dated Sep. 28, 2020. |
Feigenbaum, L., et al., "Semantic Web in Action," Scientific American, pp. 90-97, Dec. 2007. |
Fernandez, J., et al., "Lightweighting the Web of Data through Compact RDF/HDT," Lozano J.A., Moreno J.A. (eds) Advances in Artificial Intelligence. CAEPIA 2011. Lecture Notes in Computer Science, vol. 7023. Springer, Berlin, Hidelberg. |
Foster, I. Kesselman, C., Nick, J., Tuecke, S., "The Physiology of the Grid: An Open Grid Services Architecture for Distributed Systems Integration," Technical Report, Global Grid Forum (2002). |
Foster, I., Kesselman, C., "The Grid: Blueprint for a New Computing Infrastructure," Morgan Kaufmann, San Francisco (1999). |
Ganti et al., U.S. Appl. No. 14/058,184, filed Oct. 18, 2013 and entitled, "Assisted Query Formation, Validation, and Result Previewing in a Database Having a Complex Schema." |
Ganti et al., U.S. Appl. No. 14/058,189, filed Oct. 18, 2013 and entitled, "Assisted Query Formation, Validation, and Result Previewing in a Database Having a Complex Schema." |
Ganti et al., U.S. Appl. No. 14/058,206, filed Oct. 18, 2013 and entitled, "Curated Answers Community Automatically Populated Through User Query Monitoring." |
Ganti et al., U.S. Appl. No. 14/058,208, filed Oct. 18, 2013 and entitled, "Editable and Searchable Markup Pages Automatically Populated Through User Query Monitoring." |
Ganti et al., U.S. Appl. No. 61/802,716, filed Mar. 17, 2013 and entitled, "Data Profile Driven Query Builder." |
Ganti et al., U.S. Appl. No. 61/802,742, filed Mar. 18, 2013 and entitled, "Developing a Social Data Catalog by Crowd-Sourcing." |
Ganti et al., U.S. Appl. No. 61/802,743, filed Mar. 18, 2013 and entitled, "Creating a Data Catalog by Mining Queries." |
Ganti et al., U.S. Appl. No. 61/802,744, filed Mar. 18, 2013 and entitled, "Auto-Completion of Queries With Data Object Names and Data Profiles." |
Garcia-Molina, H., Ullman, J., Widom, J., Database Systems: The Complete Book. Editorial Pearson Prentice Hall. Second Edition. |
Gawinecki, Maciej, "How schema mapping can help in data integration?—integrating the relational databases with ontologies," ITC School, Computer Science, XXIII Cycle DII, University of Modena and Reggio Emilia, Italy, 2008. |
Gillin, Paul, "Neo4j Connector Integrates Graph Data With Business Intelligence Tools," SiliconANGLE, Published Mar. 24, 2020, Retrieved from on Mar. 25, 2020. |
Girma, Anteneh B., Final Office Action for U.S. Appl. No. 13/278,907, dated Apr. 18, 2013. |
Girma, Anteneh B., Non-Final Office Action for U.S. Appl. No. 13/278,907, dated Jul. 25, 2012. |
Grant, J., Beckett, D., "RDF Test Cases," W3C Recommendation, Feb. 10, 2004, Retrieved from the Internet [retrieved Mar. 7, 2019]. |
Griffith et al., "Aggregation of Ancillary Data Associated With Source Data in a System of Networked Collaborative Datasets," U.S. Appl. No. 15/927,006, filed Mar. 20, 2018. |
Griffith et al., "Data Ingestion to Generate Layered Dataset Interrelations to Form a System of Networked Collaborative Datasets," U.S. Appl. No. 15/926,999, filed Mar. 20, 2018. |
Griffith et al., "Extended Computerized Query Language Syntax for Analyzing Multiple Tabular Data Arrangements in Data-Driven Collaborative Projects," U.S. Appl. No. 16/036,834, filed Jul. 16, 2018. |
Griffith et al., "Layered Data Generation and Data Remediation to Facilitate Formation of Interrelated Data in a System of Networked Collaborative Datasets," U.S. Appl. No. 15/927,004, filed Mar. 20, 2018. |
Griffith et al., "Link-Formative Auxiliary Queries Applied at Data Ingestion to Facilitate Data Operations in a System of Networked Collaborative Datasets," U.S. Appl. No. 15/943,633, filed Apr. 2, 2018. |
Griffith et al., "Localized Link Formation to Perform Implicitly Federated Queries Using Extended Computerized Query Language Syntax," U.S. Appl. No. 16/036,836, filed Jul. 16, 2018. |
Griffith et al., "Transmuting Data Associations Among Data Arrangements to Facilitate Data Operations in a System of Networked Collaborative Datasets," U.S. Appl. No. 15/943,629, filed Apr. 2, 2018. |
Griffith, David Lee, "Matching Subsets of Tabular Data Arrangements to Subsets of Graphical Data Arrangements at Ingestion Into Data Driven Collaborative Datasets," U.S. Appl. No. 16/137,292, filed Sep. 20, 2018. |
Griffith, David Lee, "Predictive Determination of Constraint Data for Application With Linked Data in Graph-Based Datasets Associated With a Data-Driven Collaborative Dataset Platform," U.S. Appl. No. 16/139,374, filed Sep. 24, 2018. |
Haveliwala et al., "Evaluating Strategies for Similarity Search on the Web," Proceedings of the 11th international conference on World Wide Web, May 7-11, 2002, Honolulu, Hawaii, USA (ACM), p. 432-442. |
Hayes, Patrick, "RDF Semantics," W3C Recommendation, Feb. 10, 2004, Retrieved from the Internet [retrieved Mar. 7, 2019]. |
Heflin, J., "OWL Web Ontology Language Use Cases and Requirements," W3C Recommendation, Feb. 10, 2004, Retrieved from the Internet [retrieved Mar. 7, 2019]. |
Hoang, Hau Hai, Final Office Action dated Jul. 30, 2019 for U.S. Appl. No. 15/186,515. |
Hoang, Hau Hai, Final Office Action dated Nov. 26, 2018 for U.S. Appl. No. 15/186,515. |
Hoang, Hau Hai, Non-Final Office Action dated Apr. 16, 2019 for U.S. Appl. No. 15/186,515. |
Hoang, Hau Hai, Non-Final Office Action dated May 3, 2018 for U.S. Appl. No. 15/186,515. |
Htay, Lin Lin M., Non-Final Office Action dated Sep. 14, 2018 for U.S. Appl. No. 15/186,516. |
Htay, Lin Lin M., Notice of Allowance and Fee(s) Due and Notice of Allowability for U.S. Appl. No. 15/186,516, dated Jan. 25, 2019. |
Hu, Xiaoqin, Final Office Action dated Apr. 5, 2019 for U.S. Appl. No. 15/454,969. |
Hu, Xiaoqin, Final Office Action dated Apr. 5, 2019 for U.S. Appl. No. 15/454,981. |
Hu, Xiaoqin, Final Office Action dated Oct. 31, 2019 for U.S. Appl. No. 15/454,969. |
Hu, Xiaoqin, Final Office Action dated Sep. 24, 2019 for U.S. Appl. No. 15/454,981. |
Hu, Xiaoqin, Non-Final Office Action dated Aug. 1, 2019 for U.S. Appl. No. 15/454,981. |
Hu, Xiaoqin, Non-Final Office Action dated Jul. 26, 2019 for U.S. Appl. No. 15/454,969. |
Hu, Xiaoqin, Non-Final Office Action for U.S. Appl. No. 15/454,969 dated Dec. 7, 2018. |
Hu, Xiaoqin, Non-Final Office Action for U.S. Appl. No. 15/454,981 dated Dec. 12, 2018. |
J. Perez, M. Arenas, C. Gutierrez, "Semantics and Complexity of SPARQL," ACM Transactions on Database Systems (TODS), Vo. 34, No. 3, Article 16, Publication Date: Aug. 2009. |
Jacob et al., "Collaborative Dataset Consolidation Via Distributed Computer Networks," U.S. Appl. No. 16/120,057, filed Aug. 31, 2018. |
Jacob et al., "Collaborative Dataset Consolidation Via Distributed Computer Networks," U.S. Appl. No. 16/287,967, filed Feb. 27, 2019. |
Jacob et al., "Dataset Analysis and Dataset Attribute Inferencing to Form Collaborative Datasets," U.S. Appl. No. 16/271,263, filed Feb. 8, 2019. |
Jacob et al., "Dataset Analysis and Dataset Attribute Inferencing to Form Collaborative Datasets," U.S. Appl. No. 16/292,120, filed Mar. 4, 2019. |
Jacob et al., "Management of Collaborative Datasets Via Distributed Computer Networks," U.S. Appl. No. 16/271,687, filed Feb. 8, 2019. |
Jacob et al., "Management of Collaborative Datasets Via Distributed Computer Networks," U.S. Appl. No. 16/292,135, filed Mar. 4, 2019. |
Jacob et al., "Platform Management of Integrated Access of Public and Privately-Accessible Datasets Utilizing Federated Query Generation and Schema Rewriting Optimization," International Patent Application No. PCT/US2018/018906 filed Feb. 21, 2018. |
Jacob et al., "Query Generation for Collaborative Datasets," U.S. Appl. No. 16/395,043, filed Apr. 25, 2019. |
Jacob et al., "Query Generation for Collaborative Datasets," U.S. Appl. No. 16/395,049, filed Apr. 25, 2019. |
Joshi, Amit Krishna et al., "Alignment-based Querying of Linked Open Data," Lecture Notes in Computer Science, 7566, 807-824, 2012. |
Kahn, Yasar et al., "SAFE: Policy Aware SPARQL Query Federation Over RDF Data Cubes," Proceedings of the 7th International Workshop on Semantic Web Applications and Tools for Life Sciences, Berlin, Germany, Dec. 9-11, 2014. |
Khong, Alexander, Non-Final Office Action for U.S. Appl. No. 15/165,775, dated Jun. 14, 2018. |
Klyne, G., Carroll, J., "Resource Description Framework (RDF): Concepts and Abstract Syntax," W3C Recommendation, Feb. 10, 2004, Retrieved from the Internet [retrieved Mar. 7, 2019]. |
Krishnan et al., U.S. Appl. No. 15/583,966, filed May 1, 2017 and titled "Automatic Generation of Structured Data from Semi-Structured Data." |
Langedgger, Andreas, "XL Wrap—Spreadsheet-to-RDF Wrapper," 2009, Retrieved from the Internet [retrieved Mar. 7, 2019]. |
Lee, Mark B., Non-Final Office Action for U.S. Appl. No. 13/180,444 dated Jul. 2, 2012. |
Lenz, H.J., Shoshani, A., "Summarizability in OLAP and Statistical Data Bases," Proceedings of the Ninth International Conference on Scientific and Statistical Database Management, 1997. |
Manola, F., Miller, E., "RDF Primer," W3C Recommendation, Feb. 10, 2004, Retrieved from the Internet [retrieved Mar. 7, 2019]. |
Martin et al., U.S. Appl. No. 13/457,925, filed Apr. 27, 2012 and titled "Incremental Deployment of Computer Software Program Logic." |
Martin et al., U.S. Appl. No. 61/479,621, filed Apr. 27, 2011 and titled "Incremental Deployment of Computer Software Program Logic." |
May, P., Ehrlich, H.C., Steinke, T., "ZIB Structure Prediction Pipeline: Composing a Complex Biological Workflow through Web Services," In: Nagel, W.E., Walter, W.V., Lehner, W. (eds.) Euro-Par 2006. LNCS, vol. 4128, pp. 1148-1158. Springer, Heidelberg (2006). |
McGuiness, D., Van Harmelen, F., "OWL Web Ontology Language Overview," W3C Recommendation, Feb. 10, 2004, Retrieved from the Internet [retrieved Mar. 7, 2019]. |
Miranker, Daniel Paul, "Accessing Relational Databases as Resource Description Framework Databases," U.S. Appl. No. 61/406,021, filed Oct. 22, 2010. |
Miranker, Daniel Paul, "Automatic Synthesis and Presentation of OLAP Cubes from Semantically Enriched Data Sources," U.S. Appl. No. 61/362,781, filed Jul. 9, 2010. |
National Center for Biotechnology Information, Website, Retrieved from the Internet [retrieved Mar. 7, 2019]. |
Nguyen, Kim T., Non-Final Office Action dated Jun. 14, 2018 for U.S. Appl. No. 15/186,514. |
Nguyen, Kim T., Non-Final Office Action dated Mar. 20, 2019 for U.S. Appl. No. 15/454,923. |
Nguyen, Kim T., Non-Final Office Action dated Nov. 24, 2020 for U.S. Appl. No. 16/036,834. |
Nguyen, Kim T., Non-Final Office Action dated Nov. 24, 2020 for U.S. Appl. No. 16/036,836. |
Nguyen, Kim T., Non-Final Office Action dated Nov. 27, 2020 for U.S. Appl. No. 15/985,705. |
Nguyen, Kim T., Non-Final Office Action dated Oct. 14, 2020 for U.S. Appl. No. 15/943,629. |
Nguyen, Kim T., Non-Final Office Action dated Oct. 14, 2020 for U.S. Appl. No. 15/943,633. |
Nguyen, Kim T., Non-Final Office Action dated Oct. 27, 2020 for U.S. Appl. No. 15/985,702. |
Nguyen, Kim T., Non-Final Office Action dated Oct. 5, 2020 for U.S. Appl. No. 15/927,004. |
Nguyen, Kim T., Non-Final Office Action dated Oct. 5, 2020 for U.S. Appl. No. 15/927,006. |
Nguyen, Kim T., Non-Final Office Action dated Sep. 21, 2020 for U.S. Appl. No. 15/926,999. |
Nguyen, Kim T., Notice of Allowance and Fee(s) Due, dated May 15, 2019 for U.S. Appl. No. 15/454,923. |
Niinimaki et al., "An ETL Process for OLAP Using RDF/OWL Ontologies," Journal on Data Semantics XIII, LNCS 5530, Springer, pp. 97-119, Aug. 12, 2009. |
Pandit et al., "Using Ontology Design Patterns to Define SHACL Shapes," CEUR Workshop Proceedings, Proceedings of the 9th Workshop on Ontology Design and Patterns (WOP 2018), Monterey, USA, Oct. 9, 2018. |
Parashar et al., U.S. Appl. No. 62/329,982, filed Apr. 29, 2016 and titled "Automatic Parsing of Semi-Structured Data and Identification of Missing Delimiters." |
Patel-Schneider, P., Hayes, P., Horrocks, I., "OWL Web Ontology Language Semantics and Abstract Syntax," W3C Recommendation, Feb. 10, 2004, Retrieved from the Internet [retrieved Mar. 7, 2019]. |
Perez, J., Arenas, M., Gutierrez, C., "Semantics and Complexity of SPARQL," In Proceedings of the International Semantic Web Conference (ISWC2006). 2006. |
Prud'hommeaux, E., Seaborne, A., "SPARQL Query Language for RDF," W3C Recommendation, Jan. 15, 2008, Retrieved from the Internet [retrieved Mar. 7, 2019]. |
Raab, Christopher J., Non-Final Office Action dated Jul. 24, 2020 for U.S. Appl. No. 16/271,687. |
Raab, Christopher J., Non-Final Office Action dated Jun. 28, 2018 for U.S. Appl. No. 15/186,520. |
Raab, Christopher J., Non-Final Office Action dated Oct. 16, 2020 for U.S. Appl. No. 16/287,967. |
Raab, Christopher J., Notice of Allowance and Fee(s) Due and Notice of Allowability for U.S. Appl. No. 15/186,520, dated Jan. 2, 2019. |
Rachapalli et al., "RETRO: A Framework for Semantics Preserving SQL-to-SPARQL Translation," The University of Texas at Dallas; Sep. 18, 2011, XP055737294, Retrieved from internet: <> Retrieved on Oct. 6, 2020. |
RDB2RDF Working Group Charter, Sep. 2009, Retrieved from the Internet [retrieved Mar. 7, 2019]. |
Reynolds et al., "Computerized Tool Implementation of Layered Data Files to Discover, Form, or Analyze Dataset Interrelations of Networked Collaborative Datasets," U.S. Appl. No. 15/454,981, filed Mar. 9, 2017. |
Reynolds et al., "Computerized Tools to Discover, Form, and Analyze Dataset Interrelations Among a System of Networked Collaborative Datasets," International Patent Application No. PCT/US2018/020812 filed Mar. 3, 2018. |
Reynolds et al., "Interactive Interfaces to Present Data Arrangement Overviews and Summarized Dataset Attributes for Collaborative Datasets," U.S. Appl. No. 15/454,969, filed Mar. 9, 2017. |
Sahoo, S., et al., "A Survey of Current Approaches for Mapping of Relational Databases to RDF," W3C RDB2RDF XG Report, Incubator Group, Published Jan. 8, 2009. |
Sequeda, J., Depena, R., Miranker. D., "Ultrawrap: Using SQL Views for RDB2RDF," Poster in the 8th International Semantic Web Conference (ISWC2009), Washington DC, US, 2009. |
Sequeda, J., et al., "Direct Mapping SQL Databases to the Semantic Web," Technical Report 09-04. The University of Texas at Austin, Department of Computer Sciences. 2009. |
Sequeda, J., et al., "Ultrawrap: SPARQL Execution on Relational Data," Technical Report. The University of Texas at Austin, Department of Computer Sciences. 2012. |
Sequeda, J., Tirmizi, S., Miranker, D., "SQL Databases are a Moving Target," Position Paper for W3C Workshop on RDF Access to Relational Databases, Cambridge, MA, USA, 2007. |
Skevakis, Giannis et al., Metadata management, interoperability and Linked Data publishing support for Natural History Museums, Int J Digit Libr (2014), published online: Apr. 11, 2014; Springer-Verlag Berlin Heidelberg. |
Smith, M., Welty, C., McGuiness, D., "OWL Web Ontology Language Guide," W3C Recommendation, Feb. 10, 2004, Retrieved from the Internet [retrieved Mar. 7, 2019]. |
Smith, T.F., Waterman, M.S., "Identification of Common Molecular Subsequences," J. Mol. Biol. 147, 195-197 (1981). |
Tirmizi, S., Sequeda, J., Miranker, D., "Translating SQL Applications to the Semantic Web," In Proceedings of the 19th International Databases and Expert Systems Application Conference (DEXA2008). Turin, Italy. 2008. |
U.S. Appl. No. 16/251,408, filed Jan. 18, 2019. |
Uddin, MD I., Non-Final Office Action dated Oct. 6, 2020 for U.S. Appl. No. 16/404,113. |
Ultrawrap Mapper, U.S. Appl. No. 62/169,268, filed Jun. 1, 2015 (Expired). |
Vy, Hung T., Final Office Action for U.S. Appl. No. 13/180,444 dated Dec. 3, 2014. |
Vy, Hung T., Final Office Action for U.S. Appl. No. 13/180,444 dated Dec. 9, 2015. |
Vy, Hung T., Final Office Action for U.S. Appl. No. 13/180,444 dated Feb. 22, 2013. |
Vy, Hung T., Non-Final Office Action for U.S. Appl. No. 13/180,444 dated Jun. 18, 2015. |
Vy, Hung T., Non-Final Office Action for U.S. Appl. No. 13/180,444 dated Mar. 26, 2014. |
Vy, Hung T., Non-Final Office Action for U.S. Appl. No. 15/273,930 dated Dec. 20, 2017. |
Woo, Isaac M., Non-Final Office Action dated May 5, 2020 for U.S. Appl. No. 16/137,292. |
Yen, Syling, Final Office Action dated Apr. 10, 2019 for U.S. Appl. No. 15/186,519. |
Yen, Syling, Final Office Action dated Oct. 25, 2019 for U.S. Appl. No. 15/186,519. |
Yen, Syling, Non-Final Office Action dated Feb. 8, 2019 for U.S. Appl. No. 15/186,519. |
Yen, Syling, Non-Final Office Action dated Sep. 12, 2019 for U.S. Appl. No. 15/186,519. |
Yotova, Polina, Supplementary European Search Report and Examiner Search Opinion for European Patent Application No. 17815970.3, dated Feb. 21, 2020. |
Young, Lee W., International Searching Authority, Notification of Transmittal of the International Search Report and the Written Opinion of the International Searching Authority, or the Declaration for International Patent Application No. PCT/US2017/037846, dated Nov. 9, 2017. |
Young, Lee W., International Searching Authority, Notification of Transmittal of the International Search Report and the Written Opinion of the International Searching Authority, or the Declaration for International Patent Application No. PCT/US2018/020812, dated Aug. 8, 2018. |
Young, Lee W., Invitation to Pay Additional Fees and, Where Applicable, Protest Fee, Mailed Jun. 14, 2018 for International Application No. PCT/US2018/020812. |
Young, Lee W., Notification of Transmittal of the International Search Report and the Written Opinion of the International Searching Authority, or the Declaration dated May 29, 2018 for International Patent Application No. PCT/US2018/018906. |
Young, Lee W., Notification of Transmittal of the International Search Report and the Written Opinion of the International Searching Authority, or the Declaration for International Application No. PCT/US2011/057334, dated Mar. 22, 2012. |
Cited By (29)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US11409802B2 (en) | 2010-10-22 | 2022-08-09 | Data.World, Inc. | System for accessing a relational database using semantic queries |
US11734564B2 (en) | 2016-06-19 | 2023-08-22 | Data.World, Inc. | Platform management of integrated access of public and privately-accessible datasets utilizing federated query generation and query schema rewriting optimization |
US11210313B2 (en) | 2016-06-19 | 2021-12-28 | Data.World, Inc. | Computerized tools to discover, form, and analyze dataset interrelations among a system of networked collaborative datasets |
US12061617B2 (en) | 2016-06-19 | 2024-08-13 | Data.World, Inc. | Consolidator platform to implement collaborative datasets via distributed computer networks |
US11327996B2 (en) | 2016-06-19 | 2022-05-10 | Data.World, Inc. | Interactive interfaces to present data arrangement overviews and summarized dataset attributes for collaborative datasets |
US11755602B2 (en) | 2016-06-19 | 2023-09-12 | Data.World, Inc. | Correlating parallelized data from disparate data sources to aggregate graph data portions to predictively identify entity data |
US11373094B2 (en) | 2016-06-19 | 2022-06-28 | Data.World, Inc. | Platform management of integrated access of public and privately-accessible datasets utilizing federated query generation and query schema rewriting optimization |
US11386218B2 (en) | 2016-06-19 | 2022-07-12 | Data.World, Inc. | Platform management of integrated access of public and privately-accessible datasets utilizing federated query generation and query schema rewriting optimization |
US11816118B2 (en) | 2016-06-19 | 2023-11-14 | Data.World, Inc. | Collaborative dataset consolidation via distributed computer networks |
US11947554B2 (en) | 2016-06-19 | 2024-04-02 | Data.World, Inc. | Loading collaborative datasets into data stores for queries via distributed computer networks |
US11468049B2 (en) | 2016-06-19 | 2022-10-11 | Data.World, Inc. | Data ingestion to generate layered dataset interrelations to form a system of networked collaborative datasets |
US11941140B2 (en) | 2016-06-19 | 2024-03-26 | Data.World, Inc. | Platform management of integrated access of public and privately-accessible datasets utilizing federated query generation and query schema rewriting optimization |
US11675808B2 (en) | 2016-06-19 | 2023-06-13 | Data.World, Inc. | Dataset analysis and dataset attribute inferencing to form collaborative datasets |
US11928596B2 (en) | 2016-06-19 | 2024-03-12 | Data.World, Inc. | Platform management of integrated access of public and privately-accessible datasets utilizing federated query generation and query schema rewriting optimization |
US11726992B2 (en) | 2016-06-19 | 2023-08-15 | Data.World, Inc. | Query generation for collaborative datasets |
US11334625B2 (en) | 2016-06-19 | 2022-05-17 | Data.World, Inc. | Loading collaborative datasets into data stores for queries via distributed computer networks |
US12008050B2 (en) | 2017-03-09 | 2024-06-11 | Data.World, Inc. | Computerized tools configured to determine subsets of graph data arrangements for linking relevant data to enrich datasets associated with a data-driven collaborative dataset platform |
US12292870B2 (en) | 2017-03-09 | 2025-05-06 | Data.World, Inc. | Determining a degree of similarity of a subset of tabular data arrangements to subsets of graph data arrangements at ingestion into a data-driven collaborative dataset platform |
US11243960B2 (en) | 2018-03-20 | 2022-02-08 | Data.World, Inc. | Content addressable caching and federation in linked data projects in a data-driven collaborative dataset platform using disparate database architectures |
US11947529B2 (en) | 2018-05-22 | 2024-04-02 | Data.World, Inc. | Generating and analyzing a data model to identify relevant data catalog data derived from graph-based data arrangements to perform an action |
US12117997B2 (en) | 2018-05-22 | 2024-10-15 | Data.World, Inc. | Auxiliary query commands to deploy predictive data models for queries in a networked computing platform |
US11657089B2 (en) | 2018-06-07 | 2023-05-23 | Data.World, Inc. | Method and system for editing and maintaining a graph schema |
US11442988B2 (en) | 2018-06-07 | 2022-09-13 | Data.World, Inc. | Method and system for editing and maintaining a graph schema |
US11921687B2 (en) * | 2019-06-10 | 2024-03-05 | Oracle International Corporation | Similarity analysis using enhanced MinHash |
US20240168934A1 (en) * | 2019-06-10 | 2024-05-23 | Oracle International Corporation | Similarity Analysis Using Enhanced MinHash |
US20200387743A1 (en) * | 2019-06-10 | 2020-12-10 | Oracle International Corporation | Similarity Analysis Using Enhanced MinHash |
US11301473B1 (en) | 2021-06-18 | 2022-04-12 | Sas Institute Inc. | Dataset overlap query system |
US11947600B2 (en) | 2021-11-30 | 2024-04-02 | Data.World, Inc. | Content addressable caching and federation in linked data projects in a data-driven collaborative dataset platform using disparate database architectures |
US20250047701A1 (en) * | 2023-07-31 | 2025-02-06 | Palo Alto Networks, Inc. | Asset security and risk posture visualization |
Also Published As
Publication number | Publication date |
---|---|
US12292870B2 (en) | 2025-05-06 |
US20220405292A1 (en) | 2022-12-22 |
US20190095472A1 (en) | 2019-03-28 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US12292870B2 (en) | Determining a degree of similarity of a subset of tabular data arrangements to subsets of graph data arrangements at ingestion into a data-driven collaborative dataset platform | |
US11573948B2 (en) | Predictive determination of constraint data for application with linked data in graph-based datasets associated with a data-driven collaborative dataset platform | |
US11238109B2 (en) | Computerized tools configured to determine subsets of graph data arrangements for linking relevant data to enrich datasets associated with a data-driven collaborative dataset platform | |
US11669540B2 (en) | Matching subsets of tabular data arrangements to subsets of graphical data arrangements at ingestion into data-driven collaborative datasets | |
US11620301B2 (en) | Extended computerized query language syntax for analyzing multiple tabular data arrangements in data-driven collaborative projects | |
US11042548B2 (en) | Aggregation of ancillary data associated with source data in a system of networked collaborative datasets | |
US11016931B2 (en) | Data ingestion to generate layered dataset interrelations to form a system of networked collaborative datasets | |
US11042556B2 (en) | Localized link formation to perform implicitly federated queries using extended computerized query language syntax | |
US11042560B2 (en) | Extended computerized query language syntax for analyzing multiple tabular data arrangements in data-driven collaborative projects | |
US11468049B2 (en) | Data ingestion to generate layered dataset interrelations to form a system of networked collaborative datasets | |
US11036716B2 (en) | Layered data generation and data remediation to facilitate formation of interrelated data in a system of networked collaborative datasets | |
US11775547B2 (en) | Computerized tools to discover, form, and analyze dataset interrelations among a system of networked collaborative datasets | |
US11500831B2 (en) | Transmuting data associations among data arrangements to facilitate data operations in a system of networked collaborative datasets | |
US11036697B2 (en) | Transmuting data associations among data arrangements to facilitate data operations in a system of networked collaborative datasets | |
US11042537B2 (en) | Link-formative auxiliary queries applied at data ingestion to facilitate data operations in a system of networked collaborative datasets | |
US11609680B2 (en) | Interactive interfaces as computerized tools to present summarization data of dataset attributes for collaborative datasets | |
US20220337978A1 (en) | Computerized tool implementation of layered data files to discover, form, or analyze dataset interrelations of networked collaborative datasets | |
US10747774B2 (en) | Interactive interfaces to present data arrangement overviews and summarized dataset attributes for collaborative datasets | |
US12008050B2 (en) | Computerized tools configured to determine subsets of graph data arrangements for linking relevant data to enrich datasets associated with a data-driven collaborative dataset platform |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
FEPP | Fee payment procedure |
Free format text: ENTITY STATUS SET TO UNDISCOUNTED (ORIGINAL EVENT CODE: BIG.); ENTITY STATUS OF PATENT OWNER: SMALL ENTITY |
|
AS | Assignment |
Owner name: DATA.WORLD, INC., TEXAS Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:GRIFFITH, DAVID LEE;REEL/FRAME:047010/0188 Effective date: 20180924 |
|
FEPP | Fee payment procedure |
Free format text: ENTITY STATUS SET TO SMALL (ORIGINAL EVENT CODE: SMAL); ENTITY STATUS OF PATENT OWNER: SMALL ENTITY |
|
STPP | Information on status: patent application and granting procedure in general |
Free format text: APPLICATION DISPATCHED FROM PREEXAM, NOT YET DOCKETED |
|
STPP | Information on status: patent application and granting procedure in general |
Free format text: DOCKETED NEW CASE - READY FOR EXAMINATION |
|
STPP | Information on status: patent application and granting procedure in general |
Free format text: RESPONSE TO NON-FINAL OFFICE ACTION ENTERED AND FORWARDED TO EXAMINER |
|
STPP | Information on status: patent application and granting procedure in general |
Free format text: NOTICE OF ALLOWANCE MAILED -- APPLICATION RECEIVED IN OFFICE OF PUBLICATIONS |
|
STPP | Information on status: patent application and granting procedure in general |
Free format text: PUBLICATIONS -- ISSUE FEE PAYMENT VERIFIED |
|
STCF | Information on status: patent grant |
Free format text: PATENTED CASE |
|
FEPP | Fee payment procedure |
Free format text: MAINTENANCE FEE REMINDER MAILED (ORIGINAL EVENT CODE: REM.); ENTITY STATUS OF PATENT OWNER: SMALL ENTITY |