{
id: // some UUID,
timestamp: // the ISO time of this relationship's creation
transaction_id: // the UUID of the transaction this relationship was a part of
creator_id: // a reference to the individual or system that created this
intent: // a string outlining this relationship's intent. Useful for debugging.
pointers: [
// two example pointers:
{ label: "person", target: ":sally", context: "pets" },
{ label: "pet", target: ":buster", context: "owner" }
]
}