Created
July 4, 2024 21:44
-
-
Save rjurney/e53fb0b68157bc914c292485e2386d1d to your computer and use it in GitHub Desktop.
Example of a valid Senzing record that is an edge with only source metadata. How could I encode a second out-link without copying the source metadata?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"DATA_SOURCE": "TEST", | |
"RECORD_ID": "6", | |
"RECORD_TYPE": "ORGANIZATION", | |
"NAME_LIST": [ | |
{ | |
"NAME_TYPE": "PRIMARY", | |
"NAME_ORG": "Random Company, LTD." | |
} | |
], | |
"ADDRESS_LIST": [ | |
{ | |
"ADDR_FULL": "1 MAIN STREET, SYDNEY,AUSTRALIA " | |
} | |
], | |
"REGISTRATION_COUNTRY": "SAM", | |
"OTHER_ID_NUMBER": "1001263", | |
"OTHER_ID_SOURCE": "ICIJ", | |
"REGISTRATION_DATE": "27-MAR-2006", | |
"INACTIVATION_DATE": "27-FEB-2014", | |
"STRIKE_OFF_DATE": "15-FEB-2014", | |
"STATUS": "Defaulted", | |
"REL_ANCHOR_DOMAIN": "PANAMA", | |
"REL_ANCHOR_KEY": "6", | |
"REL_POINTER_KEY": "3", | |
"REL_POINTER_ROLE": "OFFICER_OF", | |
"REL_POINTER_DOMAIN": "PANAMA", | |
"RELATIONSHIP_TYPE": "shareholder of" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment