{"id":8158,"date":"2024-06-03T09:00:00","date_gmt":"2024-06-03T13:00:00","guid":{"rendered":"https:\/\/jedok.com\/blog\/?p=8158"},"modified":"2024-06-02T17:04:22","modified_gmt":"2024-06-02T21:04:22","slug":"types-of-metadata","status":"publish","type":"post","link":"https:\/\/jedok.com\/blog\/types-of-metadata\/2024\/","title":{"rendered":"Types of Metadata"},"content":{"rendered":"\n<p><a href=\"https:\/\/fileproinfo.com\/file-metadata\/all\" target=\"_blank\" rel=\"noreferrer noopener\">Metadata<\/a> is important in data management. It gives context and meaning to the data we store and analyze. This is a full guide. We&#8217;ll look at the types and importance of metadata. We&#8217;ll also give examples to show how they&#8217;re used.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-what-is-metadata\">What is Metadata?<\/h2>\n\n\n\n<p>Metadata is also known as &#8220;data about data.&#8221; It describes the properties, context, and structure of the main data. It is in a database or data system. It facilitates better understanding, organization, and management of data.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-types-of-metadata\">Types of Metadata<\/h2>\n\n\n\n<p>Metadata can be classified into several types, each serving a distinct purpose. The main types of metadata are:<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li><strong>Descriptive Metadata<\/strong><\/li>\n\n\n\n<li><strong>Structural Metadata<\/strong><\/li>\n\n\n\n<li><strong>Administrative Metadata<\/strong><\/li>\n\n\n\n<li><strong>Statistical Metadata<\/strong><\/li>\n<\/ol>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-1-descriptive-metadata\">1. Descriptive Metadata<\/h3>\n\n\n\n<p>Descriptive metadata describes the data&#8217;s content and context. It makes the data easier to find and identify. This type of metadata is critical for data retrieval and use.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"h-examples-of-descriptive-metadata\">Examples of Descriptive Metadata:<\/h4>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Library Catalogs<\/strong>:\n<ul class=\"wp-block-list\">\n<li>Title: &#8220;To Kill a Mockingbird&#8221;<\/li>\n\n\n\n<li>Author: Harper Lee<\/li>\n\n\n\n<li>Summary: A novel about the serious issues of rape and racial inequality.<\/li>\n\n\n\n<li>Keywords: Fiction, Classic, Race, Justice<\/li>\n<\/ul>\n<\/li>\n\n\n\n<li><strong>Photographs<\/strong>:\n<ul class=\"wp-block-list\">\n<li>Title: &#8220;Sunset over the Mountains&#8221;<\/li>\n\n\n\n<li>Photographer: Jane Doe<\/li>\n\n\n\n<li>Description: A photograph capturing the sunset over the Rocky Mountains.<\/li>\n\n\n\n<li>Date Taken: 2023-05-10<\/li>\n\n\n\n<li>Tags: Sunset, Mountains, Nature<\/li>\n<\/ul>\n<\/li>\n\n\n\n<li><strong>Database Entries<\/strong>:\n<ul class=\"wp-block-list\">\n<li>Table: Customers\n<ul class=\"wp-block-list\">\n<li>Column: Name (Description: Full name of the customer)<\/li>\n\n\n\n<li>Column: Email (Description: Email address of the customer)<\/li>\n\n\n\n<li>Column: SignupDate (Description: Date when the customer signed up)<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-2-structured-metadata\">2. Structured Metadata<\/h3>\n\n\n\n<p>Structural metadata describes the data&#8217;s structure. It shows how data pieces interact. It&#8217;s necessary for data integration, transformation, and processing.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"h-examples-of-structural-metadata\">Examples of Structural Metadata:<\/h4>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Relational Databases<\/strong>:\n<ul class=\"wp-block-list\">\n<li>Table: Orders\n<ul class=\"wp-block-list\">\n<li>Columns: OrderID (INTEGER), CustomerID (INTEGER), OrderDate (DATE), TotalAmount (DECIMAL)<\/li>\n\n\n\n<li>Primary Key: OrderID<\/li>\n\n\n\n<li>Foreign Keys: CustomerID (references Customers.CustomerID)<\/li>\n\n\n\n<li>Indexes: OrderDate_Index (on OrderDate)<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<\/li>\n\n\n\n<li><strong>XML Documents<\/strong>:\n<ul class=\"wp-block-list\">\n<li>Element: <strong>&lt;book><\/strong>\n<ul class=\"wp-block-list\">\n<li>Attributes: <strong>title<\/strong>, <strong>author<\/strong>, <strong>ISBN<\/strong><\/li>\n\n\n\n<li>Child Elements: <strong>&lt;title><\/strong>, <strong>&lt;author><\/strong>, <strong>&lt;publicationDate><\/strong><\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<\/li>\n\n\n\n<li><strong>Data Warehouses<\/strong>:\n<ul class=\"wp-block-list\">\n<li>Fact Table: Sales\n<ul class=\"wp-block-list\">\n<li>Dimensions: Product (references ProductID), Customer (references CustomerID), Time (references DateKey)<\/li>\n\n\n\n<li>Measures: SaleAmount, Quantity<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-3-administrative-metadata\">3. Administrative metadata.<\/h3>\n\n\n\n<p>Administrative metadata describes the management and administration of data. It includes data about who owns it. It includes data about who can access it. It includes creation and change dates. And, it includes the data&#8217;s lifecycle. This type of metadata is critical to data governance and compliance.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"h-examples-of-administrative-metadata\">Examples of Administrative Metadata:<\/h4>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Files and Documents<\/strong>:\n<ul class=\"wp-block-list\">\n<li>File: AnnualReport2023.pdf\n<ul class=\"wp-block-list\">\n<li>CreatedBy: John Smith<\/li>\n\n\n\n<li>CreatedDate: 2023-01-15<\/li>\n\n\n\n<li>LastModifiedBy: Jane Doe<\/li>\n\n\n\n<li>LastModifiedDate: 2023-05-10<\/li>\n\n\n\n<li>AccessRights: Read\/Write for Finance Team, Read for Management<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<\/li>\n\n\n\n<li><strong>Database Tables<\/strong>:\n<ul class=\"wp-block-list\">\n<li>Table: EmployeeRecords\n<ul class=\"wp-block-list\">\n<li>CreatedBy: HR_Admin<\/li>\n\n\n\n<li>CreationDate: 2022-03-01<\/li>\n\n\n\n<li>LastModifiedBy: HR_Manager<\/li>\n\n\n\n<li>LastModifiedDate: 2023-04-25<\/li>\n\n\n\n<li>AccessRights: Read\/Write for HR Department, Read for Managers<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<\/li>\n\n\n\n<li><strong>Data Pipelines<\/strong>:\n<ul class=\"wp-block-list\">\n<li>Pipeline: DailyETLProcess\n<ul class=\"wp-block-list\">\n<li>DataSource: SalesSystem<\/li>\n\n\n\n<li>Schedule: Daily at 2 AM<\/li>\n\n\n\n<li>LastRun: 2024-06-02 02:00:00<\/li>\n\n\n\n<li>DataSteward: DataEngineer<\/li>\n\n\n\n<li>ErrorLog: ETL_Errors.log<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-4-statistical-metadata\">4. Statistical metadata<\/h3>\n\n\n\n<p>Statistical metadata describes data distributions, mean, median, standard deviation, and other statistical measures. This type of metadata is critical for data analysis and reporting.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"h-examples-of-statistical-metadata\">Examples of Statistical Metadata:<\/h4>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Data Sets<\/strong>:\n<ul class=\"wp-block-list\">\n<li>DataSet: CustomerAges\n<ul class=\"wp-block-list\">\n<li>Mean: 35.6<\/li>\n\n\n\n<li>Median: 34<\/li>\n\n\n\n<li>StandardDeviation: 8.2<\/li>\n\n\n\n<li>DataRange: 18-65<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<\/li>\n\n\n\n<li><strong>Surveys<\/strong>:\n<ul class=\"wp-block-list\">\n<li>Survey: EmployeeSatisfaction\n<ul class=\"wp-block-list\">\n<li>Number of Respondents: 500<\/li>\n\n\n\n<li>AverageScore: 4.2<\/li>\n\n\n\n<li>ScoreDistribution: {1: 10, 2: 20, 3: 70, 4: 200, 5: 200}<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<\/li>\n\n\n\n<li><strong>Sales Data<\/strong>:\n<ul class=\"wp-block-list\">\n<li>DataSet: MonthlySales\n<ul class=\"wp-block-list\">\n<li>TotalSales: $1,200,000<\/li>\n\n\n\n<li>AverageSaleAmount: $150<\/li>\n\n\n\n<li>SaleCount: 8000<\/li>\n\n\n\n<li>SalesDistribution: {&lt;$50: 1000, $50-$100: 3000, $100-$200: 2500, >$200: 1500}<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n\n\n\n<p>Read <a href=\"https:\/\/jedok.com\/blog\/how-to-edit-metadata-in-mp4-files\/2024\/\" target=\"_blank\" rel=\"noreferrer noopener\">How to Edit Metadata in MP4 Files<\/a>.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-conclusion\">Conclusion<\/h2>\n\n\n\n<p>You must understand the metadata types. It is critical for managing and using data well. Descriptive metadata helps find and identify data. Structural metadata shows how the data is organized. Administrative metadata ensures good data governance. Statistical metadata aids analysis.<\/p>\n\n\n\n<p>Organizations can improve their data operations and governance. They can also streamline data integration and make better decisions. They can do this by using these various types of metadata. You may work with databases, data warehouses, or other data systems. Using all types of metadata will improve your data management a lot.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Dive into Types of Metadata &#8211; Enhance your understanding of data management with insights on different metadata types.<\/p>\n","protected":false},"author":1,"featured_media":8160,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_jetpack_memberships_contains_paid_content":false,"footnotes":"","jetpack_publicize_message":"","jetpack_publicize_feature_enabled":true,"jetpack_social_post_already_shared":true,"jetpack_social_options":{"image_generator_settings":{"template":"highway","default_image_id":0,"font":"","enabled":false},"version":2}},"categories":[12],"tags":[1603],"class_list":["post-8158","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-tech","tag-types-of-metadata"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.6 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\r\n<title>Types of Metadata - JBlog.<\/title>\r\n<meta name=\"description\" content=\"Dive into Types of Metadata - Enhance your understanding of data management with insights on different metadata types.\" \/>\r\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\r\n<link rel=\"canonical\" href=\"https:\/\/jedok.com\/blog\/types-of-metadata\/2024\/\" \/>\r\n<meta property=\"og:locale\" content=\"en_US\" \/>\r\n<meta property=\"og:type\" content=\"article\" \/>\r\n<meta property=\"og:title\" content=\"Types of Metadata\" \/>\r\n<meta property=\"og:description\" content=\"Dive into Types of Metadata - Enhance your understanding of data management with insights on different metadata types.\" \/>\r\n<meta property=\"og:url\" content=\"https:\/\/jedok.com\/blog\/types-of-metadata\/2024\/\" \/>\r\n<meta property=\"og:site_name\" content=\"JBlog.\" \/>\r\n<meta property=\"article:publisher\" content=\"https:\/\/facebook.com\/jedok\" \/>\r\n<meta property=\"article:author\" content=\"https:\/\/www.facebook.com\/jedok\" \/>\r\n<meta property=\"article:published_time\" content=\"2024-06-03T13:00:00+00:00\" \/>\r\n<meta property=\"og:image\" content=\"https:\/\/jedok.com\/blog\/wp-content\/uploads\/2024\/06\/types-of-metadata.jpg\" \/>\r\n\t<meta property=\"og:image:width\" content=\"1200\" \/>\r\n\t<meta property=\"og:image:height\" content=\"675\" \/>\r\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\r\n<meta name=\"author\" content=\"Evane Williams\" \/>\r\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\r\n<meta name=\"twitter:title\" content=\"Types of Metadata\" \/>\r\n<meta name=\"twitter:description\" content=\"Dive into Types of Metadata - Enhance your understanding of data management with insights on different metadata types.\" \/>\r\n<meta name=\"twitter:image\" content=\"https:\/\/jedok.com\/blog\/wp-content\/uploads\/2024\/06\/types-of-metadata.jpg\" \/>\r\n<meta name=\"twitter:creator\" content=\"@https:\/\/twitter.com\/jedok1\" \/>\r\n<meta name=\"twitter:site\" content=\"@jedok1\" \/>\r\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Evane Williams\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\r\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/jedok.com\/blog\/types-of-metadata\/2024\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/jedok.com\/blog\/types-of-metadata\/2024\/\"},\"author\":{\"name\":\"Evane Williams\",\"@id\":\"https:\/\/jedok.com\/blog\/#\/schema\/person\/175eb89f19d2b20021ff5996610cec7e\"},\"headline\":\"Types of Metadata\",\"datePublished\":\"2024-06-03T13:00:00+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/jedok.com\/blog\/types-of-metadata\/2024\/\"},\"wordCount\":607,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/jedok.com\/blog\/#organization\"},\"image\":{\"@id\":\"https:\/\/jedok.com\/blog\/types-of-metadata\/2024\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/jedok.com\/blog\/wp-content\/uploads\/2024\/06\/types-of-metadata.jpg\",\"keywords\":[\"Types of Metadata\"],\"articleSection\":[\"Tech\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/jedok.com\/blog\/types-of-metadata\/2024\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/jedok.com\/blog\/types-of-metadata\/2024\/\",\"url\":\"https:\/\/jedok.com\/blog\/types-of-metadata\/2024\/\",\"name\":\"Types of Metadata - JBlog.\",\"isPartOf\":{\"@id\":\"https:\/\/jedok.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/jedok.com\/blog\/types-of-metadata\/2024\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/jedok.com\/blog\/types-of-metadata\/2024\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/jedok.com\/blog\/wp-content\/uploads\/2024\/06\/types-of-metadata.jpg\",\"datePublished\":\"2024-06-03T13:00:00+00:00\",\"description\":\"Dive into Types of Metadata - Enhance your understanding of data management with insights on different metadata types.\",\"breadcrumb\":{\"@id\":\"https:\/\/jedok.com\/blog\/types-of-metadata\/2024\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/jedok.com\/blog\/types-of-metadata\/2024\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/jedok.com\/blog\/types-of-metadata\/2024\/#primaryimage\",\"url\":\"https:\/\/jedok.com\/blog\/wp-content\/uploads\/2024\/06\/types-of-metadata.jpg\",\"contentUrl\":\"https:\/\/jedok.com\/blog\/wp-content\/uploads\/2024\/06\/types-of-metadata.jpg\",\"width\":1200,\"height\":675,\"caption\":\"Types of Metadata\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/jedok.com\/blog\/types-of-metadata\/2024\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/jedok.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Types of Metadata\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/jedok.com\/blog\/#website\",\"url\":\"https:\/\/jedok.com\/blog\/\",\"name\":\"JBlog.\",\"description\":\"Blog &amp; News by JeDok.com\",\"publisher\":{\"@id\":\"https:\/\/jedok.com\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/jedok.com\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/jedok.com\/blog\/#organization\",\"name\":\"JeDok.com\",\"url\":\"https:\/\/jedok.com\/blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/jedok.com\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/jedok.com\/blog\/wp-content\/uploads\/2021\/06\/favicon-1.png\",\"contentUrl\":\"https:\/\/jedok.com\/blog\/wp-content\/uploads\/2021\/06\/favicon-1.png\",\"width\":32,\"height\":32,\"caption\":\"JeDok.com\"},\"image\":{\"@id\":\"https:\/\/jedok.com\/blog\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/facebook.com\/jedok\",\"https:\/\/x.com\/jedok1\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/jedok.com\/blog\/#\/schema\/person\/175eb89f19d2b20021ff5996610cec7e\",\"name\":\"Evane Williams\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/jedok.com\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/779772115dd1b79d5fbb91a1e2d3acb5318c780d6986d556300e1902f867ee5b?s=96&d=identicon&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/779772115dd1b79d5fbb91a1e2d3acb5318c780d6986d556300e1902f867ee5b?s=96&d=identicon&r=g\",\"caption\":\"Evane Williams\"},\"sameAs\":[\"https:\/\/blog.jedok.com\",\"https:\/\/www.facebook.com\/jedok\",\"https:\/\/www.linkedin.com\/in\/jedok\/\",\"https:\/\/x.com\/https:\/\/twitter.com\/jedok1\"],\"url\":\"https:\/\/jedok.com\/blog\/author\/jedok\/\"}]}<\/script>\r\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Types of Metadata - JBlog.","description":"Dive into Types of Metadata - Enhance your understanding of data management with insights on different metadata types.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/jedok.com\/blog\/types-of-metadata\/2024\/","og_locale":"en_US","og_type":"article","og_title":"Types of Metadata","og_description":"Dive into Types of Metadata - Enhance your understanding of data management with insights on different metadata types.","og_url":"https:\/\/jedok.com\/blog\/types-of-metadata\/2024\/","og_site_name":"JBlog.","article_publisher":"https:\/\/facebook.com\/jedok","article_author":"https:\/\/www.facebook.com\/jedok","article_published_time":"2024-06-03T13:00:00+00:00","og_image":[{"width":1200,"height":675,"url":"https:\/\/jedok.com\/blog\/wp-content\/uploads\/2024\/06\/types-of-metadata.jpg","type":"image\/jpeg"}],"author":"Evane Williams","twitter_card":"summary_large_image","twitter_title":"Types of Metadata","twitter_description":"Dive into Types of Metadata - Enhance your understanding of data management with insights on different metadata types.","twitter_image":"https:\/\/jedok.com\/blog\/wp-content\/uploads\/2024\/06\/types-of-metadata.jpg","twitter_creator":"@https:\/\/twitter.com\/jedok1","twitter_site":"@jedok1","twitter_misc":{"Written by":"Evane Williams","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/jedok.com\/blog\/types-of-metadata\/2024\/#article","isPartOf":{"@id":"https:\/\/jedok.com\/blog\/types-of-metadata\/2024\/"},"author":{"name":"Evane Williams","@id":"https:\/\/jedok.com\/blog\/#\/schema\/person\/175eb89f19d2b20021ff5996610cec7e"},"headline":"Types of Metadata","datePublished":"2024-06-03T13:00:00+00:00","mainEntityOfPage":{"@id":"https:\/\/jedok.com\/blog\/types-of-metadata\/2024\/"},"wordCount":607,"commentCount":0,"publisher":{"@id":"https:\/\/jedok.com\/blog\/#organization"},"image":{"@id":"https:\/\/jedok.com\/blog\/types-of-metadata\/2024\/#primaryimage"},"thumbnailUrl":"https:\/\/jedok.com\/blog\/wp-content\/uploads\/2024\/06\/types-of-metadata.jpg","keywords":["Types of Metadata"],"articleSection":["Tech"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/jedok.com\/blog\/types-of-metadata\/2024\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/jedok.com\/blog\/types-of-metadata\/2024\/","url":"https:\/\/jedok.com\/blog\/types-of-metadata\/2024\/","name":"Types of Metadata - JBlog.","isPartOf":{"@id":"https:\/\/jedok.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/jedok.com\/blog\/types-of-metadata\/2024\/#primaryimage"},"image":{"@id":"https:\/\/jedok.com\/blog\/types-of-metadata\/2024\/#primaryimage"},"thumbnailUrl":"https:\/\/jedok.com\/blog\/wp-content\/uploads\/2024\/06\/types-of-metadata.jpg","datePublished":"2024-06-03T13:00:00+00:00","description":"Dive into Types of Metadata - Enhance your understanding of data management with insights on different metadata types.","breadcrumb":{"@id":"https:\/\/jedok.com\/blog\/types-of-metadata\/2024\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/jedok.com\/blog\/types-of-metadata\/2024\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/jedok.com\/blog\/types-of-metadata\/2024\/#primaryimage","url":"https:\/\/jedok.com\/blog\/wp-content\/uploads\/2024\/06\/types-of-metadata.jpg","contentUrl":"https:\/\/jedok.com\/blog\/wp-content\/uploads\/2024\/06\/types-of-metadata.jpg","width":1200,"height":675,"caption":"Types of Metadata"},{"@type":"BreadcrumbList","@id":"https:\/\/jedok.com\/blog\/types-of-metadata\/2024\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/jedok.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Types of Metadata"}]},{"@type":"WebSite","@id":"https:\/\/jedok.com\/blog\/#website","url":"https:\/\/jedok.com\/blog\/","name":"JBlog.","description":"Blog &amp; News by JeDok.com","publisher":{"@id":"https:\/\/jedok.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/jedok.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/jedok.com\/blog\/#organization","name":"JeDok.com","url":"https:\/\/jedok.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/jedok.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/jedok.com\/blog\/wp-content\/uploads\/2021\/06\/favicon-1.png","contentUrl":"https:\/\/jedok.com\/blog\/wp-content\/uploads\/2021\/06\/favicon-1.png","width":32,"height":32,"caption":"JeDok.com"},"image":{"@id":"https:\/\/jedok.com\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/facebook.com\/jedok","https:\/\/x.com\/jedok1"]},{"@type":"Person","@id":"https:\/\/jedok.com\/blog\/#\/schema\/person\/175eb89f19d2b20021ff5996610cec7e","name":"Evane Williams","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/jedok.com\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/779772115dd1b79d5fbb91a1e2d3acb5318c780d6986d556300e1902f867ee5b?s=96&d=identicon&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/779772115dd1b79d5fbb91a1e2d3acb5318c780d6986d556300e1902f867ee5b?s=96&d=identicon&r=g","caption":"Evane Williams"},"sameAs":["https:\/\/blog.jedok.com","https:\/\/www.facebook.com\/jedok","https:\/\/www.linkedin.com\/in\/jedok\/","https:\/\/x.com\/https:\/\/twitter.com\/jedok1"],"url":"https:\/\/jedok.com\/blog\/author\/jedok\/"}]}},"jetpack_publicize_connections":[],"jetpack_featured_media_url":"https:\/\/jedok.com\/blog\/wp-content\/uploads\/2024\/06\/types-of-metadata.jpg","jetpack_sharing_enabled":true,"amp_enabled":true,"_links":{"self":[{"href":"https:\/\/jedok.com\/blog\/wp-json\/wp\/v2\/posts\/8158","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/jedok.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/jedok.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/jedok.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/jedok.com\/blog\/wp-json\/wp\/v2\/comments?post=8158"}],"version-history":[{"count":2,"href":"https:\/\/jedok.com\/blog\/wp-json\/wp\/v2\/posts\/8158\/revisions"}],"predecessor-version":[{"id":8161,"href":"https:\/\/jedok.com\/blog\/wp-json\/wp\/v2\/posts\/8158\/revisions\/8161"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/jedok.com\/blog\/wp-json\/wp\/v2\/media\/8160"}],"wp:attachment":[{"href":"https:\/\/jedok.com\/blog\/wp-json\/wp\/v2\/media?parent=8158"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/jedok.com\/blog\/wp-json\/wp\/v2\/categories?post=8158"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/jedok.com\/blog\/wp-json\/wp\/v2\/tags?post=8158"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}