{
"class" : {
"rdf:type" : "rdfs:Class",
"rdfs:comment" : "The action that takes in a math expression and directs users to a page potentially capable of solving/simplifying that expression.",
"rdfs:label" : "SolveMathAction",
"rdfs:subClassOf" : "schema:Action",
"schema:isPartOf" : "http:pending.schema.org",
"schema:source" : "https://github.com/schemaorg/schemaorg/issues/2740"
},
"properties" : {
"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"
}
}
}