Skip to content

Commit 8e271a3

Browse files
committed
Issue schemaorg#2419: Added properties to EducationalOccupationalProgram.
1 parent ade9ff4 commit 8e271a3

File tree

2 files changed

+119
-0
lines changed

2 files changed

+119
-0
lines changed
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
TYPES: #education-credits-1 EducationalOccupationalProgram
2+
3+
PRE-MARKUP:
4+
5+
A university program with a fixed application window and maximum enrollment.
6+
7+
MICRODATA:
8+
9+
<!-- JSON-LD example only -->
10+
11+
RDFA:
12+
13+
<!-- JSON-LD example only -->
14+
15+
JSON:
16+
17+
18+
<script type="application/ld+json">
19+
{
20+
"@context": "http://schema.org/",
21+
"@type": "EducationalOccupationalProgram",
22+
"name": "ACME University Basketweaving Program",
23+
"applicationStartDate": "2019-09-01",
24+
"applicationDeadline": "2019-12-31",
25+
"educationalProgramMode": "full-time",
26+
"numberOfCredits": 32,
27+
"maximumEnrollment": 100,
28+
"termDuration": "P4M",
29+
"termsPerYear": 2,
30+
"typicalCreditsPerTerm": 4
31+
}
32+
}
33+
</script>
34+

data/ext/pending/issue-2419.rdfa

