-
Notifications
You must be signed in to change notification settings - Fork 872
Closed
Description
A JobPosting can list the skills, qualifications, experience and education requirements, but should also be able to list the following requirements:
- citizenship requirement
- physical requirement
- security clearance requirement
- sensory requirement.
These have all been found desirable in the Job data exchange project and discussed in the TalentSignal W3C community group (see summary with link to discussion thread).
physical and sensory requirements could use controlled vocabularies such as that provided by O.Net for abilities.
Examples:
- for an electrician
{
"@context": "http://schema.org/",
"@type": "JobPosting",
"sensoryRequirement": {
"@type": "DefinedTerm",
"termCode": "1.A.4.a.3"
"inDefinedTermSet": "https://www.onetonline.org/find/descriptor/browse/Abilities/"
"name": "Visual Color Discrimination"
"description": "The ability to match or detect differences between colors, including shades of color and brightness."
}
}
- for a stone mason
{
"@context": "http://schema.org/",
"@type": "JobPosting",
"physicalRequirement": "Must be able to lift and carry loads of up to 50kg."
}
Metadata
Metadata
Assignees
Labels
No labels