1 / 4

Transforming Current Web Sources for Semantic Web Usage

This paper explores the transformation of web pages into accessible semantic web data structures. It highlights the challenges of extracting information from web content, particularly product catalogs, and providing effective storage in databases or semantic web portfolios. The work proposes a novel data structure estimation method using machine learning alongside a naïve algorithm. This approach focuses on reducing complexity while maintaining relevant functional dependencies, ultimately improving the usability of extracted data in structured formats such as RDF and OWL.

Télécharger la présentation

Transforming Current Web Sources for Semantic Web Usage

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Transforming Current Web Sources for Semantic Web Usage Martin Řimnáčrimnacm@cs.cas.cz SOFSEM 2006 Měřín Czech Republic January 21-27, 2006 Institute of Computer Science Czech Republic

  2. Data Structure Estimation - Motivation Web pages contain a lot of information. Many of them present a view into database systems (product catalogues). The work aim: - Extract information from a web page - Store it back by an effective way into: - a database system - a semantic web portfolio (portal) To provide this: - A data structure has to be known.(Normal Database Form, RDF/OWL structure)

  3. Y X y Z x z Data Structure Estimation a machine learning method using a global criterion Proposed Algorithm Naïve Algorithm Reduces complexity by - Consideration of a model skeleton - Functional dependency hierarchy - as simple description as possible - Polynomial complex operations - only an attribute decomposition is not The result includes: - trivial functional dependencies - functional dependencies carrying no information The result includes: - only functional dependency carrying information

  4. Y X y Z x1 z x2 Interpretation of Model for SW RDF: OWL: ... <dse:fdix=”x1” y=”y” /> <dse:fdix=”x2” y=”y” /> <dse:fdiy=”y” z=“z” /> ... No support for complex attributes Idea based on a “touple activations”

More Related