Skip to main content

ark:Employment

idstring<uri>required

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

Example: https://graph.datawollet.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
employeestring

The person associated with the employment.

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

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.

Example: Monthly
effectiveAtstring<date>

The date the employment became effective.

Example: 2020-01-01
ark:Employment
{
"id": "https://graph.datawollet.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",
"effectiveAt": "2020-01-01"
}