How do I relate Job (jobTitle) to Organization (worksFor) in Schema.org markup?
问题 Under a Person schema, I want to associate each job title with its respective organization. This is in a resume-like setting, so there are many jobs and many organizations. Here's an actual example of some code from my project (content clipped + changed): <div itemscope itemtype="http://schema.org/Person"> … <p><!--list of jobs--> <span itemprop="jobTitle">Job 1</span>, <span itemprop="jobTitle">Job 2</span>, and <span itemprop="jobTitle">Job 3</span> </p> <p><!--list of places worked for-->