Skip to main content

ark:Employment

idurirequired

URI format identifier used to refer to this node within the graph.

Example: https://graph.onteric.com/.draft-nodes/f85b8b6b37fe3e8b144829d200000000
typestringrequired

A type identifier used to indicate the data model that the node conforms to.

Constant value: ark:Employment
Example: ark:Employment
employeeuri

The person associated with the employment.

Example: https://graph.noah.myark.io/.draft-nodes/2df392d18d21c02b11bdb966457cb930
employeruri

The organisation associated with the employment.

Example: https://graph.noah.myark.io/.draft-nodes/2df392d18d21c02b11bdb966457cb930
jobTitlestring
LinkableGDPR

The job title associated with the employment.

Example: Software Engineer
departmentstring
LinkableGDPR

The department associated with the employment.

Example: Engineering
referencestring
PIIGDPR

The reference number associated with the employment.

Example: 12345889
payFrequencystring

The frequency at which the employee is paid.

Possible values: [Weekly, Fortnightly, Four-weekly, Monthly, Quarterly, Semi-annual, Annual]

Example: Monthly
basisstring

Whether the employment is full-time, part-time, etc.

Possible values: [Full-time, Part-time, Casual, Zero-hours]

Example: Full-time
contractTypestring

Whether the employment is permanent, fixed term, etc.

Possible values: [Permanent, Fixed-term, Temporary, Apprenticeship]

Example: Permanent
industrystring
LinkableGDPR

Free-text description of the industry classification for the employment, where known.

Example: Information Technology
effectiveAtdate

The date the employment became effective.

Example: 2020-01-01
startedOndate

The date the employment started.

Example: 2020-01-01
endedOndate

The date the employment ended, if it is no longer active.

Example: 2024-06-30
ark:Employment
{
"id": "https://graph.onteric.com/.draft-nodes/f85b8b6b37fe3e8b144829d200000000",
"type": "ark:Employment",
"employee": "https://graph.noah.myark.io/.draft-nodes/2df392d18d21c02b11bdb966457cb930",
"employer": "https://graph.noah.myark.io/.draft-nodes/2df392d18d21c02b11bdb966457cb930",
"jobTitle": "Software Engineer",
"department": "Engineering",
"reference": "12345889",
"payFrequency": "Monthly",
"basis": "Full-time",
"contractType": "Permanent",
"industry": "Information Technology",
"effectiveAt": "2020-01-01",
"startedOn": "2020-01-01",
"endedOn": "2024-06-30"
}