Skip to content

Commit

Permalink
Updated type definitions following schemaorg#2289 discussions.
Browse files Browse the repository at this point in the history
Renamed WorkBasedProgram from earlier WageBasedTraining.
  • Loading branch information
danbri committed Jul 24, 2019
1 parent 3d91998 commit 7cca64c
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions data/ext/pending/issue-2289.rdfa
Original file line number Diff line number Diff line change
@@ -1,17 +1,14 @@
<div>
<div typeof="rdfs:Class" resource="http://schema.org/EducationalOccupationalProgram">
<span class="h" property="rdfs:label">EducationalOccupationalProgram</span>
<span property="rdfs:comment">A program offered by an institution which
determines the learning progress to achieve an outcome, usually a
credential like a degree or certificate.</span>
<span property="rdfs:comment">A program offered by an institution which determines the learning progress to achieve an outcome, usually a credential like a degree or certificate. This would define a discrete set of opportunities (e.g., job, courses) that together constitute a program with a clear start, end, set of requirements, and transition to a new occupational opportunity (e.g., a job), or sometimes a higher educational opportunity (e.g., an advanced degree).</span>
<span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Intangible">Intangible</a></span>
<link property="http://schema.org/isPartOf" href="http://pending.schema.org" />
<span property="schema:category">issue-2289</span><a property="dc:source" href="https://github.com/schemaorg/schemaorg/issues/2289">#2289</a>
</div>
<div typeof="rdfs:Class" resource="http://schema.org/WageBasedTraining">
<span class="h" property="rdfs:label">WageBasedTraining</span>
<span property="rdfs:comment">A program with both an educational and
occupational component.</span>
<div typeof="rdfs:Class" resource="http://schema.org/WorkBasedProgram">
<span class="h" property="rdfs:label">WorkBasedProgram</span>
<span property="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.</span>
<span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/EducationalOccupationalProgram">EducationalOccupationalProgram</a></span>
<link property="http://schema.org/isPartOf" href="http://pending.schema.org" />
<span property="schema:category">issue-2289</span><a property="dc:source" href="https://github.com/schemaorg/schemaorg/issues/2289">#2289</a>
Expand Down

0 comments on commit 7cca64c

Please sign in to comment.