{
   "class" : {
      "rdf:type" : "rdfs:Class",
      "rdfs:comment" : "An educational or occupational credential. A diploma, academic degree, certification, qualification, badge, etc., that may be awarded to a person or other entity that meets the requirements defined by the credentialer.",
      "rdfs:label" : "EducationalOccupationalCredential",
      "rdfs:subClassOf" : "schema:CreativeWork",
      "schema:isPartOf" : "http:pending.schema.org",
      "schema:source" : "https://github.com/schemaorg/schemaorg/issues/1779"
   },
   "properties" : {
      "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:credentialCategory" : {
         "rdf:type" : "rdf:Property",
         "rdfs:comment" : "The category or type of credential being described, for example \"degree”, “certificate”, “badge”, or more specific term.",
         "rdfs:label" : "credentialCategory",
         "schema:domainIncludes" : "schema:EducationalOccupationalCredential",
         "schema:isPartOf" : "http:pending.schema.org",
         "schema:rangeIncludes" : [
            "schema:Text",
            "schema:DefinedTerm",
            "schema:URL"
         ],
         "schema:source" : "https://github.com/schemaorg/schemaorg/issues/1779"
      },
      "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:recognizedBy" : {
         "rdf:type" : "rdf:Property",
         "rdfs:comment" : "An organization that acknowledges the validity, value or utility of a credential. Note: recognition may include a process of quality assurance or accreditation.",
         "rdfs:label" : "recognizedBy",
         "schema:domainIncludes" : "schema:EducationalOccupationalCredential",
         "schema:isPartOf" : "http:pending.schema.org",
         "schema:rangeIncludes" : "schema:Organization",
         "schema:source" : "https://github.com/schemaorg/schemaorg/issues/1779"
      },
      "schema:validFor" : {
         "rdf:type" : "rdf:Property",
         "rdfs:comment" : "The duration of validity of a permit or similar thing.",
         "rdfs:label" : "validFor",
         "schema:domainIncludes" : [
            "schema:Permit",
            "schema:EducationalOccupationalCredential"
         ],
         "schema:rangeIncludes" : "schema:Duration",
         "schema:source" : "https://github.com/schemaorg/schemaorg/issues/1779"
      },
      "schema:validIn" : {
         "rdf:type" : "rdf:Property",
         "rdfs:comment" : "The geographic area where a permit or similar thing is valid.",
         "rdfs:label" : "validIn",
         "schema:domainIncludes" : [
            "schema:Permit",
            "schema:EducationalOccupationalCredential"
         ],
         "schema:rangeIncludes" : "schema:AdministrativeArea",
         "schema:source" : "https://github.com/schemaorg/schemaorg/issues/1779"
      }
   }
}