ark:Employment
idstring<uri>required
URI format identifier used to refer to this node within the graph.
Example:
https://graph.datawollet.com/.draft-nodes/f85b8b6b37fe3e8b144829d200000000typestringrequired
A type identifier used to indicate the data model that the node conforms to.
Constant value:
ark:EmploymentExample:
ark:Employmentemployeestring
The person associated with the employment.
Example:
https://graph.noah.myark.io/.draft-nodes/2df392d18d21c02b11bdb966457cb930employerstring
The organisation associated with the employment.
Example:
https://graph.noah.myark.io/.draft-nodes/2df392d18d21c02b11bdb966457cb930jobTitlestring
LinkableGDPR
The job title associated with the employment.
Example:
Software Engineerdepartmentstring
LinkableGDPR
The department associated with the employment.
Example:
Engineeringreferencestring
PIIGDPR
The reference number associated with the employment.
Example:
12345889payFrequencystring
The frequency at which the employee is paid.
Example:
MonthlyeffectiveAtstring<date>
The date the employment became effective.
Example:
2020-01-01ark: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"
}