{
"class" : {
"rdf:type" : "rdfs:Class",
"rdfs:comment" : "A set of products (either [[ProductGroup]]s or specific variants) that are listed together e.g. in an [[Offer]].",
"rdfs:label" : "ProductCollection",
"rdfs:subClassOf" : [
"schema:Collection",
"schema:Product"
],
"schema:isPartOf" : "http:pending.schema.org",
"schema:source" : "https://github.com/schemaorg/schemaorg/issues/2597"
},
"properties" : {
"schema:includesObject" : {
"rdf:type" : "rdf:Property",
"rdfs:comment" : "This links to a node or nodes indicating the exact quantity of the products included in an [[Offer]] or [[ProductCollection]].",
"rdfs:label" : "includesObject",
"schema:contributor" : "collab:GoodRelationsTerms",
"schema:domainIncludes" : [
"schema:Offer",
"schema:ProductCollection",
"schema:Demand"
],
"schema:rangeIncludes" : "schema:TypeAndQuantityNode"
}
}
}