Google
 
   
Login
Username:

Password:


Lost Password?

Register now!
Search
Main Menu
top books
Polls
What do you think about php-deluxe.net?
Excellent!
Cool
Hmm..not bad
What the hell is this?
encyclopedia
recommendation
compare webbrowser
Freenet DSL
Who's Online
6 user(s) are online (6 user(s) are browsing encyclopedia)

Members: 0
Guests: 6

more...
browser tip
Unix Befehle
manual of unix befehle
recommendation!
Sponsored
partner

Metadata

: Metadata is also a U.S. trademark of The Metadata Company Metadata ( card, which contains data about the contents and location of a book: It is data about the data in the book referred to by the card. Other common contents of metadata include the source or author of the described dataset, how it should be accessed, and its limitations.

Other machine generated data about data, such as the reversed index created by a free-text search engine is generally not considered as metadata. Another important type of data about data is the links or relationship among data. Some metadata scheme attempts to embrace this concept (such as Dublin_Core element link). Since metadata is also data, it is possible to have metadata of the metadata of data .

The metadata which is embedded with content is called embedded metadata . A data repository typically stores the metadata detached from the data.

=Uses=

Metadata has become important on the World Wide Web because of the need to find useful information from the mass of information available. Manually-created metadata adds value because it ensures consistency. If one webpage about a topic contains a word or phrase, then all webpages about that topic should contain that same word. It also ensures variety, so that if one topic has two names, each of these names will be used. For example, an article about Sports Utility Vehicles would also be given the metadata keywords ‘4 wheel drives’, ‘4WDs’ and ‘four wheel drives’, as this is how they are known in some countries.

Examples of metadata for an audio CD include the MusicBrainz project, and All Media Guide All Music Guide. Similarly, MP3 files have metadata tags in a format called ID3.

Metadata is more properly called Ontology (computer science) or schema when it is structured into a hierarchical arrangement. Both terms describe “what exists” for some purpose or to enable some action. For instance, the arrangement of subject headings in a library catalog serves as not only a guide to finding books on a particular subject in the stacks, but also as a guide to what subjects “exist” in the library’s own ontology and how more specialized topics are related to or derived from the more general subject headings.

Metadata is frequently stored in a central location and used to help organizations standardize their data. This information is typically stored in a Metadata Registry.

=Types=

==Relational database metadata==

Relational databases use tables to store their own metadata. Each relational database has their own methods for storing metadata Examples of relational metadata include:

  • table of all tables in database, their names, sizes and number of rows in each table
  • tables of columns in each database, and what tables they are used in, the type of data stored in each column
  • For an example see Oracle metadata

    ==Data warehouse metadata==

    Kimball#References (See also [http://www.fortunecity.com/skyscraper/oracle/699/orahtml/dbmsmag/9803d05.html]):

  • source system metadata
  • source specifications — such as repositories, source schemas &c.
  • source descriptive information — such as ownership descriptions, update frequencies, legal limitations, access methods &c.
  • process information — such as job schedules, extraction code &c.
  • data staging metadata
  • data acquisition information — such as data transmission scheduling and results, file usage;
  • dimension table management — such as definitions of dimensions, surrogate key assignments &c.
  • transformation and aggregation — such as data enhancement and mapping, DBMS load scripts, aggregate definitions &c.
  • audit, job logs and documentation — such as data lineage records, data transform logs &c.
  • DBMS metadata — such as
  • DMBS system table contents,
  • processing hints &c
  • front room metadata — such as
  • descriptions for column (database)s
  • network security data
  • favorite web sites &c.
  • ==File system metadata==

    Nearly all file systems keep metadata about files out-of-band. Some systems keep metadata in directory (computing) entries; others in specialized structure like Inodes or even in the name of a file. Metadata can range from simple timestamps, mode bits, and other special-purpose information used by the implementation itself, to icon (computing)s and free-text comments, to arbitrary attribute-value pairs.

    With more complex and open-ended metadata, it becomes useful to search for files based on the metadata contents. The Unix Find utility was an early example, although inefficient when scanning hundreds of thousands of files on a modern computer system. Apple Computer s current version of its Mac OS X operating system (Mac OS X v10.4) supports cataloging and searching for file metadata through a feature known as Spotlight (software). Microsoft Windows (Windows Vista) is expected to include a similar functionality via the WinFS file system.

    ==Program metadata==

    Most executable formats include metadata describing issues that need to be considered by the runtime or operating system when executing the program.

    In DOS, the COM file format does not , but the EXE format does, and Windows Portable Executable also. This metadata can include the company that published the program, the date the program was created, the version number and more.

    In the Microsoft .NET executable format, extra metadata is included to allow reflection (computer science) at runtime.

    Other programs such as Microsoft Word and other Microsoft Office products save metadata into the document files. This metadata can contain the name of the person who created the file (obtained from the operating system), the name of the person who last edited the file, how many times the file has been printed, and even how many revisions have been made on the file.

    For a list of executable formats, see object file.

    =See also=

    *Common Warehouse Metamodel *Dublin Core *ID3 *ISO-11179 *APEv2 tag *Exif *IPTC (image meta-data) *Kendra initiative

  • *meta tag *Meta-Object_Facility *Resource Description Framework *Semantic Web *Topic map *XML *Magic number (programming) *Metatable *GNUBrain *RIFE *PBCore

    =External links=

    *[http://www.cs.njit.edu/~galnares/Metadata.html Metadata in the World Wide Web]

    *[http://www.enterprise-elements.com Enterprise Elements Metadata Repository ] - A COTS tool that stores and displays data and metadata *[http://www.well.com/~doctorow/metacrap.htm Metacrap ] - An opinion by Cory Doctorow on the limitations of metadata on the internet *[http://www.rtodd.com/speaking/2004/IPCC/Metadata%20Communications%20v4.pdf Research Paper on Metadata Communications] *[http://arstechnica.com/reviews/os/macosx-10.4.ars/6 A review of Mac OS X v. 10.4 s new metadata implementations] *[http://www.fortunecity.com/skyscraper/oracle/699/orahtml/dbmsmag/9803d05.html Meta Meta Data Data] - Article by Ralph Kimball *[http://www.metadatarisk.org Metadatarisk.org]- Information on the Risks of Document Metadata

  • =References=

    Ralph Kimball, The Data Warehouse Lifecycle Toolkit, Wiley, 1998

    Guy V Tozer, Metadata Management for Information Control and Business Success, Artech House, 1999

    =Blog link=

    *[http://www.rtodd.com/blog/ Enterprise Metadata] *[http://catalogablog.blogspot.com Library Metadata]