{
   "class" : {
      "rdf:type" : "rdfs:Class",
      "rdfs:comment" : "Event type: Education event.",
      "rdfs:label" : "EducationEvent",
      "rdfs:subClassOf" : "schema:Event"
   },
   "properties" : {
      "schema:assesses" : {
         "rdf:type" : "rdf:Property",
         "rdfs:comment" : "The item being described is intended to assess the competency or learning outcome defined by the referenced term.",
         "rdfs:label" : "assesses",
         "schema:domainIncludes" : [
            "schema:LearningResource",
            "schema:CreativeWork",
            "schema:EducationEvent"
         ],
         "schema:isPartOf" : "http:pending.schema.org",
         "schema:rangeIncludes" : [
            "schema:Text",
            "schema:DefinedTerm"
         ],
         "schema:source" : "https://github.com/schemaorg/schemaorg/issues/2427"
      },
      "schema:educationalLevel" : {
         "rdf:type" : "rdf:Property",
         "rdfs:comment" : "The level in terms of progression through an educational or training context. Examples of educational levels include 'beginner', 'intermediate' or 'advanced', and formal sets of level indicators.",
         "rdfs:label" : "educationalLevel",
         "schema:domainIncludes" : [
            "schema:LearningResource",
            "schema:CreativeWork",
            "schema:EducationalOccupationalCredential",
            "schema:EducationEvent"
         ],
         "schema:isPartOf" : "http:pending.schema.org",
         "schema:rangeIncludes" : [
            "schema:URL",
            "schema:Text",
            "schema:DefinedTerm"
         ],
         "schema:source" : "https://github.com/schemaorg/schemaorg/issues/1779"
      },
      "schema:teaches" : {
         "rdf:type" : "rdf:Property",
         "rdfs:comment" : "The item being described is intended to help a person learn the competency or learning outcome defined by the referenced term.",
         "rdfs:label" : "teaches",
         "schema:domainIncludes" : [
            "schema:CreativeWork",
            "schema:EducationEvent",
            "schema:LearningResource"
         ],
         "schema:isPartOf" : "http:pending.schema.org",
         "schema:rangeIncludes" : [
            "schema:Text",
            "schema:DefinedTerm"
         ],
         "schema:source" : "https://github.com/schemaorg/schemaorg/issues/2427"
      }
   }
}