ark:Person
URI format identifier used to refer to this node within the graph.
https://graph.datawollet.com/.draft-nodes/f85b8b6b37fe3e8b144829d200000000A type identifier used to indicate the data model that the node conforms to.
ark:Personark:PersonThe person's title, if known and if any.
DrThe person's initials, if known.
JDThe person's first name, if known.
JohnThe person's last name, if known.
DoeThe name the person is has been referred to as, which may be a truncated form of their full legal name. The ark:Person node type is intended to be disambiguated when combining data from multiple sources.
Mr John DoeThe person's date of birth, if known.
1980-01-01The person's marital status.
Marriedemail object
The person's email address.
The person's primary email address.
The person's work email addresses.
The person's alternate email addresses.
telephone object
The person's telephone numbers.
The person's primary telephone number.
Possible values: Value must match regular expression ^\+?[0-9\s\-()]{7,20}$
The person's home telephone number.
Possible values: Value must match regular expression ^\+?[0-9\s\-()]{7,20}$
The person's mobile telephone number.
Possible values: Value must match regular expression ^\+?[0-9\s\-()]{7,20}$
The person's work telephone number.
Possible values: Value must match regular expression ^\+?[0-9\s\-()]{7,20}$
occupation object
The person's occupation.
The employment status of the person.
Possible values: [Employed, Self Employed, Unemployed, Retired, Full-time Education]
The sector of the person's occupation.
The title of the person's occupation.
secondaryOccupation object
The person's secondary occupation.
The employment status of the person's secondary occupation.
Possible values: [Employed, Self Employed, Unemployed, Retired, Full-time Education]
The sector of the person's secondary occupation.
The title of the person's secondary occupation.
{
"id": "https://graph.datawollet.com/.draft-nodes/f85b8b6b37fe3e8b144829d200000000",
"type": "ark:Person",
"title": "Dr",
"initials": "JD",
"firstName": "John",
"lastName": "Doe",
"knownAs": "Mr John Doe",
"dateOfBirth": "1980-01-01",
"maritalStatus": "Married",
"email": {
"primary": "user@example.com",
"work": [
"user@example.com"
],
"alternate": [
"user@example.com"
]
},
"telephone": {
"primary": "string",
"home": "string",
"mobile": "string",
"work": "string"
},
"occupation": {
"status": "Employed",
"sector": "Information Technology",
"title": "Software Developer"
},
"secondaryOccupation": {
"status": "Employed",
"sector": "Healthcare",
"title": "Nurse"
}
}