{
   "class" : {
      "rdf:type" : "rdfs:Class",
      "rdfs:comment" : "A fact-checking review of claims made (or reported) in some creative work (referenced via itemReviewed).",
      "rdfs:label" : "ClaimReview",
      "rdfs:subClassOf" : "schema:Review",
      "schema:source" : "https://github.com/schemaorg/schemaorg/issues/1061"
   },
   "properties" : {
      "schema:claimReviewed" : {
         "rdf:type" : "rdf:Property",
         "rdfs:comment" : "A short summary of the specific claims reviewed in a ClaimReview.",
         "rdfs:label" : "claimReviewed",
         "schema:domainIncludes" : "schema:ClaimReview",
         "schema:rangeIncludes" : "schema:Text",
         "schema:source" : "https://github.com/schemaorg/schemaorg/issues/1061"
      }
   }
}