-
Notifications
You must be signed in to change notification settings - Fork 915
Expand file tree
/
Copy pathissue-1779-examples.txt
More file actions
234 lines (207 loc) · 9.81 KB
/
issue-1779-examples.txt
File metadata and controls
234 lines (207 loc) · 9.81 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
TYPES: #eg-0259 EducationalOccupationalCredential, credentialCategory, educationalLevel, competencyRequired
PRE-MARKUP:
<h1>HNC Facilities Management</h1>
<p>Higher National qualifications provide practical skills and theoretical
knowledge that meet the needs of employers. The HNC in Facilities Management
(SCQF level 7) develops knowledge and skills of the modern Facilities
Management industry including both ‘hard’ and ‘soft’ services, and is aimed
at those in supervisory and management roles or aspiring managers within the
wider realm of Facilities Services.</p>
<h2>Mapping to National Occupational Standards</h2>
<ul>
<li>ASTFM401 Understand facilities management and its place in the organisation</li>
<li>[etc]</li>
</ul>
MICRODATA:
<div itemscope itemtype="https://schema.org/EducationalOccupationalCredential">
<h1 itemprop="name">HNC Facilities Management</h1>
<p itemprop="description">Higher National qualifications provide practical
skills and theoretical knowledge that meet the needs of employers. The HNC
in Facilities Management (SCQF level 7) develops knowledge and skills of the
modern Facilities Management industry including both ‘hard’ and ‘soft’
services, and is aimed at those in supervisory and management roles or
aspiring managers within the wider realm of Facilities Services.</p>
<div itemprop="educationalLevel"
itemscope itemtype="https://schema.org/DefinedTerm">
<meta itemprop="name" content="SCQF Level 7" />
<link itemprop="inDefinedTermSet" href="https://www.sqa.org.uk/sqa/71377.html" />
</div>
<div itemprop="credentialCategory"
itemscope itemtype="https://schema.org/DefinedTerm">
<meta itemprop="name" content="Higher National Certificate" />
<meta itemprop="termCode" content="HNC" />
</div>
<h2>Mapping to National Occupational Standards</h2>
<ul>
<li itemprop="competencyRequired"
itemscope itemtype="https://schema.org/DefinedTerm">
<span itemprop="termCode">ASTFM401</span>
<span itemprop="name">Understand facilities management and its place in the organisation</span>
<link itemprop="url" href="https://www.ukstandards.org.uk/PublishedNos/ASTFM401.pdf" />
<link itemprop="inDefinedTermSet" href="https://www.ukstandards.org.uk/" />
</li>
<li>[etc]</li>
</ul>
</div>
RDFA:
<div vocab="https://schema.org/" typeof="EducationalOccupationalCredential">
<h1 property="name">HNC Facilities Management</h1>
<p property="description">Higher National qualifications provide practical
skills and theoretical knowledge that meet the needs of employers. The HNC
in Facilities Management (SCQF level 7) develops knowledge and skills of
the modern Facilities Management industry including both ‘hard’ and ‘soft’
services, and is aimed at those in supervisory and management roles or
aspiring managers within the wider realm of Facilities Services.</p>
<div property="educationalLevel" typeof="DefinedTerm">
<meta property="name" content="SCQF Level 7" />
<link property="inDefinedTermSet" href="https://www.sqa.org.uk/sqa/71377.html" />
</div>
<div property="credentialCategory" typeof="DefinedTerm">
<meta property="name" content="Higher National Certificate" />
<meta property="termCode" content="HNC" />
</div>
<h2>Mapping to National Occupational Standards</h2>
<ul>
<li property="competencyRequired" typeof="DefinedTerm">
<span property="termCode">ASTFM401</span>
<span property="name">Understand facilities management and its place in the organisation</span>
<link property="url" href="https://www.ukstandards.org.uk/PublishedNos/ASTFM401.pdf" />
<link property="inDefinedTermSet" href="https://www.ukstandards.org.uk/" />
</li>
<li>[etc]</li>
</ul>
</div>
JSON:
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "EducationalOccupationalCredential",
"name" : "HNC Facilities Management",
"description" : "Higher National qualifications provide practical skills and theoretical knowledge that meet the needs of employers. The HNC in Facilities Management (SCQF level 7) develops knowledge and skills of the modern Facilities Management industry including both ‘hard’ and ‘soft’ services, and is aimed at those in supervisory and management roles or aspiring managers within the wider realm of Facilities Services.",
"educationalLevel" : {
"@type": "DefinedTerm",
"name": "SCQF Level 7",
"inDefinedTermSet": "https://www.sqa.org.uk/sqa/71377.html"
},
"credentialCategory" : {
"@type": "DefinedTerm",
"name": "Higher National Certificate",
"termCode": "HNC"
},
"competencyRequired" : {
"@type": "DefinedTerm",
"termCode": "ASTFM401",
"name": "Understand facilities management and its place in the organisation",
"url": "https://www.ukstandards.org.uk/PublishedNos/ASTFM401.pdf",
"inDefinedTermSet": "https://www.ukstandards.org.uk/"
}
}
</script>
TYPES: #eg-0260 EducationalOccupationalCredential, credentialCategory
PRE-MARKUP:
<h1>Certified Safety Professional</h1>
<p>Certified Safety Professionals (CSP) are persons
who perform at least 50% of professional level safety duties, including
making worksite assessments to determine risks, assessing potential hazards
and controls, evaluating risks and hazard control measures, investigating
incidents, maintaining and evaluating incident and loss records, and
preparing emergency response plans.</p>
MICRODATA:
<div itemscope itemtype="https://schema.org/EducationalOccupationalCredential">
<h1 itemprop="name">Certified Safety Professional</h1>
<link itemprop="url" href="https://www.bcsp.org/CSP" />
<p itemprop="description">Certified Safety Professionals (CSP) are persons
who perform at least 50% of professional level safety duties, including
making worksite assessments to determine risks, assessing potential hazards
and controls, evaluating risks and hazard control measures, investigating
incidents, maintaining and evaluating incident and loss records, and
preparing emergency response plans.</p>
<div itemprop="credentialCategory"
itemscope itemtype="https://schema.org/DefinedTerm">
<meta itemprop="name" content="Certification" />
<link itemprop="url" href="http://purl.org/ctdl/terms/Certification" />
<div itemprop="inDefinedTermSet" itemscope
itemtype="https://schema.org/DefinedTermSet">
<meta itemprop="name" content="Credential Transparency Description Language"/>
<link itemprop="url" content="http://purl.org/ctdl/terms/" />
</div>
</div>
<link itemprop="additionalType" href="http://purl.org/ctdl/terms/Certification">
</div>
RDFA:
<div vocab="https://schema.org/"
typeof="EducationalOccupationalCredential">
<h1 property="name">Certified Safety Professional</h1>
<link property="url" href="https://www.bcsp.org/CSP" />
<p property="description">Certified Safety Professionals (CSP) are persons
who perform at least 50% of professional level safety duties, including
making worksite assessments to determine risks, assessing potential hazards
and controls, evaluating risks and hazard control measures, investigating
incidents, maintaining and evaluating incident and loss records, and
preparing emergency response plans.</p>
<div property="credentialCategory" typeof="DefinedTerm"
resource="http://purl.org/ctdl/terms/Certification">
<meta property="name" content="Certification" />
<div property="inDefinedTermSet" typeof="https://schema.org/DefinedTermSet"
resource="http://purl.org/ctdl/terms/">
<meta property="name" content="Credential Transparency Description Language"/>
</div>
</div>
</div>
JSON:
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": [
"EducationalOccupationalCredential"
],
"name": "Certified Safety Professional",
"url": "https://www.bcsp.org/CSP",
"description": "Certified Safety Professionals (CSP) are persons who perform at least 50% of professional level safety duties, including making worksite assessments to determine risks, assessing potential hazards and controls, evaluating risks and hazard control measures, investigating incidents, maintaining and evaluating incident and loss records, and preparing emergency response plans.",
"credentialCategory": {
"@type": "DefinedTerm",
"@id": "http://purl.org/ctdl/terms/Certification",
"name": "Certification",
"inDefinedTermSet": {
"@type": "DefinedTermSet",
"@id": "http://purl.org/ctdl/terms/",
"name": "Credential Transparency Description Language"
}
}
}
</script>
TYPES: #eg-0261 EducationalOccupationalCredential, Occupation, educationRequirements
PRE-MARKUP:
<h1>Occupation: Research Scientist</h1>
<h2>educationRequirements"</h2>
<p>PhD or equivalent<p>
MICRODATA:
<div itemscope itemtype="https://schema.org/Occupation">
<h1>Occupation: <span itemprop="name"> Research Scientist</span></h1>
<h2>qualifications</h2>
<p itemprop="educationRequirements" itemscope
itemtype="https://schema.org/EducationalOccupationalCredential">
<span itemprop="educationalLevel">PhD or equivalent</span>
</p>
</div>
RDFA:
<div vocab="https://schema.org/" typeof="https://schema.org/Occupation">
<h1>Occupation: <span property="name"> Research Scientist</span></h1>
<h2>qualifications</h2>
<p property="educationRequirements"
typeof="https://schema.org/EducationalOccupationalCredential">
<span property="educationalLevel">PhD or equivalent</span>
</p>
</div>
JSON:
<script type="application/ld+json">
{
"@context": "https://schema.org/",
"@type": "Occupation",
"name": "Research Scientist",
"qualifications": {
"@type": "EducationalOccupationalCredential",
"educationalLevel": "PhD or equivalent"
}
}
</script>