login

Automatically Extracting Ontologically Specified Data from HTML Tables of Unknown Structure

Lecture notes in computer sciencePublished 1 January 2002
David W. Embley, Cui Tao, Stephen W. Liddle
Citations66
SJR quartileQ2
SJR score0.35
SNIP0.55

TL;DR

Experimental results show that the solution entails elements of table understanding, data integration, and wrapper creation, and can successfully map data of interest from source HTML tables with unknown structure to a given target database schema.

Abstract

Data on the Web in HTML tables is mostly structured, but we usually do not know the structure in advance. Thus, we cannot directly query for data of interest. We propose a solution to this problem based on document-independent extraction ontologies. The solution entails elements of table understanding, data integration, and wrapper creation. Table understanding allows us to recognize attributes and values, pair attributes with values, and form records. Data-integration techniques allow us to match source records with a target schema. Ontologically specified wrappers allow us to extract data from source records into a target schema. Experimental results show that we can successfully map data of interest from source HTML tables with unknown structure to a given target database schema. We can thus "directly" query source data with unknown structure through a known target schema.

Keywords

Computer Science