DO.IBR.01 Person
DO.IBR.01 Person
Example of JSON Data for the Person Data Object
{
"@context": {
"spdci": "https://schema.spdci.org/extensions/ibr/v1/",
"rdfs": "http://www.w3.org/2000/01/rdf-schema#",
"xsd": "http://www.w3.org/2001/XMLSchema#",
"owl": "http://www.w3.org/2002/07/owl#",
"common": "https://schema.spdci.org/common/v1/"
},
"@id": "https://example.org/ibr_person/847951632",
"@type": "spdci:IBR_Person",
"identifier": [
{
"@type": "Identifier",
"identifier_type": "UIN",
"identifier_value": "847951632"
}
],
"name": {
"@type": "Name",
"surname": "Phumchai",
"given_name": "Sudarat",
"prefix": "Dr.",
"suffix": "PhD"
},
"birth_date": "1995-09-21T11:20:00",
"sex": "female",
"address": [
{
"@type": "Address",
"address_line1": "Bophut Koh Samui",
"address_line2": "Surat, Near Big Buddha Beach",
"locality": "Thani",
"sub_region_code": "SH",
"region_code": "A205",
"postal_code": "84320",
"country_code": "TH",
}],
"phone_number": ["+66891234567"],
"email": ["[email protected]"],
"registration_date": "1995-10-21T11:20:00"
}
JSON-LD File on GitHub
Last updated
Was this helpful?

