{
   "class" : {
      "rdf:type" : "rdfs:Class",
      "rdfs:comment" : "An answer offered to a question; perhaps correct, perhaps opinionated or wrong.",
      "rdfs:label" : "Answer",
      "rdfs:subClassOf" : "schema:Comment",
      "schema:contributor" : "collab:QAStackExchange"
   },
   "properties" : {
      "schema:answerExplanation" : {
         "rdf:type" : "rdf:Property",
         "rdfs:comment" : "A step-by-step or full explanation about Answer. Can outline how this Answer was achieved or contain more broad clarification or statement about it. ",
         "rdfs:label" : "answerExplanation",
         "schema:domainIncludes" : "schema:Answer",
         "schema:isPartOf" : "http:pending.schema.org",
         "schema:rangeIncludes" : [
            "schema:Comment",
            "schema:WebContent"
         ],
         "schema:source" : "https://github.com/schemaorg/schemaorg/issues/2636"
      },
      "schema:parentItem" : {
         "rdf:type" : "rdf:Property",
         "rdfs:comment" : "The parent of a question, answer or item in general. Typically used for Q/A discussion threads e.g. a chain of comments with the first comment being an [[Article]] or other [[CreativeWork]]. See also [[comment]] which points from something to a comment about it.",
         "rdfs:label" : "parentItem",
         "schema:domainIncludes" : [
            "schema:Question",
            "schema:Comment",
            "schema:Answer"
         ],
         "schema:rangeIncludes" : [
            "schema:CreativeWork",
            "schema:Comment"
         ]
      }
   }
}