employmentUnit
A Schema.org Property
This term is in the "new" area - implementation feedback and adoption from applications and websites can help improve our definitions.
- Canonical URL: https://schema.org/employmentUnit
- Check for open issues.
Indicates the department, unit and/or facility where the employee reports and/or in which the job is to be performed.
Values expected to be one of these types
Used on these types
Source
https://github.com/schemaorg/schemaorg/issues/2296
Examples
Example 1
Copied
Example notes or example HTML without markup.
JobPosting for Junior Software Developer in ITS Division C of ACME Corp
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", "hiringOrganization" : { "@type": "Organization", "@id": "http://www.example.com/acme#Organization", "name": "ACME Corp.", "url": "www.example.com" }, "employmentUnit" : { "@type": "Organization", "name": "ITS - Division C", "parentOrganization" : { "@id": "http://www.example.com/acme#Organization" } } } </script>
Structured representation of the JSON-LD example.