{
   "class" : {
      "rdf:type" : "rdfs:Class",
      "rdfs:comment" : "A ProductGroup represents a group of [[Product]]s that vary only in certain well-described ways, such as by [[size]], [[color]], [[material]] etc.\n\nWhile a ProductGroup itself is not directly offered for sale, the various varying products that it represents can be. The ProductGroup serves as a prototype or template, standing in for all of the products who have an [[isVariantOf]] relationship to it. As such, properties (including additional types) can be applied to the ProductGroup to represent characteristics shared by each of the (possibly very many) variants. Properties that reference a ProductGroup are not included in this mechanism; neither are the following specific properties [[variesBy]], [[hasVariant]], [[url]]. ",
      "rdfs:label" : "ProductGroup",
      "rdfs:subClassOf" : "schema:Product",
      "schema:isPartOf" : "http:pending.schema.org",
      "schema:source" : "https://github.com/schemaorg/schemaorg/issues/1797"
   },
   "properties" : {
      "schema:hasVariant" : {
         "rdf:type" : "rdf:Property",
         "rdfs:comment" : "Indicates a [[Product]] that is a member of this [[ProductGroup]] (or [[ProductModel]]).",
         "rdfs:label" : "hasVariant",
         "schema:domainIncludes" : "schema:ProductGroup",
         "schema:inverseOf" : "schema:isVariantOf",
         "schema:isPartOf" : "http:pending.schema.org",
         "schema:rangeIncludes" : "schema:Product",
         "schema:source" : "https://github.com/schemaorg/schemaorg/issues/1797"
      },
      "schema:productGroupID" : {
         "rdf:type" : "rdf:Property",
         "rdfs:comment" : "Indicates a textual identifier for a ProductGroup.",
         "rdfs:label" : "productGroupID",
         "schema:domainIncludes" : "schema:ProductGroup",
         "schema:isPartOf" : "http:pending.schema.org",
         "schema:rangeIncludes" : "schema:Text",
         "schema:source" : "https://github.com/schemaorg/schemaorg/issues/1797"
      },
      "schema:variesBy" : {
         "rdf:type" : "rdf:Property",
         "rdfs:comment" : "Indicates the property or properties by which the variants in a [[ProductGroup]] vary, e.g. their size, color etc. Schema.org properties can be referenced by their short name e.g. \"color\"; terms defined elsewhere can be referenced with their URIs.",
         "rdfs:label" : "variesBy",
         "schema:domainIncludes" : "schema:ProductGroup",
         "schema:isPartOf" : "http:pending.schema.org",
         "schema:rangeIncludes" : [
            "schema:Text",
            "schema:DefinedTerm"
         ],
         "schema:source" : "https://github.com/schemaorg/schemaorg/issues/1797"
      }
   }
}