189 lines
No EOL
172 KiB
HTML
189 lines
No EOL
172 KiB
HTML
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
|
|
<script src="lib/bindings/utils.js"></script>
|
|
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/vis-network/9.1.2/dist/dist/vis-network.min.css" integrity="sha512-WgxfT5LWjfszlPHXRmBWHkV2eceiWTOBvrKCNbdgDYTHrT2AeLCGbF4sZlZw3UMN3WtL0tGUoIAKsu8mllg/XA==" crossorigin="anonymous" referrerpolicy="no-referrer" />
|
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/vis-network/9.1.2/dist/vis-network.min.js" integrity="sha512-LnvoEWDFrqGHlHmDD2101OrLcbsfkrzoSpvtSQtxK3RMnRV0eOkhhBN2dXHKRrUU8p2DGRTk35n4O8nWSVe1mQ==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
|
|
|
|
|
|
<center>
|
|
<h1>Entity-Aware Memory Graph - Interactive Visualization</h1>
|
|
</center>
|
|
|
|
<!-- <link rel="stylesheet" href="../node_modules/vis/dist/vis.min.css" type="text/css" />
|
|
<script type="text/javascript" src="../node_modules/vis/dist/vis.js"> </script>-->
|
|
<link
|
|
href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0-beta3/dist/css/bootstrap.min.css"
|
|
rel="stylesheet"
|
|
integrity="sha384-eOJMYsd53ii+scO/bJGFsiCZc+5NDVN2yr8+0RDqr0Ql0h+rP48ckxlpbzKgwra6"
|
|
crossorigin="anonymous"
|
|
/>
|
|
<script
|
|
src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0-beta3/dist/js/bootstrap.bundle.min.js"
|
|
integrity="sha384-JEW9xMcG8R+pH31jmWH6WWP0WintQrMb4s7ZOdauHnUtxwoG2vI5DkLtS3qm9Ekf"
|
|
crossorigin="anonymous"
|
|
></script>
|
|
|
|
|
|
<center>
|
|
<h1>Entity-Aware Memory Graph - Interactive Visualization</h1>
|
|
</center>
|
|
<style type="text/css">
|
|
|
|
#mynetwork {
|
|
width: 100%;
|
|
height: 900px;
|
|
background-color: #ffffff;
|
|
border: 1px solid lightgray;
|
|
position: relative;
|
|
float: left;
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</style>
|
|
</head>
|
|
|
|
|
|
<body>
|
|
<div style="position: absolute; top: 80px; left: 10px; background: white;
|
|
padding: 15px; border: 2px solid #333; border-radius: 8px;
|
|
font-family: Tahoma; box-shadow: 2px 2px 8px rgba(0,0,0,0.3); z-index: 1000;">
|
|
<h3 style="margin-top: 0; border-bottom: 2px solid #333; padding-bottom: 5px;">Legend</h3>
|
|
|
|
<h4 style="margin-bottom: 5px;">Link Types:</h4>
|
|
<div style="margin-left: 10px;">
|
|
<div style="margin: 5px 0;">
|
|
<span style="display: inline-block; width: 40px; height: 1px;
|
|
background: #00bcd4; border-top: 1px dashed #00bcd4;
|
|
vertical-align: middle;"></span>
|
|
<span style="margin-left: 10px;"><b>Temporal</b> - Time-based (cyan, dashed)</span>
|
|
</div>
|
|
<div style="margin: 5px 0;">
|
|
<span style="display: inline-block; width: 40px; height: 1px;
|
|
background: #ff69b4; vertical-align: middle;"></span>
|
|
<span style="margin-left: 10px;"><b>Semantic</b> - Meaning-based (pink, solid)</span>
|
|
</div>
|
|
<div style="margin: 5px 0;">
|
|
<span style="display: inline-block; width: 40px; height: 1.5px;
|
|
background: #ffd700; vertical-align: middle;"></span>
|
|
<span style="margin-left: 10px;"><b>Entity</b> - Same entity (gold)</span>
|
|
</div>
|
|
</div>
|
|
|
|
<h4 style="margin-bottom: 5px; margin-top: 15px;">Node Colors:</h4>
|
|
<div style="margin-left: 10px;">
|
|
<div style="margin: 5px 0;">
|
|
<span style="display: inline-block; width: 20px; height: 20px;
|
|
background: #e0e0e0; border: 1px solid #999;
|
|
vertical-align: middle;"></span>
|
|
<span style="margin-left: 10px;">Gray - No entities</span>
|
|
</div>
|
|
<div style="margin: 5px 0;">
|
|
<span style="display: inline-block; width: 20px; height: 20px;
|
|
background: #90caf9; border: 1px solid #999;
|
|
vertical-align: middle;"></span>
|
|
<span style="margin-left: 10px;">Light Blue - 1 entity</span>
|
|
</div>
|
|
<div style="margin: 5px 0;">
|
|
<span style="display: inline-block; width: 20px; height: 20px;
|
|
background: #42a5f5; border: 1px solid #999;
|
|
vertical-align: middle;"></span>
|
|
<span style="margin-left: 10px;">Dark Blue - 2+ entities</span>
|
|
</div>
|
|
</div>
|
|
|
|
<div style="margin-top: 15px; padding-top: 10px; border-top: 1px solid #ccc;
|
|
font-size: 11px; color: #666;">
|
|
<b>Tip:</b> Hover over nodes/edges for details<br>
|
|
<b>Controls:</b> Drag to move, scroll to zoom
|
|
</div>
|
|
</div>
|
|
|
|
<div class="card" style="width: 100%">
|
|
|
|
|
|
<div id="mynetwork" class="card-body"></div>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<script type="text/javascript">
|
|
|
|
// initialize global variables.
|
|
var edges;
|
|
var nodes;
|
|
var allNodes;
|
|
var allEdges;
|
|
var nodeColors;
|
|
var originalNodes;
|
|
var network;
|
|
var container;
|
|
var options, data;
|
|
var filter = {
|
|
item : '',
|
|
property : '',
|
|
value : []
|
|
};
|
|
|
|
|
|
|
|
|
|
|
|
// This method is responsible for drawing the graph, returns the drawn network
|
|
function drawGraph() {
|
|
var container = document.getElementById('mynetwork');
|
|
|
|
|
|
|
|
// parsing and collecting nodes and edges from the python
|
|
nodes = new vis.DataSet([{"color": "#e0e0e0", "font": {"color": "#000000"}, "id": "c1cf799b-4507-456b-92fd-09686baac92c", "label": "The activist group is named \u0027Connected LGBTQ Activ...", "shape": "box", "size": 20, "title": "\n \u003cb\u003eText:\u003c/b\u003e The activist group is named \u0027Connected LGBTQ Activists\u0027 and holds regular meetings, plans events and campaigns.\u003cbr\u003e\n \u003cb\u003eDate:\u003c/b\u003e 2023-05-08\u003cbr\u003e\n \u003cb\u003eContext:\u003c/b\u003e Full conversation between Caroline and Melanie\u003cbr\u003e\n \u003cb\u003eEntities:\u003c/b\u003e No entities\n "}, {"color": "#90caf9", "font": {"color": "#000000"}, "id": "854fc039-d8aa-429f-b917-5836824c3575", "label": "Caroline attended an LGBTQ support group yesterday...", "shape": "box", "size": 25, "title": "\n \u003cb\u003eText:\u003c/b\u003e Caroline attended an LGBTQ support group yesterday.\u003cbr\u003e\n \u003cb\u003eDate:\u003c/b\u003e 2023-05-08\u003cbr\u003e\n \u003cb\u003eContext:\u003c/b\u003e Full conversation between Caroline and Melanie\u003cbr\u003e\n \u003cb\u003eEntities:\u003c/b\u003e Caroline (PERSON)\n "}, {"color": "#42a5f5", "font": {"color": "#000000"}, "id": "bacee3c5-c909-429f-8fdf-a6d7814aa431", "label": "Melanie and Melanie kids finiCarolined anotMelanie...", "shape": "box", "size": 30, "title": "\n \u003cb\u003eText:\u003c/b\u003e Melanie and Melanie kids finiCarolined anotMelanie painting like Melanie and Caroline last one.\u003cbr\u003e\n \u003cb\u003eDate:\u003c/b\u003e 2023-05-08\u003cbr\u003e\n \u003cb\u003eContext:\u003c/b\u003e Full conversation between Caroline and Melanie\u003cbr\u003e\n \u003cb\u003eEntities:\u003c/b\u003e Caroline (GPE)\\nMelanie (PERSON)\n "}, {"color": "#42a5f5", "font": {"color": "#000000"}, "id": "a7721041-27be-40c3-be77-dc46a131605a", "label": "Caroline plans to continue Melanie education and e...", "shape": "box", "size": 30, "title": "\n \u003cb\u003eText:\u003c/b\u003e Caroline plans to continue Melanie education and explore career options in counseling or mental health.\u003cbr\u003e\n \u003cb\u003eDate:\u003c/b\u003e 2023-05-08\u003cbr\u003e\n \u003cb\u003eContext:\u003c/b\u003e Full conversation between Caroline and Melanie\u003cbr\u003e\n \u003cb\u003eEntities:\u003c/b\u003e Caroline (PERSON)\\nMelanie (PERSON)\n "}, {"color": "#42a5f5", "font": {"color": "#000000"}, "id": "93f420ef-bfec-4680-a837-165a0378dfd1", "label": "Melanie believes Caroline would be a great counsel...", "shape": "box", "size": 30, "title": "\n \u003cb\u003eText:\u003c/b\u003e Melanie believes Caroline would be a great counselor.\u003cbr\u003e\n \u003cb\u003eDate:\u003c/b\u003e 2023-05-08\u003cbr\u003e\n \u003cb\u003eContext:\u003c/b\u003e Full conversation between Caroline and Melanie\u003cbr\u003e\n \u003cb\u003eEntities:\u003c/b\u003e Melanie (PERSON)\\nCaroline (GPE)\n "}, {"color": "#90caf9", "font": {"color": "#000000"}, "id": "70260a95-66c5-46f8-868f-72c6c1992aad", "label": "Caroline is studying counseling and mental health ...", "shape": "box", "size": 25, "title": "\n \u003cb\u003eText:\u003c/b\u003e Caroline is studying counseling and mental health to help trans people.\u003cbr\u003e\n \u003cb\u003eDate:\u003c/b\u003e 2023-05-08\u003cbr\u003e\n \u003cb\u003eContext:\u003c/b\u003e Full conversation between Caroline and Melanie\u003cbr\u003e\n \u003cb\u003eEntities:\u003c/b\u003e Caroline (GPE)\n "}, {"color": "#42a5f5", "font": {"color": "#000000"}, "id": "f418216f-1c31-4780-b29f-58cce5d65882", "label": "Caroline and Melanie mentee had a great time at th...", "shape": "box", "size": 30, "title": "\n \u003cb\u003eText:\u003c/b\u003e Caroline and Melanie mentee had a great time at the LGBT pride event last month.\u003cbr\u003e\n \u003cb\u003eDate:\u003c/b\u003e 2023-05-08\u003cbr\u003e\n \u003cb\u003eContext:\u003c/b\u003e Full conversation between Caroline and Melanie\u003cbr\u003e\n \u003cb\u003eEntities:\u003c/b\u003e Melanie (PERSON)\\nCaroline (PERSON)\\nLGBTQ (ORG)\n "}, {"color": "#42a5f5", "font": {"color": "#000000"}, "id": "34ab1c13-c395-4102-9998-b6afbef1c476", "label": "Caroline saw Melanie mentee\u0027s face light up when C...", "shape": "box", "size": 30, "title": "\n \u003cb\u003eText:\u003c/b\u003e Caroline saw Melanie mentee\u0027s face light up when Caroline and her mentee saw support at the pride event.\u003cbr\u003e\n \u003cb\u003eDate:\u003c/b\u003e 2023-05-08\u003cbr\u003e\n \u003cb\u003eContext:\u003c/b\u003e Full conversation between Caroline and Melanie\u003cbr\u003e\n \u003cb\u003eEntities:\u003c/b\u003e Melanie (PERSON)\\nCaroline (PERSON)\n "}, {"color": "#42a5f5", "font": {"color": "#000000"}, "id": "c9a9b580-89d3-405d-8911-3dff2185f17b", "label": "Caroline will have an LGBTQ art show with Melanie ...", "shape": "box", "size": 30, "title": "\n \u003cb\u003eText:\u003c/b\u003e Caroline will have an LGBTQ art show with Melanie paintings next month.\u003cbr\u003e\n \u003cb\u003eDate:\u003c/b\u003e 2023-05-08\u003cbr\u003e\n \u003cb\u003eContext:\u003c/b\u003e Full conversation between Caroline and Melanie\u003cbr\u003e\n \u003cb\u003eEntities:\u003c/b\u003e Caroline (ORG)\\nMelanie (PERSON)\n "}, {"color": "#90caf9", "font": {"color": "#000000"}, "id": "fc424f87-a807-4817-9328-c29afe5f0266", "label": "Caroline painted after visiting an LGBTQ center.", "shape": "box", "size": 25, "title": "\n \u003cb\u003eText:\u003c/b\u003e Caroline painted after visiting an LGBTQ center.\u003cbr\u003e\n \u003cb\u003eDate:\u003c/b\u003e 2023-05-08\u003cbr\u003e\n \u003cb\u003eContext:\u003c/b\u003e Full conversation between Caroline and Melanie\u003cbr\u003e\n \u003cb\u003eEntities:\u003c/b\u003e Caroline (PERSON)\n "}, {"color": "#42a5f5", "font": {"color": "#000000"}, "id": "b12ed0ef-616d-4307-ba1d-a18ac346b1f9", "label": "The support group made Caroline feel accepted and ...", "shape": "box", "size": 30, "title": "\n \u003cb\u003eText:\u003c/b\u003e The support group made Caroline feel accepted and gave Melanie courage to embrace Melanieself.\u003cbr\u003e\n \u003cb\u003eDate:\u003c/b\u003e 2023-05-08\u003cbr\u003e\n \u003cb\u003eContext:\u003c/b\u003e Full conversation between Caroline and Melanie\u003cbr\u003e\n \u003cb\u003eEntities:\u003c/b\u003e Melanie (PERSON)\\nCaroline (PERSON)\n "}, {"color": "#42a5f5", "font": {"color": "#000000"}, "id": "6d3ccdae-8999-4c25-bbdb-671be0414991", "label": "Caroline joined a new LGBTQ activist group last Tu...", "shape": "box", "size": 30, "title": "\n \u003cb\u003eText:\u003c/b\u003e Caroline joined a new LGBTQ activist group last Tuesday.\u003cbr\u003e\n \u003cb\u003eDate:\u003c/b\u003e 2023-05-08\u003cbr\u003e\n \u003cb\u003eContext:\u003c/b\u003e Full conversation between Caroline and Melanie\u003cbr\u003e\n \u003cb\u003eEntities:\u003c/b\u003e LGBTQ (ORG)\\nCaroline (PERSON)\n "}, {"color": "#90caf9", "font": {"color": "#000000"}, "id": "d33a213f-1c2d-4079-a496-e7bed806f713", "label": "Caroline attended a pride parade last weekend.", "shape": "box", "size": 25, "title": "\n \u003cb\u003eText:\u003c/b\u003e Caroline attended a pride parade last weekend.\u003cbr\u003e\n \u003cb\u003eDate:\u003c/b\u003e 2023-05-08\u003cbr\u003e\n \u003cb\u003eContext:\u003c/b\u003e Full conversation between Caroline and Melanie\u003cbr\u003e\n \u003cb\u003eEntities:\u003c/b\u003e Caroline (PERSON)\n "}, {"color": "#90caf9", "font": {"color": "#000000"}, "id": "d5aa1b25-5e1b-4224-84b1-95b0d40d0b2e", "label": "Caroline applied to adoption agencies to become a ...", "shape": "box", "size": 25, "title": "\n \u003cb\u003eText:\u003c/b\u003e Caroline applied to adoption agencies to become a mom.\u003cbr\u003e\n \u003cb\u003eDate:\u003c/b\u003e 2023-05-08\u003cbr\u003e\n \u003cb\u003eContext:\u003c/b\u003e Full conversation between Caroline and Melanie\u003cbr\u003e\n \u003cb\u003eEntities:\u003c/b\u003e Caroline (PERSON)\n "}, {"color": "#42a5f5", "font": {"color": "#000000"}, "id": "ab16a7c0-9dd4-4c54-abf9-ad55af9ac673", "label": "Melanie has a cat named Bailey and a cat named Oli...", "shape": "box", "size": 30, "title": "\n \u003cb\u003eText:\u003c/b\u003e Melanie has a cat named Bailey and a cat named Oliver.\u003cbr\u003e\n \u003cb\u003eDate:\u003c/b\u003e 2023-05-08\u003cbr\u003e\n \u003cb\u003eContext:\u003c/b\u003e Full conversation between Caroline and Melanie\u003cbr\u003e\n \u003cb\u003eEntities:\u003c/b\u003e Melanie (PERSON)\\nBailey (PERSON)\\nOliver (PERSON)\n "}, {"color": "#42a5f5", "font": {"color": "#000000"}, "id": "52f8a681-9b6d-4840-ab73-98b3f9a5f787", "label": "Caroline created a painting titled \u0027Embracing Iden...", "shape": "box", "size": 30, "title": "\n \u003cb\u003eText:\u003c/b\u003e Caroline created a painting titled \u0027Embracing Identity\u0027 about Melanie trans experience.\u003cbr\u003e\n \u003cb\u003eDate:\u003c/b\u003e 2023-05-08\u003cbr\u003e\n \u003cb\u003eContext:\u003c/b\u003e Full conversation between Caroline and Melanie\u003cbr\u003e\n \u003cb\u003eEntities:\u003c/b\u003e Caroline (ORG)\\nMelanie (PERSON)\n "}, {"color": "#90caf9", "font": {"color": "#000000"}, "id": "9e350327-7508-4687-acb8-a83241421d66", "label": "Caroline volunteers at an LGBTQ+ youth center.", "shape": "box", "size": 25, "title": "\n \u003cb\u003eText:\u003c/b\u003e Caroline volunteers at an LGBTQ+ youth center.\u003cbr\u003e\n \u003cb\u003eDate:\u003c/b\u003e 2023-05-08\u003cbr\u003e\n \u003cb\u003eContext:\u003c/b\u003e Full conversation between Caroline and Melanie\u003cbr\u003e\n \u003cb\u003eEntities:\u003c/b\u003e Caroline (PERSON)\n "}, {"color": "#42a5f5", "font": {"color": "#000000"}, "id": "ce5128a5-6687-4255-b959-ecf3853342a8", "label": "Caroline gave a talk at school about Melanie trans...", "shape": "box", "size": 30, "title": "\n \u003cb\u003eText:\u003c/b\u003e Caroline gave a talk at school about Melanie transgender journey.\u003cbr\u003e\n \u003cb\u003eDate:\u003c/b\u003e 2023-05-08\u003cbr\u003e\n \u003cb\u003eContext:\u003c/b\u003e Full conversation between Caroline and Melanie\u003cbr\u003e\n \u003cb\u003eEntities:\u003c/b\u003e Caroline (PERSON)\\nMelanie (PERSON)\n "}, {"color": "#90caf9", "font": {"color": "#000000"}, "id": "c46ba790-a595-48d8-a271-68d61db325cb", "label": "Melanie is a potter and painter.", "shape": "box", "size": 25, "title": "\n \u003cb\u003eText:\u003c/b\u003e Melanie is a potter and painter.\u003cbr\u003e\n \u003cb\u003eDate:\u003c/b\u003e 2023-05-08\u003cbr\u003e\n \u003cb\u003eContext:\u003c/b\u003e Full conversation between Caroline and Melanie\u003cbr\u003e\n \u003cb\u003eEntities:\u003c/b\u003e Melanie (PERSON)\n "}, {"color": "#90caf9", "font": {"color": "#000000"}, "id": "a47e7ef7-5acc-4982-bd3b-a8cbc8824179", "label": "Melanie runs, reads, and plays violin for self\u2011car...", "shape": "box", "size": 25, "title": "\n \u003cb\u003eText:\u003c/b\u003e Melanie runs, reads, and plays violin for self\u2011care.\u003cbr\u003e\n \u003cb\u003eDate:\u003c/b\u003e 2023-05-08\u003cbr\u003e\n \u003cb\u003eContext:\u003c/b\u003e Full conversation between Caroline and Melanie\u003cbr\u003e\n \u003cb\u003eEntities:\u003c/b\u003e Melanie (PERSON)\n "}, {"color": "#90caf9", "font": {"color": "#000000"}, "id": "b16b2f5a-33f4-4939-afab-190b895bfb26", "label": "Melanie has a husband and kids.", "shape": "box", "size": 25, "title": "\n \u003cb\u003eText:\u003c/b\u003e Melanie has a husband and kids.\u003cbr\u003e\n \u003cb\u003eDate:\u003c/b\u003e 2023-05-08\u003cbr\u003e\n \u003cb\u003eContext:\u003c/b\u003e Full conversation between Caroline and Melanie\u003cbr\u003e\n \u003cb\u003eEntities:\u003c/b\u003e Melanie (PERSON)\n "}, {"color": "#90caf9", "font": {"color": "#000000"}, "id": "c69b90bd-ae7a-4c64-84ef-628212f5448c", "label": "Melanie\u0027s wedding was five years ago.", "shape": "box", "size": 25, "title": "\n \u003cb\u003eText:\u003c/b\u003e Melanie\u0027s wedding was five years ago.\u003cbr\u003e\n \u003cb\u003eDate:\u003c/b\u003e 2023-05-08\u003cbr\u003e\n \u003cb\u003eContext:\u003c/b\u003e Full conversation between Caroline and Melanie\u003cbr\u003e\n \u003cb\u003eEntities:\u003c/b\u003e Melanie (PERSON)\n "}, {"color": "#42a5f5", "font": {"color": "#000000"}, "id": "550613fa-2552-413b-9d25-329ef8fdf222", "label": "Melanie has a necklace from Melanie grandmotMelani...", "shape": "box", "size": 30, "title": "\n \u003cb\u003eText:\u003c/b\u003e Melanie has a necklace from Melanie grandmotMelanie in Sweden.\u003cbr\u003e\n \u003cb\u003eDate:\u003c/b\u003e 2023-05-08\u003cbr\u003e\n \u003cb\u003eContext:\u003c/b\u003e Full conversation between Caroline and Melanie\u003cbr\u003e\n \u003cb\u003eEntities:\u003c/b\u003e Sweden (GPE)\\nMelanie (PERSON)\n "}, {"color": "#90caf9", "font": {"color": "#000000"}, "id": "5abfd799-f344-4b6d-9d90-5cd711c9ce95", "label": "Melanie has a hand\u2011painted bowl from Melanie 18th ...", "shape": "box", "size": 25, "title": "\n \u003cb\u003eText:\u003c/b\u003e Melanie has a hand\u2011painted bowl from Melanie 18th birthday.\u003cbr\u003e\n \u003cb\u003eDate:\u003c/b\u003e 2023-05-08\u003cbr\u003e\n \u003cb\u003eContext:\u003c/b\u003e Full conversation between Caroline and Melanie\u003cbr\u003e\n \u003cb\u003eEntities:\u003c/b\u003e Melanie (PERSON)\n "}, {"color": "#42a5f5", "font": {"color": "#000000"}, "id": "839e8386-e78c-4479-b512-f177fdfb85f2", "label": "Melanie\u0027s family includes a dog Luna and a cat Oli...", "shape": "box", "size": 30, "title": "\n \u003cb\u003eText:\u003c/b\u003e Melanie\u0027s family includes a dog Luna and a cat Oliver.\u003cbr\u003e\n \u003cb\u003eDate:\u003c/b\u003e 2023-05-08\u003cbr\u003e\n \u003cb\u003eContext:\u003c/b\u003e Full conversation between Caroline and Melanie\u003cbr\u003e\n \u003cb\u003eEntities:\u003c/b\u003e Luna (GPE)\\nMelanie (PERSON)\\nOliver (PERSON)\n "}, {"color": "#42a5f5", "font": {"color": "#000000"}, "id": "43aec7ba-4d72-4e40-a589-1e42a93fe362", "label": "Caroline\u0027s support group gave Melanie courage and ...", "shape": "box", "size": 30, "title": "\n \u003cb\u003eText:\u003c/b\u003e Caroline\u0027s support group gave Melanie courage and acceptance.\u003cbr\u003e\n \u003cb\u003eDate:\u003c/b\u003e 2023-05-08\u003cbr\u003e\n \u003cb\u003eContext:\u003c/b\u003e Full conversation between Caroline and Melanie\u003cbr\u003e\n \u003cb\u003eEntities:\u003c/b\u003e Caroline (GPE)\\nMelanie (PERSON)\n "}, {"color": "#90caf9", "font": {"color": "#000000"}, "id": "01fc10ba-5349-4359-ac0a-99256afce366", "label": "Caroline\u0027s art show aims to spread understanding a...", "shape": "box", "size": 25, "title": "\n \u003cb\u003eText:\u003c/b\u003e Caroline\u0027s art show aims to spread understanding and acceptance.\u003cbr\u003e\n \u003cb\u003eDate:\u003c/b\u003e 2023-05-08\u003cbr\u003e\n \u003cb\u003eContext:\u003c/b\u003e Full conversation between Caroline and Melanie\u003cbr\u003e\n \u003cb\u003eEntities:\u003c/b\u003e Caroline (PERSON)\n "}, {"color": "#90caf9", "font": {"color": "#000000"}, "id": "4d3edd1a-2e38-40d8-822c-a61a14b46e49", "label": "Caroline chose an adoption agency that supports LG...", "shape": "box", "size": 25, "title": "\n \u003cb\u003eText:\u003c/b\u003e Caroline chose an adoption agency that supports LGBTQ+ folks.\u003cbr\u003e\n \u003cb\u003eDate:\u003c/b\u003e 2023-05-08\u003cbr\u003e\n \u003cb\u003eContext:\u003c/b\u003e Full conversation between Caroline and Melanie\u003cbr\u003e\n \u003cb\u003eEntities:\u003c/b\u003e Caroline (PERSON)\n "}, {"color": "#90caf9", "font": {"color": "#000000"}, "id": "5f4510ff-c3f6-4408-ba56-0a78f6bfdf30", "label": "Melanie\u0027s charity race for mental health was held ...", "shape": "box", "size": 25, "title": "\n \u003cb\u003eText:\u003c/b\u003e Melanie\u0027s charity race for mental health was held last Saturday.\u003cbr\u003e\n \u003cb\u003eDate:\u003c/b\u003e 2023-05-08\u003cbr\u003e\n \u003cb\u003eContext:\u003c/b\u003e Full conversation between Caroline and Melanie\u003cbr\u003e\n \u003cb\u003eEntities:\u003c/b\u003e Melanie (PERSON)\n "}, {"color": "#90caf9", "font": {"color": "#000000"}, "id": "062beb04-1ef2-41b9-9bbe-5cf4fe14b088", "label": "Melanie\u0027s family went camping and roasted marshmal...", "shape": "box", "size": 25, "title": "\n \u003cb\u003eText:\u003c/b\u003e Melanie\u0027s family went camping and roasted marshmallows.\u003cbr\u003e\n \u003cb\u003eDate:\u003c/b\u003e 2023-05-08\u003cbr\u003e\n \u003cb\u003eContext:\u003c/b\u003e Full conversation between Caroline and Melanie\u003cbr\u003e\n \u003cb\u003eEntities:\u003c/b\u003e Melanie (PERSON)\n "}, {"color": "#90caf9", "font": {"color": "#000000"}, "id": "33a9a293-60ad-484d-900c-8a561cbed359", "label": "Melanie\u0027s kids enjoyed a dinosaur exhibit at the m...", "shape": "box", "size": 25, "title": "\n \u003cb\u003eText:\u003c/b\u003e Melanie\u0027s kids enjoyed a dinosaur exhibit at the museum.\u003cbr\u003e\n \u003cb\u003eDate:\u003c/b\u003e 2023-05-08\u003cbr\u003e\n \u003cb\u003eContext:\u003c/b\u003e Full conversation between Caroline and Melanie\u003cbr\u003e\n \u003cb\u003eEntities:\u003c/b\u003e Melanie (PERSON)\n "}, {"color": "#90caf9", "font": {"color": "#000000"}, "id": "40cb96be-3063-4871-b109-06d03cca40bb", "label": "Melanie\u0027s husband and kids motivate Melanie.", "shape": "box", "size": 25, "title": "\n \u003cb\u003eText:\u003c/b\u003e Melanie\u0027s husband and kids motivate Melanie.\u003cbr\u003e\n \u003cb\u003eDate:\u003c/b\u003e 2023-05-08\u003cbr\u003e\n \u003cb\u003eContext:\u003c/b\u003e Full conversation between Caroline and Melanie\u003cbr\u003e\n \u003cb\u003eEntities:\u003c/b\u003e Melanie (PERSON)\n "}, {"color": "#42a5f5", "font": {"color": "#000000"}, "id": "4283dfa1-f27b-478d-8d49-b47e77ed9f71", "label": "Caroline\u0027s grandmotMelanie gave Melanie a necklace...", "shape": "box", "size": 30, "title": "\n \u003cb\u003eText:\u003c/b\u003e Caroline\u0027s grandmotMelanie gave Melanie a necklace symbolizing love, faith, and strength.\u003cbr\u003e\n \u003cb\u003eDate:\u003c/b\u003e 2023-05-08\u003cbr\u003e\n \u003cb\u003eContext:\u003c/b\u003e Full conversation between Caroline and Melanie\u003cbr\u003e\n \u003cb\u003eEntities:\u003c/b\u003e Melanie (PERSON)\\nCaroline (GPE)\n "}, {"color": "#90caf9", "font": {"color": "#000000"}, "id": "9e048592-6417-4b7d-bec5-07274a491260", "label": "Melanie feels inspired by supportive people who em...", "shape": "box", "size": 25, "title": "\n \u003cb\u003eText:\u003c/b\u003e Melanie feels inspired by supportive people who embrace and back Melanie up.\u003cbr\u003e\n \u003cb\u003eDate:\u003c/b\u003e 2023-05-08\u003cbr\u003e\n \u003cb\u003eContext:\u003c/b\u003e Full conversation between Caroline and Melanie\u003cbr\u003e\n \u003cb\u003eEntities:\u003c/b\u003e Melanie (PERSON)\n "}, {"color": "#90caf9", "font": {"color": "#000000"}, "id": "d8923878-4f63-4c92-b612-6f17a89b5c84", "label": "Melanie believes courage to be yourself is importa...", "shape": "box", "size": 25, "title": "\n \u003cb\u003eText:\u003c/b\u003e Melanie believes courage to be yourself is important for mental health and peace.\u003cbr\u003e\n \u003cb\u003eDate:\u003c/b\u003e 2023-05-08\u003cbr\u003e\n \u003cb\u003eContext:\u003c/b\u003e Full conversation between Caroline and Melanie\u003cbr\u003e\n \u003cb\u003eEntities:\u003c/b\u003e Melanie (PERSON)\n "}, {"color": "#90caf9", "font": {"color": "#000000"}, "id": "8e21da7d-c0b7-4607-ad1d-e75e9e90ca62", "label": "Caroline is proud of how far Caroline has come aft...", "shape": "box", "size": 25, "title": "\n \u003cb\u003eText:\u003c/b\u003e Caroline is proud of how far Caroline has come after a long road.\u003cbr\u003e\n \u003cb\u003eDate:\u003c/b\u003e 2023-05-08\u003cbr\u003e\n \u003cb\u003eContext:\u003c/b\u003e Full conversation between Caroline and Melanie\u003cbr\u003e\n \u003cb\u003eEntities:\u003c/b\u003e Caroline (PERSON)\n "}, {"color": "#90caf9", "font": {"color": "#000000"}, "id": "9d1d9296-990f-4971-8f4f-a5d399aa19a5", "label": "Melanie finds peace through creativity and family.", "shape": "box", "size": 25, "title": "\n \u003cb\u003eText:\u003c/b\u003e Melanie finds peace through creativity and family.\u003cbr\u003e\n \u003cb\u003eDate:\u003c/b\u003e 2023-05-08\u003cbr\u003e\n \u003cb\u003eContext:\u003c/b\u003e Full conversation between Caroline and Melanie\u003cbr\u003e\n \u003cb\u003eEntities:\u003c/b\u003e Melanie (PERSON)\n "}, {"color": "#90caf9", "font": {"color": "#000000"}, "id": "34d3f20a-070f-4c57-b182-e0c354e1f461", "label": "Melanie\u0027s family helped out and showed love and su...", "shape": "box", "size": 25, "title": "\n \u003cb\u003eText:\u003c/b\u003e Melanie\u0027s family helped out and showed love and support.\u003cbr\u003e\n \u003cb\u003eDate:\u003c/b\u003e 2023-05-08\u003cbr\u003e\n \u003cb\u003eContext:\u003c/b\u003e Full conversation between Caroline and Melanie\u003cbr\u003e\n \u003cb\u003eEntities:\u003c/b\u003e Melanie (PERSON)\n "}, {"color": "#42a5f5", "font": {"color": "#000000"}, "id": "88e0abe2-6af3-4cc1-ade5-57ab6efdc99c", "label": "Melanie and Caroline went camping in the forest.", "shape": "box", "size": 30, "title": "\n \u003cb\u003eText:\u003c/b\u003e Melanie and Caroline went camping in the forest.\u003cbr\u003e\n \u003cb\u003eDate:\u003c/b\u003e 2023-05-08\u003cbr\u003e\n \u003cb\u003eContext:\u003c/b\u003e Full conversation between Caroline and Melanie\u003cbr\u003e\n \u003cb\u003eEntities:\u003c/b\u003e Melanie (PERSON)\\nCaroline (GPE)\n "}, {"color": "#42a5f5", "font": {"color": "#000000"}, "id": "52a36f16-e0ea-49ae-8470-e3c63dd87d23", "label": "Melanie and Caroline enjoy hiking in mountains and...", "shape": "box", "size": 30, "title": "\n \u003cb\u003eText:\u003c/b\u003e Melanie and Caroline enjoy hiking in mountains and exploring forests.\u003cbr\u003e\n \u003cb\u003eDate:\u003c/b\u003e 2023-05-08\u003cbr\u003e\n \u003cb\u003eContext:\u003c/b\u003e Full conversation between Caroline and Melanie\u003cbr\u003e\n \u003cb\u003eEntities:\u003c/b\u003e Melanie (PERSON)\\nCaroline (PERSON)\n "}, {"color": "#90caf9", "font": {"color": "#000000"}, "id": "64a8ea38-8084-41c7-8d3a-a770cf0c2259", "label": "Melanie had a quiet weekend after camping with fam...", "shape": "box", "size": 25, "title": "\n \u003cb\u003eText:\u003c/b\u003e Melanie had a quiet weekend after camping with family two weekends ago.\u003cbr\u003e\n \u003cb\u003eDate:\u003c/b\u003e 2023-05-08\u003cbr\u003e\n \u003cb\u003eContext:\u003c/b\u003e Full conversation between Caroline and Melanie\u003cbr\u003e\n \u003cb\u003eEntities:\u003c/b\u003e Melanie (PERSON)\n "}, {"color": "#42a5f5", "font": {"color": "#000000"}, "id": "d1853f1c-319f-4695-bb5b-640f105b2f51", "label": "Caroline joined a mentorship program for LGBTQ you...", "shape": "box", "size": 30, "title": "\n \u003cb\u003eText:\u003c/b\u003e Caroline joined a mentorship program for LGBTQ youth last weekend.\u003cbr\u003e\n \u003cb\u003eDate:\u003c/b\u003e 2023-05-08\u003cbr\u003e\n \u003cb\u003eContext:\u003c/b\u003e Full conversation between Caroline and Melanie\u003cbr\u003e\n \u003cb\u003eEntities:\u003c/b\u003e Caroline (PERSON)\\nLGBTQ (ORG)\n "}, {"color": "#90caf9", "font": {"color": "#000000"}, "id": "f80118c1-d052-465a-ab04-a6869addcef8", "label": "Caroline mentors a transgender teen.", "shape": "box", "size": 25, "title": "\n \u003cb\u003eText:\u003c/b\u003e Caroline mentors a transgender teen.\u003cbr\u003e\n \u003cb\u003eDate:\u003c/b\u003e 2023-05-08\u003cbr\u003e\n \u003cb\u003eContext:\u003c/b\u003e Full conversation between Caroline and Melanie\u003cbr\u003e\n \u003cb\u003eEntities:\u003c/b\u003e Caroline (PERSON)\n "}, {"color": "#90caf9", "font": {"color": "#000000"}, "id": "3c251402-6381-42bb-88a4-a3c216db24c2", "label": "Caroline is planning an LGBTQ art show next month.", "shape": "box", "size": 25, "title": "\n \u003cb\u003eText:\u003c/b\u003e Caroline is planning an LGBTQ art show next month.\u003cbr\u003e\n \u003cb\u003eDate:\u003c/b\u003e 2023-05-08\u003cbr\u003e\n \u003cb\u003eContext:\u003c/b\u003e Full conversation between Caroline and Melanie\u003cbr\u003e\n \u003cb\u003eEntities:\u003c/b\u003e Caroline (GPE)\n "}, {"color": "#90caf9", "font": {"color": "#000000"}, "id": "48a1a5f6-05fd-4d9f-a7c6-ef1ad01d4ad6", "label": "Caroline\u0027s support network includes friends, famil...", "shape": "box", "size": 25, "title": "\n \u003cb\u003eText:\u003c/b\u003e Caroline\u0027s support network includes friends, family, and mentors.\u003cbr\u003e\n \u003cb\u003eDate:\u003c/b\u003e 2023-05-08\u003cbr\u003e\n \u003cb\u003eContext:\u003c/b\u003e Full conversation between Caroline and Melanie\u003cbr\u003e\n \u003cb\u003eEntities:\u003c/b\u003e Caroline (GPE)\n "}, {"color": "#90caf9", "font": {"color": "#000000"}, "id": "d254e665-0c6d-4c17-a78d-27621e594b85", "label": "Caroline realized Caroline can be Melanieself with...", "shape": "box", "size": 25, "title": "\n \u003cb\u003eText:\u003c/b\u003e Caroline realized Caroline can be Melanieself without fear and had courage to transition.\u003cbr\u003e\n \u003cb\u003eDate:\u003c/b\u003e 2023-05-08\u003cbr\u003e\n \u003cb\u003eContext:\u003c/b\u003e Full conversation between Caroline and Melanie\u003cbr\u003e\n \u003cb\u003eEntities:\u003c/b\u003e Caroline (GPE)\n "}, {"color": "#42a5f5", "font": {"color": "#000000"}, "id": "e7084e9d-1878-4c3b-8ea4-39c2c53677d9", "label": "Caroline has a guinea pig named Oscar.", "shape": "box", "size": 30, "title": "\n \u003cb\u003eText:\u003c/b\u003e Caroline has a guinea pig named Oscar.\u003cbr\u003e\n \u003cb\u003eDate:\u003c/b\u003e 2023-05-08\u003cbr\u003e\n \u003cb\u003eContext:\u003c/b\u003e Full conversation between Caroline and Melanie\u003cbr\u003e\n \u003cb\u003eEntities:\u003c/b\u003e Oscar (PERSON)\\nCaroline (ORG)\n "}]);
|
|
edges = new vis.DataSet([{"color": "#ffd700", "dashes": false, "from": "c9a9b580-89d3-405d-8911-3dff2185f17b", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "bacee3c5-c909-429f-8fdf-a6d7814aa431", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "34ab1c13-c395-4102-9998-b6afbef1c476", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "34d3f20a-070f-4c57-b182-e0c354e1f461", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "34ab1c13-c395-4102-9998-b6afbef1c476", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "88e0abe2-6af3-4cc1-ade5-57ab6efdc99c", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "34ab1c13-c395-4102-9998-b6afbef1c476", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "52a36f16-e0ea-49ae-8470-e3c63dd87d23", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "34ab1c13-c395-4102-9998-b6afbef1c476", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "64a8ea38-8084-41c7-8d3a-a770cf0c2259", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "34ab1c13-c395-4102-9998-b6afbef1c476", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "f418216f-1c31-4780-b29f-58cce5d65882", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "c9a9b580-89d3-405d-8911-3dff2185f17b", "label": "Caroline: 1.00", "title": "ENTITY: 1.000 (Entity: Caroline)", "to": "e7084e9d-1878-4c3b-8ea4-39c2c53677d9", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "c9a9b580-89d3-405d-8911-3dff2185f17b", "label": "Caroline: 1.00", "title": "ENTITY: 1.000 (Entity: Caroline)", "to": "52f8a681-9b6d-4840-ab73-98b3f9a5f787", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "c9a9b580-89d3-405d-8911-3dff2185f17b", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "b12ed0ef-616d-4307-ba1d-a18ac346b1f9", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "c9a9b580-89d3-405d-8911-3dff2185f17b", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "a7721041-27be-40c3-be77-dc46a131605a", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "c9a9b580-89d3-405d-8911-3dff2185f17b", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "93f420ef-bfec-4680-a837-165a0378dfd1", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "c9a9b580-89d3-405d-8911-3dff2185f17b", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "ab16a7c0-9dd4-4c54-abf9-ad55af9ac673", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "c9a9b580-89d3-405d-8911-3dff2185f17b", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "ce5128a5-6687-4255-b959-ecf3853342a8", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "c9a9b580-89d3-405d-8911-3dff2185f17b", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "c46ba790-a595-48d8-a271-68d61db325cb", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "c9a9b580-89d3-405d-8911-3dff2185f17b", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "a47e7ef7-5acc-4982-bd3b-a8cbc8824179", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "c9a9b580-89d3-405d-8911-3dff2185f17b", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "b16b2f5a-33f4-4939-afab-190b895bfb26", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "c9a9b580-89d3-405d-8911-3dff2185f17b", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "c69b90bd-ae7a-4c64-84ef-628212f5448c", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "c9a9b580-89d3-405d-8911-3dff2185f17b", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "550613fa-2552-413b-9d25-329ef8fdf222", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "c9a9b580-89d3-405d-8911-3dff2185f17b", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "5abfd799-f344-4b6d-9d90-5cd711c9ce95", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "c9a9b580-89d3-405d-8911-3dff2185f17b", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "839e8386-e78c-4479-b512-f177fdfb85f2", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "c9a9b580-89d3-405d-8911-3dff2185f17b", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "43aec7ba-4d72-4e40-a589-1e42a93fe362", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "c9a9b580-89d3-405d-8911-3dff2185f17b", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "5f4510ff-c3f6-4408-ba56-0a78f6bfdf30", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "c9a9b580-89d3-405d-8911-3dff2185f17b", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "062beb04-1ef2-41b9-9bbe-5cf4fe14b088", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "c9a9b580-89d3-405d-8911-3dff2185f17b", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "33a9a293-60ad-484d-900c-8a561cbed359", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "c9a9b580-89d3-405d-8911-3dff2185f17b", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "40cb96be-3063-4871-b109-06d03cca40bb", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "c9a9b580-89d3-405d-8911-3dff2185f17b", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "4283dfa1-f27b-478d-8d49-b47e77ed9f71", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "c9a9b580-89d3-405d-8911-3dff2185f17b", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "9e048592-6417-4b7d-bec5-07274a491260", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "c9a9b580-89d3-405d-8911-3dff2185f17b", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "d8923878-4f63-4c92-b612-6f17a89b5c84", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "c9a9b580-89d3-405d-8911-3dff2185f17b", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "9d1d9296-990f-4971-8f4f-a5d399aa19a5", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "c9a9b580-89d3-405d-8911-3dff2185f17b", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "34d3f20a-070f-4c57-b182-e0c354e1f461", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "c9a9b580-89d3-405d-8911-3dff2185f17b", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "88e0abe2-6af3-4cc1-ade5-57ab6efdc99c", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "c9a9b580-89d3-405d-8911-3dff2185f17b", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "52a36f16-e0ea-49ae-8470-e3c63dd87d23", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "c9a9b580-89d3-405d-8911-3dff2185f17b", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "64a8ea38-8084-41c7-8d3a-a770cf0c2259", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "c9a9b580-89d3-405d-8911-3dff2185f17b", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "f418216f-1c31-4780-b29f-58cce5d65882", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "c9a9b580-89d3-405d-8911-3dff2185f17b", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "34ab1c13-c395-4102-9998-b6afbef1c476", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "fc424f87-a807-4817-9328-c29afe5f0266", "label": "Caroline: 1.00", "title": "ENTITY: 1.000 (Entity: Caroline)", "to": "854fc039-d8aa-429f-b917-5836824c3575", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "fc424f87-a807-4817-9328-c29afe5f0266", "label": "Caroline: 1.00", "title": "ENTITY: 1.000 (Entity: Caroline)", "to": "b12ed0ef-616d-4307-ba1d-a18ac346b1f9", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "fc424f87-a807-4817-9328-c29afe5f0266", "label": "Caroline: 1.00", "title": "ENTITY: 1.000 (Entity: Caroline)", "to": "a7721041-27be-40c3-be77-dc46a131605a", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "fc424f87-a807-4817-9328-c29afe5f0266", "label": "Caroline: 1.00", "title": "ENTITY: 1.000 (Entity: Caroline)", "to": "6d3ccdae-8999-4c25-bbdb-671be0414991", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "fc424f87-a807-4817-9328-c29afe5f0266", "label": "Caroline: 1.00", "title": "ENTITY: 1.000 (Entity: Caroline)", "to": "d33a213f-1c2d-4079-a496-e7bed806f713", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "fc424f87-a807-4817-9328-c29afe5f0266", "label": "Caroline: 1.00", "title": "ENTITY: 1.000 (Entity: Caroline)", "to": "d5aa1b25-5e1b-4224-84b1-95b0d40d0b2e", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "fc424f87-a807-4817-9328-c29afe5f0266", "label": "Caroline: 1.00", "title": "ENTITY: 1.000 (Entity: Caroline)", "to": "9e350327-7508-4687-acb8-a83241421d66", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "fc424f87-a807-4817-9328-c29afe5f0266", "label": "Caroline: 1.00", "title": "ENTITY: 1.000 (Entity: Caroline)", "to": "ce5128a5-6687-4255-b959-ecf3853342a8", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "fc424f87-a807-4817-9328-c29afe5f0266", "label": "Caroline: 1.00", "title": "ENTITY: 1.000 (Entity: Caroline)", "to": "01fc10ba-5349-4359-ac0a-99256afce366", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "fc424f87-a807-4817-9328-c29afe5f0266", "label": "Caroline: 1.00", "title": "ENTITY: 1.000 (Entity: Caroline)", "to": "4d3edd1a-2e38-40d8-822c-a61a14b46e49", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "fc424f87-a807-4817-9328-c29afe5f0266", "label": "Caroline: 1.00", "title": "ENTITY: 1.000 (Entity: Caroline)", "to": "8e21da7d-c0b7-4607-ad1d-e75e9e90ca62", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "fc424f87-a807-4817-9328-c29afe5f0266", "label": "Caroline: 1.00", "title": "ENTITY: 1.000 (Entity: Caroline)", "to": "52a36f16-e0ea-49ae-8470-e3c63dd87d23", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "fc424f87-a807-4817-9328-c29afe5f0266", "label": "Caroline: 1.00", "title": "ENTITY: 1.000 (Entity: Caroline)", "to": "d1853f1c-319f-4695-bb5b-640f105b2f51", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "fc424f87-a807-4817-9328-c29afe5f0266", "label": "Caroline: 1.00", "title": "ENTITY: 1.000 (Entity: Caroline)", "to": "f80118c1-d052-465a-ab04-a6869addcef8", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "fc424f87-a807-4817-9328-c29afe5f0266", "label": "Caroline: 1.00", "title": "ENTITY: 1.000 (Entity: Caroline)", "to": "f418216f-1c31-4780-b29f-58cce5d65882", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "fc424f87-a807-4817-9328-c29afe5f0266", "label": "Caroline: 1.00", "title": "ENTITY: 1.000 (Entity: Caroline)", "to": "34ab1c13-c395-4102-9998-b6afbef1c476", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "bacee3c5-c909-429f-8fdf-a6d7814aa431", "label": "Caroline: 1.00", "title": "ENTITY: 1.000 (Entity: Caroline)", "to": "93f420ef-bfec-4680-a837-165a0378dfd1", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "bacee3c5-c909-429f-8fdf-a6d7814aa431", "label": "Caroline: 1.00", "title": "ENTITY: 1.000 (Entity: Caroline)", "to": "3c251402-6381-42bb-88a4-a3c216db24c2", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "bacee3c5-c909-429f-8fdf-a6d7814aa431", "label": "Caroline: 1.00", "title": "ENTITY: 1.000 (Entity: Caroline)", "to": "70260a95-66c5-46f8-868f-72c6c1992aad", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "bacee3c5-c909-429f-8fdf-a6d7814aa431", "label": "Caroline: 1.00", "title": "ENTITY: 1.000 (Entity: Caroline)", "to": "43aec7ba-4d72-4e40-a589-1e42a93fe362", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "bacee3c5-c909-429f-8fdf-a6d7814aa431", "label": "Caroline: 1.00", "title": "ENTITY: 1.000 (Entity: Caroline)", "to": "48a1a5f6-05fd-4d9f-a7c6-ef1ad01d4ad6", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "bacee3c5-c909-429f-8fdf-a6d7814aa431", "label": "Caroline: 1.00", "title": "ENTITY: 1.000 (Entity: Caroline)", "to": "4283dfa1-f27b-478d-8d49-b47e77ed9f71", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "bacee3c5-c909-429f-8fdf-a6d7814aa431", "label": "Caroline: 1.00", "title": "ENTITY: 1.000 (Entity: Caroline)", "to": "d254e665-0c6d-4c17-a78d-27621e594b85", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "bacee3c5-c909-429f-8fdf-a6d7814aa431", "label": "Caroline: 1.00", "title": "ENTITY: 1.000 (Entity: Caroline)", "to": "88e0abe2-6af3-4cc1-ade5-57ab6efdc99c", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "bacee3c5-c909-429f-8fdf-a6d7814aa431", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "b12ed0ef-616d-4307-ba1d-a18ac346b1f9", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "bacee3c5-c909-429f-8fdf-a6d7814aa431", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "a7721041-27be-40c3-be77-dc46a131605a", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "bacee3c5-c909-429f-8fdf-a6d7814aa431", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "ab16a7c0-9dd4-4c54-abf9-ad55af9ac673", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "bacee3c5-c909-429f-8fdf-a6d7814aa431", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "52f8a681-9b6d-4840-ab73-98b3f9a5f787", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "bacee3c5-c909-429f-8fdf-a6d7814aa431", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "ce5128a5-6687-4255-b959-ecf3853342a8", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "bacee3c5-c909-429f-8fdf-a6d7814aa431", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "c46ba790-a595-48d8-a271-68d61db325cb", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "bacee3c5-c909-429f-8fdf-a6d7814aa431", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "a47e7ef7-5acc-4982-bd3b-a8cbc8824179", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "bacee3c5-c909-429f-8fdf-a6d7814aa431", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "b16b2f5a-33f4-4939-afab-190b895bfb26", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "bacee3c5-c909-429f-8fdf-a6d7814aa431", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "c69b90bd-ae7a-4c64-84ef-628212f5448c", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "bacee3c5-c909-429f-8fdf-a6d7814aa431", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "550613fa-2552-413b-9d25-329ef8fdf222", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "bacee3c5-c909-429f-8fdf-a6d7814aa431", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "5abfd799-f344-4b6d-9d90-5cd711c9ce95", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "bacee3c5-c909-429f-8fdf-a6d7814aa431", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "839e8386-e78c-4479-b512-f177fdfb85f2", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "bacee3c5-c909-429f-8fdf-a6d7814aa431", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "5f4510ff-c3f6-4408-ba56-0a78f6bfdf30", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "bacee3c5-c909-429f-8fdf-a6d7814aa431", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "062beb04-1ef2-41b9-9bbe-5cf4fe14b088", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "bacee3c5-c909-429f-8fdf-a6d7814aa431", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "33a9a293-60ad-484d-900c-8a561cbed359", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "bacee3c5-c909-429f-8fdf-a6d7814aa431", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "40cb96be-3063-4871-b109-06d03cca40bb", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "bacee3c5-c909-429f-8fdf-a6d7814aa431", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "9e048592-6417-4b7d-bec5-07274a491260", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "bacee3c5-c909-429f-8fdf-a6d7814aa431", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "d8923878-4f63-4c92-b612-6f17a89b5c84", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "bacee3c5-c909-429f-8fdf-a6d7814aa431", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "9d1d9296-990f-4971-8f4f-a5d399aa19a5", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "bacee3c5-c909-429f-8fdf-a6d7814aa431", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "34d3f20a-070f-4c57-b182-e0c354e1f461", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "bacee3c5-c909-429f-8fdf-a6d7814aa431", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "52a36f16-e0ea-49ae-8470-e3c63dd87d23", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "bacee3c5-c909-429f-8fdf-a6d7814aa431", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "64a8ea38-8084-41c7-8d3a-a770cf0c2259", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "bacee3c5-c909-429f-8fdf-a6d7814aa431", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "f418216f-1c31-4780-b29f-58cce5d65882", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "bacee3c5-c909-429f-8fdf-a6d7814aa431", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "34ab1c13-c395-4102-9998-b6afbef1c476", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "b12ed0ef-616d-4307-ba1d-a18ac346b1f9", "label": "Caroline: 1.00", "title": "ENTITY: 1.000 (Entity: Caroline)", "to": "854fc039-d8aa-429f-b917-5836824c3575", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "a7721041-27be-40c3-be77-dc46a131605a", "label": "Caroline: 1.00", "title": "ENTITY: 1.000 (Entity: Caroline)", "to": "854fc039-d8aa-429f-b917-5836824c3575", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "a7721041-27be-40c3-be77-dc46a131605a", "label": "Caroline: 1.00", "title": "ENTITY: 1.000 (Entity: Caroline)", "to": "b12ed0ef-616d-4307-ba1d-a18ac346b1f9", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "93f420ef-bfec-4680-a837-165a0378dfd1", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "b12ed0ef-616d-4307-ba1d-a18ac346b1f9", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "93f420ef-bfec-4680-a837-165a0378dfd1", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "a7721041-27be-40c3-be77-dc46a131605a", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "6d3ccdae-8999-4c25-bbdb-671be0414991", "label": "Caroline: 1.00", "title": "ENTITY: 1.000 (Entity: Caroline)", "to": "854fc039-d8aa-429f-b917-5836824c3575", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "6d3ccdae-8999-4c25-bbdb-671be0414991", "label": "Caroline: 1.00", "title": "ENTITY: 1.000 (Entity: Caroline)", "to": "b12ed0ef-616d-4307-ba1d-a18ac346b1f9", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "6d3ccdae-8999-4c25-bbdb-671be0414991", "label": "Caroline: 1.00", "title": "ENTITY: 1.000 (Entity: Caroline)", "to": "a7721041-27be-40c3-be77-dc46a131605a", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "d33a213f-1c2d-4079-a496-e7bed806f713", "label": "Caroline: 1.00", "title": "ENTITY: 1.000 (Entity: Caroline)", "to": "854fc039-d8aa-429f-b917-5836824c3575", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "d33a213f-1c2d-4079-a496-e7bed806f713", "label": "Caroline: 1.00", "title": "ENTITY: 1.000 (Entity: Caroline)", "to": "b12ed0ef-616d-4307-ba1d-a18ac346b1f9", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "d33a213f-1c2d-4079-a496-e7bed806f713", "label": "Caroline: 1.00", "title": "ENTITY: 1.000 (Entity: Caroline)", "to": "a7721041-27be-40c3-be77-dc46a131605a", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "d33a213f-1c2d-4079-a496-e7bed806f713", "label": "Caroline: 1.00", "title": "ENTITY: 1.000 (Entity: Caroline)", "to": "6d3ccdae-8999-4c25-bbdb-671be0414991", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "3c251402-6381-42bb-88a4-a3c216db24c2", "label": "Caroline: 1.00", "title": "ENTITY: 1.000 (Entity: Caroline)", "to": "93f420ef-bfec-4680-a837-165a0378dfd1", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "d5aa1b25-5e1b-4224-84b1-95b0d40d0b2e", "label": "Caroline: 1.00", "title": "ENTITY: 1.000 (Entity: Caroline)", "to": "854fc039-d8aa-429f-b917-5836824c3575", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "d5aa1b25-5e1b-4224-84b1-95b0d40d0b2e", "label": "Caroline: 1.00", "title": "ENTITY: 1.000 (Entity: Caroline)", "to": "b12ed0ef-616d-4307-ba1d-a18ac346b1f9", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "d5aa1b25-5e1b-4224-84b1-95b0d40d0b2e", "label": "Caroline: 1.00", "title": "ENTITY: 1.000 (Entity: Caroline)", "to": "a7721041-27be-40c3-be77-dc46a131605a", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "d5aa1b25-5e1b-4224-84b1-95b0d40d0b2e", "label": "Caroline: 1.00", "title": "ENTITY: 1.000 (Entity: Caroline)", "to": "6d3ccdae-8999-4c25-bbdb-671be0414991", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "d5aa1b25-5e1b-4224-84b1-95b0d40d0b2e", "label": "Caroline: 1.00", "title": "ENTITY: 1.000 (Entity: Caroline)", "to": "d33a213f-1c2d-4079-a496-e7bed806f713", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "ab16a7c0-9dd4-4c54-abf9-ad55af9ac673", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "b12ed0ef-616d-4307-ba1d-a18ac346b1f9", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "ab16a7c0-9dd4-4c54-abf9-ad55af9ac673", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "a7721041-27be-40c3-be77-dc46a131605a", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "ab16a7c0-9dd4-4c54-abf9-ad55af9ac673", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "93f420ef-bfec-4680-a837-165a0378dfd1", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "52f8a681-9b6d-4840-ab73-98b3f9a5f787", "label": "Caroline: 1.00", "title": "ENTITY: 1.000 (Entity: Caroline)", "to": "e7084e9d-1878-4c3b-8ea4-39c2c53677d9", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "52f8a681-9b6d-4840-ab73-98b3f9a5f787", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "b12ed0ef-616d-4307-ba1d-a18ac346b1f9", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "52f8a681-9b6d-4840-ab73-98b3f9a5f787", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "a7721041-27be-40c3-be77-dc46a131605a", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "52f8a681-9b6d-4840-ab73-98b3f9a5f787", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "93f420ef-bfec-4680-a837-165a0378dfd1", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "52f8a681-9b6d-4840-ab73-98b3f9a5f787", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "ab16a7c0-9dd4-4c54-abf9-ad55af9ac673", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "9e350327-7508-4687-acb8-a83241421d66", "label": "Caroline: 1.00", "title": "ENTITY: 1.000 (Entity: Caroline)", "to": "854fc039-d8aa-429f-b917-5836824c3575", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "9e350327-7508-4687-acb8-a83241421d66", "label": "Caroline: 1.00", "title": "ENTITY: 1.000 (Entity: Caroline)", "to": "b12ed0ef-616d-4307-ba1d-a18ac346b1f9", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "9e350327-7508-4687-acb8-a83241421d66", "label": "Caroline: 1.00", "title": "ENTITY: 1.000 (Entity: Caroline)", "to": "a7721041-27be-40c3-be77-dc46a131605a", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "9e350327-7508-4687-acb8-a83241421d66", "label": "Caroline: 1.00", "title": "ENTITY: 1.000 (Entity: Caroline)", "to": "6d3ccdae-8999-4c25-bbdb-671be0414991", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "9e350327-7508-4687-acb8-a83241421d66", "label": "Caroline: 1.00", "title": "ENTITY: 1.000 (Entity: Caroline)", "to": "d33a213f-1c2d-4079-a496-e7bed806f713", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "9e350327-7508-4687-acb8-a83241421d66", "label": "Caroline: 1.00", "title": "ENTITY: 1.000 (Entity: Caroline)", "to": "d5aa1b25-5e1b-4224-84b1-95b0d40d0b2e", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "ce5128a5-6687-4255-b959-ecf3853342a8", "label": "Caroline: 1.00", "title": "ENTITY: 1.000 (Entity: Caroline)", "to": "854fc039-d8aa-429f-b917-5836824c3575", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "ce5128a5-6687-4255-b959-ecf3853342a8", "label": "Caroline: 1.00", "title": "ENTITY: 1.000 (Entity: Caroline)", "to": "b12ed0ef-616d-4307-ba1d-a18ac346b1f9", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "ce5128a5-6687-4255-b959-ecf3853342a8", "label": "Caroline: 1.00", "title": "ENTITY: 1.000 (Entity: Caroline)", "to": "a7721041-27be-40c3-be77-dc46a131605a", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "ce5128a5-6687-4255-b959-ecf3853342a8", "label": "Caroline: 1.00", "title": "ENTITY: 1.000 (Entity: Caroline)", "to": "6d3ccdae-8999-4c25-bbdb-671be0414991", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "ce5128a5-6687-4255-b959-ecf3853342a8", "label": "Caroline: 1.00", "title": "ENTITY: 1.000 (Entity: Caroline)", "to": "d33a213f-1c2d-4079-a496-e7bed806f713", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "ce5128a5-6687-4255-b959-ecf3853342a8", "label": "Caroline: 1.00", "title": "ENTITY: 1.000 (Entity: Caroline)", "to": "d5aa1b25-5e1b-4224-84b1-95b0d40d0b2e", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "ce5128a5-6687-4255-b959-ecf3853342a8", "label": "Caroline: 1.00", "title": "ENTITY: 1.000 (Entity: Caroline)", "to": "9e350327-7508-4687-acb8-a83241421d66", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "ce5128a5-6687-4255-b959-ecf3853342a8", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "93f420ef-bfec-4680-a837-165a0378dfd1", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "ce5128a5-6687-4255-b959-ecf3853342a8", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "ab16a7c0-9dd4-4c54-abf9-ad55af9ac673", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "ce5128a5-6687-4255-b959-ecf3853342a8", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "52f8a681-9b6d-4840-ab73-98b3f9a5f787", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "70260a95-66c5-46f8-868f-72c6c1992aad", "label": "Caroline: 1.00", "title": "ENTITY: 1.000 (Entity: Caroline)", "to": "93f420ef-bfec-4680-a837-165a0378dfd1", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "70260a95-66c5-46f8-868f-72c6c1992aad", "label": "Caroline: 1.00", "title": "ENTITY: 1.000 (Entity: Caroline)", "to": "3c251402-6381-42bb-88a4-a3c216db24c2", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "c46ba790-a595-48d8-a271-68d61db325cb", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "b12ed0ef-616d-4307-ba1d-a18ac346b1f9", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "c46ba790-a595-48d8-a271-68d61db325cb", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "a7721041-27be-40c3-be77-dc46a131605a", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "c46ba790-a595-48d8-a271-68d61db325cb", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "93f420ef-bfec-4680-a837-165a0378dfd1", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "c46ba790-a595-48d8-a271-68d61db325cb", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "ab16a7c0-9dd4-4c54-abf9-ad55af9ac673", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "c46ba790-a595-48d8-a271-68d61db325cb", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "52f8a681-9b6d-4840-ab73-98b3f9a5f787", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "c46ba790-a595-48d8-a271-68d61db325cb", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "ce5128a5-6687-4255-b959-ecf3853342a8", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "a47e7ef7-5acc-4982-bd3b-a8cbc8824179", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "b12ed0ef-616d-4307-ba1d-a18ac346b1f9", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "a47e7ef7-5acc-4982-bd3b-a8cbc8824179", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "a7721041-27be-40c3-be77-dc46a131605a", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "a47e7ef7-5acc-4982-bd3b-a8cbc8824179", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "93f420ef-bfec-4680-a837-165a0378dfd1", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "a47e7ef7-5acc-4982-bd3b-a8cbc8824179", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "ab16a7c0-9dd4-4c54-abf9-ad55af9ac673", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "a47e7ef7-5acc-4982-bd3b-a8cbc8824179", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "52f8a681-9b6d-4840-ab73-98b3f9a5f787", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "a47e7ef7-5acc-4982-bd3b-a8cbc8824179", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "ce5128a5-6687-4255-b959-ecf3853342a8", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "a47e7ef7-5acc-4982-bd3b-a8cbc8824179", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "c46ba790-a595-48d8-a271-68d61db325cb", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "b16b2f5a-33f4-4939-afab-190b895bfb26", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "b12ed0ef-616d-4307-ba1d-a18ac346b1f9", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "b16b2f5a-33f4-4939-afab-190b895bfb26", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "a7721041-27be-40c3-be77-dc46a131605a", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "b16b2f5a-33f4-4939-afab-190b895bfb26", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "93f420ef-bfec-4680-a837-165a0378dfd1", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "b16b2f5a-33f4-4939-afab-190b895bfb26", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "ab16a7c0-9dd4-4c54-abf9-ad55af9ac673", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "b16b2f5a-33f4-4939-afab-190b895bfb26", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "52f8a681-9b6d-4840-ab73-98b3f9a5f787", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "b16b2f5a-33f4-4939-afab-190b895bfb26", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "ce5128a5-6687-4255-b959-ecf3853342a8", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "b16b2f5a-33f4-4939-afab-190b895bfb26", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "c46ba790-a595-48d8-a271-68d61db325cb", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "b16b2f5a-33f4-4939-afab-190b895bfb26", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "a47e7ef7-5acc-4982-bd3b-a8cbc8824179", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "c69b90bd-ae7a-4c64-84ef-628212f5448c", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "b12ed0ef-616d-4307-ba1d-a18ac346b1f9", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "c69b90bd-ae7a-4c64-84ef-628212f5448c", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "a7721041-27be-40c3-be77-dc46a131605a", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "c69b90bd-ae7a-4c64-84ef-628212f5448c", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "93f420ef-bfec-4680-a837-165a0378dfd1", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "c69b90bd-ae7a-4c64-84ef-628212f5448c", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "ab16a7c0-9dd4-4c54-abf9-ad55af9ac673", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "c69b90bd-ae7a-4c64-84ef-628212f5448c", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "52f8a681-9b6d-4840-ab73-98b3f9a5f787", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "c69b90bd-ae7a-4c64-84ef-628212f5448c", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "ce5128a5-6687-4255-b959-ecf3853342a8", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "c69b90bd-ae7a-4c64-84ef-628212f5448c", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "c46ba790-a595-48d8-a271-68d61db325cb", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "c69b90bd-ae7a-4c64-84ef-628212f5448c", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "a47e7ef7-5acc-4982-bd3b-a8cbc8824179", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "c69b90bd-ae7a-4c64-84ef-628212f5448c", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "b16b2f5a-33f4-4939-afab-190b895bfb26", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "550613fa-2552-413b-9d25-329ef8fdf222", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "b12ed0ef-616d-4307-ba1d-a18ac346b1f9", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "550613fa-2552-413b-9d25-329ef8fdf222", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "a7721041-27be-40c3-be77-dc46a131605a", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "550613fa-2552-413b-9d25-329ef8fdf222", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "93f420ef-bfec-4680-a837-165a0378dfd1", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "550613fa-2552-413b-9d25-329ef8fdf222", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "ab16a7c0-9dd4-4c54-abf9-ad55af9ac673", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "550613fa-2552-413b-9d25-329ef8fdf222", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "52f8a681-9b6d-4840-ab73-98b3f9a5f787", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "550613fa-2552-413b-9d25-329ef8fdf222", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "ce5128a5-6687-4255-b959-ecf3853342a8", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "550613fa-2552-413b-9d25-329ef8fdf222", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "c46ba790-a595-48d8-a271-68d61db325cb", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "550613fa-2552-413b-9d25-329ef8fdf222", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "a47e7ef7-5acc-4982-bd3b-a8cbc8824179", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "550613fa-2552-413b-9d25-329ef8fdf222", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "b16b2f5a-33f4-4939-afab-190b895bfb26", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "550613fa-2552-413b-9d25-329ef8fdf222", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "c69b90bd-ae7a-4c64-84ef-628212f5448c", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "5abfd799-f344-4b6d-9d90-5cd711c9ce95", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "b12ed0ef-616d-4307-ba1d-a18ac346b1f9", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "5abfd799-f344-4b6d-9d90-5cd711c9ce95", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "a7721041-27be-40c3-be77-dc46a131605a", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "5abfd799-f344-4b6d-9d90-5cd711c9ce95", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "93f420ef-bfec-4680-a837-165a0378dfd1", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "5abfd799-f344-4b6d-9d90-5cd711c9ce95", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "ab16a7c0-9dd4-4c54-abf9-ad55af9ac673", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "5abfd799-f344-4b6d-9d90-5cd711c9ce95", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "52f8a681-9b6d-4840-ab73-98b3f9a5f787", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "5abfd799-f344-4b6d-9d90-5cd711c9ce95", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "ce5128a5-6687-4255-b959-ecf3853342a8", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "5abfd799-f344-4b6d-9d90-5cd711c9ce95", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "c46ba790-a595-48d8-a271-68d61db325cb", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "5abfd799-f344-4b6d-9d90-5cd711c9ce95", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "a47e7ef7-5acc-4982-bd3b-a8cbc8824179", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "5abfd799-f344-4b6d-9d90-5cd711c9ce95", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "b16b2f5a-33f4-4939-afab-190b895bfb26", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "5abfd799-f344-4b6d-9d90-5cd711c9ce95", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "c69b90bd-ae7a-4c64-84ef-628212f5448c", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "5abfd799-f344-4b6d-9d90-5cd711c9ce95", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "550613fa-2552-413b-9d25-329ef8fdf222", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "839e8386-e78c-4479-b512-f177fdfb85f2", "label": "Oliver: 1.00", "title": "ENTITY: 1.000 (Entity: Oliver)", "to": "ab16a7c0-9dd4-4c54-abf9-ad55af9ac673", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "839e8386-e78c-4479-b512-f177fdfb85f2", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "b12ed0ef-616d-4307-ba1d-a18ac346b1f9", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "839e8386-e78c-4479-b512-f177fdfb85f2", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "a7721041-27be-40c3-be77-dc46a131605a", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "839e8386-e78c-4479-b512-f177fdfb85f2", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "93f420ef-bfec-4680-a837-165a0378dfd1", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "839e8386-e78c-4479-b512-f177fdfb85f2", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "52f8a681-9b6d-4840-ab73-98b3f9a5f787", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "839e8386-e78c-4479-b512-f177fdfb85f2", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "ce5128a5-6687-4255-b959-ecf3853342a8", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "839e8386-e78c-4479-b512-f177fdfb85f2", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "c46ba790-a595-48d8-a271-68d61db325cb", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "839e8386-e78c-4479-b512-f177fdfb85f2", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "a47e7ef7-5acc-4982-bd3b-a8cbc8824179", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "839e8386-e78c-4479-b512-f177fdfb85f2", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "b16b2f5a-33f4-4939-afab-190b895bfb26", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "839e8386-e78c-4479-b512-f177fdfb85f2", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "c69b90bd-ae7a-4c64-84ef-628212f5448c", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "839e8386-e78c-4479-b512-f177fdfb85f2", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "550613fa-2552-413b-9d25-329ef8fdf222", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "839e8386-e78c-4479-b512-f177fdfb85f2", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "5abfd799-f344-4b6d-9d90-5cd711c9ce95", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "43aec7ba-4d72-4e40-a589-1e42a93fe362", "label": "Caroline: 1.00", "title": "ENTITY: 1.000 (Entity: Caroline)", "to": "93f420ef-bfec-4680-a837-165a0378dfd1", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "43aec7ba-4d72-4e40-a589-1e42a93fe362", "label": "Caroline: 1.00", "title": "ENTITY: 1.000 (Entity: Caroline)", "to": "3c251402-6381-42bb-88a4-a3c216db24c2", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "43aec7ba-4d72-4e40-a589-1e42a93fe362", "label": "Caroline: 1.00", "title": "ENTITY: 1.000 (Entity: Caroline)", "to": "70260a95-66c5-46f8-868f-72c6c1992aad", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "43aec7ba-4d72-4e40-a589-1e42a93fe362", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "b12ed0ef-616d-4307-ba1d-a18ac346b1f9", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "43aec7ba-4d72-4e40-a589-1e42a93fe362", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "a7721041-27be-40c3-be77-dc46a131605a", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "43aec7ba-4d72-4e40-a589-1e42a93fe362", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "ab16a7c0-9dd4-4c54-abf9-ad55af9ac673", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "43aec7ba-4d72-4e40-a589-1e42a93fe362", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "52f8a681-9b6d-4840-ab73-98b3f9a5f787", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "43aec7ba-4d72-4e40-a589-1e42a93fe362", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "ce5128a5-6687-4255-b959-ecf3853342a8", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "43aec7ba-4d72-4e40-a589-1e42a93fe362", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "c46ba790-a595-48d8-a271-68d61db325cb", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "43aec7ba-4d72-4e40-a589-1e42a93fe362", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "a47e7ef7-5acc-4982-bd3b-a8cbc8824179", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "43aec7ba-4d72-4e40-a589-1e42a93fe362", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "b16b2f5a-33f4-4939-afab-190b895bfb26", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "43aec7ba-4d72-4e40-a589-1e42a93fe362", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "c69b90bd-ae7a-4c64-84ef-628212f5448c", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "43aec7ba-4d72-4e40-a589-1e42a93fe362", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "550613fa-2552-413b-9d25-329ef8fdf222", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "43aec7ba-4d72-4e40-a589-1e42a93fe362", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "5abfd799-f344-4b6d-9d90-5cd711c9ce95", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "43aec7ba-4d72-4e40-a589-1e42a93fe362", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "839e8386-e78c-4479-b512-f177fdfb85f2", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "01fc10ba-5349-4359-ac0a-99256afce366", "label": "Caroline: 1.00", "title": "ENTITY: 1.000 (Entity: Caroline)", "to": "854fc039-d8aa-429f-b917-5836824c3575", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "01fc10ba-5349-4359-ac0a-99256afce366", "label": "Caroline: 1.00", "title": "ENTITY: 1.000 (Entity: Caroline)", "to": "b12ed0ef-616d-4307-ba1d-a18ac346b1f9", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "01fc10ba-5349-4359-ac0a-99256afce366", "label": "Caroline: 1.00", "title": "ENTITY: 1.000 (Entity: Caroline)", "to": "a7721041-27be-40c3-be77-dc46a131605a", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "01fc10ba-5349-4359-ac0a-99256afce366", "label": "Caroline: 1.00", "title": "ENTITY: 1.000 (Entity: Caroline)", "to": "6d3ccdae-8999-4c25-bbdb-671be0414991", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "01fc10ba-5349-4359-ac0a-99256afce366", "label": "Caroline: 1.00", "title": "ENTITY: 1.000 (Entity: Caroline)", "to": "d33a213f-1c2d-4079-a496-e7bed806f713", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "01fc10ba-5349-4359-ac0a-99256afce366", "label": "Caroline: 1.00", "title": "ENTITY: 1.000 (Entity: Caroline)", "to": "d5aa1b25-5e1b-4224-84b1-95b0d40d0b2e", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "01fc10ba-5349-4359-ac0a-99256afce366", "label": "Caroline: 1.00", "title": "ENTITY: 1.000 (Entity: Caroline)", "to": "9e350327-7508-4687-acb8-a83241421d66", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "01fc10ba-5349-4359-ac0a-99256afce366", "label": "Caroline: 1.00", "title": "ENTITY: 1.000 (Entity: Caroline)", "to": "ce5128a5-6687-4255-b959-ecf3853342a8", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "4d3edd1a-2e38-40d8-822c-a61a14b46e49", "label": "Caroline: 1.00", "title": "ENTITY: 1.000 (Entity: Caroline)", "to": "854fc039-d8aa-429f-b917-5836824c3575", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "4d3edd1a-2e38-40d8-822c-a61a14b46e49", "label": "Caroline: 1.00", "title": "ENTITY: 1.000 (Entity: Caroline)", "to": "b12ed0ef-616d-4307-ba1d-a18ac346b1f9", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "4d3edd1a-2e38-40d8-822c-a61a14b46e49", "label": "Caroline: 1.00", "title": "ENTITY: 1.000 (Entity: Caroline)", "to": "a7721041-27be-40c3-be77-dc46a131605a", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "4d3edd1a-2e38-40d8-822c-a61a14b46e49", "label": "Caroline: 1.00", "title": "ENTITY: 1.000 (Entity: Caroline)", "to": "6d3ccdae-8999-4c25-bbdb-671be0414991", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "4d3edd1a-2e38-40d8-822c-a61a14b46e49", "label": "Caroline: 1.00", "title": "ENTITY: 1.000 (Entity: Caroline)", "to": "d33a213f-1c2d-4079-a496-e7bed806f713", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "4d3edd1a-2e38-40d8-822c-a61a14b46e49", "label": "Caroline: 1.00", "title": "ENTITY: 1.000 (Entity: Caroline)", "to": "d5aa1b25-5e1b-4224-84b1-95b0d40d0b2e", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "4d3edd1a-2e38-40d8-822c-a61a14b46e49", "label": "Caroline: 1.00", "title": "ENTITY: 1.000 (Entity: Caroline)", "to": "9e350327-7508-4687-acb8-a83241421d66", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "4d3edd1a-2e38-40d8-822c-a61a14b46e49", "label": "Caroline: 1.00", "title": "ENTITY: 1.000 (Entity: Caroline)", "to": "ce5128a5-6687-4255-b959-ecf3853342a8", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "4d3edd1a-2e38-40d8-822c-a61a14b46e49", "label": "Caroline: 1.00", "title": "ENTITY: 1.000 (Entity: Caroline)", "to": "01fc10ba-5349-4359-ac0a-99256afce366", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "5f4510ff-c3f6-4408-ba56-0a78f6bfdf30", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "b12ed0ef-616d-4307-ba1d-a18ac346b1f9", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "5f4510ff-c3f6-4408-ba56-0a78f6bfdf30", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "a7721041-27be-40c3-be77-dc46a131605a", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "5f4510ff-c3f6-4408-ba56-0a78f6bfdf30", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "93f420ef-bfec-4680-a837-165a0378dfd1", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "5f4510ff-c3f6-4408-ba56-0a78f6bfdf30", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "ab16a7c0-9dd4-4c54-abf9-ad55af9ac673", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "5f4510ff-c3f6-4408-ba56-0a78f6bfdf30", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "52f8a681-9b6d-4840-ab73-98b3f9a5f787", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "5f4510ff-c3f6-4408-ba56-0a78f6bfdf30", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "ce5128a5-6687-4255-b959-ecf3853342a8", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "5f4510ff-c3f6-4408-ba56-0a78f6bfdf30", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "c46ba790-a595-48d8-a271-68d61db325cb", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "5f4510ff-c3f6-4408-ba56-0a78f6bfdf30", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "a47e7ef7-5acc-4982-bd3b-a8cbc8824179", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "5f4510ff-c3f6-4408-ba56-0a78f6bfdf30", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "b16b2f5a-33f4-4939-afab-190b895bfb26", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "5f4510ff-c3f6-4408-ba56-0a78f6bfdf30", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "c69b90bd-ae7a-4c64-84ef-628212f5448c", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "5f4510ff-c3f6-4408-ba56-0a78f6bfdf30", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "550613fa-2552-413b-9d25-329ef8fdf222", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "5f4510ff-c3f6-4408-ba56-0a78f6bfdf30", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "5abfd799-f344-4b6d-9d90-5cd711c9ce95", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "5f4510ff-c3f6-4408-ba56-0a78f6bfdf30", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "839e8386-e78c-4479-b512-f177fdfb85f2", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "5f4510ff-c3f6-4408-ba56-0a78f6bfdf30", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "43aec7ba-4d72-4e40-a589-1e42a93fe362", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "062beb04-1ef2-41b9-9bbe-5cf4fe14b088", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "b12ed0ef-616d-4307-ba1d-a18ac346b1f9", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "062beb04-1ef2-41b9-9bbe-5cf4fe14b088", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "a7721041-27be-40c3-be77-dc46a131605a", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "062beb04-1ef2-41b9-9bbe-5cf4fe14b088", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "93f420ef-bfec-4680-a837-165a0378dfd1", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "062beb04-1ef2-41b9-9bbe-5cf4fe14b088", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "ab16a7c0-9dd4-4c54-abf9-ad55af9ac673", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "062beb04-1ef2-41b9-9bbe-5cf4fe14b088", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "52f8a681-9b6d-4840-ab73-98b3f9a5f787", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "062beb04-1ef2-41b9-9bbe-5cf4fe14b088", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "ce5128a5-6687-4255-b959-ecf3853342a8", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "062beb04-1ef2-41b9-9bbe-5cf4fe14b088", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "c46ba790-a595-48d8-a271-68d61db325cb", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "062beb04-1ef2-41b9-9bbe-5cf4fe14b088", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "a47e7ef7-5acc-4982-bd3b-a8cbc8824179", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "062beb04-1ef2-41b9-9bbe-5cf4fe14b088", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "b16b2f5a-33f4-4939-afab-190b895bfb26", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "062beb04-1ef2-41b9-9bbe-5cf4fe14b088", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "c69b90bd-ae7a-4c64-84ef-628212f5448c", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "062beb04-1ef2-41b9-9bbe-5cf4fe14b088", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "550613fa-2552-413b-9d25-329ef8fdf222", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "062beb04-1ef2-41b9-9bbe-5cf4fe14b088", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "5abfd799-f344-4b6d-9d90-5cd711c9ce95", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "062beb04-1ef2-41b9-9bbe-5cf4fe14b088", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "839e8386-e78c-4479-b512-f177fdfb85f2", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "062beb04-1ef2-41b9-9bbe-5cf4fe14b088", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "43aec7ba-4d72-4e40-a589-1e42a93fe362", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "062beb04-1ef2-41b9-9bbe-5cf4fe14b088", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "5f4510ff-c3f6-4408-ba56-0a78f6bfdf30", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "33a9a293-60ad-484d-900c-8a561cbed359", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "b12ed0ef-616d-4307-ba1d-a18ac346b1f9", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "33a9a293-60ad-484d-900c-8a561cbed359", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "a7721041-27be-40c3-be77-dc46a131605a", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "33a9a293-60ad-484d-900c-8a561cbed359", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "93f420ef-bfec-4680-a837-165a0378dfd1", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "33a9a293-60ad-484d-900c-8a561cbed359", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "ab16a7c0-9dd4-4c54-abf9-ad55af9ac673", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "33a9a293-60ad-484d-900c-8a561cbed359", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "52f8a681-9b6d-4840-ab73-98b3f9a5f787", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "33a9a293-60ad-484d-900c-8a561cbed359", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "ce5128a5-6687-4255-b959-ecf3853342a8", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "33a9a293-60ad-484d-900c-8a561cbed359", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "c46ba790-a595-48d8-a271-68d61db325cb", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "33a9a293-60ad-484d-900c-8a561cbed359", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "a47e7ef7-5acc-4982-bd3b-a8cbc8824179", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "33a9a293-60ad-484d-900c-8a561cbed359", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "b16b2f5a-33f4-4939-afab-190b895bfb26", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "33a9a293-60ad-484d-900c-8a561cbed359", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "c69b90bd-ae7a-4c64-84ef-628212f5448c", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "33a9a293-60ad-484d-900c-8a561cbed359", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "550613fa-2552-413b-9d25-329ef8fdf222", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "33a9a293-60ad-484d-900c-8a561cbed359", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "5abfd799-f344-4b6d-9d90-5cd711c9ce95", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "33a9a293-60ad-484d-900c-8a561cbed359", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "839e8386-e78c-4479-b512-f177fdfb85f2", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "33a9a293-60ad-484d-900c-8a561cbed359", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "43aec7ba-4d72-4e40-a589-1e42a93fe362", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "33a9a293-60ad-484d-900c-8a561cbed359", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "5f4510ff-c3f6-4408-ba56-0a78f6bfdf30", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "33a9a293-60ad-484d-900c-8a561cbed359", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "062beb04-1ef2-41b9-9bbe-5cf4fe14b088", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "48a1a5f6-05fd-4d9f-a7c6-ef1ad01d4ad6", "label": "Caroline: 1.00", "title": "ENTITY: 1.000 (Entity: Caroline)", "to": "93f420ef-bfec-4680-a837-165a0378dfd1", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "48a1a5f6-05fd-4d9f-a7c6-ef1ad01d4ad6", "label": "Caroline: 1.00", "title": "ENTITY: 1.000 (Entity: Caroline)", "to": "3c251402-6381-42bb-88a4-a3c216db24c2", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "48a1a5f6-05fd-4d9f-a7c6-ef1ad01d4ad6", "label": "Caroline: 1.00", "title": "ENTITY: 1.000 (Entity: Caroline)", "to": "70260a95-66c5-46f8-868f-72c6c1992aad", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "48a1a5f6-05fd-4d9f-a7c6-ef1ad01d4ad6", "label": "Caroline: 1.00", "title": "ENTITY: 1.000 (Entity: Caroline)", "to": "43aec7ba-4d72-4e40-a589-1e42a93fe362", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "40cb96be-3063-4871-b109-06d03cca40bb", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "b12ed0ef-616d-4307-ba1d-a18ac346b1f9", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "40cb96be-3063-4871-b109-06d03cca40bb", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "a7721041-27be-40c3-be77-dc46a131605a", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "40cb96be-3063-4871-b109-06d03cca40bb", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "93f420ef-bfec-4680-a837-165a0378dfd1", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "40cb96be-3063-4871-b109-06d03cca40bb", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "ab16a7c0-9dd4-4c54-abf9-ad55af9ac673", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "40cb96be-3063-4871-b109-06d03cca40bb", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "52f8a681-9b6d-4840-ab73-98b3f9a5f787", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "40cb96be-3063-4871-b109-06d03cca40bb", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "ce5128a5-6687-4255-b959-ecf3853342a8", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "40cb96be-3063-4871-b109-06d03cca40bb", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "c46ba790-a595-48d8-a271-68d61db325cb", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "40cb96be-3063-4871-b109-06d03cca40bb", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "a47e7ef7-5acc-4982-bd3b-a8cbc8824179", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "40cb96be-3063-4871-b109-06d03cca40bb", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "b16b2f5a-33f4-4939-afab-190b895bfb26", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "40cb96be-3063-4871-b109-06d03cca40bb", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "c69b90bd-ae7a-4c64-84ef-628212f5448c", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "40cb96be-3063-4871-b109-06d03cca40bb", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "550613fa-2552-413b-9d25-329ef8fdf222", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "40cb96be-3063-4871-b109-06d03cca40bb", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "5abfd799-f344-4b6d-9d90-5cd711c9ce95", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "40cb96be-3063-4871-b109-06d03cca40bb", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "839e8386-e78c-4479-b512-f177fdfb85f2", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "40cb96be-3063-4871-b109-06d03cca40bb", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "43aec7ba-4d72-4e40-a589-1e42a93fe362", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "40cb96be-3063-4871-b109-06d03cca40bb", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "5f4510ff-c3f6-4408-ba56-0a78f6bfdf30", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "40cb96be-3063-4871-b109-06d03cca40bb", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "062beb04-1ef2-41b9-9bbe-5cf4fe14b088", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "40cb96be-3063-4871-b109-06d03cca40bb", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "33a9a293-60ad-484d-900c-8a561cbed359", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "4283dfa1-f27b-478d-8d49-b47e77ed9f71", "label": "Caroline: 1.00", "title": "ENTITY: 1.000 (Entity: Caroline)", "to": "93f420ef-bfec-4680-a837-165a0378dfd1", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "4283dfa1-f27b-478d-8d49-b47e77ed9f71", "label": "Caroline: 1.00", "title": "ENTITY: 1.000 (Entity: Caroline)", "to": "3c251402-6381-42bb-88a4-a3c216db24c2", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "4283dfa1-f27b-478d-8d49-b47e77ed9f71", "label": "Caroline: 1.00", "title": "ENTITY: 1.000 (Entity: Caroline)", "to": "70260a95-66c5-46f8-868f-72c6c1992aad", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "4283dfa1-f27b-478d-8d49-b47e77ed9f71", "label": "Caroline: 1.00", "title": "ENTITY: 1.000 (Entity: Caroline)", "to": "43aec7ba-4d72-4e40-a589-1e42a93fe362", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "4283dfa1-f27b-478d-8d49-b47e77ed9f71", "label": "Caroline: 1.00", "title": "ENTITY: 1.000 (Entity: Caroline)", "to": "48a1a5f6-05fd-4d9f-a7c6-ef1ad01d4ad6", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "4283dfa1-f27b-478d-8d49-b47e77ed9f71", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "b12ed0ef-616d-4307-ba1d-a18ac346b1f9", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "4283dfa1-f27b-478d-8d49-b47e77ed9f71", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "a7721041-27be-40c3-be77-dc46a131605a", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "4283dfa1-f27b-478d-8d49-b47e77ed9f71", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "ab16a7c0-9dd4-4c54-abf9-ad55af9ac673", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "4283dfa1-f27b-478d-8d49-b47e77ed9f71", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "52f8a681-9b6d-4840-ab73-98b3f9a5f787", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "4283dfa1-f27b-478d-8d49-b47e77ed9f71", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "ce5128a5-6687-4255-b959-ecf3853342a8", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "4283dfa1-f27b-478d-8d49-b47e77ed9f71", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "c46ba790-a595-48d8-a271-68d61db325cb", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "4283dfa1-f27b-478d-8d49-b47e77ed9f71", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "a47e7ef7-5acc-4982-bd3b-a8cbc8824179", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "4283dfa1-f27b-478d-8d49-b47e77ed9f71", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "b16b2f5a-33f4-4939-afab-190b895bfb26", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "4283dfa1-f27b-478d-8d49-b47e77ed9f71", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "c69b90bd-ae7a-4c64-84ef-628212f5448c", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "4283dfa1-f27b-478d-8d49-b47e77ed9f71", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "550613fa-2552-413b-9d25-329ef8fdf222", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "4283dfa1-f27b-478d-8d49-b47e77ed9f71", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "5abfd799-f344-4b6d-9d90-5cd711c9ce95", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "4283dfa1-f27b-478d-8d49-b47e77ed9f71", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "839e8386-e78c-4479-b512-f177fdfb85f2", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "4283dfa1-f27b-478d-8d49-b47e77ed9f71", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "5f4510ff-c3f6-4408-ba56-0a78f6bfdf30", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "4283dfa1-f27b-478d-8d49-b47e77ed9f71", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "062beb04-1ef2-41b9-9bbe-5cf4fe14b088", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "4283dfa1-f27b-478d-8d49-b47e77ed9f71", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "33a9a293-60ad-484d-900c-8a561cbed359", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "4283dfa1-f27b-478d-8d49-b47e77ed9f71", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "40cb96be-3063-4871-b109-06d03cca40bb", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "9e048592-6417-4b7d-bec5-07274a491260", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "b12ed0ef-616d-4307-ba1d-a18ac346b1f9", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "9e048592-6417-4b7d-bec5-07274a491260", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "a7721041-27be-40c3-be77-dc46a131605a", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "9e048592-6417-4b7d-bec5-07274a491260", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "93f420ef-bfec-4680-a837-165a0378dfd1", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "9e048592-6417-4b7d-bec5-07274a491260", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "ab16a7c0-9dd4-4c54-abf9-ad55af9ac673", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "9e048592-6417-4b7d-bec5-07274a491260", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "52f8a681-9b6d-4840-ab73-98b3f9a5f787", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "9e048592-6417-4b7d-bec5-07274a491260", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "ce5128a5-6687-4255-b959-ecf3853342a8", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "9e048592-6417-4b7d-bec5-07274a491260", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "c46ba790-a595-48d8-a271-68d61db325cb", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "9e048592-6417-4b7d-bec5-07274a491260", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "a47e7ef7-5acc-4982-bd3b-a8cbc8824179", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "9e048592-6417-4b7d-bec5-07274a491260", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "b16b2f5a-33f4-4939-afab-190b895bfb26", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "9e048592-6417-4b7d-bec5-07274a491260", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "c69b90bd-ae7a-4c64-84ef-628212f5448c", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "9e048592-6417-4b7d-bec5-07274a491260", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "550613fa-2552-413b-9d25-329ef8fdf222", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "9e048592-6417-4b7d-bec5-07274a491260", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "5abfd799-f344-4b6d-9d90-5cd711c9ce95", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "9e048592-6417-4b7d-bec5-07274a491260", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "839e8386-e78c-4479-b512-f177fdfb85f2", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "9e048592-6417-4b7d-bec5-07274a491260", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "43aec7ba-4d72-4e40-a589-1e42a93fe362", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "9e048592-6417-4b7d-bec5-07274a491260", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "5f4510ff-c3f6-4408-ba56-0a78f6bfdf30", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "9e048592-6417-4b7d-bec5-07274a491260", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "062beb04-1ef2-41b9-9bbe-5cf4fe14b088", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "9e048592-6417-4b7d-bec5-07274a491260", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "33a9a293-60ad-484d-900c-8a561cbed359", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "9e048592-6417-4b7d-bec5-07274a491260", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "40cb96be-3063-4871-b109-06d03cca40bb", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "9e048592-6417-4b7d-bec5-07274a491260", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "4283dfa1-f27b-478d-8d49-b47e77ed9f71", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "d254e665-0c6d-4c17-a78d-27621e594b85", "label": "Caroline: 1.00", "title": "ENTITY: 1.000 (Entity: Caroline)", "to": "93f420ef-bfec-4680-a837-165a0378dfd1", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "d254e665-0c6d-4c17-a78d-27621e594b85", "label": "Caroline: 1.00", "title": "ENTITY: 1.000 (Entity: Caroline)", "to": "3c251402-6381-42bb-88a4-a3c216db24c2", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "d254e665-0c6d-4c17-a78d-27621e594b85", "label": "Caroline: 1.00", "title": "ENTITY: 1.000 (Entity: Caroline)", "to": "70260a95-66c5-46f8-868f-72c6c1992aad", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "d254e665-0c6d-4c17-a78d-27621e594b85", "label": "Caroline: 1.00", "title": "ENTITY: 1.000 (Entity: Caroline)", "to": "43aec7ba-4d72-4e40-a589-1e42a93fe362", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "d254e665-0c6d-4c17-a78d-27621e594b85", "label": "Caroline: 1.00", "title": "ENTITY: 1.000 (Entity: Caroline)", "to": "48a1a5f6-05fd-4d9f-a7c6-ef1ad01d4ad6", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "d254e665-0c6d-4c17-a78d-27621e594b85", "label": "Caroline: 1.00", "title": "ENTITY: 1.000 (Entity: Caroline)", "to": "4283dfa1-f27b-478d-8d49-b47e77ed9f71", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "d8923878-4f63-4c92-b612-6f17a89b5c84", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "b12ed0ef-616d-4307-ba1d-a18ac346b1f9", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "d8923878-4f63-4c92-b612-6f17a89b5c84", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "a7721041-27be-40c3-be77-dc46a131605a", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "d8923878-4f63-4c92-b612-6f17a89b5c84", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "93f420ef-bfec-4680-a837-165a0378dfd1", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "d8923878-4f63-4c92-b612-6f17a89b5c84", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "ab16a7c0-9dd4-4c54-abf9-ad55af9ac673", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "d8923878-4f63-4c92-b612-6f17a89b5c84", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "52f8a681-9b6d-4840-ab73-98b3f9a5f787", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "d8923878-4f63-4c92-b612-6f17a89b5c84", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "ce5128a5-6687-4255-b959-ecf3853342a8", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "d8923878-4f63-4c92-b612-6f17a89b5c84", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "c46ba790-a595-48d8-a271-68d61db325cb", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "d8923878-4f63-4c92-b612-6f17a89b5c84", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "a47e7ef7-5acc-4982-bd3b-a8cbc8824179", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "d8923878-4f63-4c92-b612-6f17a89b5c84", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "b16b2f5a-33f4-4939-afab-190b895bfb26", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "d8923878-4f63-4c92-b612-6f17a89b5c84", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "c69b90bd-ae7a-4c64-84ef-628212f5448c", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "d8923878-4f63-4c92-b612-6f17a89b5c84", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "550613fa-2552-413b-9d25-329ef8fdf222", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "d8923878-4f63-4c92-b612-6f17a89b5c84", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "5abfd799-f344-4b6d-9d90-5cd711c9ce95", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "d8923878-4f63-4c92-b612-6f17a89b5c84", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "839e8386-e78c-4479-b512-f177fdfb85f2", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "d8923878-4f63-4c92-b612-6f17a89b5c84", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "43aec7ba-4d72-4e40-a589-1e42a93fe362", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "d8923878-4f63-4c92-b612-6f17a89b5c84", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "5f4510ff-c3f6-4408-ba56-0a78f6bfdf30", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "d8923878-4f63-4c92-b612-6f17a89b5c84", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "062beb04-1ef2-41b9-9bbe-5cf4fe14b088", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "d8923878-4f63-4c92-b612-6f17a89b5c84", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "33a9a293-60ad-484d-900c-8a561cbed359", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "d8923878-4f63-4c92-b612-6f17a89b5c84", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "40cb96be-3063-4871-b109-06d03cca40bb", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "d8923878-4f63-4c92-b612-6f17a89b5c84", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "4283dfa1-f27b-478d-8d49-b47e77ed9f71", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "d8923878-4f63-4c92-b612-6f17a89b5c84", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "9e048592-6417-4b7d-bec5-07274a491260", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "8e21da7d-c0b7-4607-ad1d-e75e9e90ca62", "label": "Caroline: 1.00", "title": "ENTITY: 1.000 (Entity: Caroline)", "to": "854fc039-d8aa-429f-b917-5836824c3575", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "8e21da7d-c0b7-4607-ad1d-e75e9e90ca62", "label": "Caroline: 1.00", "title": "ENTITY: 1.000 (Entity: Caroline)", "to": "b12ed0ef-616d-4307-ba1d-a18ac346b1f9", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "8e21da7d-c0b7-4607-ad1d-e75e9e90ca62", "label": "Caroline: 1.00", "title": "ENTITY: 1.000 (Entity: Caroline)", "to": "a7721041-27be-40c3-be77-dc46a131605a", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "8e21da7d-c0b7-4607-ad1d-e75e9e90ca62", "label": "Caroline: 1.00", "title": "ENTITY: 1.000 (Entity: Caroline)", "to": "6d3ccdae-8999-4c25-bbdb-671be0414991", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "8e21da7d-c0b7-4607-ad1d-e75e9e90ca62", "label": "Caroline: 1.00", "title": "ENTITY: 1.000 (Entity: Caroline)", "to": "d33a213f-1c2d-4079-a496-e7bed806f713", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "8e21da7d-c0b7-4607-ad1d-e75e9e90ca62", "label": "Caroline: 1.00", "title": "ENTITY: 1.000 (Entity: Caroline)", "to": "d5aa1b25-5e1b-4224-84b1-95b0d40d0b2e", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "8e21da7d-c0b7-4607-ad1d-e75e9e90ca62", "label": "Caroline: 1.00", "title": "ENTITY: 1.000 (Entity: Caroline)", "to": "9e350327-7508-4687-acb8-a83241421d66", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "8e21da7d-c0b7-4607-ad1d-e75e9e90ca62", "label": "Caroline: 1.00", "title": "ENTITY: 1.000 (Entity: Caroline)", "to": "ce5128a5-6687-4255-b959-ecf3853342a8", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "8e21da7d-c0b7-4607-ad1d-e75e9e90ca62", "label": "Caroline: 1.00", "title": "ENTITY: 1.000 (Entity: Caroline)", "to": "01fc10ba-5349-4359-ac0a-99256afce366", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "8e21da7d-c0b7-4607-ad1d-e75e9e90ca62", "label": "Caroline: 1.00", "title": "ENTITY: 1.000 (Entity: Caroline)", "to": "4d3edd1a-2e38-40d8-822c-a61a14b46e49", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "9d1d9296-990f-4971-8f4f-a5d399aa19a5", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "b12ed0ef-616d-4307-ba1d-a18ac346b1f9", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "9d1d9296-990f-4971-8f4f-a5d399aa19a5", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "a7721041-27be-40c3-be77-dc46a131605a", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "9d1d9296-990f-4971-8f4f-a5d399aa19a5", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "93f420ef-bfec-4680-a837-165a0378dfd1", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "9d1d9296-990f-4971-8f4f-a5d399aa19a5", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "ab16a7c0-9dd4-4c54-abf9-ad55af9ac673", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "9d1d9296-990f-4971-8f4f-a5d399aa19a5", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "52f8a681-9b6d-4840-ab73-98b3f9a5f787", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "9d1d9296-990f-4971-8f4f-a5d399aa19a5", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "ce5128a5-6687-4255-b959-ecf3853342a8", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "9d1d9296-990f-4971-8f4f-a5d399aa19a5", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "c46ba790-a595-48d8-a271-68d61db325cb", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "9d1d9296-990f-4971-8f4f-a5d399aa19a5", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "a47e7ef7-5acc-4982-bd3b-a8cbc8824179", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "9d1d9296-990f-4971-8f4f-a5d399aa19a5", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "b16b2f5a-33f4-4939-afab-190b895bfb26", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "9d1d9296-990f-4971-8f4f-a5d399aa19a5", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "c69b90bd-ae7a-4c64-84ef-628212f5448c", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "9d1d9296-990f-4971-8f4f-a5d399aa19a5", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "550613fa-2552-413b-9d25-329ef8fdf222", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "9d1d9296-990f-4971-8f4f-a5d399aa19a5", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "5abfd799-f344-4b6d-9d90-5cd711c9ce95", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "9d1d9296-990f-4971-8f4f-a5d399aa19a5", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "839e8386-e78c-4479-b512-f177fdfb85f2", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "9d1d9296-990f-4971-8f4f-a5d399aa19a5", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "43aec7ba-4d72-4e40-a589-1e42a93fe362", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "9d1d9296-990f-4971-8f4f-a5d399aa19a5", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "5f4510ff-c3f6-4408-ba56-0a78f6bfdf30", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "9d1d9296-990f-4971-8f4f-a5d399aa19a5", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "062beb04-1ef2-41b9-9bbe-5cf4fe14b088", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "9d1d9296-990f-4971-8f4f-a5d399aa19a5", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "33a9a293-60ad-484d-900c-8a561cbed359", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "9d1d9296-990f-4971-8f4f-a5d399aa19a5", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "40cb96be-3063-4871-b109-06d03cca40bb", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "9d1d9296-990f-4971-8f4f-a5d399aa19a5", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "4283dfa1-f27b-478d-8d49-b47e77ed9f71", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "9d1d9296-990f-4971-8f4f-a5d399aa19a5", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "9e048592-6417-4b7d-bec5-07274a491260", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "9d1d9296-990f-4971-8f4f-a5d399aa19a5", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "d8923878-4f63-4c92-b612-6f17a89b5c84", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "34d3f20a-070f-4c57-b182-e0c354e1f461", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "b12ed0ef-616d-4307-ba1d-a18ac346b1f9", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "34d3f20a-070f-4c57-b182-e0c354e1f461", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "a7721041-27be-40c3-be77-dc46a131605a", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "34d3f20a-070f-4c57-b182-e0c354e1f461", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "93f420ef-bfec-4680-a837-165a0378dfd1", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "34d3f20a-070f-4c57-b182-e0c354e1f461", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "ab16a7c0-9dd4-4c54-abf9-ad55af9ac673", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "34d3f20a-070f-4c57-b182-e0c354e1f461", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "52f8a681-9b6d-4840-ab73-98b3f9a5f787", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "34d3f20a-070f-4c57-b182-e0c354e1f461", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "ce5128a5-6687-4255-b959-ecf3853342a8", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "34d3f20a-070f-4c57-b182-e0c354e1f461", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "c46ba790-a595-48d8-a271-68d61db325cb", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "34d3f20a-070f-4c57-b182-e0c354e1f461", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "a47e7ef7-5acc-4982-bd3b-a8cbc8824179", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "34d3f20a-070f-4c57-b182-e0c354e1f461", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "b16b2f5a-33f4-4939-afab-190b895bfb26", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "34d3f20a-070f-4c57-b182-e0c354e1f461", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "c69b90bd-ae7a-4c64-84ef-628212f5448c", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "34d3f20a-070f-4c57-b182-e0c354e1f461", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "550613fa-2552-413b-9d25-329ef8fdf222", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "34d3f20a-070f-4c57-b182-e0c354e1f461", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "5abfd799-f344-4b6d-9d90-5cd711c9ce95", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "34d3f20a-070f-4c57-b182-e0c354e1f461", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "839e8386-e78c-4479-b512-f177fdfb85f2", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "34d3f20a-070f-4c57-b182-e0c354e1f461", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "43aec7ba-4d72-4e40-a589-1e42a93fe362", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "34d3f20a-070f-4c57-b182-e0c354e1f461", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "5f4510ff-c3f6-4408-ba56-0a78f6bfdf30", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "34d3f20a-070f-4c57-b182-e0c354e1f461", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "062beb04-1ef2-41b9-9bbe-5cf4fe14b088", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "34d3f20a-070f-4c57-b182-e0c354e1f461", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "33a9a293-60ad-484d-900c-8a561cbed359", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "34d3f20a-070f-4c57-b182-e0c354e1f461", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "40cb96be-3063-4871-b109-06d03cca40bb", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "34d3f20a-070f-4c57-b182-e0c354e1f461", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "4283dfa1-f27b-478d-8d49-b47e77ed9f71", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "34d3f20a-070f-4c57-b182-e0c354e1f461", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "9e048592-6417-4b7d-bec5-07274a491260", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "34d3f20a-070f-4c57-b182-e0c354e1f461", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "d8923878-4f63-4c92-b612-6f17a89b5c84", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "34d3f20a-070f-4c57-b182-e0c354e1f461", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "9d1d9296-990f-4971-8f4f-a5d399aa19a5", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "88e0abe2-6af3-4cc1-ade5-57ab6efdc99c", "label": "Caroline: 1.00", "title": "ENTITY: 1.000 (Entity: Caroline)", "to": "93f420ef-bfec-4680-a837-165a0378dfd1", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "88e0abe2-6af3-4cc1-ade5-57ab6efdc99c", "label": "Caroline: 1.00", "title": "ENTITY: 1.000 (Entity: Caroline)", "to": "3c251402-6381-42bb-88a4-a3c216db24c2", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "88e0abe2-6af3-4cc1-ade5-57ab6efdc99c", "label": "Caroline: 1.00", "title": "ENTITY: 1.000 (Entity: Caroline)", "to": "70260a95-66c5-46f8-868f-72c6c1992aad", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "88e0abe2-6af3-4cc1-ade5-57ab6efdc99c", "label": "Caroline: 1.00", "title": "ENTITY: 1.000 (Entity: Caroline)", "to": "43aec7ba-4d72-4e40-a589-1e42a93fe362", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "88e0abe2-6af3-4cc1-ade5-57ab6efdc99c", "label": "Caroline: 1.00", "title": "ENTITY: 1.000 (Entity: Caroline)", "to": "48a1a5f6-05fd-4d9f-a7c6-ef1ad01d4ad6", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "88e0abe2-6af3-4cc1-ade5-57ab6efdc99c", "label": "Caroline: 1.00", "title": "ENTITY: 1.000 (Entity: Caroline)", "to": "4283dfa1-f27b-478d-8d49-b47e77ed9f71", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "88e0abe2-6af3-4cc1-ade5-57ab6efdc99c", "label": "Caroline: 1.00", "title": "ENTITY: 1.000 (Entity: Caroline)", "to": "d254e665-0c6d-4c17-a78d-27621e594b85", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "88e0abe2-6af3-4cc1-ade5-57ab6efdc99c", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "b12ed0ef-616d-4307-ba1d-a18ac346b1f9", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "88e0abe2-6af3-4cc1-ade5-57ab6efdc99c", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "a7721041-27be-40c3-be77-dc46a131605a", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "88e0abe2-6af3-4cc1-ade5-57ab6efdc99c", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "ab16a7c0-9dd4-4c54-abf9-ad55af9ac673", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "88e0abe2-6af3-4cc1-ade5-57ab6efdc99c", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "52f8a681-9b6d-4840-ab73-98b3f9a5f787", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "88e0abe2-6af3-4cc1-ade5-57ab6efdc99c", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "ce5128a5-6687-4255-b959-ecf3853342a8", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "88e0abe2-6af3-4cc1-ade5-57ab6efdc99c", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "c46ba790-a595-48d8-a271-68d61db325cb", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "88e0abe2-6af3-4cc1-ade5-57ab6efdc99c", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "a47e7ef7-5acc-4982-bd3b-a8cbc8824179", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "88e0abe2-6af3-4cc1-ade5-57ab6efdc99c", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "b16b2f5a-33f4-4939-afab-190b895bfb26", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "88e0abe2-6af3-4cc1-ade5-57ab6efdc99c", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "c69b90bd-ae7a-4c64-84ef-628212f5448c", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "88e0abe2-6af3-4cc1-ade5-57ab6efdc99c", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "550613fa-2552-413b-9d25-329ef8fdf222", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "88e0abe2-6af3-4cc1-ade5-57ab6efdc99c", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "5abfd799-f344-4b6d-9d90-5cd711c9ce95", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "88e0abe2-6af3-4cc1-ade5-57ab6efdc99c", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "839e8386-e78c-4479-b512-f177fdfb85f2", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "88e0abe2-6af3-4cc1-ade5-57ab6efdc99c", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "5f4510ff-c3f6-4408-ba56-0a78f6bfdf30", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "88e0abe2-6af3-4cc1-ade5-57ab6efdc99c", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "062beb04-1ef2-41b9-9bbe-5cf4fe14b088", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "88e0abe2-6af3-4cc1-ade5-57ab6efdc99c", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "33a9a293-60ad-484d-900c-8a561cbed359", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "88e0abe2-6af3-4cc1-ade5-57ab6efdc99c", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "40cb96be-3063-4871-b109-06d03cca40bb", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "88e0abe2-6af3-4cc1-ade5-57ab6efdc99c", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "9e048592-6417-4b7d-bec5-07274a491260", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "88e0abe2-6af3-4cc1-ade5-57ab6efdc99c", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "d8923878-4f63-4c92-b612-6f17a89b5c84", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "88e0abe2-6af3-4cc1-ade5-57ab6efdc99c", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "9d1d9296-990f-4971-8f4f-a5d399aa19a5", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "88e0abe2-6af3-4cc1-ade5-57ab6efdc99c", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "34d3f20a-070f-4c57-b182-e0c354e1f461", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "52a36f16-e0ea-49ae-8470-e3c63dd87d23", "label": "Caroline: 1.00", "title": "ENTITY: 1.000 (Entity: Caroline)", "to": "854fc039-d8aa-429f-b917-5836824c3575", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "52a36f16-e0ea-49ae-8470-e3c63dd87d23", "label": "Caroline: 1.00", "title": "ENTITY: 1.000 (Entity: Caroline)", "to": "b12ed0ef-616d-4307-ba1d-a18ac346b1f9", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "52a36f16-e0ea-49ae-8470-e3c63dd87d23", "label": "Caroline: 1.00", "title": "ENTITY: 1.000 (Entity: Caroline)", "to": "a7721041-27be-40c3-be77-dc46a131605a", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "52a36f16-e0ea-49ae-8470-e3c63dd87d23", "label": "Caroline: 1.00", "title": "ENTITY: 1.000 (Entity: Caroline)", "to": "6d3ccdae-8999-4c25-bbdb-671be0414991", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "52a36f16-e0ea-49ae-8470-e3c63dd87d23", "label": "Caroline: 1.00", "title": "ENTITY: 1.000 (Entity: Caroline)", "to": "d33a213f-1c2d-4079-a496-e7bed806f713", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "52a36f16-e0ea-49ae-8470-e3c63dd87d23", "label": "Caroline: 1.00", "title": "ENTITY: 1.000 (Entity: Caroline)", "to": "d5aa1b25-5e1b-4224-84b1-95b0d40d0b2e", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "52a36f16-e0ea-49ae-8470-e3c63dd87d23", "label": "Caroline: 1.00", "title": "ENTITY: 1.000 (Entity: Caroline)", "to": "9e350327-7508-4687-acb8-a83241421d66", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "52a36f16-e0ea-49ae-8470-e3c63dd87d23", "label": "Caroline: 1.00", "title": "ENTITY: 1.000 (Entity: Caroline)", "to": "ce5128a5-6687-4255-b959-ecf3853342a8", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "52a36f16-e0ea-49ae-8470-e3c63dd87d23", "label": "Caroline: 1.00", "title": "ENTITY: 1.000 (Entity: Caroline)", "to": "01fc10ba-5349-4359-ac0a-99256afce366", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "52a36f16-e0ea-49ae-8470-e3c63dd87d23", "label": "Caroline: 1.00", "title": "ENTITY: 1.000 (Entity: Caroline)", "to": "4d3edd1a-2e38-40d8-822c-a61a14b46e49", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "52a36f16-e0ea-49ae-8470-e3c63dd87d23", "label": "Caroline: 1.00", "title": "ENTITY: 1.000 (Entity: Caroline)", "to": "8e21da7d-c0b7-4607-ad1d-e75e9e90ca62", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "52a36f16-e0ea-49ae-8470-e3c63dd87d23", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "93f420ef-bfec-4680-a837-165a0378dfd1", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "52a36f16-e0ea-49ae-8470-e3c63dd87d23", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "ab16a7c0-9dd4-4c54-abf9-ad55af9ac673", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "52a36f16-e0ea-49ae-8470-e3c63dd87d23", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "52f8a681-9b6d-4840-ab73-98b3f9a5f787", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "52a36f16-e0ea-49ae-8470-e3c63dd87d23", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "c46ba790-a595-48d8-a271-68d61db325cb", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "52a36f16-e0ea-49ae-8470-e3c63dd87d23", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "a47e7ef7-5acc-4982-bd3b-a8cbc8824179", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "52a36f16-e0ea-49ae-8470-e3c63dd87d23", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "b16b2f5a-33f4-4939-afab-190b895bfb26", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "52a36f16-e0ea-49ae-8470-e3c63dd87d23", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "c69b90bd-ae7a-4c64-84ef-628212f5448c", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "52a36f16-e0ea-49ae-8470-e3c63dd87d23", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "550613fa-2552-413b-9d25-329ef8fdf222", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "52a36f16-e0ea-49ae-8470-e3c63dd87d23", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "5abfd799-f344-4b6d-9d90-5cd711c9ce95", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "52a36f16-e0ea-49ae-8470-e3c63dd87d23", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "839e8386-e78c-4479-b512-f177fdfb85f2", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "52a36f16-e0ea-49ae-8470-e3c63dd87d23", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "43aec7ba-4d72-4e40-a589-1e42a93fe362", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "52a36f16-e0ea-49ae-8470-e3c63dd87d23", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "5f4510ff-c3f6-4408-ba56-0a78f6bfdf30", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "52a36f16-e0ea-49ae-8470-e3c63dd87d23", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "062beb04-1ef2-41b9-9bbe-5cf4fe14b088", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "52a36f16-e0ea-49ae-8470-e3c63dd87d23", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "33a9a293-60ad-484d-900c-8a561cbed359", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "52a36f16-e0ea-49ae-8470-e3c63dd87d23", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "40cb96be-3063-4871-b109-06d03cca40bb", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "52a36f16-e0ea-49ae-8470-e3c63dd87d23", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "4283dfa1-f27b-478d-8d49-b47e77ed9f71", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "52a36f16-e0ea-49ae-8470-e3c63dd87d23", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "9e048592-6417-4b7d-bec5-07274a491260", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "52a36f16-e0ea-49ae-8470-e3c63dd87d23", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "d8923878-4f63-4c92-b612-6f17a89b5c84", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "52a36f16-e0ea-49ae-8470-e3c63dd87d23", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "9d1d9296-990f-4971-8f4f-a5d399aa19a5", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "52a36f16-e0ea-49ae-8470-e3c63dd87d23", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "34d3f20a-070f-4c57-b182-e0c354e1f461", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "52a36f16-e0ea-49ae-8470-e3c63dd87d23", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "88e0abe2-6af3-4cc1-ade5-57ab6efdc99c", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "64a8ea38-8084-41c7-8d3a-a770cf0c2259", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "b12ed0ef-616d-4307-ba1d-a18ac346b1f9", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "64a8ea38-8084-41c7-8d3a-a770cf0c2259", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "a7721041-27be-40c3-be77-dc46a131605a", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "64a8ea38-8084-41c7-8d3a-a770cf0c2259", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "93f420ef-bfec-4680-a837-165a0378dfd1", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "64a8ea38-8084-41c7-8d3a-a770cf0c2259", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "ab16a7c0-9dd4-4c54-abf9-ad55af9ac673", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "64a8ea38-8084-41c7-8d3a-a770cf0c2259", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "52f8a681-9b6d-4840-ab73-98b3f9a5f787", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "64a8ea38-8084-41c7-8d3a-a770cf0c2259", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "ce5128a5-6687-4255-b959-ecf3853342a8", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "64a8ea38-8084-41c7-8d3a-a770cf0c2259", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "c46ba790-a595-48d8-a271-68d61db325cb", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "64a8ea38-8084-41c7-8d3a-a770cf0c2259", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "a47e7ef7-5acc-4982-bd3b-a8cbc8824179", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "64a8ea38-8084-41c7-8d3a-a770cf0c2259", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "b16b2f5a-33f4-4939-afab-190b895bfb26", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "64a8ea38-8084-41c7-8d3a-a770cf0c2259", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "c69b90bd-ae7a-4c64-84ef-628212f5448c", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "64a8ea38-8084-41c7-8d3a-a770cf0c2259", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "550613fa-2552-413b-9d25-329ef8fdf222", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "64a8ea38-8084-41c7-8d3a-a770cf0c2259", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "5abfd799-f344-4b6d-9d90-5cd711c9ce95", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "64a8ea38-8084-41c7-8d3a-a770cf0c2259", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "839e8386-e78c-4479-b512-f177fdfb85f2", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "64a8ea38-8084-41c7-8d3a-a770cf0c2259", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "43aec7ba-4d72-4e40-a589-1e42a93fe362", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "64a8ea38-8084-41c7-8d3a-a770cf0c2259", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "5f4510ff-c3f6-4408-ba56-0a78f6bfdf30", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "64a8ea38-8084-41c7-8d3a-a770cf0c2259", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "062beb04-1ef2-41b9-9bbe-5cf4fe14b088", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "64a8ea38-8084-41c7-8d3a-a770cf0c2259", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "33a9a293-60ad-484d-900c-8a561cbed359", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "64a8ea38-8084-41c7-8d3a-a770cf0c2259", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "40cb96be-3063-4871-b109-06d03cca40bb", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "64a8ea38-8084-41c7-8d3a-a770cf0c2259", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "4283dfa1-f27b-478d-8d49-b47e77ed9f71", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "64a8ea38-8084-41c7-8d3a-a770cf0c2259", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "9e048592-6417-4b7d-bec5-07274a491260", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "64a8ea38-8084-41c7-8d3a-a770cf0c2259", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "d8923878-4f63-4c92-b612-6f17a89b5c84", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "64a8ea38-8084-41c7-8d3a-a770cf0c2259", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "9d1d9296-990f-4971-8f4f-a5d399aa19a5", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "64a8ea38-8084-41c7-8d3a-a770cf0c2259", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "34d3f20a-070f-4c57-b182-e0c354e1f461", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "64a8ea38-8084-41c7-8d3a-a770cf0c2259", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "88e0abe2-6af3-4cc1-ade5-57ab6efdc99c", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "64a8ea38-8084-41c7-8d3a-a770cf0c2259", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "52a36f16-e0ea-49ae-8470-e3c63dd87d23", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "d1853f1c-319f-4695-bb5b-640f105b2f51", "label": "Caroline: 1.00", "title": "ENTITY: 1.000 (Entity: Caroline)", "to": "854fc039-d8aa-429f-b917-5836824c3575", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "d1853f1c-319f-4695-bb5b-640f105b2f51", "label": "Caroline: 1.00", "title": "ENTITY: 1.000 (Entity: Caroline)", "to": "b12ed0ef-616d-4307-ba1d-a18ac346b1f9", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "d1853f1c-319f-4695-bb5b-640f105b2f51", "label": "Caroline: 1.00", "title": "ENTITY: 1.000 (Entity: Caroline)", "to": "a7721041-27be-40c3-be77-dc46a131605a", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "d1853f1c-319f-4695-bb5b-640f105b2f51", "label": "Caroline: 1.00", "title": "ENTITY: 1.000 (Entity: Caroline)", "to": "6d3ccdae-8999-4c25-bbdb-671be0414991", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "d1853f1c-319f-4695-bb5b-640f105b2f51", "label": "Caroline: 1.00", "title": "ENTITY: 1.000 (Entity: Caroline)", "to": "d33a213f-1c2d-4079-a496-e7bed806f713", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "d1853f1c-319f-4695-bb5b-640f105b2f51", "label": "Caroline: 1.00", "title": "ENTITY: 1.000 (Entity: Caroline)", "to": "d5aa1b25-5e1b-4224-84b1-95b0d40d0b2e", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "d1853f1c-319f-4695-bb5b-640f105b2f51", "label": "Caroline: 1.00", "title": "ENTITY: 1.000 (Entity: Caroline)", "to": "9e350327-7508-4687-acb8-a83241421d66", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "d1853f1c-319f-4695-bb5b-640f105b2f51", "label": "Caroline: 1.00", "title": "ENTITY: 1.000 (Entity: Caroline)", "to": "ce5128a5-6687-4255-b959-ecf3853342a8", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "d1853f1c-319f-4695-bb5b-640f105b2f51", "label": "Caroline: 1.00", "title": "ENTITY: 1.000 (Entity: Caroline)", "to": "01fc10ba-5349-4359-ac0a-99256afce366", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "d1853f1c-319f-4695-bb5b-640f105b2f51", "label": "Caroline: 1.00", "title": "ENTITY: 1.000 (Entity: Caroline)", "to": "4d3edd1a-2e38-40d8-822c-a61a14b46e49", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "d1853f1c-319f-4695-bb5b-640f105b2f51", "label": "Caroline: 1.00", "title": "ENTITY: 1.000 (Entity: Caroline)", "to": "8e21da7d-c0b7-4607-ad1d-e75e9e90ca62", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "d1853f1c-319f-4695-bb5b-640f105b2f51", "label": "Caroline: 1.00", "title": "ENTITY: 1.000 (Entity: Caroline)", "to": "52a36f16-e0ea-49ae-8470-e3c63dd87d23", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "f80118c1-d052-465a-ab04-a6869addcef8", "label": "Caroline: 1.00", "title": "ENTITY: 1.000 (Entity: Caroline)", "to": "854fc039-d8aa-429f-b917-5836824c3575", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "f80118c1-d052-465a-ab04-a6869addcef8", "label": "Caroline: 1.00", "title": "ENTITY: 1.000 (Entity: Caroline)", "to": "b12ed0ef-616d-4307-ba1d-a18ac346b1f9", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "f80118c1-d052-465a-ab04-a6869addcef8", "label": "Caroline: 1.00", "title": "ENTITY: 1.000 (Entity: Caroline)", "to": "a7721041-27be-40c3-be77-dc46a131605a", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "f80118c1-d052-465a-ab04-a6869addcef8", "label": "Caroline: 1.00", "title": "ENTITY: 1.000 (Entity: Caroline)", "to": "6d3ccdae-8999-4c25-bbdb-671be0414991", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "f80118c1-d052-465a-ab04-a6869addcef8", "label": "Caroline: 1.00", "title": "ENTITY: 1.000 (Entity: Caroline)", "to": "d33a213f-1c2d-4079-a496-e7bed806f713", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "f80118c1-d052-465a-ab04-a6869addcef8", "label": "Caroline: 1.00", "title": "ENTITY: 1.000 (Entity: Caroline)", "to": "d5aa1b25-5e1b-4224-84b1-95b0d40d0b2e", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "f80118c1-d052-465a-ab04-a6869addcef8", "label": "Caroline: 1.00", "title": "ENTITY: 1.000 (Entity: Caroline)", "to": "9e350327-7508-4687-acb8-a83241421d66", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "f80118c1-d052-465a-ab04-a6869addcef8", "label": "Caroline: 1.00", "title": "ENTITY: 1.000 (Entity: Caroline)", "to": "ce5128a5-6687-4255-b959-ecf3853342a8", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "f80118c1-d052-465a-ab04-a6869addcef8", "label": "Caroline: 1.00", "title": "ENTITY: 1.000 (Entity: Caroline)", "to": "01fc10ba-5349-4359-ac0a-99256afce366", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "f80118c1-d052-465a-ab04-a6869addcef8", "label": "Caroline: 1.00", "title": "ENTITY: 1.000 (Entity: Caroline)", "to": "4d3edd1a-2e38-40d8-822c-a61a14b46e49", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "f80118c1-d052-465a-ab04-a6869addcef8", "label": "Caroline: 1.00", "title": "ENTITY: 1.000 (Entity: Caroline)", "to": "8e21da7d-c0b7-4607-ad1d-e75e9e90ca62", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "f80118c1-d052-465a-ab04-a6869addcef8", "label": "Caroline: 1.00", "title": "ENTITY: 1.000 (Entity: Caroline)", "to": "52a36f16-e0ea-49ae-8470-e3c63dd87d23", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "f80118c1-d052-465a-ab04-a6869addcef8", "label": "Caroline: 1.00", "title": "ENTITY: 1.000 (Entity: Caroline)", "to": "d1853f1c-319f-4695-bb5b-640f105b2f51", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "f418216f-1c31-4780-b29f-58cce5d65882", "label": "Caroline: 1.00", "title": "ENTITY: 1.000 (Entity: Caroline)", "to": "854fc039-d8aa-429f-b917-5836824c3575", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "f418216f-1c31-4780-b29f-58cce5d65882", "label": "Caroline: 1.00", "title": "ENTITY: 1.000 (Entity: Caroline)", "to": "b12ed0ef-616d-4307-ba1d-a18ac346b1f9", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "f418216f-1c31-4780-b29f-58cce5d65882", "label": "Caroline: 1.00", "title": "ENTITY: 1.000 (Entity: Caroline)", "to": "a7721041-27be-40c3-be77-dc46a131605a", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "f418216f-1c31-4780-b29f-58cce5d65882", "label": "Caroline: 1.00", "title": "ENTITY: 1.000 (Entity: Caroline)", "to": "6d3ccdae-8999-4c25-bbdb-671be0414991", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "f418216f-1c31-4780-b29f-58cce5d65882", "label": "Caroline: 1.00", "title": "ENTITY: 1.000 (Entity: Caroline)", "to": "d33a213f-1c2d-4079-a496-e7bed806f713", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "f418216f-1c31-4780-b29f-58cce5d65882", "label": "Caroline: 1.00", "title": "ENTITY: 1.000 (Entity: Caroline)", "to": "d5aa1b25-5e1b-4224-84b1-95b0d40d0b2e", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "f418216f-1c31-4780-b29f-58cce5d65882", "label": "Caroline: 1.00", "title": "ENTITY: 1.000 (Entity: Caroline)", "to": "9e350327-7508-4687-acb8-a83241421d66", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "f418216f-1c31-4780-b29f-58cce5d65882", "label": "Caroline: 1.00", "title": "ENTITY: 1.000 (Entity: Caroline)", "to": "ce5128a5-6687-4255-b959-ecf3853342a8", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "f418216f-1c31-4780-b29f-58cce5d65882", "label": "Caroline: 1.00", "title": "ENTITY: 1.000 (Entity: Caroline)", "to": "01fc10ba-5349-4359-ac0a-99256afce366", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "f418216f-1c31-4780-b29f-58cce5d65882", "label": "Caroline: 1.00", "title": "ENTITY: 1.000 (Entity: Caroline)", "to": "4d3edd1a-2e38-40d8-822c-a61a14b46e49", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "f418216f-1c31-4780-b29f-58cce5d65882", "label": "Caroline: 1.00", "title": "ENTITY: 1.000 (Entity: Caroline)", "to": "8e21da7d-c0b7-4607-ad1d-e75e9e90ca62", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "f418216f-1c31-4780-b29f-58cce5d65882", "label": "Caroline: 1.00", "title": "ENTITY: 1.000 (Entity: Caroline)", "to": "52a36f16-e0ea-49ae-8470-e3c63dd87d23", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "f418216f-1c31-4780-b29f-58cce5d65882", "label": "Caroline: 1.00", "title": "ENTITY: 1.000 (Entity: Caroline)", "to": "d1853f1c-319f-4695-bb5b-640f105b2f51", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "f418216f-1c31-4780-b29f-58cce5d65882", "label": "Caroline: 1.00", "title": "ENTITY: 1.000 (Entity: Caroline)", "to": "f80118c1-d052-465a-ab04-a6869addcef8", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "f418216f-1c31-4780-b29f-58cce5d65882", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "93f420ef-bfec-4680-a837-165a0378dfd1", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "f418216f-1c31-4780-b29f-58cce5d65882", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "ab16a7c0-9dd4-4c54-abf9-ad55af9ac673", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "f418216f-1c31-4780-b29f-58cce5d65882", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "52f8a681-9b6d-4840-ab73-98b3f9a5f787", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "f418216f-1c31-4780-b29f-58cce5d65882", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "c46ba790-a595-48d8-a271-68d61db325cb", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "f418216f-1c31-4780-b29f-58cce5d65882", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "a47e7ef7-5acc-4982-bd3b-a8cbc8824179", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "f418216f-1c31-4780-b29f-58cce5d65882", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "b16b2f5a-33f4-4939-afab-190b895bfb26", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "f418216f-1c31-4780-b29f-58cce5d65882", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "c69b90bd-ae7a-4c64-84ef-628212f5448c", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "f418216f-1c31-4780-b29f-58cce5d65882", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "550613fa-2552-413b-9d25-329ef8fdf222", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "f418216f-1c31-4780-b29f-58cce5d65882", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "5abfd799-f344-4b6d-9d90-5cd711c9ce95", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "f418216f-1c31-4780-b29f-58cce5d65882", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "839e8386-e78c-4479-b512-f177fdfb85f2", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "f418216f-1c31-4780-b29f-58cce5d65882", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "43aec7ba-4d72-4e40-a589-1e42a93fe362", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "f418216f-1c31-4780-b29f-58cce5d65882", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "5f4510ff-c3f6-4408-ba56-0a78f6bfdf30", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "f418216f-1c31-4780-b29f-58cce5d65882", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "062beb04-1ef2-41b9-9bbe-5cf4fe14b088", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "f418216f-1c31-4780-b29f-58cce5d65882", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "33a9a293-60ad-484d-900c-8a561cbed359", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "f418216f-1c31-4780-b29f-58cce5d65882", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "40cb96be-3063-4871-b109-06d03cca40bb", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "f418216f-1c31-4780-b29f-58cce5d65882", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "4283dfa1-f27b-478d-8d49-b47e77ed9f71", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "f418216f-1c31-4780-b29f-58cce5d65882", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "9e048592-6417-4b7d-bec5-07274a491260", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "f418216f-1c31-4780-b29f-58cce5d65882", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "d8923878-4f63-4c92-b612-6f17a89b5c84", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "f418216f-1c31-4780-b29f-58cce5d65882", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "9d1d9296-990f-4971-8f4f-a5d399aa19a5", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "f418216f-1c31-4780-b29f-58cce5d65882", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "34d3f20a-070f-4c57-b182-e0c354e1f461", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "f418216f-1c31-4780-b29f-58cce5d65882", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "88e0abe2-6af3-4cc1-ade5-57ab6efdc99c", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "f418216f-1c31-4780-b29f-58cce5d65882", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "64a8ea38-8084-41c7-8d3a-a770cf0c2259", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "34ab1c13-c395-4102-9998-b6afbef1c476", "label": "Caroline: 1.00", "title": "ENTITY: 1.000 (Entity: Caroline)", "to": "854fc039-d8aa-429f-b917-5836824c3575", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "34ab1c13-c395-4102-9998-b6afbef1c476", "label": "Caroline: 1.00", "title": "ENTITY: 1.000 (Entity: Caroline)", "to": "b12ed0ef-616d-4307-ba1d-a18ac346b1f9", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "34ab1c13-c395-4102-9998-b6afbef1c476", "label": "Caroline: 1.00", "title": "ENTITY: 1.000 (Entity: Caroline)", "to": "a7721041-27be-40c3-be77-dc46a131605a", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "34ab1c13-c395-4102-9998-b6afbef1c476", "label": "Caroline: 1.00", "title": "ENTITY: 1.000 (Entity: Caroline)", "to": "6d3ccdae-8999-4c25-bbdb-671be0414991", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "34ab1c13-c395-4102-9998-b6afbef1c476", "label": "Caroline: 1.00", "title": "ENTITY: 1.000 (Entity: Caroline)", "to": "d33a213f-1c2d-4079-a496-e7bed806f713", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "34ab1c13-c395-4102-9998-b6afbef1c476", "label": "Caroline: 1.00", "title": "ENTITY: 1.000 (Entity: Caroline)", "to": "d5aa1b25-5e1b-4224-84b1-95b0d40d0b2e", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "34ab1c13-c395-4102-9998-b6afbef1c476", "label": "Caroline: 1.00", "title": "ENTITY: 1.000 (Entity: Caroline)", "to": "9e350327-7508-4687-acb8-a83241421d66", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "34ab1c13-c395-4102-9998-b6afbef1c476", "label": "Caroline: 1.00", "title": "ENTITY: 1.000 (Entity: Caroline)", "to": "ce5128a5-6687-4255-b959-ecf3853342a8", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "34ab1c13-c395-4102-9998-b6afbef1c476", "label": "Caroline: 1.00", "title": "ENTITY: 1.000 (Entity: Caroline)", "to": "01fc10ba-5349-4359-ac0a-99256afce366", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "34ab1c13-c395-4102-9998-b6afbef1c476", "label": "Caroline: 1.00", "title": "ENTITY: 1.000 (Entity: Caroline)", "to": "4d3edd1a-2e38-40d8-822c-a61a14b46e49", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "34ab1c13-c395-4102-9998-b6afbef1c476", "label": "Caroline: 1.00", "title": "ENTITY: 1.000 (Entity: Caroline)", "to": "8e21da7d-c0b7-4607-ad1d-e75e9e90ca62", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "34ab1c13-c395-4102-9998-b6afbef1c476", "label": "Caroline: 1.00", "title": "ENTITY: 1.000 (Entity: Caroline)", "to": "d1853f1c-319f-4695-bb5b-640f105b2f51", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "34ab1c13-c395-4102-9998-b6afbef1c476", "label": "Caroline: 1.00", "title": "ENTITY: 1.000 (Entity: Caroline)", "to": "f80118c1-d052-465a-ab04-a6869addcef8", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "34ab1c13-c395-4102-9998-b6afbef1c476", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "93f420ef-bfec-4680-a837-165a0378dfd1", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "34ab1c13-c395-4102-9998-b6afbef1c476", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "ab16a7c0-9dd4-4c54-abf9-ad55af9ac673", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "34ab1c13-c395-4102-9998-b6afbef1c476", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "52f8a681-9b6d-4840-ab73-98b3f9a5f787", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "34ab1c13-c395-4102-9998-b6afbef1c476", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "c46ba790-a595-48d8-a271-68d61db325cb", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "34ab1c13-c395-4102-9998-b6afbef1c476", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "a47e7ef7-5acc-4982-bd3b-a8cbc8824179", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "34ab1c13-c395-4102-9998-b6afbef1c476", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "b16b2f5a-33f4-4939-afab-190b895bfb26", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "34ab1c13-c395-4102-9998-b6afbef1c476", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "c69b90bd-ae7a-4c64-84ef-628212f5448c", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "34ab1c13-c395-4102-9998-b6afbef1c476", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "550613fa-2552-413b-9d25-329ef8fdf222", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "34ab1c13-c395-4102-9998-b6afbef1c476", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "5abfd799-f344-4b6d-9d90-5cd711c9ce95", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "34ab1c13-c395-4102-9998-b6afbef1c476", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "839e8386-e78c-4479-b512-f177fdfb85f2", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "34ab1c13-c395-4102-9998-b6afbef1c476", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "43aec7ba-4d72-4e40-a589-1e42a93fe362", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "34ab1c13-c395-4102-9998-b6afbef1c476", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "5f4510ff-c3f6-4408-ba56-0a78f6bfdf30", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "34ab1c13-c395-4102-9998-b6afbef1c476", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "062beb04-1ef2-41b9-9bbe-5cf4fe14b088", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "34ab1c13-c395-4102-9998-b6afbef1c476", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "33a9a293-60ad-484d-900c-8a561cbed359", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "34ab1c13-c395-4102-9998-b6afbef1c476", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "40cb96be-3063-4871-b109-06d03cca40bb", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "34ab1c13-c395-4102-9998-b6afbef1c476", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "4283dfa1-f27b-478d-8d49-b47e77ed9f71", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "34ab1c13-c395-4102-9998-b6afbef1c476", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "9e048592-6417-4b7d-bec5-07274a491260", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "34ab1c13-c395-4102-9998-b6afbef1c476", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "d8923878-4f63-4c92-b612-6f17a89b5c84", "value": 1.0, "width": 0.8}, {"color": "#ffd700", "dashes": false, "from": "34ab1c13-c395-4102-9998-b6afbef1c476", "label": "Melanie: 1.00", "title": "ENTITY: 1.000 (Entity: Melanie)", "to": "9d1d9296-990f-4971-8f4f-a5d399aa19a5", "value": 1.0, "width": 0.8}, {"color": "#ff69b4", "dashes": false, "from": "c9a9b580-89d3-405d-8911-3dff2185f17b", "label": "S: 0.95", "title": "SEMANTIC: 0.952", "to": "3c251402-6381-42bb-88a4-a3c216db24c2", "value": 0.952049082273361, "width": 0.5}, {"color": "#ff69b4", "dashes": false, "from": "f80118c1-d052-465a-ab04-a6869addcef8", "label": "S: 0.83", "title": "SEMANTIC: 0.834", "to": "70260a95-66c5-46f8-868f-72c6c1992aad", "value": 0.83431895562185, "width": 0.5}, {"color": "#ff69b4", "dashes": false, "from": "b12ed0ef-616d-4307-ba1d-a18ac346b1f9", "label": "S: 0.82", "title": "SEMANTIC: 0.819", "to": "d254e665-0c6d-4c17-a78d-27621e594b85", "value": 0.818749579414802, "width": 0.5}, {"color": "#ff69b4", "dashes": false, "from": "fc424f87-a807-4817-9328-c29afe5f0266", "label": "S: 0.82", "title": "SEMANTIC: 0.818", "to": "52f8a681-9b6d-4840-ab73-98b3f9a5f787", "value": 0.817725918564091, "width": 0.5}, {"color": "#ff69b4", "dashes": false, "from": "fc424f87-a807-4817-9328-c29afe5f0266", "label": "S: 0.82", "title": "SEMANTIC: 0.816", "to": "3c251402-6381-42bb-88a4-a3c216db24c2", "value": 0.815763089222357, "width": 0.5}, {"color": "#ff69b4", "dashes": false, "from": "3c251402-6381-42bb-88a4-a3c216db24c2", "label": "S: 0.81", "title": "SEMANTIC: 0.815", "to": "01fc10ba-5349-4359-ac0a-99256afce366", "value": 0.814568422488168, "width": 0.5}, {"color": "#ff69b4", "dashes": false, "from": "70260a95-66c5-46f8-868f-72c6c1992aad", "label": "S: 0.80", "title": "SEMANTIC: 0.805", "to": "ce5128a5-6687-4255-b959-ecf3853342a8", "value": 0.804559397289816, "width": 0.5}, {"color": "#ff69b4", "dashes": false, "from": "c9a9b580-89d3-405d-8911-3dff2185f17b", "label": "S: 0.80", "title": "SEMANTIC: 0.801", "to": "fc424f87-a807-4817-9328-c29afe5f0266", "value": 0.801279377861061, "width": 0.5}, {"color": "#ff69b4", "dashes": false, "from": "70260a95-66c5-46f8-868f-72c6c1992aad", "label": "S: 0.80", "title": "SEMANTIC: 0.797", "to": "a7721041-27be-40c3-be77-dc46a131605a", "value": 0.796555495364818, "width": 0.5}, {"color": "#ff69b4", "dashes": false, "from": "01fc10ba-5349-4359-ac0a-99256afce366", "label": "S: 0.79", "title": "SEMANTIC: 0.794", "to": "c9a9b580-89d3-405d-8911-3dff2185f17b", "value": 0.794250249862671, "width": 0.5}, {"color": "#ff69b4", "dashes": false, "from": "3c251402-6381-42bb-88a4-a3c216db24c2", "label": "S: 0.79", "title": "SEMANTIC: 0.793", "to": "6d3ccdae-8999-4c25-bbdb-671be0414991", "value": 0.792866135493983, "width": 0.5}, {"color": "#ff69b4", "dashes": false, "from": "70260a95-66c5-46f8-868f-72c6c1992aad", "label": "S: 0.79", "title": "SEMANTIC: 0.790", "to": "d1853f1c-319f-4695-bb5b-640f105b2f51", "value": 0.789673424074863, "width": 0.5}, {"color": "#ff69b4", "dashes": false, "from": "3c251402-6381-42bb-88a4-a3c216db24c2", "label": "S: 0.78", "title": "SEMANTIC: 0.775", "to": "854fc039-d8aa-429f-b917-5836824c3575", "value": 0.775290515984241, "width": 0.5}, {"color": "#ff69b4", "dashes": false, "from": "c9a9b580-89d3-405d-8911-3dff2185f17b", "label": "S: 0.77", "title": "SEMANTIC: 0.771", "to": "6d3ccdae-8999-4c25-bbdb-671be0414991", "value": 0.771321475505829, "width": 0.5}, {"color": "#ff69b4", "dashes": false, "from": "d254e665-0c6d-4c17-a78d-27621e594b85", "label": "S: 0.77", "title": "SEMANTIC: 0.769", "to": "d8923878-4f63-4c92-b612-6f17a89b5c84", "value": 0.769469229046204, "width": 0.5}, {"color": "#ff69b4", "dashes": false, "from": "70260a95-66c5-46f8-868f-72c6c1992aad", "label": "S: 0.77", "title": "SEMANTIC: 0.769", "to": "854fc039-d8aa-429f-b917-5836824c3575", "value": 0.769361523465934, "width": 0.5}, {"color": "#ff69b4", "dashes": false, "from": "48a1a5f6-05fd-4d9f-a7c6-ef1ad01d4ad6", "label": "S: 0.76", "title": "SEMANTIC: 0.761", "to": "854fc039-d8aa-429f-b917-5836824c3575", "value": 0.760887622833252, "width": 0.5}, {"color": "#ff69b4", "dashes": false, "from": "52f8a681-9b6d-4840-ab73-98b3f9a5f787", "label": "S: 0.75", "title": "SEMANTIC: 0.753", "to": "70260a95-66c5-46f8-868f-72c6c1992aad", "value": 0.753470643734222, "width": 0.5}, {"color": "#ff69b4", "dashes": false, "from": "48a1a5f6-05fd-4d9f-a7c6-ef1ad01d4ad6", "label": "S: 0.75", "title": "SEMANTIC: 0.753", "to": "d1853f1c-319f-4695-bb5b-640f105b2f51", "value": 0.752738543099634, "width": 0.5}, {"color": "#ff69b4", "dashes": false, "from": "52f8a681-9b6d-4840-ab73-98b3f9a5f787", "label": "S: 0.75", "title": "SEMANTIC: 0.749", "to": "3c251402-6381-42bb-88a4-a3c216db24c2", "value": 0.748565539974177, "width": 0.5}, {"color": "#ff69b4", "dashes": false, "from": "52f8a681-9b6d-4840-ab73-98b3f9a5f787", "label": "S: 0.74", "title": "SEMANTIC: 0.742", "to": "01fc10ba-5349-4359-ac0a-99256afce366", "value": 0.742173627485418, "width": 0.5}, {"color": "#ff69b4", "dashes": false, "from": "d254e665-0c6d-4c17-a78d-27621e594b85", "label": "S: 0.73", "title": "SEMANTIC: 0.727", "to": "52f8a681-9b6d-4840-ab73-98b3f9a5f787", "value": 0.727323640467471, "width": 0.5}, {"color": "#ff69b4", "dashes": false, "from": "c1cf799b-4507-456b-92fd-09686baac92c", "label": "S: 0.72", "title": "SEMANTIC: 0.720", "to": "6d3ccdae-8999-4c25-bbdb-671be0414991", "value": 0.719801604747772, "width": 0.5}, {"color": "#ff69b4", "dashes": false, "from": "48a1a5f6-05fd-4d9f-a7c6-ef1ad01d4ad6", "label": "S: 0.72", "title": "SEMANTIC: 0.720", "to": "b12ed0ef-616d-4307-ba1d-a18ac346b1f9", "value": 0.719675855655919, "width": 0.5}, {"color": "#ff69b4", "dashes": false, "from": "d5aa1b25-5e1b-4224-84b1-95b0d40d0b2e", "label": "S: 0.72", "title": "SEMANTIC: 0.715", "to": "93f420ef-bfec-4680-a837-165a0378dfd1", "value": 0.715158977652821, "width": 0.5}]);
|
|
|
|
nodeColors = {};
|
|
allNodes = nodes.get({ returnType: "Object" });
|
|
for (nodeId in allNodes) {
|
|
nodeColors[nodeId] = allNodes[nodeId].color;
|
|
}
|
|
allEdges = edges.get({ returnType: "Object" });
|
|
// adding nodes and edges to the graph
|
|
data = {nodes: nodes, edges: edges};
|
|
|
|
var options = {"nodes": {"font": {"size": 14, "face": "Tahoma"}, "borderWidth": 2, "borderWidthSelected": 3}, "edges": {"smooth": {"enabled": false}, "font": {"size": 10, "align": "middle"}}, "physics": {"enabled": true, "stabilization": {"enabled": true, "iterations": 100, "updateInterval": 10}, "barnesHut": {"gravitationalConstant": -12000, "centralGravity": 0.2, "springLength": 350, "springConstant": 0.02, "damping": 0.09, "avoidOverlap": 0.8}, "solver": "barnesHut", "timestep": 0.5, "adaptiveTimestep": true}, "interaction": {"hover": true, "tooltipDelay": 100, "navigationButtons": true, "keyboard": true}};
|
|
|
|
|
|
|
|
|
|
|
|
|
|
network = new vis.Network(container, data, options);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
return network;
|
|
|
|
}
|
|
drawGraph();
|
|
</script>
|
|
|
|
<script type="text/javascript">
|
|
// Disable physics after initial stabilization for better performance
|
|
network.on("stabilizationIterationsDone", function () {
|
|
network.setOptions({ physics: false });
|
|
console.log("Physics disabled - graph should be much more responsive now!");
|
|
});
|
|
</script>
|
|
</body>
|
|
</html> |