JSON-LD Head Emission

{
  "@context": {
    "schema": "https://schema.org/",
    "rdfs": "http://www.w3.org/2000/01/rdf-schema#",
    "owl": "http://www.w3.org/2002/07/owl#"
  },
  "@id": "schema:HowToSection",
  "@type": "rdfs:Class",
  "rdfs:label": "HowToSection",
  "rdfs:comment": "A sub-grouping of steps in the instructions for how to achieve a result (e.g. steps for making a pie crust within a pie recipe).",
  "schema:url": "https://schema.org/HowToSection",
  "schema:name": "schema.HowToSection",
  "schema:dateCreated": "2026-01-01T20:22:57.644Z",
  "schema:dateModified": "2026-01-01T20:22:57.644Z",
  "rdfs:subClassOf": [
    {
      "@id": "schema.CreativeWork"
    },
    {
      "@id": "schema.ItemList"
    },
    {
      "@id": "schema.ListItem"
    }
  ]
}