- From: Phil Barker <phil.barker@pjjk.co.uk>
- Date: Fri, 21 Jun 2019 12:27:53 +0100
- To: "public-talent-signal@w3.org" <public-talent-signal@w3.org>
- Message-ID: <bea93eed-b93c-6dc9-24b4-e87adfea0d81@pjjk.co.uk>
Hello all, here is an example showing how to use the schema.org type EducationalOccupationalCredential as a value for the qualifications property of a JobPosting. It is based on an existing example in schema of anOccupation <https://schema.org/Occupation> requiring a PhD level qualification. { "@context": "http://schema.org/", "@type": "JobPosting", "title": "Systems Research Engineer", "qualifications": { "@type": "EducationalOccupationalCredential", "credentialCategory": "Bachelor of Science", "about": "Computer Science", "name": "Bachelor of Science in Computer Science" } } There's a full description on the wiki at https://www.w3.org/community/talent-signal/wiki/Example_of_JobPosting_qualifications_as_EducationalOccupationalCredential Any comments? Phil -- Phil Barker <http://people.pjjk.net/phil>. http://people.pjjk.net/phil CETIS LLP <https://www.cetis.org.uk>: a cooperative consultancy for innovation in education technology. PJJK Limited <https://www.pjjk.co.uk>: technology to enhance learning; information systems for education. CETIS is a co-operative limited liability partnership, registered in England number OC399090 PJJK Limited is registered in Scotland as a private limited company, number SC569282.
Received on Friday, 21 June 2019 11:28:18 UTC