{
   "class" : {
      "rdf:type" : "rdfs:Class",
      "rdfs:comment" : "[[Recommendation]] is a type of [[Review]] that suggests or proposes something as the best option or best course of action. Recommendations may be for products or services, or other concrete things, as in the case of a ranked list or product guide. A [[Guide]] may list multiple recommendations for different categories. For example, in a [[Guide]] about which TVs to buy, the author may have several [[Recommendation]]s.",
      "rdfs:label" : "Recommendation",
      "rdfs:subClassOf" : "schema:Review",
      "schema:isPartOf" : "http:pending.schema.org",
      "schema:source" : "https://github.com/schemaorg/schemaorg/issues/2405"
   },
   "properties" : {
      "schema:category" : {
         "rdf:type" : "rdf:Property",
         "rdfs:comment" : "A category for the item. Greater signs or slashes can be used to informally indicate a category hierarchy.",
         "rdfs:label" : "category",
         "schema:domainIncludes" : [
            "schema:SpecialAnnouncement",
            "schema:Service",
            "schema:Product",
            "schema:ActionAccessSpecification",
            "schema:PhysicalActivity",
            "schema:Invoice",
            "schema:Recommendation",
            "schema:Offer"
         ],
         "schema:rangeIncludes" : [
            "schema:Text",
            "schema:PhysicalActivityCategory",
            "schema:URL",
            "schema:CategoryCode",
            "schema:Thing"
         ],
         "schema:source" : [
            "https://github.com/schemaorg/schemaorg/issues/2490",
            "https://github.com/schemaorg/schemaorg/issues/1741"
         ]
      }
   }
}