{
   "class" : {
      "rdf:type" : "rdfs:Class",
      "rdfs:comment" : "The LearningResource type can be used to indicate [[CreativeWork]]s (whether physical or digital) that have a particular and explicit orientation towards learning, education, skill acquisition, and other educational purposes.\n\n[[LearningResource]] is expected to be used as an addition to a primary type such as [[Book]], [[VideoObject]], [[Product]] etc.\n\n[[EducationEvent]] serves a similar purpose for event-like things (e.g. a [[Trip]]). A [[LearningResource]] may be created as a result of an [[EducationEvent]], for example by recording one.",
      "rdfs:label" : "LearningResource",
      "rdfs:subClassOf" : "schema:CreativeWork",
      "schema:isPartOf" : "http:pending.schema.org",
      "schema:source" : "https://github.com/schemaorg/schemaorg/issues/1401"
   },
   "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:competencyRequired" : {
         "rdf:type" : "rdf:Property",
         "rdfs:comment" : "Knowledge, skill, ability or personal attribute that must be demonstrated by a person or other entity in order to do something such as earn an Educational Occupational Credential or understand a LearningResource.",
         "rdfs:label" : "competencyRequired",
         "schema:domainIncludes" : [
            "schema:EducationalOccupationalCredential",
            "schema:LearningResource"
         ],
         "schema:isPartOf" : "http:pending.schema.org",
         "schema:rangeIncludes" : [
            "schema:Text",
            "schema:DefinedTerm",
            "schema:URL"
         ],
         "schema:source" : "https://github.com/schemaorg/schemaorg/issues/1779"
      },
      "schema:educationalAlignment" : {
         "rdf:type" : "rdf:Property",
         "rdfs:comment" : "An alignment to an established educational framework.\n\nThis property should not be used where the nature of the alignment can be described using a simple property, for example to express that a resource [[teaches]] or [[assesses]] a competency.",
         "rdfs:label" : "educationalAlignment",
         "schema:domainIncludes" : [
            "schema:CreativeWork",
            "schema:LearningResource"
         ],
         "schema:rangeIncludes" : "schema:AlignmentObject"
      },
      "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:educationalUse" : {
         "rdf:type" : "rdf:Property",
         "rdfs:comment" : "The purpose of a work in the context of education; for example, 'assignment', 'group work'.",
         "rdfs:label" : "educationalUse",
         "schema:domainIncludes" : [
            "schema:LearningResource",
            "schema:CreativeWork"
         ],
         "schema:rangeIncludes" : [
            "schema:Text",
            "schema:DefinedTerm"
         ]
      },
      "schema:learningResourceType" : {
         "rdf:type" : "rdf:Property",
         "rdfs:comment" : "The predominant type or kind characterizing the learning resource. For example, 'presentation', 'handout'.",
         "rdfs:label" : "learningResourceType",
         "schema:domainIncludes" : [
            "schema:CreativeWork",
            "schema:LearningResource"
         ],
         "schema:rangeIncludes" : [
            "schema:Text",
            "schema:DefinedTerm"
         ]
      },
      "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"
      }
   }
}