{
   "class" : {
      "rdf:type" : "rdfs:Class",
      "rdfs:comment" : "A program with both an educational and employment component. Typically based at a workplace and structured around work-based learning, with the aim of instilling competencies related to an occupation. WorkBasedProgram is used to distinguish programs such as apprenticeships from school, college or other classroom based educational programs.",
      "rdfs:label" : "WorkBasedProgram",
      "rdfs:subClassOf" : "schema:EducationalOccupationalProgram",
      "schema:isPartOf" : "http:pending.schema.org",
      "schema:source" : "https://github.com/schemaorg/schemaorg/issues/2289"
   },
   "properties" : {
      "schema:occupationalCategory" : {
         "rdf:type" : "rdf:Property",
         "rdfs:comment" : "A category describing the job, preferably using a term from a taxonomy such as [BLS O*NET-SOC](http://www.onetcenter.org/taxonomy.html), [ISCO-08](https://www.ilo.org/public/english/bureau/stat/isco/isco08/) or similar, with the property repeated for each applicable value. Ideally the taxonomy should be identified, and both the textual label and formal code for the category should be provided.\\n\nNote: for historical reasons, any textual label and formal code provided as a literal may be assumed to be from O*NET-SOC.",
         "rdfs:label" : "occupationalCategory",
         "schema:domainIncludes" : [
            "schema:WorkBasedProgram",
            "schema:EducationalOccupationalProgram",
            "schema:Occupation",
            "schema:JobPosting"
         ],
         "schema:isPartOf" : "http:pending.schema.org",
         "schema:rangeIncludes" : [
            "schema:CategoryCode",
            "schema:Text"
         ],
         "schema:source" : [
            "https://github.com/schemaorg/schemaorg/issues/2192",
            "https://github.com/schemaorg/schemaorg/issues/2460",
            "https://github.com/schemaorg/schemaorg/issues/2289",
            "https://github.com/schemaorg/schemaorg/issues/1698"
         ]
      },
      "schema:trainingSalary" : {
         "rdf:type" : "rdf:Property",
         "rdfs:comment" : "The estimated salary earned while in the program.",
         "rdfs:label" : "trainingSalary",
         "schema:domainIncludes" : [
            "schema:WorkBasedProgram",
            "schema:EducationalOccupationalProgram"
         ],
         "schema:isPartOf" : "http:pending.schema.org",
         "schema:rangeIncludes" : "schema:MonetaryAmountDistribution",
         "schema:source" : [
            "https://github.com/schemaorg/schemaorg/issues/2460",
            "https://github.com/schemaorg/schemaorg/issues/2289"
         ]
      }
   }
}