{
   "class" : {
      "rdf:type" : "rdfs:Class",
      "rdfs:comment" : "A specific question - e.g. from a user seeking answers online, or collected in a Frequently Asked Questions (FAQ) document.",
      "rdfs:label" : "Question",
      "rdfs:subClassOf" : "schema:Comment",
      "schema:contributor" : "collab:QAStackExchange"
   },
   "properties" : {
      "schema:acceptedAnswer" : {
         "rdf:type" : "rdf:Property",
         "rdfs:comment" : "The answer(s) that has been accepted as best, typically on a Question/Answer site. Sites vary in their selection mechanisms, e.g. drawing on community opinion and/or the view of the Question author.",
         "rdfs:label" : "acceptedAnswer",
         "rdfs:subPropertyOf" : "schema:suggestedAnswer",
         "schema:domainIncludes" : "schema:Question",
         "schema:rangeIncludes" : [
            "schema:Answer",
            "schema:ItemList"
         ]
      },
      "schema:answerCount" : {
         "rdf:type" : "rdf:Property",
         "rdfs:comment" : "The number of answers this question has received.",
         "rdfs:label" : "answerCount",
         "schema:domainIncludes" : "schema:Question",
         "schema:rangeIncludes" : "schema:Integer"
      },
      "schema:eduQuestionType" : {
         "rdf:type" : "rdf:Property",
         "rdfs:comment" : "For questions that are part of learning resources (e.g. Quiz), eduQuestionType indicates the format of question being given. Example: \"Multiple choice\", \"Open ended\", \"Flashcard\".",
         "rdfs:label" : "eduQuestionType",
         "schema:domainIncludes" : [
            "schema:SolveMathAction",
            "schema:Question"
         ],
         "schema:isPartOf" : "http:pending.schema.org",
         "schema:rangeIncludes" : "schema:Text",
         "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"
         ]
      },
      "schema:suggestedAnswer" : {
         "rdf:type" : "rdf:Property",
         "rdfs:comment" : "An answer (possibly one of several, possibly incorrect) to a Question, e.g. on a Question/Answer site.",
         "rdfs:label" : "suggestedAnswer",
         "schema:domainIncludes" : "schema:Question",
         "schema:rangeIncludes" : [
            "schema:ItemList",
            "schema:Answer"
         ]
      }
   }
}