What is Metadata
Metadata
Metadata is information that describes, explains, and facilitates the search, use, or management of data. Metadata can provide context and a deeper understanding of the data. Metadata can provide information such as The origin of the data, Who created it, The purpose of creating the data
Example Metadata
Metadata on web
Metadata on the web such as author, description and other things, this serves for SEO or fingerprtint information about the web
Example
<head>
<meta charset="UTF-8">
<meta name="description" content="Free Web tutorials">
<meta name="keywords" content="HTML, CSS, JavaScript">
<meta name="author" content="John Doe">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
Metadata in file
such as file type, date the file was created, title, genre, instructions, owner, location, and contact information
Example
Metadata in emails
such as message ID, date and time of sending, sender and recipient email addresses, and subject
Example
Metadata in music, such as artist, song title, album, release year, and music genre
Example
Artist: The name of the artist
Album: The name of the album
Track title: The title of the track
Genre: The genre of the music
Album artwork: The artwork for the album
Track number: The number of the track
Producer: The name of the producer
Writer: The name of the writer
Song duration: The length of the song
BPM: The beats per minute of the song
Copyright year: The year of copyright
What is Metadata for
Metadata is important for many reasons, including:
Identification: Metadata helps to identify, sort, and deliver audio content
Royalties: More detailed metadata makes it easier to collect and distribute royalties
Sync deals: Metadata can help to land sync deals
Licensing: Metadata is needed to clear and license music
Recognition: Algorithms need proper metadata to recognize tracks
Credit: Rights holders lose money and credit if metadata is incorrect
Releases: Broken or inaccurate metadata can delay releases
Metadata Types
Administrative metadata
Provides important information related to data management, such as data source, file type, copyright, and other technical information. Administrative metadata can also govern data privacy.
Structural metadata
Organizes digital information or data into a connected whole. Structural metadata works like a table of contents so that users can easily find the section they need.
Descriptive metadata
Useful for identifying and describing important information, such as title, author, year of publication, and keywords.
Format Metadata
EXIF
This format is widely used in digital cameras, smartphones, and other devices when creating image metadata. EXIF data can include a wide range of information and often represents most of the metadata in an image file
Information Interchange Model (IIM)
Metadata in IIM provides a way for individuals and organizations to add details to images such as title, genre, instructions, owner or creator, location and contact information, copyright and attribution specifications, and similar types of information
XMP
XMP or Extensible Metadata Platform is an XML standard for storing metadata in digital assets, such as photos, videos, and PDFs. XMP was developed by Adobe Systems Inc. and is an ISO standard
JSON
JSON (JavaScript Object Notation) is a data format used to openly store and exchange information, both by humans and machines
Example
{
"viewCount": "386536",
"likeCount": "5800",
"favoriteCount": "0",
"commentCount": "11644"
}
Metadata in a Nutshell
Other metadata is very diverse. Metadata is a fingerprint or signature (Sign) regarding the information that will be extracted, for example metadata in social media contains timestamp, reaction, username, location, user agent, device info and IP address and others. Well, this can be called metadata for its respective formats, there are JSON, XML and others depending on the platform. You can perform data extraction for information searches and narrow down the information with the aim of finding clues in investigations.
Tools
Exiftool
XXD
Hex editor
Hex to ASCII
Reff
Last updated