{
   "class" : {
      "rdf:type" : "rdfs:Class",
      "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).",
      "rdfs:label" : "HowToSection",
      "rdfs:subClassOf" : [
         "schema:ListItem",
         "schema:ItemList",
         "schema:CreativeWork"
      ]
   },
   "properties" : {
      "schema:steps" : {
         "rdf:type" : "rdf:Property",
         "rdfs:comment" : "A single step item (as HowToStep, text, document, video, etc.) or a HowToSection (originally misnamed 'steps'; 'step' is preferred).",
         "rdfs:label" : "steps",
         "schema:domainIncludes" : [
            "schema:HowToSection",
            "schema:HowTo"
         ],
         "schema:rangeIncludes" : [
            "schema:ItemList",
            "schema:CreativeWork",
            "schema:Text"
         ],
         "schema:supersededBy" : "schema:step"
      }
   }
}