{
"class" : {
"rdf:type" : "rdfs:Class",
"rdfs:comment" : "A single, identifiable product instance (e.g. a laptop with a particular serial number).",
"rdfs:label" : "IndividualProduct",
"rdfs:subClassOf" : "schema:Product",
"schema:contributor" : "collab:GoodRelationsClass"
},
"properties" : {
"schema:serialNumber" : {
"rdf:type" : "rdf:Property",
"rdfs:comment" : "The serial number or any alphanumeric identifier of a particular product. When attached to an offer, it is a shortcut for the serial number of the product included in the offer.",
"rdfs:label" : "serialNumber",
"rdfs:subPropertyOf" : "schema:identifier",
"schema:contributor" : "collab:GoodRelationsTerms",
"schema:domainIncludes" : [
"schema:IndividualProduct",
"schema:Offer",
"schema:Demand"
],
"schema:rangeIncludes" : "schema:Text"
}
}
}