{
   "class" : {
      "rdf:type" : "rdfs:Class",
      "rdfs:comment" : "A review of an item - for example, of a restaurant, movie, or store.",
      "rdfs:label" : "Review",
      "rdfs:subClassOf" : "schema:CreativeWork"
   },
   "properties" : {
      "schema:associatedClaimReview" : {
         "rdf:type" : "rdf:Property",
         "rdfs:comment" : "An associated [[ClaimReview]], related by specific common content, topic or claim. The expectation is that this property would be most typically used in cases where a single activity is conducting both claim reviews and media reviews, in which case [[relatedMediaReview]] would commonly be used on a [[ClaimReview]], while [[relatedClaimReview]] would be used on [[MediaReview]].",
         "rdfs:label" : "associatedClaimReview",
         "rdfs:subPropertyOf" : "schema:associatedReview",
         "schema:domainIncludes" : "schema:Review",
         "schema:isPartOf" : "http:pending.schema.org",
         "schema:rangeIncludes" : "schema:Review",
         "schema:source" : "https://github.com/schemaorg/schemaorg/issues/2450"
      },
      "schema:associatedMediaReview" : {
         "rdf:type" : "rdf:Property",
         "rdfs:comment" : "An associated [[MediaReview]], related by specific common content, topic or claim. The expectation is that this property would be most typically used in cases where a single activity is conducting both claim reviews and media reviews, in which case [[relatedMediaReview]] would commonly be used on a [[ClaimReview]], while [[relatedClaimReview]] would be used on [[MediaReview]].",
         "rdfs:label" : "associatedMediaReview",
         "rdfs:subPropertyOf" : "schema:associatedReview",
         "schema:domainIncludes" : "schema:Review",
         "schema:isPartOf" : "http:pending.schema.org",
         "schema:rangeIncludes" : "schema:Review",
         "schema:source" : "https://github.com/schemaorg/schemaorg/issues/2450"
      },
      "schema:associatedReview" : {
         "rdf:type" : "rdf:Property",
         "rdfs:comment" : "An associated [[Review]].",
         "rdfs:label" : "associatedReview",
         "schema:domainIncludes" : "schema:Review",
         "schema:isPartOf" : "http:pending.schema.org",
         "schema:rangeIncludes" : "schema:Review",
         "schema:source" : "https://github.com/schemaorg/schemaorg/issues/2450"
      },
      "schema:itemReviewed" : {
         "rdf:type" : "rdf:Property",
         "rdfs:comment" : "The item that is being reviewed/rated.",
         "rdfs:label" : "itemReviewed",
         "schema:domainIncludes" : [
            "schema:Review",
            "schema:AggregateRating"
         ],
         "schema:rangeIncludes" : "schema:Thing"
      },
      "schema:negativeNotes" : {
         "rdf:type" : "rdf:Property",
         "rdfs:comment" : "Provides negative considerations regarding something, most typically in pro/con lists for reviews (alongside [[positiveNotes]]). For symmetry \n\nIn the case of a [[Review]], the property describes the [[itemReviewed]] from the perspective of the review; in the case of a [[Product]], the product itself is being described. Since product descriptions \ntend to emphasise positive claims, it may be relatively unusual to find [[negativeNotes]] used in this way. Nevertheless for the sake of symmetry, [[negativeNotes]] can be used on [[Product]].\n\nThe property values can be expressed either as unstructured text (repeated as necessary), or if ordered, as a list (in which case the most negative is at the beginning of the list).",
         "rdfs:label" : "negativeNotes",
         "schema:domainIncludes" : [
            "schema:Review",
            "schema:Product"
         ],
         "schema:isPartOf" : "http:pending.schema.org",
         "schema:rangeIncludes" : [
            "schema:Text",
            "schema:ListItem",
            "schema:WebContent",
            "schema:ItemList"
         ],
         "schema:source" : "https://github.com/schemaorg/schemaorg/issues/2832"
      },
      "schema:positiveNotes" : {
         "rdf:type" : "rdf:Property",
         "rdfs:comment" : "Provides positive considerations regarding something, for example product highlights or (alongside [[negativeNotes]]) pro/con lists for reviews.\n\nIn the case of a [[Review]], the property describes the [[itemReviewed]] from the perspective of the review; in the case of a [[Product]], the product itself is being described.\n\nThe property values can be expressed either as unstructured text (repeated as necessary), or if ordered, as a list (in which case the most positive is at the beginning of the list).",
         "rdfs:label" : "positiveNotes",
         "schema:domainIncludes" : [
            "schema:Review",
            "schema:Product"
         ],
         "schema:isPartOf" : "http:pending.schema.org",
         "schema:rangeIncludes" : [
            "schema:WebContent",
            "schema:ItemList",
            "schema:Text",
            "schema:ListItem"
         ],
         "schema:source" : "https://github.com/schemaorg/schemaorg/issues/2832"
      },
      "schema:reviewAspect" : {
         "rdf:type" : "rdf:Property",
         "rdfs:comment" : "This Review or Rating is relevant to this part or facet of the itemReviewed.",
         "rdfs:label" : "reviewAspect",
         "schema:domainIncludes" : [
            "schema:Rating",
            "schema:Review",
            "schema:Guide"
         ],
         "schema:rangeIncludes" : "schema:Text",
         "schema:source" : "https://github.com/schemaorg/schemaorg/issues/1689"
      },
      "schema:reviewBody" : {
         "rdf:type" : "rdf:Property",
         "rdfs:comment" : "The actual body of the review.",
         "rdfs:label" : "reviewBody",
         "schema:domainIncludes" : "schema:Review",
         "schema:rangeIncludes" : "schema:Text"
      },
      "schema:reviewRating" : {
         "rdf:type" : "rdf:Property",
         "rdfs:comment" : "The rating given in this review. Note that reviews can themselves be rated. The ```reviewRating``` applies to rating given by the review. The [[aggregateRating]] property applies to the review itself, as a creative work.",
         "rdfs:label" : "reviewRating",
         "schema:domainIncludes" : "schema:Review",
         "schema:rangeIncludes" : "schema:Rating"
      }
   }
}