Lines changed: 85 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,85 @@
1+
<div>
2+
<div typeof="rdf:Property" resource="http://schema.org/applicationDeadline">
3+
<span class="h" property="rdfs:label">applicationDeadline</span>
4+
<span property="rdfs:comment">The date at which the program stops collecting applications for the next enrollment cycle.</span>
5+
<span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/EducationalOccupationalProgram">EducationalOccupationalProgram</a></span>
6+
<span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Date">Date</a></span>
7+
<span property="schema:category">issue-2419</span><a property="dc:source" href="https://github.com/schemaorg/schemaorg/issues/2419">#2419</a>
8+
</div>
9+
<div typeof="rdf:Property" resource="http://schema.org/applicationStartDate">
10+
<span class="h" property="rdfs:label">applicationStartDate</span>
11+
<span property="rdfs:comment">The date at which the program begins collecting applications for the next enrollment cycle.</span>
12+
<span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/EducationalOccupationalProgram">EducationalOccupationalProgram</a></span>
13+
<span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Date">Date</a></span>
14+
<span property="schema:category">issue-2419</span><a property="dc:source" href="https://github.com/schemaorg/schemaorg/issues/2419">#2419</a>
15+
</div>
16+
<div typeof="rdf:Property" resource="http://schema.org/educationalProgramMode">
17+
<span class="h" property="rdfs:label">educationalProgramMode</span>
18+
<span property="rdfs:comment">Similar to courseMode, The medium or means of delivery of the program as a whole. The value may either be a text label (e.g. "online", "onsite" or "blended"; "synchronous" or "asynchronous"; "full-time" or "part-time") or a URL reference to a term from a controlled vocabulary (e.g. https://ceds.ed.gov/element/001311#Asynchronous ).</span>
19+
<span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/EducationalOccupationalProgram">EducationalOccupationalProgram</a></span>
20+
<span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
21+
<span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/URL">URL</a></span>
22+
<span property="schema:category">issue-2419</span><a property="dc:source" href="https://github.com/schemaorg/schemaorg/issues/2419">#2419</a>
23+
</div>
24+
<div typeof="rdf:Property" resource="http://schema.org/numberOfCredits">
25+
<span class="h" property="rdfs:label">numberOfCredits</span>
26+
<span property="rdfs:comment">The number of credits or units awarded by a <a href="http://schema.org/Course">Course</a> or required to complete an <a href="http://schema.org/EducationalOccupationalProgram">EducationalOccupationalProgram</a>.</span>
27+
<span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Course">Course</a></span>
28+
<span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/EducationalOccupationalProgram">EducationalOccupationalProgram</a></span>
29+
<span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Integer">Integer</a></span>
30+
<span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/StructuredValue">StructuredValue</a></span>
31+
<span property="schema:category">issue-2419</span><a property="dc:source" href="https://github.com/schemaorg/schemaorg/issues/2419">#2419</a>
32+
</div>
33+
<div typeof="rdf:Property" resource="http://schema.org/maximumEnrollment">
34+
<span class="h" property="rdfs:label">maximumEnrollment</span>
35+
<span property="rdfs:comment">The maximum number of students who may be enrolled in the program.</span>
36+
<span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/EducationalOccupationalProgram">EducationalOccupationalProgram</a></span>
37+
<span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Integer">Integer</a></span>
38+
<span property="schema:category">issue-2419</span><a property="dc:source" href="https://github.com/schemaorg/schemaorg/issues/2419">#2419</a>
39+
</div>
40+
<div typeof="rdf:Property" resource="http://schema.org/termDuration">
41+
<span class="h" property="rdfs:label">termDuration</span>
42+
<span property="rdfs:comment">The amount of time in a term as defined by the institution. A term is a length of time where students take one or more classes. Semesters and quarters are common units for term.</span>
43+
<span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/EducationalOccupationalProgram">EducationalOccupationalProgram</a></span>
44+
<span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Duration">Duration</a></span>
45+
<span property="schema:category">issue-2419</span><a property="dc:source" href="https://github.com/schemaorg/schemaorg/issues/2419">#2419</a>
46+
</div>
47+
<div typeof="rdf:Property" resource="http://schema.org/termsPerYear">
48+
<span class="h" property="rdfs:label">termsPerYear</span>
49+
<span property="rdfs:comment">The number of times terms of study are offered per year. Semesters and quarters are common units for term. For example, if the student can only take 2 semesters for the program in one year, then termsPerYear should be 2.</span>
50+
<span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/EducationalOccupationalProgram">EducationalOccupationalProgram</a></span>
51+
<span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Number">Number</a></span>
52+
<span property="schema:category">issue-2419</span><a property="dc:source" href="https://github.com/schemaorg/schemaorg/issues/2419">#2419</a>
53+
</div>
54+
<div typeof="rdf:Property" resource="http://schema.org/timeOfDay">
55+
<span class="h" property="rdfs:label">timeOfDay</span>
56+
<span property="rdfs:comment">The time of day the program normally runs. For example, "evenings".</span>
57+
<span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/EducationalOccupationalProgram">EducationalOccupationalProgram</a></span>
58+
<span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
59+
<span property="schema:category">issue-2419</span><a property="dc:source" href="https://github.com/schemaorg/schemaorg/issues/2419">#2419</a>
60+
</div>
61+
<div typeof="rdf:Property" resource="http://schema.org/typicalCreditsPerTerm">
62+
<span class="h" property="rdfs:label">typicalCreditsPerTerm</span>
63+
<span property="rdfs:comment">The number of credits or units a full-time student would be expected to take in 1 term however 'term' is defined by the institution.</span>
64+
<span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/EducationalOccupationalProgram">EducationalOccupationalProgram</a></span>
65+
<span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Integer">Integer</a></span>
66+
<span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/StructuredValue">StructuredValue</a></span>
67+
<span property="schema:category">issue-2419</span><a property="dc:source" href="https://github.com/schemaorg/schemaorg/issues/2419">#2419</a>
68+
</div>
69+
70+
<div typeof="rdf:Property" resource="http://schema.org/startDate">
71+
<span class="h" property="rdfs:label">startDate</span>
72+
<span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/EducationalOccupationalProgram">EducationalOccupationalProgram</a></span>
73+
<span property="schema:category">issue-2419</span><a property="dc:source" href="https://github.com/schemaorg/schemaorg/issues/2419">#2419</a>
74+
</div>
75+
<div typeof="rdf:Property" resource="http://schema.org/endDate">
76+
<span class="h" property="rdfs:label">endDate</span>
77+
<span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/EducationalOccupationalProgram">EducationalOccupationalProgram</a></span>
78+
<span property="schema:category">issue-2419</span><a property="dc:source" href="https://github.com/schemaorg/schemaorg/issues/2419">#2419</a>
79+
</div>
80+
<div typeof="rdf:Property" resource="http://schema.org/dayOfWeek">
81+
<span class="h" property="rdfs:label">dayOfWeek</span>
82+
<span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/EducationalOccupationalProgram">EducationalOccupationalProgram</a></span>
83+
<span property="schema:category">issue-2419</span><a property="dc:source" href="https://github.com/schemaorg/schemaorg/issues/2419">#2419</a>
84+
</div>
85+
</div>

0 commit comments

Comments
 (0)