Identify name of an educational occupational credential
Educational and occupational credentials in schema.org |
---|
Wiki Navigation |
Main Page |
Outline use cases |
Proposals to meet requirements |
Example sites |
Other useful links |
Community group home page |
email list for group |
schema.org Git hub issue |
It should be possible to search for and find credentials by the name of the credential. This requires that the text which is the name of the credential is identified as such.
Proposal
No new terms are required for this. Once the object is identified as an EducationalOccupationalCredential, see Identify that an object is a educational / occupational credential, the name property inherited from Thing can be used.
Examples
Note: These examples should not be taken as being authoritative or accurate descriptions of the resources on which they are based.
1. Based on SQA HNC Facilities Management
This copy is for ease of reference only. The definitive version is in file issue-1779-examples.txt on github, which may be more extensive.
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> </div> MICRODATA: <div itemscope itemtype="http://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> RDFA: <div vocab="http://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> JSON: <script type="application/ld+json"> { "@context": "http://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." } </script>