{
   "class" : {
      "rdf:type" : "rdfs:Class",
      "rdfs:comment" : "A structured value representing the duration and scope of services that will be provided to a customer free of charge in case of a defect or malfunction of a product.",
      "rdfs:label" : "WarrantyPromise",
      "rdfs:subClassOf" : "schema:StructuredValue",
      "schema:contributor" : "collab:GoodRelationsClass"
   },
   "properties" : {
      "schema:durationOfWarranty" : {
         "rdf:type" : "rdf:Property",
         "rdfs:comment" : "The duration of the warranty promise. Common unitCode values are ANN for year, MON for months, or DAY for days.",
         "rdfs:label" : "durationOfWarranty",
         "schema:contributor" : "collab:GoodRelationsTerms",
         "schema:domainIncludes" : "schema:WarrantyPromise",
         "schema:rangeIncludes" : "schema:QuantitativeValue"
      },
      "schema:warrantyScope" : {
         "rdf:type" : "rdf:Property",
         "rdfs:comment" : "The scope of the warranty promise.",
         "rdfs:label" : "warrantyScope",
         "schema:contributor" : "collab:GoodRelationsTerms",
         "schema:domainIncludes" : "schema:WarrantyPromise",
         "schema:rangeIncludes" : "schema:WarrantyScope"
      }
   }
}