Showing posts with label The Semi structured Data Model. Show all posts
Showing posts with label The Semi structured Data Model. Show all posts

Tuesday, May 26, 2015

The Semi structured Data Model

Consider a set of documents on the Web that contain hyperlinks to other documents. These documents, although not completely unstructured, cannot be modelled naturally in the relational data model because the pattern of hyperlinks is not regular across documents.

While some data is completely unstructured -- for example video streams, audio streams, and image data -- lot of data is neither completely unstructured nor completely structured. We refer to data with partial structure as semi structured data.


There are many reasons why data might be semi structured. First, the structure of data might be implicit, hidden, unknown, or the user might choose to ignore it. Second, consider the problem of integrating data from several heterogeneous sources where data exchange and transformation are important problems. Third, we cannot query a structured database without knowing the schema, but sometimes we want to query the data without full knowledge of the schema.