Industry a standard code

From Talent Marketplace Signaling Community Group
Talent Signal
Wiki Navigation
Main Page
Issues, use cases and requirements
Examples
Other useful links
Community group home page
email list for group
relevant work elsewhere

Issue description: Provide a means of giving the industry a standard code. From Comparison of JDX JobSchema+ with schema.org

Discussion: mail list Nov 2019, thread on properties relating to employer information.

  • Currently JobPosting has a property for industry, (the industry associated with the job position) but this can only be text so codes like those in NAICS or ESCO would be difficult to interpret.

Propsal

status Solution proposed to schema.org (issue 2396, pull request 2402)

Suggest adding DefinedTerm to range of industry property.

Example

Extends the Junior software developer example

{
  "@context": "http://schema.org/",
  "@type": "JobPosting",
  "title": "Systems Research Engineer",
  "industry": {
    "@type": "DefinedTerm",
    "termCode": "511210",
    "name": "Software Publishers",
    "url": "https://www.naics.com/naics-code-description/?code=511210"
    "inDefinedTermSet": "NAICS (North American Industry Classification System)"
  }
}