Machine readable metadata example
Dataset schema with attachments
How it looks (preview)
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "Dataset",
"mainEntityOfPage": {
"@type": "WebPage",
"@id": "https://www.gov.ukgovernment/statistical-data-sets/hogwarts-data"
},
"name": "All the data about Hogwarts",
"datePublished": null,
"dateModified": null,
"text": null,
"publisher": {
"@type": "Organization",
"name": "GOV.UK",
"url": "https://www.gov.uk",
"logo": {
"@type": "ImageObject",
"url": "https://components.publishing.service.gov.uk/assets/govuk_publishing_components/govuk-logo-cd2553878f0ffe72d83fcf726c64e24b7ff55387f5ca07884c46d99f03c88326.png"
}
},
"image": [
"https://components.publishing.service.gov.uk/assets/govuk_publishing_components/govuk-schema-placeholder-1x1-24daf5394519f67a3754d5862296c19cbbdc81ac5e75aa5b38fc8378c30be4f9.png",
"https://components.publishing.service.gov.uk/assets/govuk_publishing_components/govuk-schema-placeholder-4x3-98d0e6cb41aee8209a1ddbdc87ea3c0e25bdb8e3a6cb689c5af907d032262fb0.png",
"https://components.publishing.service.gov.uk/assets/govuk_publishing_components/govuk-schema-placeholder-16x9-670665e6e8ef8e680ef5cb989d026f4e40932c8adc435c95655f339175867945.png"
],
"distribution": [
{
"name": "List of headmasters",
"contentUrl": "https://assets.publishing.service.gov.uk/hogwarts-data/headmasters.csv",
"encodingFormat": "text/csv"
},
{
"name": "Houses of Hogwarts",
"url": "https://www.gov.uk/government/statistical-data-sets/hogwarts-data/houses"
},
{
"name": "Dungeon cleaning shedule",
"url": "https://hogwarts.gov.uk/datasets/dungeon-cleaning-schedule"
}
]
}
</script>
<link rel="canonical" href="https://www.gov.ukgovernment/statistical-data-sets/hogwarts-data" />
<meta property="og:site_name" content="GOV.UK" />
<meta property="og:type" content="article" />
<meta property="og:url" content="https://www.gov.ukgovernment/statistical-data-sets/hogwarts-data" />
<meta property="og:title" content="All the data about Hogwarts" />
<meta property="og:description" content="" />
<meta name="twitter:card" content="summary" />
How to call this example
<%= render "govuk_publishing_components/components/machine_readable_metadata", {
content_item: {
title: "All the data about Hogwarts",
base_path: "government/statistical-data-sets/hogwarts-data",
details: {
attachments: [
{
attachment_type: "file",
url: "https://assets.publishing.service.gov.uk/hogwarts-data/headmasters.csv",
title: "List of headmasters",
content_type: "text/csv",
id: "headmasters.csv"
},
{
attachment_type: "html",
url: "https://www.gov.uk/government/statistical-data-sets/hogwarts-data/houses",
title: "Houses of Hogwarts",
id: "houses"
},
{
attachment_type: "external",
url: "https://hogwarts.gov.uk/datasets/dungeon-cleaning-schedule",
title: "Dungeon cleaning shedule",
id: "dungeon-cleaning-schedule"
}
]
}
},
schema: "dataset"
} %>