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 either claimed by a person, an organization or desired or required to fulfill a role or to work in an occupation.

Values expected to be one of these types

Used on these types

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 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.