{
   "class" : {
      "rdf:type" : "rdfs:Class",
      "rdfs:comment" : "A supply consumed when performing the instructions for how to achieve a result.",
      "rdfs:label" : "HowToSupply",
      "rdfs:subClassOf" : "schema:HowToItem"
   },
   "properties" : {
      "schema:estimatedCost" : {
         "rdf:type" : "rdf:Property",
         "rdfs:comment" : "The estimated cost of the supply or supplies consumed when performing instructions.",
         "rdfs:label" : "estimatedCost",
         "schema:domainIncludes" : [
            "schema:HowToSupply",
            "schema:HowTo"
         ],
         "schema:rangeIncludes" : [
            "schema:Text",
            "schema:MonetaryAmount"
         ]
      }
   }
}