Note: you are viewing the development version of Schema.org. See How we work for more details.

skills

A Schema.org Property
A statement of knowledge, skill, ability, task or any other assertion expressing a competency that is desired or required to fulfill this role or to work in this occupation.
Values expected to be one of these types
DefinedTerm
Text
Used on these types
JobPosting
Occupation

Source

https://github.com/schemaorg/schemaorg/issues/1698

https://github.com/schemaorg/schemaorg/issues/2322


Examples

Example 1
Copied
Example notes or example HTML without markup.
Junior Software Developer must have Knowledge of computer
programming principles as defined by the National Initiative for
Cybersecurity Education (NICE) Cybersecurity Workforce Framework
Example encoded as Microdata embedded in HTML.
todo
Example encoded as RDFa embedded in HTML.
todo
Example encoded as JSON-LD in a HTML script tag.
<script type="application/ld+json">
{
  "@context": "https://schema.org/",
  "@type": "JobPosting",
  "title": "Junior software developer",
  "skills": {
    "@type": "DefinedTerm",
    "termCode": "K0016",
    "description": "Knowledge of computer programming principles",
    "inDefinedTermSet": {
      "@type": "DefinedTermSet",
      "name": "National Initiative for Cybersecurity Education (NICE) Cybersecurity Workforce Framework",
      "url": "https://doi.org/10.6028/NIST.SP.800-181",
      "publisher": {
        "@type": "Organization",
        "name": "National Institute of Standards and Technology (NIST)"
      },
      "datePublished": "2017-08"
    }
  }
}
</script>
Structured representation of the JSON-LD example.