-
Notifications
You must be signed in to change notification settings - Fork 111
What is 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
- 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
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
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.
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.
Useful for identifying and describing important information, such as title, author, year of publication, and keywords.
- 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"
}
- Exiftool
- XXD
- Hex editor
- Hex to ASCII
- https://developer.mozilla.org/en-US/docs/Learn/HTML/Introduction_to_HTML/The_head_metadata_in_HTML
- https://www.w3schools.com/tags/tag_meta.asp
- https://dittomusic.com/en/blog/music-metadata-explained-what-artists-need-to-know
- https://www.bridge.audio/blog/metadata-the-new-cornerstone-of-the-music-industry/
- https://www.techtarget.com/whatis/definition/image-metadata
- https://en.wikipedia.org/wiki/Metadata
- https://iptc.org/standards/iim/